func AccountStatus_Values() []string
AccountStatus_Values returns all elements of the AccountStatus enum
func ActionEnum_Values() []string
ActionEnum_Values returns all elements of the ActionEnum enum
func AssessmentReportDestinationType_Values() []string
AssessmentReportDestinationType_Values returns all elements of the AssessmentReportDestinationType enum
func AssessmentReportStatus_Values() []string
AssessmentReportStatus_Values returns all elements of the AssessmentReportStatus enum
func AssessmentStatus_Values() []string
AssessmentStatus_Values returns all elements of the AssessmentStatus enum
func ControlResponse_Values() []string
ControlResponse_Values returns all elements of the ControlResponse enum
func ControlSetStatus_Values() []string
ControlSetStatus_Values returns all elements of the ControlSetStatus enum
func ControlState_Values() []string
ControlState_Values returns all elements of the ControlState enum
func ControlStatus_Values() []string
ControlStatus_Values returns all elements of the ControlStatus enum
func ControlType_Values() []string
ControlType_Values returns all elements of the ControlType enum
func DataSourceType_Values() []string
DataSourceType_Values returns all elements of the DataSourceType enum
func DelegationStatus_Values() []string
DelegationStatus_Values returns all elements of the DelegationStatus enum
func DeleteResources_Values() []string
DeleteResources_Values returns all elements of the DeleteResources enum
func EvidenceFinderBackfillStatus_Values() []string
EvidenceFinderBackfillStatus_Values returns all elements of the EvidenceFinderBackfillStatus enum
func EvidenceFinderEnablementStatus_Values() []string
EvidenceFinderEnablementStatus_Values returns all elements of the EvidenceFinderEnablementStatus enum
func ExportDestinationType_Values() []string
ExportDestinationType_Values returns all elements of the ExportDestinationType enum
func FrameworkType_Values() []string
FrameworkType_Values returns all elements of the FrameworkType enum
func KeywordInputType_Values() []string
KeywordInputType_Values returns all elements of the KeywordInputType enum
func ObjectTypeEnum_Values() []string
ObjectTypeEnum_Values returns all elements of the ObjectTypeEnum enum
func RoleType_Values() []string
RoleType_Values returns all elements of the RoleType enum
func SettingAttribute_Values() []string
SettingAttribute_Values returns all elements of the SettingAttribute enum
func ShareRequestAction_Values() []string
ShareRequestAction_Values returns all elements of the ShareRequestAction enum
func ShareRequestStatus_Values() []string
ShareRequestStatus_Values returns all elements of the ShareRequestStatus enum
func ShareRequestType_Values() []string
ShareRequestType_Values returns all elements of the ShareRequestType enum
func SourceFrequency_Values() []string
SourceFrequency_Values returns all elements of the SourceFrequency enum
func SourceSetUpOption_Values() []string
SourceSetUpOption_Values returns all elements of the SourceSetUpOption enum
func SourceType_Values() []string
SourceType_Values returns all elements of the SourceType enum
func ValidationExceptionReason_Values() []string
ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum
type AWSAccount struct { // The email address that's associated with the Amazon Web Services account. // // EmailAddress is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AWSAccount's // String and GoString methods. EmailAddress *string `locationName:"emailAddress" min:"1" type:"string" sensitive:"true"` // The identifier for the Amazon Web Services account. Id *string `locationName:"id" min:"12" type:"string"` // The name of the Amazon Web Services account. Name *string `locationName:"name" min:"1" type:"string"` // contains filtered or unexported fields }
The wrapper of Amazon Web Services account details, such as account ID or email address.
func (s AWSAccount) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AWSAccount) SetEmailAddress(v string) *AWSAccount
SetEmailAddress sets the EmailAddress field's value.
func (s *AWSAccount) SetId(v string) *AWSAccount
SetId sets the Id field's value.
func (s *AWSAccount) SetName(v string) *AWSAccount
SetName sets the Name field's value.
func (s AWSAccount) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AWSAccount) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AWSService struct { // The name of the Amazon Web Service. ServiceName *string `locationName:"serviceName" min:"1" type:"string"` // contains filtered or unexported fields }
An Amazon Web Service such as Amazon S3 or CloudTrail.
For an example of how to find an Amazon Web Service name and how to define it in your assessment scope, see the following:
Finding an Amazon Web Service name to use in your assessment scope (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_2)
Defining an Amazon Web Service name in your assessment scope (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetServicesInScope.html#API_GetServicesInScope_Example_3)
func (s AWSService) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AWSService) SetServiceName(v string) *AWSService
SetServiceName sets the ServiceName field's value.
func (s AWSService) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AWSService) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (s *AccessDeniedException) Error() string
func (s AccessDeniedException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s AccessDeniedException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Assessment struct { // The Amazon Resource Name (ARN) of the assessment. Arn *string `locationName:"arn" min:"20" type:"string"` // The Amazon Web Services account that's associated with the assessment. AwsAccount *AWSAccount `locationName:"awsAccount" type:"structure"` // The framework that the assessment was created from. // // Framework is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Assessment's // String and GoString methods. Framework *AssessmentFramework `locationName:"framework" type:"structure" sensitive:"true"` // The metadata for the assessment. Metadata *AssessmentMetadata `locationName:"metadata" type:"structure"` // The tags that are associated with the assessment. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.
func (s Assessment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Assessment) SetArn(v string) *Assessment
SetArn sets the Arn field's value.
func (s *Assessment) SetAwsAccount(v *AWSAccount) *Assessment
SetAwsAccount sets the AwsAccount field's value.
func (s *Assessment) SetFramework(v *AssessmentFramework) *Assessment
SetFramework sets the Framework field's value.
func (s *Assessment) SetMetadata(v *AssessmentMetadata) *Assessment
SetMetadata sets the Metadata field's value.
func (s *Assessment) SetTags(v map[string]*string) *Assessment
SetTags sets the Tags field's value.
func (s Assessment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentControl struct { // The amount of evidence in the assessment report. AssessmentReportEvidenceCount *int64 `locationName:"assessmentReportEvidenceCount" type:"integer"` // The list of comments that's attached to the control. Comments []*ControlComment `locationName:"comments" type:"list"` // The description of the control. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentControl's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The amount of evidence that's collected for the control. EvidenceCount *int64 `locationName:"evidenceCount" type:"integer"` // The list of data sources for the evidence. EvidenceSources []*string `locationName:"evidenceSources" type:"list"` // The identifier for the control. Id *string `locationName:"id" min:"36" type:"string"` // The name of the control. Name *string `locationName:"name" min:"1" type:"string"` // The response of the control. Response *string `locationName:"response" type:"string" enum:"ControlResponse"` // The status of the control. Status *string `locationName:"status" type:"string" enum:"ControlStatus"` // contains filtered or unexported fields }
The control entity that represents a standard control or a custom control in an Audit Manager assessment.
func (s AssessmentControl) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentControl) SetAssessmentReportEvidenceCount(v int64) *AssessmentControl
SetAssessmentReportEvidenceCount sets the AssessmentReportEvidenceCount field's value.
func (s *AssessmentControl) SetComments(v []*ControlComment) *AssessmentControl
SetComments sets the Comments field's value.
func (s *AssessmentControl) SetDescription(v string) *AssessmentControl
SetDescription sets the Description field's value.
func (s *AssessmentControl) SetEvidenceCount(v int64) *AssessmentControl
SetEvidenceCount sets the EvidenceCount field's value.
func (s *AssessmentControl) SetEvidenceSources(v []*string) *AssessmentControl
SetEvidenceSources sets the EvidenceSources field's value.
func (s *AssessmentControl) SetId(v string) *AssessmentControl
SetId sets the Id field's value.
func (s *AssessmentControl) SetName(v string) *AssessmentControl
SetName sets the Name field's value.
func (s *AssessmentControl) SetResponse(v string) *AssessmentControl
SetResponse sets the Response field's value.
func (s *AssessmentControl) SetStatus(v string) *AssessmentControl
SetStatus sets the Status field's value.
func (s AssessmentControl) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentControlSet struct { // The list of controls that's contained with the control set. Controls []*AssessmentControl `locationName:"controls" type:"list"` // The delegations that are associated with the control set. Delegations []*Delegation `locationName:"delegations" type:"list" sensitive:"true"` // The description for the control set. Description *string `locationName:"description" min:"1" type:"string"` // The identifier of the control set in the assessment. This is the control // set name in a plain string format. Id *string `locationName:"id" min:"1" type:"string"` // The total number of evidence objects that are uploaded manually to the control // set. ManualEvidenceCount *int64 `locationName:"manualEvidenceCount" type:"integer"` // The roles that are associated with the control set. // // Roles is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentControlSet's // String and GoString methods. Roles []*Role `locationName:"roles" type:"list" sensitive:"true"` // The current status of the control set. Status *string `locationName:"status" type:"string" enum:"ControlSetStatus"` // The total number of evidence objects that are retrieved automatically for // the control set. SystemEvidenceCount *int64 `locationName:"systemEvidenceCount" type:"integer"` // contains filtered or unexported fields }
Represents a set of controls in an Audit Manager assessment.
func (s AssessmentControlSet) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentControlSet) SetControls(v []*AssessmentControl) *AssessmentControlSet
SetControls sets the Controls field's value.
func (s *AssessmentControlSet) SetDelegations(v []*Delegation) *AssessmentControlSet
SetDelegations sets the Delegations field's value.
func (s *AssessmentControlSet) SetDescription(v string) *AssessmentControlSet
SetDescription sets the Description field's value.
func (s *AssessmentControlSet) SetId(v string) *AssessmentControlSet
SetId sets the Id field's value.
func (s *AssessmentControlSet) SetManualEvidenceCount(v int64) *AssessmentControlSet
SetManualEvidenceCount sets the ManualEvidenceCount field's value.
func (s *AssessmentControlSet) SetRoles(v []*Role) *AssessmentControlSet
SetRoles sets the Roles field's value.
func (s *AssessmentControlSet) SetStatus(v string) *AssessmentControlSet
SetStatus sets the Status field's value.
func (s *AssessmentControlSet) SetSystemEvidenceCount(v int64) *AssessmentControlSet
SetSystemEvidenceCount sets the SystemEvidenceCount field's value.
func (s AssessmentControlSet) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentEvidenceFolder struct { // The identifier for the assessment. AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"` // The total count of evidence that's included in the assessment report. AssessmentReportSelectionCount *int64 `locationName:"assessmentReportSelectionCount" type:"integer"` // The name of the user who created the evidence folder. Author *string `locationName:"author" type:"string"` // The unique identifier for the control. ControlId *string `locationName:"controlId" min:"36" type:"string"` // The name of the control. ControlName *string `locationName:"controlName" min:"1" type:"string"` // The identifier for the control set. ControlSetId *string `locationName:"controlSetId" min:"1" type:"string"` // The Amazon Web Service that the evidence was collected from. DataSource *string `locationName:"dataSource" type:"string"` // The date when the first evidence was added to the evidence folder. Date *time.Time `locationName:"date" type:"timestamp"` // The total number of Amazon Web Services resources that were assessed to generate // the evidence. EvidenceAwsServiceSourceCount *int64 `locationName:"evidenceAwsServiceSourceCount" type:"integer"` // The number of evidence that falls under the compliance check category. This // evidence is collected from Config or Security Hub. EvidenceByTypeComplianceCheckCount *int64 `locationName:"evidenceByTypeComplianceCheckCount" type:"integer"` // The total number of issues that were reported directly from Security Hub, // Config, or both. EvidenceByTypeComplianceCheckIssuesCount *int64 `locationName:"evidenceByTypeComplianceCheckIssuesCount" type:"integer"` // The number of evidence that falls under the configuration data category. // This evidence is collected from configuration snapshots of other Amazon Web // Services such as Amazon EC2, Amazon S3, or IAM. EvidenceByTypeConfigurationDataCount *int64 `locationName:"evidenceByTypeConfigurationDataCount" type:"integer"` // The number of evidence that falls under the manual category. This evidence // is imported manually. EvidenceByTypeManualCount *int64 `locationName:"evidenceByTypeManualCount" type:"integer"` // The number of evidence that falls under the user activity category. This // evidence is collected from CloudTrail logs. EvidenceByTypeUserActivityCount *int64 `locationName:"evidenceByTypeUserActivityCount" type:"integer"` // The amount of evidence that's included in the evidence folder. EvidenceResourcesIncludedCount *int64 `locationName:"evidenceResourcesIncludedCount" type:"integer"` // The identifier for the folder that the evidence is stored in. Id *string `locationName:"id" min:"36" type:"string"` // The name of the evidence folder. Name *string `locationName:"name" min:"1" type:"string"` // The total amount of evidence in the evidence folder. TotalEvidence *int64 `locationName:"totalEvidence" type:"integer"` // contains filtered or unexported fields }
The folder where Audit Manager stores evidence for an assessment.
func (s AssessmentEvidenceFolder) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentEvidenceFolder) SetAssessmentId(v string) *AssessmentEvidenceFolder
SetAssessmentId sets the AssessmentId field's value.
func (s *AssessmentEvidenceFolder) SetAssessmentReportSelectionCount(v int64) *AssessmentEvidenceFolder
SetAssessmentReportSelectionCount sets the AssessmentReportSelectionCount field's value.
func (s *AssessmentEvidenceFolder) SetAuthor(v string) *AssessmentEvidenceFolder
SetAuthor sets the Author field's value.
func (s *AssessmentEvidenceFolder) SetControlId(v string) *AssessmentEvidenceFolder
SetControlId sets the ControlId field's value.
func (s *AssessmentEvidenceFolder) SetControlName(v string) *AssessmentEvidenceFolder
SetControlName sets the ControlName field's value.
func (s *AssessmentEvidenceFolder) SetControlSetId(v string) *AssessmentEvidenceFolder
SetControlSetId sets the ControlSetId field's value.
func (s *AssessmentEvidenceFolder) SetDataSource(v string) *AssessmentEvidenceFolder
SetDataSource sets the DataSource field's value.
func (s *AssessmentEvidenceFolder) SetDate(v time.Time) *AssessmentEvidenceFolder
SetDate sets the Date field's value.
func (s *AssessmentEvidenceFolder) SetEvidenceAwsServiceSourceCount(v int64) *AssessmentEvidenceFolder
SetEvidenceAwsServiceSourceCount sets the EvidenceAwsServiceSourceCount field's value.
func (s *AssessmentEvidenceFolder) SetEvidenceByTypeComplianceCheckCount(v int64) *AssessmentEvidenceFolder
SetEvidenceByTypeComplianceCheckCount sets the EvidenceByTypeComplianceCheckCount field's value.
func (s *AssessmentEvidenceFolder) SetEvidenceByTypeComplianceCheckIssuesCount(v int64) *AssessmentEvidenceFolder
SetEvidenceByTypeComplianceCheckIssuesCount sets the EvidenceByTypeComplianceCheckIssuesCount field's value.
func (s *AssessmentEvidenceFolder) SetEvidenceByTypeConfigurationDataCount(v int64) *AssessmentEvidenceFolder
SetEvidenceByTypeConfigurationDataCount sets the EvidenceByTypeConfigurationDataCount field's value.
func (s *AssessmentEvidenceFolder) SetEvidenceByTypeManualCount(v int64) *AssessmentEvidenceFolder
SetEvidenceByTypeManualCount sets the EvidenceByTypeManualCount field's value.
func (s *AssessmentEvidenceFolder) SetEvidenceByTypeUserActivityCount(v int64) *AssessmentEvidenceFolder
SetEvidenceByTypeUserActivityCount sets the EvidenceByTypeUserActivityCount field's value.
func (s *AssessmentEvidenceFolder) SetEvidenceResourcesIncludedCount(v int64) *AssessmentEvidenceFolder
SetEvidenceResourcesIncludedCount sets the EvidenceResourcesIncludedCount field's value.
func (s *AssessmentEvidenceFolder) SetId(v string) *AssessmentEvidenceFolder
SetId sets the Id field's value.
func (s *AssessmentEvidenceFolder) SetName(v string) *AssessmentEvidenceFolder
SetName sets the Name field's value.
func (s *AssessmentEvidenceFolder) SetTotalEvidence(v int64) *AssessmentEvidenceFolder
SetTotalEvidence sets the TotalEvidence field's value.
func (s AssessmentEvidenceFolder) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentFramework struct { // The Amazon Resource Name (ARN) of the framework. Arn *string `locationName:"arn" min:"20" type:"string"` // The control sets that are associated with the framework. ControlSets []*AssessmentControlSet `locationName:"controlSets" type:"list"` // The unique identifier for the framework. Id *string `locationName:"id" min:"36" type:"string"` // The metadata of a framework, such as the name, ID, or description. Metadata *FrameworkMetadata `locationName:"metadata" type:"structure"` // contains filtered or unexported fields }
The file used to structure and automate Audit Manager assessments for a given compliance standard.
func (s AssessmentFramework) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentFramework) SetArn(v string) *AssessmentFramework
SetArn sets the Arn field's value.
func (s *AssessmentFramework) SetControlSets(v []*AssessmentControlSet) *AssessmentFramework
SetControlSets sets the ControlSets field's value.
func (s *AssessmentFramework) SetId(v string) *AssessmentFramework
SetId sets the Id field's value.
func (s *AssessmentFramework) SetMetadata(v *FrameworkMetadata) *AssessmentFramework
SetMetadata sets the Metadata field's value.
func (s AssessmentFramework) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentFrameworkMetadata struct { // The Amazon Resource Name (ARN) of the framework. Arn *string `locationName:"arn" min:"20" type:"string"` // The compliance type that the new custom framework supports, such as CIS or // HIPAA. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentFrameworkMetadata's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // The number of control sets that are associated with the framework. ControlSetsCount *int64 `locationName:"controlSetsCount" type:"integer"` // The number of controls that are associated with the framework. ControlsCount *int64 `locationName:"controlsCount" type:"integer"` // The time when the framework was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The description of the framework. Description *string `locationName:"description" min:"1" type:"string"` // The unique identifier for the framework. Id *string `locationName:"id" min:"36" type:"string"` // The time when the framework was most recently updated. LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"` // The logo that's associated with the framework. Logo *string `locationName:"logo" min:"1" type:"string"` // The name of the framework. Name *string `locationName:"name" min:"1" type:"string"` // The framework type, such as a standard framework or a custom framework. Type *string `locationName:"type" type:"string" enum:"FrameworkType"` // contains filtered or unexported fields }
The metadata that's associated with a standard framework or a custom framework.
func (s AssessmentFrameworkMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentFrameworkMetadata) SetArn(v string) *AssessmentFrameworkMetadata
SetArn sets the Arn field's value.
func (s *AssessmentFrameworkMetadata) SetComplianceType(v string) *AssessmentFrameworkMetadata
SetComplianceType sets the ComplianceType field's value.
func (s *AssessmentFrameworkMetadata) SetControlSetsCount(v int64) *AssessmentFrameworkMetadata
SetControlSetsCount sets the ControlSetsCount field's value.
func (s *AssessmentFrameworkMetadata) SetControlsCount(v int64) *AssessmentFrameworkMetadata
SetControlsCount sets the ControlsCount field's value.
func (s *AssessmentFrameworkMetadata) SetCreatedAt(v time.Time) *AssessmentFrameworkMetadata
SetCreatedAt sets the CreatedAt field's value.
func (s *AssessmentFrameworkMetadata) SetDescription(v string) *AssessmentFrameworkMetadata
SetDescription sets the Description field's value.
func (s *AssessmentFrameworkMetadata) SetId(v string) *AssessmentFrameworkMetadata
SetId sets the Id field's value.
func (s *AssessmentFrameworkMetadata) SetLastUpdatedAt(v time.Time) *AssessmentFrameworkMetadata
SetLastUpdatedAt sets the LastUpdatedAt field's value.
func (s *AssessmentFrameworkMetadata) SetLogo(v string) *AssessmentFrameworkMetadata
SetLogo sets the Logo field's value.
func (s *AssessmentFrameworkMetadata) SetName(v string) *AssessmentFrameworkMetadata
SetName sets the Name field's value.
func (s *AssessmentFrameworkMetadata) SetType(v string) *AssessmentFrameworkMetadata
SetType sets the Type field's value.
func (s AssessmentFrameworkMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentFrameworkShareRequest struct { // An optional comment from the sender about the share request. Comment *string `locationName:"comment" type:"string"` // The compliance type that the shared custom framework supports, such as CIS // or HIPAA. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentFrameworkShareRequest's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // The time when the share request was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The number of custom controls that are part of the shared custom framework. CustomControlsCount *int64 `locationName:"customControlsCount" type:"integer"` // The Amazon Web Services account of the recipient. DestinationAccount *string `locationName:"destinationAccount" min:"12" type:"string"` // The Amazon Web Services Region of the recipient. DestinationRegion *string `locationName:"destinationRegion" type:"string"` // The time when the share request expires. ExpirationTime *time.Time `locationName:"expirationTime" type:"timestamp"` // The description of the shared custom framework. FrameworkDescription *string `locationName:"frameworkDescription" min:"1" type:"string"` // The unique identifier for the shared custom framework. FrameworkId *string `locationName:"frameworkId" min:"36" type:"string"` // The name of the custom framework that the share request is for. FrameworkName *string `locationName:"frameworkName" min:"1" type:"string"` // The unique identifier for the share request. Id *string `locationName:"id" min:"36" type:"string"` // Specifies when the share request was last updated. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The Amazon Web Services account of the sender. SourceAccount *string `locationName:"sourceAccount" min:"12" type:"string"` // The number of standard controls that are part of the shared custom framework. StandardControlsCount *int64 `locationName:"standardControlsCount" type:"integer"` // The status of the share request. Status *string `locationName:"status" type:"string" enum:"ShareRequestStatus"` // contains filtered or unexported fields }
Represents a share request for a custom framework in Audit Manager.
func (s AssessmentFrameworkShareRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentFrameworkShareRequest) SetComment(v string) *AssessmentFrameworkShareRequest
SetComment sets the Comment field's value.
func (s *AssessmentFrameworkShareRequest) SetComplianceType(v string) *AssessmentFrameworkShareRequest
SetComplianceType sets the ComplianceType field's value.
func (s *AssessmentFrameworkShareRequest) SetCreationTime(v time.Time) *AssessmentFrameworkShareRequest
SetCreationTime sets the CreationTime field's value.
func (s *AssessmentFrameworkShareRequest) SetCustomControlsCount(v int64) *AssessmentFrameworkShareRequest
SetCustomControlsCount sets the CustomControlsCount field's value.
func (s *AssessmentFrameworkShareRequest) SetDestinationAccount(v string) *AssessmentFrameworkShareRequest
SetDestinationAccount sets the DestinationAccount field's value.
func (s *AssessmentFrameworkShareRequest) SetDestinationRegion(v string) *AssessmentFrameworkShareRequest
SetDestinationRegion sets the DestinationRegion field's value.
func (s *AssessmentFrameworkShareRequest) SetExpirationTime(v time.Time) *AssessmentFrameworkShareRequest
SetExpirationTime sets the ExpirationTime field's value.
func (s *AssessmentFrameworkShareRequest) SetFrameworkDescription(v string) *AssessmentFrameworkShareRequest
SetFrameworkDescription sets the FrameworkDescription field's value.
func (s *AssessmentFrameworkShareRequest) SetFrameworkId(v string) *AssessmentFrameworkShareRequest
SetFrameworkId sets the FrameworkId field's value.
func (s *AssessmentFrameworkShareRequest) SetFrameworkName(v string) *AssessmentFrameworkShareRequest
SetFrameworkName sets the FrameworkName field's value.
func (s *AssessmentFrameworkShareRequest) SetId(v string) *AssessmentFrameworkShareRequest
SetId sets the Id field's value.
func (s *AssessmentFrameworkShareRequest) SetLastUpdated(v time.Time) *AssessmentFrameworkShareRequest
SetLastUpdated sets the LastUpdated field's value.
func (s *AssessmentFrameworkShareRequest) SetSourceAccount(v string) *AssessmentFrameworkShareRequest
SetSourceAccount sets the SourceAccount field's value.
func (s *AssessmentFrameworkShareRequest) SetStandardControlsCount(v int64) *AssessmentFrameworkShareRequest
SetStandardControlsCount sets the StandardControlsCount field's value.
func (s *AssessmentFrameworkShareRequest) SetStatus(v string) *AssessmentFrameworkShareRequest
SetStatus sets the Status field's value.
func (s AssessmentFrameworkShareRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentMetadata struct { // The destination that evidence reports are stored in for the assessment. // // AssessmentReportsDestination is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadata's // String and GoString methods. AssessmentReportsDestination *AssessmentReportsDestination `locationName:"assessmentReportsDestination" type:"structure" sensitive:"true"` // The name of the compliance standard that's related to the assessment, such // as PCI-DSS. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadata's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // Specifies when the assessment was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The delegations that are associated with the assessment. Delegations []*Delegation `locationName:"delegations" type:"list" sensitive:"true"` // The description of the assessment. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadata's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The unique identifier for the assessment. Id *string `locationName:"id" min:"36" type:"string"` // The time of the most recent update. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The name of the assessment. // // Name is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadata's // String and GoString methods. Name *string `locationName:"name" min:"1" type:"string" sensitive:"true"` // The roles that are associated with the assessment. // // Roles is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadata's // String and GoString methods. Roles []*Role `locationName:"roles" type:"list" sensitive:"true"` // The wrapper of Amazon Web Services accounts and services that are in scope // for the assessment. // // Scope is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadata's // String and GoString methods. Scope *Scope `locationName:"scope" type:"structure" sensitive:"true"` // The overall status of the assessment. Status *string `locationName:"status" type:"string" enum:"AssessmentStatus"` // contains filtered or unexported fields }
The metadata that's associated with the specified assessment.
func (s AssessmentMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentMetadata) SetAssessmentReportsDestination(v *AssessmentReportsDestination) *AssessmentMetadata
SetAssessmentReportsDestination sets the AssessmentReportsDestination field's value.
func (s *AssessmentMetadata) SetComplianceType(v string) *AssessmentMetadata
SetComplianceType sets the ComplianceType field's value.
func (s *AssessmentMetadata) SetCreationTime(v time.Time) *AssessmentMetadata
SetCreationTime sets the CreationTime field's value.
func (s *AssessmentMetadata) SetDelegations(v []*Delegation) *AssessmentMetadata
SetDelegations sets the Delegations field's value.
func (s *AssessmentMetadata) SetDescription(v string) *AssessmentMetadata
SetDescription sets the Description field's value.
func (s *AssessmentMetadata) SetId(v string) *AssessmentMetadata
SetId sets the Id field's value.
func (s *AssessmentMetadata) SetLastUpdated(v time.Time) *AssessmentMetadata
SetLastUpdated sets the LastUpdated field's value.
func (s *AssessmentMetadata) SetName(v string) *AssessmentMetadata
SetName sets the Name field's value.
func (s *AssessmentMetadata) SetRoles(v []*Role) *AssessmentMetadata
SetRoles sets the Roles field's value.
func (s *AssessmentMetadata) SetScope(v *Scope) *AssessmentMetadata
SetScope sets the Scope field's value.
func (s *AssessmentMetadata) SetStatus(v string) *AssessmentMetadata
SetStatus sets the Status field's value.
func (s AssessmentMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentMetadataItem struct { // The name of the compliance standard that's related to the assessment, such // as PCI-DSS. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadataItem's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // Specifies when the assessment was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The delegations that are associated with the assessment. Delegations []*Delegation `locationName:"delegations" type:"list" sensitive:"true"` // The unique identifier for the assessment. Id *string `locationName:"id" min:"36" type:"string"` // The time of the most recent update. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The name of the assessment. // // Name is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadataItem's // String and GoString methods. Name *string `locationName:"name" min:"1" type:"string" sensitive:"true"` // The roles that are associated with the assessment. // // Roles is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentMetadataItem's // String and GoString methods. Roles []*Role `locationName:"roles" type:"list" sensitive:"true"` // The current status of the assessment. Status *string `locationName:"status" type:"string" enum:"AssessmentStatus"` // contains filtered or unexported fields }
A metadata object that's associated with an assessment in Audit Manager.
func (s AssessmentMetadataItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentMetadataItem) SetComplianceType(v string) *AssessmentMetadataItem
SetComplianceType sets the ComplianceType field's value.
func (s *AssessmentMetadataItem) SetCreationTime(v time.Time) *AssessmentMetadataItem
SetCreationTime sets the CreationTime field's value.
func (s *AssessmentMetadataItem) SetDelegations(v []*Delegation) *AssessmentMetadataItem
SetDelegations sets the Delegations field's value.
func (s *AssessmentMetadataItem) SetId(v string) *AssessmentMetadataItem
SetId sets the Id field's value.
func (s *AssessmentMetadataItem) SetLastUpdated(v time.Time) *AssessmentMetadataItem
SetLastUpdated sets the LastUpdated field's value.
func (s *AssessmentMetadataItem) SetName(v string) *AssessmentMetadataItem
SetName sets the Name field's value.
func (s *AssessmentMetadataItem) SetRoles(v []*Role) *AssessmentMetadataItem
SetRoles sets the Roles field's value.
func (s *AssessmentMetadataItem) SetStatus(v string) *AssessmentMetadataItem
SetStatus sets the Status field's value.
func (s AssessmentMetadataItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentReport struct { // The identifier for the specified assessment. AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"` // The name of the associated assessment. // // AssessmentName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentReport's // String and GoString methods. AssessmentName *string `locationName:"assessmentName" min:"1" type:"string" sensitive:"true"` // The name of the user who created the assessment report. // // Author is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentReport's // String and GoString methods. Author *string `locationName:"author" min:"1" type:"string" sensitive:"true"` // The identifier for the specified Amazon Web Services account. AwsAccountId *string `locationName:"awsAccountId" min:"12" type:"string"` // Specifies when the assessment report was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The description of the specified assessment report. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentReport's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The unique identifier for the assessment report. Id *string `locationName:"id" min:"36" type:"string"` // The name that's given to the assessment report. Name *string `locationName:"name" min:"1" type:"string"` // The current status of the specified assessment report. Status *string `locationName:"status" type:"string" enum:"AssessmentReportStatus"` // contains filtered or unexported fields }
A finalized document that's generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment.
func (s AssessmentReport) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentReport) SetAssessmentId(v string) *AssessmentReport
SetAssessmentId sets the AssessmentId field's value.
func (s *AssessmentReport) SetAssessmentName(v string) *AssessmentReport
SetAssessmentName sets the AssessmentName field's value.
func (s *AssessmentReport) SetAuthor(v string) *AssessmentReport
SetAuthor sets the Author field's value.
func (s *AssessmentReport) SetAwsAccountId(v string) *AssessmentReport
SetAwsAccountId sets the AwsAccountId field's value.
func (s *AssessmentReport) SetCreationTime(v time.Time) *AssessmentReport
SetCreationTime sets the CreationTime field's value.
func (s *AssessmentReport) SetDescription(v string) *AssessmentReport
SetDescription sets the Description field's value.
func (s *AssessmentReport) SetId(v string) *AssessmentReport
SetId sets the Id field's value.
func (s *AssessmentReport) SetName(v string) *AssessmentReport
SetName sets the Name field's value.
func (s *AssessmentReport) SetStatus(v string) *AssessmentReport
SetStatus sets the Status field's value.
func (s AssessmentReport) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentReportEvidenceError struct { // The error code that was returned. ErrorCode *string `locationName:"errorCode" min:"3" type:"string"` // The error message that was returned. ErrorMessage *string `locationName:"errorMessage" type:"string"` // The identifier for the evidence. EvidenceId *string `locationName:"evidenceId" min:"36" type:"string"` // contains filtered or unexported fields }
An error entity for assessment report evidence errors. This is used to provide more meaningful errors than a simple string message.
func (s AssessmentReportEvidenceError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentReportEvidenceError) SetErrorCode(v string) *AssessmentReportEvidenceError
SetErrorCode sets the ErrorCode field's value.
func (s *AssessmentReportEvidenceError) SetErrorMessage(v string) *AssessmentReportEvidenceError
SetErrorMessage sets the ErrorMessage field's value.
func (s *AssessmentReportEvidenceError) SetEvidenceId(v string) *AssessmentReportEvidenceError
SetEvidenceId sets the EvidenceId field's value.
func (s AssessmentReportEvidenceError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentReportMetadata struct { // The unique identifier for the associated assessment. AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"` // The name of the associated assessment. // // AssessmentName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentReportMetadata's // String and GoString methods. AssessmentName *string `locationName:"assessmentName" min:"1" type:"string" sensitive:"true"` // The name of the user who created the assessment report. // // Author is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentReportMetadata's // String and GoString methods. Author *string `locationName:"author" min:"1" type:"string" sensitive:"true"` // Specifies when the assessment report was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The description of the assessment report. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AssessmentReportMetadata's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The unique identifier for the assessment report. Id *string `locationName:"id" min:"36" type:"string"` // The name of the assessment report. Name *string `locationName:"name" min:"1" type:"string"` // The current status of the assessment report. Status *string `locationName:"status" type:"string" enum:"AssessmentReportStatus"` // contains filtered or unexported fields }
The metadata objects that are associated with the specified assessment report.
func (s AssessmentReportMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentReportMetadata) SetAssessmentId(v string) *AssessmentReportMetadata
SetAssessmentId sets the AssessmentId field's value.
func (s *AssessmentReportMetadata) SetAssessmentName(v string) *AssessmentReportMetadata
SetAssessmentName sets the AssessmentName field's value.
func (s *AssessmentReportMetadata) SetAuthor(v string) *AssessmentReportMetadata
SetAuthor sets the Author field's value.
func (s *AssessmentReportMetadata) SetCreationTime(v time.Time) *AssessmentReportMetadata
SetCreationTime sets the CreationTime field's value.
func (s *AssessmentReportMetadata) SetDescription(v string) *AssessmentReportMetadata
SetDescription sets the Description field's value.
func (s *AssessmentReportMetadata) SetId(v string) *AssessmentReportMetadata
SetId sets the Id field's value.
func (s *AssessmentReportMetadata) SetName(v string) *AssessmentReportMetadata
SetName sets the Name field's value.
func (s *AssessmentReportMetadata) SetStatus(v string) *AssessmentReportMetadata
SetStatus sets the Status field's value.
func (s AssessmentReportMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssessmentReportsDestination struct { // The destination bucket where Audit Manager stores assessment reports. Destination *string `locationName:"destination" min:"1" type:"string"` // The destination type, such as Amazon S3. DestinationType *string `locationName:"destinationType" type:"string" enum:"AssessmentReportDestinationType"` // contains filtered or unexported fields }
The location where Audit Manager saves assessment reports for the given assessment.
func (s AssessmentReportsDestination) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentReportsDestination) SetDestination(v string) *AssessmentReportsDestination
SetDestination sets the Destination field's value.
func (s *AssessmentReportsDestination) SetDestinationType(v string) *AssessmentReportsDestination
SetDestinationType sets the DestinationType field's value.
func (s AssessmentReportsDestination) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssessmentReportsDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateAssessmentReportEvidenceFolderInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The identifier for the folder that the evidence is stored in. // // EvidenceFolderId is a required field EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s AssociateAssessmentReportEvidenceFolderInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssociateAssessmentReportEvidenceFolderInput) SetAssessmentId(v string) *AssociateAssessmentReportEvidenceFolderInput
SetAssessmentId sets the AssessmentId field's value.
func (s *AssociateAssessmentReportEvidenceFolderInput) SetEvidenceFolderId(v string) *AssociateAssessmentReportEvidenceFolderInput
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s AssociateAssessmentReportEvidenceFolderInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *AssociateAssessmentReportEvidenceFolderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateAssessmentReportEvidenceFolderOutput struct {
// contains filtered or unexported fields
}
func (s AssociateAssessmentReportEvidenceFolderOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s AssociateAssessmentReportEvidenceFolderOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AuditManager struct { *client.Client }
AuditManager provides the API operation methods for making requests to AWS Audit Manager. See this package's package overview docs for details on the service.
AuditManager methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New(p client.ConfigProvider, cfgs ...*aws.Config) *AuditManager
New creates a new instance of the AuditManager client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a AuditManager client from just a session. svc := auditmanager.New(mySession) // Create a AuditManager client with additional configuration svc := auditmanager.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (c *AuditManager) AssociateAssessmentReportEvidenceFolder(input *AssociateAssessmentReportEvidenceFolderInput) (*AssociateAssessmentReportEvidenceFolderOutput, error)
AssociateAssessmentReportEvidenceFolder API operation for AWS Audit Manager.
Associates an evidence folder to an assessment report in an Audit Manager assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation AssociateAssessmentReportEvidenceFolder for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) AssociateAssessmentReportEvidenceFolderRequest(input *AssociateAssessmentReportEvidenceFolderInput) (req *request.Request, output *AssociateAssessmentReportEvidenceFolderOutput)
AssociateAssessmentReportEvidenceFolderRequest generates a "aws/request.Request" representing the client's request for the AssociateAssessmentReportEvidenceFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateAssessmentReportEvidenceFolder for more information on using the AssociateAssessmentReportEvidenceFolder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateAssessmentReportEvidenceFolderRequest method. req, resp := client.AssociateAssessmentReportEvidenceFolderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) AssociateAssessmentReportEvidenceFolderWithContext(ctx aws.Context, input *AssociateAssessmentReportEvidenceFolderInput, opts ...request.Option) (*AssociateAssessmentReportEvidenceFolderOutput, error)
AssociateAssessmentReportEvidenceFolderWithContext is the same as AssociateAssessmentReportEvidenceFolder with the addition of the ability to pass a context and additional request options.
See AssociateAssessmentReportEvidenceFolder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) BatchAssociateAssessmentReportEvidence(input *BatchAssociateAssessmentReportEvidenceInput) (*BatchAssociateAssessmentReportEvidenceOutput, error)
BatchAssociateAssessmentReportEvidence API operation for AWS Audit Manager.
Associates a list of evidence to an assessment report in an Audit Manager assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation BatchAssociateAssessmentReportEvidence for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) BatchAssociateAssessmentReportEvidenceRequest(input *BatchAssociateAssessmentReportEvidenceInput) (req *request.Request, output *BatchAssociateAssessmentReportEvidenceOutput)
BatchAssociateAssessmentReportEvidenceRequest generates a "aws/request.Request" representing the client's request for the BatchAssociateAssessmentReportEvidence operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchAssociateAssessmentReportEvidence for more information on using the BatchAssociateAssessmentReportEvidence API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchAssociateAssessmentReportEvidenceRequest method. req, resp := client.BatchAssociateAssessmentReportEvidenceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) BatchAssociateAssessmentReportEvidenceWithContext(ctx aws.Context, input *BatchAssociateAssessmentReportEvidenceInput, opts ...request.Option) (*BatchAssociateAssessmentReportEvidenceOutput, error)
BatchAssociateAssessmentReportEvidenceWithContext is the same as BatchAssociateAssessmentReportEvidence with the addition of the ability to pass a context and additional request options.
See BatchAssociateAssessmentReportEvidence for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) BatchCreateDelegationByAssessment(input *BatchCreateDelegationByAssessmentInput) (*BatchCreateDelegationByAssessmentOutput, error)
BatchCreateDelegationByAssessment API operation for AWS Audit Manager.
Creates a batch of delegations for an assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation BatchCreateDelegationByAssessment for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) BatchCreateDelegationByAssessmentRequest(input *BatchCreateDelegationByAssessmentInput) (req *request.Request, output *BatchCreateDelegationByAssessmentOutput)
BatchCreateDelegationByAssessmentRequest generates a "aws/request.Request" representing the client's request for the BatchCreateDelegationByAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchCreateDelegationByAssessment for more information on using the BatchCreateDelegationByAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchCreateDelegationByAssessmentRequest method. req, resp := client.BatchCreateDelegationByAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) BatchCreateDelegationByAssessmentWithContext(ctx aws.Context, input *BatchCreateDelegationByAssessmentInput, opts ...request.Option) (*BatchCreateDelegationByAssessmentOutput, error)
BatchCreateDelegationByAssessmentWithContext is the same as BatchCreateDelegationByAssessment with the addition of the ability to pass a context and additional request options.
See BatchCreateDelegationByAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) BatchDeleteDelegationByAssessment(input *BatchDeleteDelegationByAssessmentInput) (*BatchDeleteDelegationByAssessmentOutput, error)
BatchDeleteDelegationByAssessment API operation for AWS Audit Manager.
Deletes a batch of delegations for an assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation BatchDeleteDelegationByAssessment for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) BatchDeleteDelegationByAssessmentRequest(input *BatchDeleteDelegationByAssessmentInput) (req *request.Request, output *BatchDeleteDelegationByAssessmentOutput)
BatchDeleteDelegationByAssessmentRequest generates a "aws/request.Request" representing the client's request for the BatchDeleteDelegationByAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDeleteDelegationByAssessment for more information on using the BatchDeleteDelegationByAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDeleteDelegationByAssessmentRequest method. req, resp := client.BatchDeleteDelegationByAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) BatchDeleteDelegationByAssessmentWithContext(ctx aws.Context, input *BatchDeleteDelegationByAssessmentInput, opts ...request.Option) (*BatchDeleteDelegationByAssessmentOutput, error)
BatchDeleteDelegationByAssessmentWithContext is the same as BatchDeleteDelegationByAssessment with the addition of the ability to pass a context and additional request options.
See BatchDeleteDelegationByAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) BatchDisassociateAssessmentReportEvidence(input *BatchDisassociateAssessmentReportEvidenceInput) (*BatchDisassociateAssessmentReportEvidenceOutput, error)
BatchDisassociateAssessmentReportEvidence API operation for AWS Audit Manager.
Disassociates a list of evidence from an assessment report in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation BatchDisassociateAssessmentReportEvidence for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) BatchDisassociateAssessmentReportEvidenceRequest(input *BatchDisassociateAssessmentReportEvidenceInput) (req *request.Request, output *BatchDisassociateAssessmentReportEvidenceOutput)
BatchDisassociateAssessmentReportEvidenceRequest generates a "aws/request.Request" representing the client's request for the BatchDisassociateAssessmentReportEvidence operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchDisassociateAssessmentReportEvidence for more information on using the BatchDisassociateAssessmentReportEvidence API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchDisassociateAssessmentReportEvidenceRequest method. req, resp := client.BatchDisassociateAssessmentReportEvidenceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) BatchDisassociateAssessmentReportEvidenceWithContext(ctx aws.Context, input *BatchDisassociateAssessmentReportEvidenceInput, opts ...request.Option) (*BatchDisassociateAssessmentReportEvidenceOutput, error)
BatchDisassociateAssessmentReportEvidenceWithContext is the same as BatchDisassociateAssessmentReportEvidence with the addition of the ability to pass a context and additional request options.
See BatchDisassociateAssessmentReportEvidence for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) BatchImportEvidenceToAssessmentControl(input *BatchImportEvidenceToAssessmentControlInput) (*BatchImportEvidenceToAssessmentControlOutput, error)
BatchImportEvidenceToAssessmentControl API operation for AWS Audit Manager.
Adds one or more pieces of evidence to a control in an Audit Manager assessment.
You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question.
The following restrictions apply to this action:
manualEvidence can be only one of the following: evidenceFileName, s3ResourcePath, or textResponse
Maximum size of an individual evidence file: 100 MB
Number of daily manual evidence uploads per control: 100
Supported file formats: See Supported file types for manual evidence (https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#supported-manual-evidence-files) in the Audit Manager User Guide
For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation BatchImportEvidenceToAssessmentControl for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ThrottlingException The request was denied due to request throttling.
func (c *AuditManager) BatchImportEvidenceToAssessmentControlRequest(input *BatchImportEvidenceToAssessmentControlInput) (req *request.Request, output *BatchImportEvidenceToAssessmentControlOutput)
BatchImportEvidenceToAssessmentControlRequest generates a "aws/request.Request" representing the client's request for the BatchImportEvidenceToAssessmentControl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See BatchImportEvidenceToAssessmentControl for more information on using the BatchImportEvidenceToAssessmentControl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the BatchImportEvidenceToAssessmentControlRequest method. req, resp := client.BatchImportEvidenceToAssessmentControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) BatchImportEvidenceToAssessmentControlWithContext(ctx aws.Context, input *BatchImportEvidenceToAssessmentControlInput, opts ...request.Option) (*BatchImportEvidenceToAssessmentControlOutput, error)
BatchImportEvidenceToAssessmentControlWithContext is the same as BatchImportEvidenceToAssessmentControl with the addition of the ability to pass a context and additional request options.
See BatchImportEvidenceToAssessmentControl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) CreateAssessment(input *CreateAssessmentInput) (*CreateAssessmentOutput, error)
CreateAssessment API operation for AWS Audit Manager.
Creates an assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation CreateAssessment for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
ThrottlingException The request was denied due to request throttling.
func (c *AuditManager) CreateAssessmentFramework(input *CreateAssessmentFrameworkInput) (*CreateAssessmentFrameworkOutput, error)
CreateAssessmentFramework API operation for AWS Audit Manager.
Creates a custom framework in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation CreateAssessmentFramework for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
func (c *AuditManager) CreateAssessmentFrameworkRequest(input *CreateAssessmentFrameworkInput) (req *request.Request, output *CreateAssessmentFrameworkOutput)
CreateAssessmentFrameworkRequest generates a "aws/request.Request" representing the client's request for the CreateAssessmentFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAssessmentFramework for more information on using the CreateAssessmentFramework API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAssessmentFrameworkRequest method. req, resp := client.CreateAssessmentFrameworkRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) CreateAssessmentFrameworkWithContext(ctx aws.Context, input *CreateAssessmentFrameworkInput, opts ...request.Option) (*CreateAssessmentFrameworkOutput, error)
CreateAssessmentFrameworkWithContext is the same as CreateAssessmentFramework with the addition of the ability to pass a context and additional request options.
See CreateAssessmentFramework for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) CreateAssessmentReport(input *CreateAssessmentReportInput) (*CreateAssessmentReportOutput, error)
CreateAssessmentReport API operation for AWS Audit Manager.
Creates an assessment report for the specified assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation CreateAssessmentReport for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) CreateAssessmentReportRequest(input *CreateAssessmentReportInput) (req *request.Request, output *CreateAssessmentReportOutput)
CreateAssessmentReportRequest generates a "aws/request.Request" representing the client's request for the CreateAssessmentReport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAssessmentReport for more information on using the CreateAssessmentReport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAssessmentReportRequest method. req, resp := client.CreateAssessmentReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) CreateAssessmentReportWithContext(ctx aws.Context, input *CreateAssessmentReportInput, opts ...request.Option) (*CreateAssessmentReportOutput, error)
CreateAssessmentReportWithContext is the same as CreateAssessmentReport with the addition of the ability to pass a context and additional request options.
See CreateAssessmentReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) CreateAssessmentRequest(input *CreateAssessmentInput) (req *request.Request, output *CreateAssessmentOutput)
CreateAssessmentRequest generates a "aws/request.Request" representing the client's request for the CreateAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateAssessment for more information on using the CreateAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateAssessmentRequest method. req, resp := client.CreateAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) CreateAssessmentWithContext(ctx aws.Context, input *CreateAssessmentInput, opts ...request.Option) (*CreateAssessmentOutput, error)
CreateAssessmentWithContext is the same as CreateAssessment with the addition of the ability to pass a context and additional request options.
See CreateAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) CreateControl(input *CreateControlInput) (*CreateControlOutput, error)
CreateControl API operation for AWS Audit Manager.
Creates a new custom control in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation CreateControl for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateControl
func (c *AuditManager) CreateControlRequest(input *CreateControlInput) (req *request.Request, output *CreateControlOutput)
CreateControlRequest generates a "aws/request.Request" representing the client's request for the CreateControl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateControl for more information on using the CreateControl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateControlRequest method. req, resp := client.CreateControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateControl
func (c *AuditManager) CreateControlWithContext(ctx aws.Context, input *CreateControlInput, opts ...request.Option) (*CreateControlOutput, error)
CreateControlWithContext is the same as CreateControl with the addition of the ability to pass a context and additional request options.
See CreateControl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DeleteAssessment(input *DeleteAssessmentInput) (*DeleteAssessmentOutput, error)
DeleteAssessment API operation for AWS Audit Manager.
Deletes an assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessment for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) DeleteAssessmentFramework(input *DeleteAssessmentFrameworkInput) (*DeleteAssessmentFrameworkOutput, error)
DeleteAssessmentFramework API operation for AWS Audit Manager.
Deletes a custom framework in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessmentFramework for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) DeleteAssessmentFrameworkRequest(input *DeleteAssessmentFrameworkInput) (req *request.Request, output *DeleteAssessmentFrameworkOutput)
DeleteAssessmentFrameworkRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessmentFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAssessmentFramework for more information on using the DeleteAssessmentFramework API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAssessmentFrameworkRequest method. req, resp := client.DeleteAssessmentFrameworkRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) DeleteAssessmentFrameworkShare(input *DeleteAssessmentFrameworkShareInput) (*DeleteAssessmentFrameworkShareOutput, error)
DeleteAssessmentFrameworkShare API operation for AWS Audit Manager.
Deletes a share request for a custom framework in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessmentFrameworkShare for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) DeleteAssessmentFrameworkShareRequest(input *DeleteAssessmentFrameworkShareInput) (req *request.Request, output *DeleteAssessmentFrameworkShareOutput)
DeleteAssessmentFrameworkShareRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessmentFrameworkShare operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAssessmentFrameworkShare for more information on using the DeleteAssessmentFrameworkShare API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAssessmentFrameworkShareRequest method. req, resp := client.DeleteAssessmentFrameworkShareRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) DeleteAssessmentFrameworkShareWithContext(ctx aws.Context, input *DeleteAssessmentFrameworkShareInput, opts ...request.Option) (*DeleteAssessmentFrameworkShareOutput, error)
DeleteAssessmentFrameworkShareWithContext is the same as DeleteAssessmentFrameworkShare with the addition of the ability to pass a context and additional request options.
See DeleteAssessmentFrameworkShare for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DeleteAssessmentFrameworkWithContext(ctx aws.Context, input *DeleteAssessmentFrameworkInput, opts ...request.Option) (*DeleteAssessmentFrameworkOutput, error)
DeleteAssessmentFrameworkWithContext is the same as DeleteAssessmentFramework with the addition of the ability to pass a context and additional request options.
See DeleteAssessmentFramework for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DeleteAssessmentReport(input *DeleteAssessmentReportInput) (*DeleteAssessmentReportOutput, error)
DeleteAssessmentReport API operation for AWS Audit Manager.
Deletes an assessment report in Audit Manager.
When you run the DeleteAssessmentReport operation, Audit Manager attempts to delete the following data:
If Audit Manager can’t access the assessment report in your S3 bucket, the report isn’t deleted. In this event, the DeleteAssessmentReport operation doesn’t fail. Instead, it proceeds to delete the associated metadata only. You must then delete the assessment report from the S3 bucket yourself.
This scenario happens when Audit Manager receives a 403 (Forbidden) or 404 (Not Found) error from Amazon S3. To avoid this, make sure that your S3 bucket is available, and that you configured the correct permissions for Audit Manager to delete resources in your S3 bucket. For an example permissions policy that you can use, see Assessment report destination permissions (https://docs.aws.amazon.com/audit-manager/latest/userguide/security_iam_id-based-policy-examples.html#full-administrator-access-assessment-report-destination) in the Audit Manager User Guide. For information about the issues that could cause a 403 (Forbidden) or 404 (Not Found) error from Amazon S3, see List of Error Codes (https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList) in the Amazon Simple Storage Service API Reference.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessmentReport for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) DeleteAssessmentReportRequest(input *DeleteAssessmentReportInput) (req *request.Request, output *DeleteAssessmentReportOutput)
DeleteAssessmentReportRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessmentReport operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAssessmentReport for more information on using the DeleteAssessmentReport API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAssessmentReportRequest method. req, resp := client.DeleteAssessmentReportRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) DeleteAssessmentReportWithContext(ctx aws.Context, input *DeleteAssessmentReportInput, opts ...request.Option) (*DeleteAssessmentReportOutput, error)
DeleteAssessmentReportWithContext is the same as DeleteAssessmentReport with the addition of the ability to pass a context and additional request options.
See DeleteAssessmentReport for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DeleteAssessmentRequest(input *DeleteAssessmentInput) (req *request.Request, output *DeleteAssessmentOutput)
DeleteAssessmentRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteAssessment for more information on using the DeleteAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteAssessmentRequest method. req, resp := client.DeleteAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) DeleteAssessmentWithContext(ctx aws.Context, input *DeleteAssessmentInput, opts ...request.Option) (*DeleteAssessmentOutput, error)
DeleteAssessmentWithContext is the same as DeleteAssessment with the addition of the ability to pass a context and additional request options.
See DeleteAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DeleteControl(input *DeleteControlInput) (*DeleteControlOutput, error)
DeleteControl API operation for AWS Audit Manager.
Deletes a custom control in Audit Manager.
When you invoke this operation, the custom control is deleted from any frameworks or assessments that it’s currently part of. As a result, Audit Manager will stop collecting evidence for that custom control in all of your assessments. This includes assessments that you previously created before you deleted the custom control.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DeleteControl for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeleteControl
func (c *AuditManager) DeleteControlRequest(input *DeleteControlInput) (req *request.Request, output *DeleteControlOutput)
DeleteControlRequest generates a "aws/request.Request" representing the client's request for the DeleteControl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteControl for more information on using the DeleteControl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteControlRequest method. req, resp := client.DeleteControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeleteControl
func (c *AuditManager) DeleteControlWithContext(ctx aws.Context, input *DeleteControlInput, opts ...request.Option) (*DeleteControlOutput, error)
DeleteControlWithContext is the same as DeleteControl with the addition of the ability to pass a context and additional request options.
See DeleteControl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DeregisterAccount(input *DeregisterAccountInput) (*DeregisterAccountOutput, error)
DeregisterAccount API operation for AWS Audit Manager.
Deregisters an account in Audit Manager.
Before you deregister, you can use the UpdateSettings (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_UpdateSettings.html) API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the DeregistrationPolicy attribute to request the deletion of your data.
For more information about data retention, see Data Protection (https://docs.aws.amazon.com/audit-manager/latest/userguide/data-protection.html) in the Audit Manager User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DeregisterAccount for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) DeregisterAccountRequest(input *DeregisterAccountInput) (req *request.Request, output *DeregisterAccountOutput)
DeregisterAccountRequest generates a "aws/request.Request" representing the client's request for the DeregisterAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeregisterAccount for more information on using the DeregisterAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeregisterAccountRequest method. req, resp := client.DeregisterAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) DeregisterAccountWithContext(ctx aws.Context, input *DeregisterAccountInput, opts ...request.Option) (*DeregisterAccountOutput, error)
DeregisterAccountWithContext is the same as DeregisterAccount with the addition of the ability to pass a context and additional request options.
See DeregisterAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DeregisterOrganizationAdminAccount(input *DeregisterOrganizationAdminAccountInput) (*DeregisterOrganizationAdminAccountOutput, error)
DeregisterOrganizationAdminAccount API operation for AWS Audit Manager.
Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.
When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward.
Keep in mind the following cleanup task if you use evidence finder:
Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-eds-disable-termination.html).
This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it.
When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager.
To delete your Audit Manager resource data, see the following instructions:
DeleteAssessment (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessment.html) (see also: Deleting an assessment (https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-assessment.html) in the Audit Manager User Guide)
DeleteAssessmentFramework (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFramework.html) (see also: Deleting a custom framework (https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-custom-framework.html) in the Audit Manager User Guide)
DeleteAssessmentFrameworkShare (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentFrameworkShare.html) (see also: Deleting a share request (https://docs.aws.amazon.com/audit-manager/latest/userguide/deleting-shared-framework-requests.html) in the Audit Manager User Guide)
DeleteAssessmentReport (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteAssessmentReport.html) (see also: Deleting an assessment report (https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#delete-assessment-report-steps) in the Audit Manager User Guide)
DeleteControl (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeleteControl.html) (see also: Deleting a custom control (https://docs.aws.amazon.com/audit-manager/latest/userguide/delete-controls.html) in the Audit Manager User Guide)
At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DeregisterOrganizationAdminAccount for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) DeregisterOrganizationAdminAccountRequest(input *DeregisterOrganizationAdminAccountInput) (req *request.Request, output *DeregisterOrganizationAdminAccountOutput)
DeregisterOrganizationAdminAccountRequest generates a "aws/request.Request" representing the client's request for the DeregisterOrganizationAdminAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeregisterOrganizationAdminAccount for more information on using the DeregisterOrganizationAdminAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeregisterOrganizationAdminAccountRequest method. req, resp := client.DeregisterOrganizationAdminAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) DeregisterOrganizationAdminAccountWithContext(ctx aws.Context, input *DeregisterOrganizationAdminAccountInput, opts ...request.Option) (*DeregisterOrganizationAdminAccountOutput, error)
DeregisterOrganizationAdminAccountWithContext is the same as DeregisterOrganizationAdminAccount with the addition of the ability to pass a context and additional request options.
See DeregisterOrganizationAdminAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) DisassociateAssessmentReportEvidenceFolder(input *DisassociateAssessmentReportEvidenceFolderInput) (*DisassociateAssessmentReportEvidenceFolderOutput, error)
DisassociateAssessmentReportEvidenceFolder API operation for AWS Audit Manager.
Disassociates an evidence folder from the specified assessment report in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation DisassociateAssessmentReportEvidenceFolder for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) DisassociateAssessmentReportEvidenceFolderRequest(input *DisassociateAssessmentReportEvidenceFolderInput) (req *request.Request, output *DisassociateAssessmentReportEvidenceFolderOutput)
DisassociateAssessmentReportEvidenceFolderRequest generates a "aws/request.Request" representing the client's request for the DisassociateAssessmentReportEvidenceFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateAssessmentReportEvidenceFolder for more information on using the DisassociateAssessmentReportEvidenceFolder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateAssessmentReportEvidenceFolderRequest method. req, resp := client.DisassociateAssessmentReportEvidenceFolderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) DisassociateAssessmentReportEvidenceFolderWithContext(ctx aws.Context, input *DisassociateAssessmentReportEvidenceFolderInput, opts ...request.Option) (*DisassociateAssessmentReportEvidenceFolderOutput, error)
DisassociateAssessmentReportEvidenceFolderWithContext is the same as DisassociateAssessmentReportEvidenceFolder with the addition of the ability to pass a context and additional request options.
See DisassociateAssessmentReportEvidenceFolder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetAccountStatus(input *GetAccountStatusInput) (*GetAccountStatusOutput, error)
GetAccountStatus API operation for AWS Audit Manager.
Gets the registration status of an account in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetAccountStatus for usage and error information.
Returned Error Types:
func (c *AuditManager) GetAccountStatusRequest(input *GetAccountStatusInput) (req *request.Request, output *GetAccountStatusOutput)
GetAccountStatusRequest generates a "aws/request.Request" representing the client's request for the GetAccountStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAccountStatus for more information on using the GetAccountStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAccountStatusRequest method. req, resp := client.GetAccountStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetAccountStatusWithContext(ctx aws.Context, input *GetAccountStatusInput, opts ...request.Option) (*GetAccountStatusOutput, error)
GetAccountStatusWithContext is the same as GetAccountStatus with the addition of the ability to pass a context and additional request options.
See GetAccountStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetAssessment(input *GetAssessmentInput) (*GetAssessmentOutput, error)
GetAssessment API operation for AWS Audit Manager.
Gets information about a specified assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetAssessment for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessment
func (c *AuditManager) GetAssessmentFramework(input *GetAssessmentFrameworkInput) (*GetAssessmentFrameworkOutput, error)
GetAssessmentFramework API operation for AWS Audit Manager.
Gets information about a specified framework.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetAssessmentFramework for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) GetAssessmentFrameworkRequest(input *GetAssessmentFrameworkInput) (req *request.Request, output *GetAssessmentFrameworkOutput)
GetAssessmentFrameworkRequest generates a "aws/request.Request" representing the client's request for the GetAssessmentFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAssessmentFramework for more information on using the GetAssessmentFramework API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAssessmentFrameworkRequest method. req, resp := client.GetAssessmentFrameworkRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetAssessmentFrameworkWithContext(ctx aws.Context, input *GetAssessmentFrameworkInput, opts ...request.Option) (*GetAssessmentFrameworkOutput, error)
GetAssessmentFrameworkWithContext is the same as GetAssessmentFramework with the addition of the ability to pass a context and additional request options.
See GetAssessmentFramework for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetAssessmentReportUrl(input *GetAssessmentReportUrlInput) (*GetAssessmentReportUrlOutput, error)
GetAssessmentReportUrl API operation for AWS Audit Manager.
Gets the URL of an assessment report in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetAssessmentReportUrl for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) GetAssessmentReportUrlRequest(input *GetAssessmentReportUrlInput) (req *request.Request, output *GetAssessmentReportUrlOutput)
GetAssessmentReportUrlRequest generates a "aws/request.Request" representing the client's request for the GetAssessmentReportUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAssessmentReportUrl for more information on using the GetAssessmentReportUrl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAssessmentReportUrlRequest method. req, resp := client.GetAssessmentReportUrlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetAssessmentReportUrlWithContext(ctx aws.Context, input *GetAssessmentReportUrlInput, opts ...request.Option) (*GetAssessmentReportUrlOutput, error)
GetAssessmentReportUrlWithContext is the same as GetAssessmentReportUrl with the addition of the ability to pass a context and additional request options.
See GetAssessmentReportUrl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetAssessmentRequest(input *GetAssessmentInput) (req *request.Request, output *GetAssessmentOutput)
GetAssessmentRequest generates a "aws/request.Request" representing the client's request for the GetAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetAssessment for more information on using the GetAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetAssessmentRequest method. req, resp := client.GetAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessment
func (c *AuditManager) GetAssessmentWithContext(ctx aws.Context, input *GetAssessmentInput, opts ...request.Option) (*GetAssessmentOutput, error)
GetAssessmentWithContext is the same as GetAssessment with the addition of the ability to pass a context and additional request options.
See GetAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetChangeLogs(input *GetChangeLogsInput) (*GetChangeLogsOutput, error)
GetChangeLogs API operation for AWS Audit Manager.
Gets a list of changelogs from Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetChangeLogs for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetChangeLogs
func (c *AuditManager) GetChangeLogsPages(input *GetChangeLogsInput, fn func(*GetChangeLogsOutput, bool) bool) error
GetChangeLogsPages iterates over the pages of a GetChangeLogs operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetChangeLogs method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetChangeLogs operation. pageNum := 0 err := client.GetChangeLogsPages(params, func(page *auditmanager.GetChangeLogsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) GetChangeLogsPagesWithContext(ctx aws.Context, input *GetChangeLogsInput, fn func(*GetChangeLogsOutput, bool) bool, opts ...request.Option) error
GetChangeLogsPagesWithContext same as GetChangeLogsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetChangeLogsRequest(input *GetChangeLogsInput) (req *request.Request, output *GetChangeLogsOutput)
GetChangeLogsRequest generates a "aws/request.Request" representing the client's request for the GetChangeLogs operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetChangeLogs for more information on using the GetChangeLogs API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetChangeLogsRequest method. req, resp := client.GetChangeLogsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetChangeLogs
func (c *AuditManager) GetChangeLogsWithContext(ctx aws.Context, input *GetChangeLogsInput, opts ...request.Option) (*GetChangeLogsOutput, error)
GetChangeLogsWithContext is the same as GetChangeLogs with the addition of the ability to pass a context and additional request options.
See GetChangeLogs for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetControl(input *GetControlInput) (*GetControlOutput, error)
GetControl API operation for AWS Audit Manager.
Gets information about a specified control.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetControl for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetControl
func (c *AuditManager) GetControlRequest(input *GetControlInput) (req *request.Request, output *GetControlOutput)
GetControlRequest generates a "aws/request.Request" representing the client's request for the GetControl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetControl for more information on using the GetControl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetControlRequest method. req, resp := client.GetControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetControl
func (c *AuditManager) GetControlWithContext(ctx aws.Context, input *GetControlInput, opts ...request.Option) (*GetControlOutput, error)
GetControlWithContext is the same as GetControl with the addition of the ability to pass a context and additional request options.
See GetControl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetDelegations(input *GetDelegationsInput) (*GetDelegationsOutput, error)
GetDelegations API operation for AWS Audit Manager.
Gets a list of delegations from an audit owner to a delegate.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetDelegations for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetDelegations
func (c *AuditManager) GetDelegationsPages(input *GetDelegationsInput, fn func(*GetDelegationsOutput, bool) bool) error
GetDelegationsPages iterates over the pages of a GetDelegations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetDelegations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetDelegations operation. pageNum := 0 err := client.GetDelegationsPages(params, func(page *auditmanager.GetDelegationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) GetDelegationsPagesWithContext(ctx aws.Context, input *GetDelegationsInput, fn func(*GetDelegationsOutput, bool) bool, opts ...request.Option) error
GetDelegationsPagesWithContext same as GetDelegationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetDelegationsRequest(input *GetDelegationsInput) (req *request.Request, output *GetDelegationsOutput)
GetDelegationsRequest generates a "aws/request.Request" representing the client's request for the GetDelegations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDelegations for more information on using the GetDelegations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDelegationsRequest method. req, resp := client.GetDelegationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetDelegations
func (c *AuditManager) GetDelegationsWithContext(ctx aws.Context, input *GetDelegationsInput, opts ...request.Option) (*GetDelegationsOutput, error)
GetDelegationsWithContext is the same as GetDelegations with the addition of the ability to pass a context and additional request options.
See GetDelegations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidence(input *GetEvidenceInput) (*GetEvidenceOutput, error)
GetEvidence API operation for AWS Audit Manager.
Gets information about a specified evidence item.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetEvidence for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetEvidence
func (c *AuditManager) GetEvidenceByEvidenceFolder(input *GetEvidenceByEvidenceFolderInput) (*GetEvidenceByEvidenceFolderOutput, error)
GetEvidenceByEvidenceFolder API operation for AWS Audit Manager.
Gets all evidence from a specified evidence folder in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceByEvidenceFolder for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) GetEvidenceByEvidenceFolderPages(input *GetEvidenceByEvidenceFolderInput, fn func(*GetEvidenceByEvidenceFolderOutput, bool) bool) error
GetEvidenceByEvidenceFolderPages iterates over the pages of a GetEvidenceByEvidenceFolder operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetEvidenceByEvidenceFolder method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetEvidenceByEvidenceFolder operation. pageNum := 0 err := client.GetEvidenceByEvidenceFolderPages(params, func(page *auditmanager.GetEvidenceByEvidenceFolderOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) GetEvidenceByEvidenceFolderPagesWithContext(ctx aws.Context, input *GetEvidenceByEvidenceFolderInput, fn func(*GetEvidenceByEvidenceFolderOutput, bool) bool, opts ...request.Option) error
GetEvidenceByEvidenceFolderPagesWithContext same as GetEvidenceByEvidenceFolderPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceByEvidenceFolderRequest(input *GetEvidenceByEvidenceFolderInput) (req *request.Request, output *GetEvidenceByEvidenceFolderOutput)
GetEvidenceByEvidenceFolderRequest generates a "aws/request.Request" representing the client's request for the GetEvidenceByEvidenceFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEvidenceByEvidenceFolder for more information on using the GetEvidenceByEvidenceFolder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEvidenceByEvidenceFolderRequest method. req, resp := client.GetEvidenceByEvidenceFolderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetEvidenceByEvidenceFolderWithContext(ctx aws.Context, input *GetEvidenceByEvidenceFolderInput, opts ...request.Option) (*GetEvidenceByEvidenceFolderOutput, error)
GetEvidenceByEvidenceFolderWithContext is the same as GetEvidenceByEvidenceFolder with the addition of the ability to pass a context and additional request options.
See GetEvidenceByEvidenceFolder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceFileUploadUrl(input *GetEvidenceFileUploadUrlInput) (*GetEvidenceFileUploadUrlOutput, error)
GetEvidenceFileUploadUrl API operation for AWS Audit Manager.
Creates a presigned Amazon S3 URL that can be used to upload a file as manual evidence. For instructions on how to use this operation, see Upload a file from your browser (https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#how-to-upload-manual-evidence-files) in the Audit Manager User Guide.
The following restrictions apply to this operation:
Maximum size of an individual evidence file: 100 MB
Number of daily manual evidence uploads per control: 100
Supported file formats: See Supported file types for manual evidence (https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#supported-manual-evidence-files) in the Audit Manager User Guide
For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceFileUploadUrl for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ThrottlingException The request was denied due to request throttling.
func (c *AuditManager) GetEvidenceFileUploadUrlRequest(input *GetEvidenceFileUploadUrlInput) (req *request.Request, output *GetEvidenceFileUploadUrlOutput)
GetEvidenceFileUploadUrlRequest generates a "aws/request.Request" representing the client's request for the GetEvidenceFileUploadUrl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEvidenceFileUploadUrl for more information on using the GetEvidenceFileUploadUrl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEvidenceFileUploadUrlRequest method. req, resp := client.GetEvidenceFileUploadUrlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetEvidenceFileUploadUrlWithContext(ctx aws.Context, input *GetEvidenceFileUploadUrlInput, opts ...request.Option) (*GetEvidenceFileUploadUrlOutput, error)
GetEvidenceFileUploadUrlWithContext is the same as GetEvidenceFileUploadUrl with the addition of the ability to pass a context and additional request options.
See GetEvidenceFileUploadUrl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceFolder(input *GetEvidenceFolderInput) (*GetEvidenceFolderOutput, error)
GetEvidenceFolder API operation for AWS Audit Manager.
Gets an evidence folder from a specified assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceFolder for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) GetEvidenceFolderRequest(input *GetEvidenceFolderInput) (req *request.Request, output *GetEvidenceFolderOutput)
GetEvidenceFolderRequest generates a "aws/request.Request" representing the client's request for the GetEvidenceFolder operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEvidenceFolder for more information on using the GetEvidenceFolder API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEvidenceFolderRequest method. req, resp := client.GetEvidenceFolderRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetEvidenceFolderWithContext(ctx aws.Context, input *GetEvidenceFolderInput, opts ...request.Option) (*GetEvidenceFolderOutput, error)
GetEvidenceFolderWithContext is the same as GetEvidenceFolder with the addition of the ability to pass a context and additional request options.
See GetEvidenceFolder for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceFoldersByAssessment(input *GetEvidenceFoldersByAssessmentInput) (*GetEvidenceFoldersByAssessmentOutput, error)
GetEvidenceFoldersByAssessment API operation for AWS Audit Manager.
Gets the evidence folders from a specified assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceFoldersByAssessment for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) GetEvidenceFoldersByAssessmentControl(input *GetEvidenceFoldersByAssessmentControlInput) (*GetEvidenceFoldersByAssessmentControlOutput, error)
GetEvidenceFoldersByAssessmentControl API operation for AWS Audit Manager.
Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceFoldersByAssessmentControl for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) GetEvidenceFoldersByAssessmentControlPages(input *GetEvidenceFoldersByAssessmentControlInput, fn func(*GetEvidenceFoldersByAssessmentControlOutput, bool) bool) error
GetEvidenceFoldersByAssessmentControlPages iterates over the pages of a GetEvidenceFoldersByAssessmentControl operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetEvidenceFoldersByAssessmentControl method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetEvidenceFoldersByAssessmentControl operation. pageNum := 0 err := client.GetEvidenceFoldersByAssessmentControlPages(params, func(page *auditmanager.GetEvidenceFoldersByAssessmentControlOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) GetEvidenceFoldersByAssessmentControlPagesWithContext(ctx aws.Context, input *GetEvidenceFoldersByAssessmentControlInput, fn func(*GetEvidenceFoldersByAssessmentControlOutput, bool) bool, opts ...request.Option) error
GetEvidenceFoldersByAssessmentControlPagesWithContext same as GetEvidenceFoldersByAssessmentControlPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceFoldersByAssessmentControlRequest(input *GetEvidenceFoldersByAssessmentControlInput) (req *request.Request, output *GetEvidenceFoldersByAssessmentControlOutput)
GetEvidenceFoldersByAssessmentControlRequest generates a "aws/request.Request" representing the client's request for the GetEvidenceFoldersByAssessmentControl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEvidenceFoldersByAssessmentControl for more information on using the GetEvidenceFoldersByAssessmentControl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEvidenceFoldersByAssessmentControlRequest method. req, resp := client.GetEvidenceFoldersByAssessmentControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetEvidenceFoldersByAssessmentControlWithContext(ctx aws.Context, input *GetEvidenceFoldersByAssessmentControlInput, opts ...request.Option) (*GetEvidenceFoldersByAssessmentControlOutput, error)
GetEvidenceFoldersByAssessmentControlWithContext is the same as GetEvidenceFoldersByAssessmentControl with the addition of the ability to pass a context and additional request options.
See GetEvidenceFoldersByAssessmentControl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceFoldersByAssessmentPages(input *GetEvidenceFoldersByAssessmentInput, fn func(*GetEvidenceFoldersByAssessmentOutput, bool) bool) error
GetEvidenceFoldersByAssessmentPages iterates over the pages of a GetEvidenceFoldersByAssessment operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See GetEvidenceFoldersByAssessment method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a GetEvidenceFoldersByAssessment operation. pageNum := 0 err := client.GetEvidenceFoldersByAssessmentPages(params, func(page *auditmanager.GetEvidenceFoldersByAssessmentOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) GetEvidenceFoldersByAssessmentPagesWithContext(ctx aws.Context, input *GetEvidenceFoldersByAssessmentInput, fn func(*GetEvidenceFoldersByAssessmentOutput, bool) bool, opts ...request.Option) error
GetEvidenceFoldersByAssessmentPagesWithContext same as GetEvidenceFoldersByAssessmentPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceFoldersByAssessmentRequest(input *GetEvidenceFoldersByAssessmentInput) (req *request.Request, output *GetEvidenceFoldersByAssessmentOutput)
GetEvidenceFoldersByAssessmentRequest generates a "aws/request.Request" representing the client's request for the GetEvidenceFoldersByAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEvidenceFoldersByAssessment for more information on using the GetEvidenceFoldersByAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEvidenceFoldersByAssessmentRequest method. req, resp := client.GetEvidenceFoldersByAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetEvidenceFoldersByAssessmentWithContext(ctx aws.Context, input *GetEvidenceFoldersByAssessmentInput, opts ...request.Option) (*GetEvidenceFoldersByAssessmentOutput, error)
GetEvidenceFoldersByAssessmentWithContext is the same as GetEvidenceFoldersByAssessment with the addition of the ability to pass a context and additional request options.
See GetEvidenceFoldersByAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetEvidenceRequest(input *GetEvidenceInput) (req *request.Request, output *GetEvidenceOutput)
GetEvidenceRequest generates a "aws/request.Request" representing the client's request for the GetEvidence operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetEvidence for more information on using the GetEvidence API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetEvidenceRequest method. req, resp := client.GetEvidenceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetEvidence
func (c *AuditManager) GetEvidenceWithContext(ctx aws.Context, input *GetEvidenceInput, opts ...request.Option) (*GetEvidenceOutput, error)
GetEvidenceWithContext is the same as GetEvidence with the addition of the ability to pass a context and additional request options.
See GetEvidence for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetInsights(input *GetInsightsInput) (*GetInsightsOutput, error)
GetInsights API operation for AWS Audit Manager.
Gets the latest analytics data for all your current active assessments.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetInsights for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetInsights
func (c *AuditManager) GetInsightsByAssessment(input *GetInsightsByAssessmentInput) (*GetInsightsByAssessmentOutput, error)
GetInsightsByAssessment API operation for AWS Audit Manager.
Gets the latest analytics data for a specific active assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetInsightsByAssessment for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) GetInsightsByAssessmentRequest(input *GetInsightsByAssessmentInput) (req *request.Request, output *GetInsightsByAssessmentOutput)
GetInsightsByAssessmentRequest generates a "aws/request.Request" representing the client's request for the GetInsightsByAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetInsightsByAssessment for more information on using the GetInsightsByAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetInsightsByAssessmentRequest method. req, resp := client.GetInsightsByAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetInsightsByAssessmentWithContext(ctx aws.Context, input *GetInsightsByAssessmentInput, opts ...request.Option) (*GetInsightsByAssessmentOutput, error)
GetInsightsByAssessmentWithContext is the same as GetInsightsByAssessment with the addition of the ability to pass a context and additional request options.
See GetInsightsByAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetInsightsRequest(input *GetInsightsInput) (req *request.Request, output *GetInsightsOutput)
GetInsightsRequest generates a "aws/request.Request" representing the client's request for the GetInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetInsights for more information on using the GetInsights API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetInsightsRequest method. req, resp := client.GetInsightsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetInsights
func (c *AuditManager) GetInsightsWithContext(ctx aws.Context, input *GetInsightsInput, opts ...request.Option) (*GetInsightsOutput, error)
GetInsightsWithContext is the same as GetInsights with the addition of the ability to pass a context and additional request options.
See GetInsights for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetOrganizationAdminAccount(input *GetOrganizationAdminAccountInput) (*GetOrganizationAdminAccountOutput, error)
GetOrganizationAdminAccount API operation for AWS Audit Manager.
Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetOrganizationAdminAccount for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) GetOrganizationAdminAccountRequest(input *GetOrganizationAdminAccountInput) (req *request.Request, output *GetOrganizationAdminAccountOutput)
GetOrganizationAdminAccountRequest generates a "aws/request.Request" representing the client's request for the GetOrganizationAdminAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOrganizationAdminAccount for more information on using the GetOrganizationAdminAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOrganizationAdminAccountRequest method. req, resp := client.GetOrganizationAdminAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetOrganizationAdminAccountWithContext(ctx aws.Context, input *GetOrganizationAdminAccountInput, opts ...request.Option) (*GetOrganizationAdminAccountOutput, error)
GetOrganizationAdminAccountWithContext is the same as GetOrganizationAdminAccount with the addition of the ability to pass a context and additional request options.
See GetOrganizationAdminAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetServicesInScope(input *GetServicesInScopeInput) (*GetServicesInScopeOutput, error)
GetServicesInScope API operation for AWS Audit Manager.
Gets a list of the Amazon Web Services from which Audit Manager can collect evidence.
Audit Manager defines which Amazon Web Services are in scope for an assessment. Audit Manager infers this scope by examining the assessment’s controls and their data sources, and then mapping this information to one or more of the corresponding Amazon Web Services that are in this list.
For information about why it's no longer possible to specify services in scope manually, see I can't edit the services in scope for my assessment (https://docs.aws.amazon.com/audit-manager/latest/userguide/evidence-collection-issues.html#unable-to-edit-services) in the Troubleshooting section of the Audit Manager user guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetServicesInScope for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) GetServicesInScopeRequest(input *GetServicesInScopeInput) (req *request.Request, output *GetServicesInScopeOutput)
GetServicesInScopeRequest generates a "aws/request.Request" representing the client's request for the GetServicesInScope operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetServicesInScope for more information on using the GetServicesInScope API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetServicesInScopeRequest method. req, resp := client.GetServicesInScopeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) GetServicesInScopeWithContext(ctx aws.Context, input *GetServicesInScopeInput, opts ...request.Option) (*GetServicesInScopeOutput, error)
GetServicesInScopeWithContext is the same as GetServicesInScope with the addition of the ability to pass a context and additional request options.
See GetServicesInScope for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) GetSettings(input *GetSettingsInput) (*GetSettingsOutput, error)
GetSettings API operation for AWS Audit Manager.
Gets the settings for a specified Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation GetSettings for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetSettings
func (c *AuditManager) GetSettingsRequest(input *GetSettingsInput) (req *request.Request, output *GetSettingsOutput)
GetSettingsRequest generates a "aws/request.Request" representing the client's request for the GetSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetSettings for more information on using the GetSettings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetSettingsRequest method. req, resp := client.GetSettingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetSettings
func (c *AuditManager) GetSettingsWithContext(ctx aws.Context, input *GetSettingsInput, opts ...request.Option) (*GetSettingsOutput, error)
GetSettingsWithContext is the same as GetSettings with the addition of the ability to pass a context and additional request options.
See GetSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentControlInsightsByControlDomain(input *ListAssessmentControlInsightsByControlDomainInput) (*ListAssessmentControlInsightsByControlDomainOutput, error)
ListAssessmentControlInsightsByControlDomain API operation for AWS Audit Manager.
Lists the latest analytics data for controls within a specific control domain and a specific active assessment.
Control insights are listed only if the control belongs to the control domain and assessment that was specified. Moreover, the control must have collected evidence on the lastUpdated date of controlInsightsByAssessment. If neither of these conditions are met, no data is listed for that control.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentControlInsightsByControlDomain for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) ListAssessmentControlInsightsByControlDomainPages(input *ListAssessmentControlInsightsByControlDomainInput, fn func(*ListAssessmentControlInsightsByControlDomainOutput, bool) bool) error
ListAssessmentControlInsightsByControlDomainPages iterates over the pages of a ListAssessmentControlInsightsByControlDomain operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAssessmentControlInsightsByControlDomain method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAssessmentControlInsightsByControlDomain operation. pageNum := 0 err := client.ListAssessmentControlInsightsByControlDomainPages(params, func(page *auditmanager.ListAssessmentControlInsightsByControlDomainOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListAssessmentControlInsightsByControlDomainPagesWithContext(ctx aws.Context, input *ListAssessmentControlInsightsByControlDomainInput, fn func(*ListAssessmentControlInsightsByControlDomainOutput, bool) bool, opts ...request.Option) error
ListAssessmentControlInsightsByControlDomainPagesWithContext same as ListAssessmentControlInsightsByControlDomainPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentControlInsightsByControlDomainRequest(input *ListAssessmentControlInsightsByControlDomainInput) (req *request.Request, output *ListAssessmentControlInsightsByControlDomainOutput)
ListAssessmentControlInsightsByControlDomainRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentControlInsightsByControlDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssessmentControlInsightsByControlDomain for more information on using the ListAssessmentControlInsightsByControlDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssessmentControlInsightsByControlDomainRequest method. req, resp := client.ListAssessmentControlInsightsByControlDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListAssessmentControlInsightsByControlDomainWithContext(ctx aws.Context, input *ListAssessmentControlInsightsByControlDomainInput, opts ...request.Option) (*ListAssessmentControlInsightsByControlDomainOutput, error)
ListAssessmentControlInsightsByControlDomainWithContext is the same as ListAssessmentControlInsightsByControlDomain with the addition of the ability to pass a context and additional request options.
See ListAssessmentControlInsightsByControlDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentFrameworkShareRequests(input *ListAssessmentFrameworkShareRequestsInput) (*ListAssessmentFrameworkShareRequestsOutput, error)
ListAssessmentFrameworkShareRequests API operation for AWS Audit Manager.
Returns a list of sent or received share requests for custom frameworks in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentFrameworkShareRequests for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) ListAssessmentFrameworkShareRequestsPages(input *ListAssessmentFrameworkShareRequestsInput, fn func(*ListAssessmentFrameworkShareRequestsOutput, bool) bool) error
ListAssessmentFrameworkShareRequestsPages iterates over the pages of a ListAssessmentFrameworkShareRequests operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAssessmentFrameworkShareRequests method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAssessmentFrameworkShareRequests operation. pageNum := 0 err := client.ListAssessmentFrameworkShareRequestsPages(params, func(page *auditmanager.ListAssessmentFrameworkShareRequestsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListAssessmentFrameworkShareRequestsPagesWithContext(ctx aws.Context, input *ListAssessmentFrameworkShareRequestsInput, fn func(*ListAssessmentFrameworkShareRequestsOutput, bool) bool, opts ...request.Option) error
ListAssessmentFrameworkShareRequestsPagesWithContext same as ListAssessmentFrameworkShareRequestsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentFrameworkShareRequestsRequest(input *ListAssessmentFrameworkShareRequestsInput) (req *request.Request, output *ListAssessmentFrameworkShareRequestsOutput)
ListAssessmentFrameworkShareRequestsRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentFrameworkShareRequests operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssessmentFrameworkShareRequests for more information on using the ListAssessmentFrameworkShareRequests API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssessmentFrameworkShareRequestsRequest method. req, resp := client.ListAssessmentFrameworkShareRequestsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListAssessmentFrameworkShareRequestsWithContext(ctx aws.Context, input *ListAssessmentFrameworkShareRequestsInput, opts ...request.Option) (*ListAssessmentFrameworkShareRequestsOutput, error)
ListAssessmentFrameworkShareRequestsWithContext is the same as ListAssessmentFrameworkShareRequests with the addition of the ability to pass a context and additional request options.
See ListAssessmentFrameworkShareRequests for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentFrameworks(input *ListAssessmentFrameworksInput) (*ListAssessmentFrameworksOutput, error)
ListAssessmentFrameworks API operation for AWS Audit Manager.
Returns a list of the frameworks that are available in the Audit Manager framework library.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentFrameworks for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) ListAssessmentFrameworksPages(input *ListAssessmentFrameworksInput, fn func(*ListAssessmentFrameworksOutput, bool) bool) error
ListAssessmentFrameworksPages iterates over the pages of a ListAssessmentFrameworks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAssessmentFrameworks method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAssessmentFrameworks operation. pageNum := 0 err := client.ListAssessmentFrameworksPages(params, func(page *auditmanager.ListAssessmentFrameworksOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListAssessmentFrameworksPagesWithContext(ctx aws.Context, input *ListAssessmentFrameworksInput, fn func(*ListAssessmentFrameworksOutput, bool) bool, opts ...request.Option) error
ListAssessmentFrameworksPagesWithContext same as ListAssessmentFrameworksPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentFrameworksRequest(input *ListAssessmentFrameworksInput) (req *request.Request, output *ListAssessmentFrameworksOutput)
ListAssessmentFrameworksRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentFrameworks operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssessmentFrameworks for more information on using the ListAssessmentFrameworks API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssessmentFrameworksRequest method. req, resp := client.ListAssessmentFrameworksRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListAssessmentFrameworksWithContext(ctx aws.Context, input *ListAssessmentFrameworksInput, opts ...request.Option) (*ListAssessmentFrameworksOutput, error)
ListAssessmentFrameworksWithContext is the same as ListAssessmentFrameworks with the addition of the ability to pass a context and additional request options.
See ListAssessmentFrameworks for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentReports(input *ListAssessmentReportsInput) (*ListAssessmentReportsOutput, error)
ListAssessmentReports API operation for AWS Audit Manager.
Returns a list of assessment reports created in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentReports for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) ListAssessmentReportsPages(input *ListAssessmentReportsInput, fn func(*ListAssessmentReportsOutput, bool) bool) error
ListAssessmentReportsPages iterates over the pages of a ListAssessmentReports operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAssessmentReports method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAssessmentReports operation. pageNum := 0 err := client.ListAssessmentReportsPages(params, func(page *auditmanager.ListAssessmentReportsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListAssessmentReportsPagesWithContext(ctx aws.Context, input *ListAssessmentReportsInput, fn func(*ListAssessmentReportsOutput, bool) bool, opts ...request.Option) error
ListAssessmentReportsPagesWithContext same as ListAssessmentReportsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentReportsRequest(input *ListAssessmentReportsInput) (req *request.Request, output *ListAssessmentReportsOutput)
ListAssessmentReportsRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentReports operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssessmentReports for more information on using the ListAssessmentReports API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssessmentReportsRequest method. req, resp := client.ListAssessmentReportsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListAssessmentReportsWithContext(ctx aws.Context, input *ListAssessmentReportsInput, opts ...request.Option) (*ListAssessmentReportsOutput, error)
ListAssessmentReportsWithContext is the same as ListAssessmentReports with the addition of the ability to pass a context and additional request options.
See ListAssessmentReports for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessments(input *ListAssessmentsInput) (*ListAssessmentsOutput, error)
ListAssessments API operation for AWS Audit Manager.
Returns a list of current and past assessments from Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListAssessments for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListAssessments
func (c *AuditManager) ListAssessmentsPages(input *ListAssessmentsInput, fn func(*ListAssessmentsOutput, bool) bool) error
ListAssessmentsPages iterates over the pages of a ListAssessments operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListAssessments method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListAssessments operation. pageNum := 0 err := client.ListAssessmentsPages(params, func(page *auditmanager.ListAssessmentsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListAssessmentsPagesWithContext(ctx aws.Context, input *ListAssessmentsInput, fn func(*ListAssessmentsOutput, bool) bool, opts ...request.Option) error
ListAssessmentsPagesWithContext same as ListAssessmentsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListAssessmentsRequest(input *ListAssessmentsInput) (req *request.Request, output *ListAssessmentsOutput)
ListAssessmentsRequest generates a "aws/request.Request" representing the client's request for the ListAssessments operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssessments for more information on using the ListAssessments API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssessmentsRequest method. req, resp := client.ListAssessmentsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListAssessments
func (c *AuditManager) ListAssessmentsWithContext(ctx aws.Context, input *ListAssessmentsInput, opts ...request.Option) (*ListAssessmentsOutput, error)
ListAssessmentsWithContext is the same as ListAssessments with the addition of the ability to pass a context and additional request options.
See ListAssessments for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControlDomainInsights(input *ListControlDomainInsightsInput) (*ListControlDomainInsightsOutput, error)
ListControlDomainInsights API operation for AWS Audit Manager.
Lists the latest analytics data for control domains across all of your active assessments.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For information about how to find a list of available control domains, see ListDomains (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html) in the Amazon Web Services Control Catalog API Reference.
A control domain is listed only if at least one of the controls within that domain collected evidence on the lastUpdated date of controlDomainInsights. If this condition isn’t met, no data is listed for that control domain.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListControlDomainInsights for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ValidationException The request has invalid or missing parameters.
func (c *AuditManager) ListControlDomainInsightsByAssessment(input *ListControlDomainInsightsByAssessmentInput) (*ListControlDomainInsightsByAssessmentOutput, error)
ListControlDomainInsightsByAssessment API operation for AWS Audit Manager.
Lists analytics data for control domains within a specified active assessment.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For information about how to find a list of available control domains, see ListDomains (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html) in the Amazon Web Services Control Catalog API Reference.
A control domain is listed only if at least one of the controls within that domain collected evidence on the lastUpdated date of controlDomainInsights. If this condition isn’t met, no data is listed for that domain.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListControlDomainInsightsByAssessment for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) ListControlDomainInsightsByAssessmentPages(input *ListControlDomainInsightsByAssessmentInput, fn func(*ListControlDomainInsightsByAssessmentOutput, bool) bool) error
ListControlDomainInsightsByAssessmentPages iterates over the pages of a ListControlDomainInsightsByAssessment operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListControlDomainInsightsByAssessment method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListControlDomainInsightsByAssessment operation. pageNum := 0 err := client.ListControlDomainInsightsByAssessmentPages(params, func(page *auditmanager.ListControlDomainInsightsByAssessmentOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListControlDomainInsightsByAssessmentPagesWithContext(ctx aws.Context, input *ListControlDomainInsightsByAssessmentInput, fn func(*ListControlDomainInsightsByAssessmentOutput, bool) bool, opts ...request.Option) error
ListControlDomainInsightsByAssessmentPagesWithContext same as ListControlDomainInsightsByAssessmentPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControlDomainInsightsByAssessmentRequest(input *ListControlDomainInsightsByAssessmentInput) (req *request.Request, output *ListControlDomainInsightsByAssessmentOutput)
ListControlDomainInsightsByAssessmentRequest generates a "aws/request.Request" representing the client's request for the ListControlDomainInsightsByAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListControlDomainInsightsByAssessment for more information on using the ListControlDomainInsightsByAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListControlDomainInsightsByAssessmentRequest method. req, resp := client.ListControlDomainInsightsByAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListControlDomainInsightsByAssessmentWithContext(ctx aws.Context, input *ListControlDomainInsightsByAssessmentInput, opts ...request.Option) (*ListControlDomainInsightsByAssessmentOutput, error)
ListControlDomainInsightsByAssessmentWithContext is the same as ListControlDomainInsightsByAssessment with the addition of the ability to pass a context and additional request options.
See ListControlDomainInsightsByAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControlDomainInsightsPages(input *ListControlDomainInsightsInput, fn func(*ListControlDomainInsightsOutput, bool) bool) error
ListControlDomainInsightsPages iterates over the pages of a ListControlDomainInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListControlDomainInsights method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListControlDomainInsights operation. pageNum := 0 err := client.ListControlDomainInsightsPages(params, func(page *auditmanager.ListControlDomainInsightsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListControlDomainInsightsPagesWithContext(ctx aws.Context, input *ListControlDomainInsightsInput, fn func(*ListControlDomainInsightsOutput, bool) bool, opts ...request.Option) error
ListControlDomainInsightsPagesWithContext same as ListControlDomainInsightsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControlDomainInsightsRequest(input *ListControlDomainInsightsInput) (req *request.Request, output *ListControlDomainInsightsOutput)
ListControlDomainInsightsRequest generates a "aws/request.Request" representing the client's request for the ListControlDomainInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListControlDomainInsights for more information on using the ListControlDomainInsights API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListControlDomainInsightsRequest method. req, resp := client.ListControlDomainInsightsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListControlDomainInsightsWithContext(ctx aws.Context, input *ListControlDomainInsightsInput, opts ...request.Option) (*ListControlDomainInsightsOutput, error)
ListControlDomainInsightsWithContext is the same as ListControlDomainInsights with the addition of the ability to pass a context and additional request options.
See ListControlDomainInsights for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControlInsightsByControlDomain(input *ListControlInsightsByControlDomainInput) (*ListControlInsightsByControlDomainOutput, error)
ListControlInsightsByControlDomain API operation for AWS Audit Manager.
Lists the latest analytics data for controls within a specific control domain across all active assessments.
Control insights are listed only if the control belongs to the control domain that was specified and the control collected evidence on the lastUpdated date of controlInsightsMetadata. If neither of these conditions are met, no data is listed for that control.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListControlInsightsByControlDomain for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ValidationException The request has invalid or missing parameters.
func (c *AuditManager) ListControlInsightsByControlDomainPages(input *ListControlInsightsByControlDomainInput, fn func(*ListControlInsightsByControlDomainOutput, bool) bool) error
ListControlInsightsByControlDomainPages iterates over the pages of a ListControlInsightsByControlDomain operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListControlInsightsByControlDomain method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListControlInsightsByControlDomain operation. pageNum := 0 err := client.ListControlInsightsByControlDomainPages(params, func(page *auditmanager.ListControlInsightsByControlDomainOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListControlInsightsByControlDomainPagesWithContext(ctx aws.Context, input *ListControlInsightsByControlDomainInput, fn func(*ListControlInsightsByControlDomainOutput, bool) bool, opts ...request.Option) error
ListControlInsightsByControlDomainPagesWithContext same as ListControlInsightsByControlDomainPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControlInsightsByControlDomainRequest(input *ListControlInsightsByControlDomainInput) (req *request.Request, output *ListControlInsightsByControlDomainOutput)
ListControlInsightsByControlDomainRequest generates a "aws/request.Request" representing the client's request for the ListControlInsightsByControlDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListControlInsightsByControlDomain for more information on using the ListControlInsightsByControlDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListControlInsightsByControlDomainRequest method. req, resp := client.ListControlInsightsByControlDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListControlInsightsByControlDomainWithContext(ctx aws.Context, input *ListControlInsightsByControlDomainInput, opts ...request.Option) (*ListControlInsightsByControlDomainOutput, error)
ListControlInsightsByControlDomainWithContext is the same as ListControlInsightsByControlDomain with the addition of the ability to pass a context and additional request options.
See ListControlInsightsByControlDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControls(input *ListControlsInput) (*ListControlsOutput, error)
ListControls API operation for AWS Audit Manager.
Returns a list of controls from Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListControls for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListControls
func (c *AuditManager) ListControlsPages(input *ListControlsInput, fn func(*ListControlsOutput, bool) bool) error
ListControlsPages iterates over the pages of a ListControls operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListControls method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListControls operation. pageNum := 0 err := client.ListControlsPages(params, func(page *auditmanager.ListControlsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListControlsPagesWithContext(ctx aws.Context, input *ListControlsInput, fn func(*ListControlsOutput, bool) bool, opts ...request.Option) error
ListControlsPagesWithContext same as ListControlsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListControlsRequest(input *ListControlsInput) (req *request.Request, output *ListControlsOutput)
ListControlsRequest generates a "aws/request.Request" representing the client's request for the ListControls operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListControls for more information on using the ListControls API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListControlsRequest method. req, resp := client.ListControlsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListControls
func (c *AuditManager) ListControlsWithContext(ctx aws.Context, input *ListControlsInput, opts ...request.Option) (*ListControlsOutput, error)
ListControlsWithContext is the same as ListControls with the addition of the ability to pass a context and additional request options.
See ListControls for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListKeywordsForDataSource(input *ListKeywordsForDataSourceInput) (*ListKeywordsForDataSourceOutput, error)
ListKeywordsForDataSource API operation for AWS Audit Manager.
Returns a list of keywords that are pre-mapped to the specified control data source.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListKeywordsForDataSource for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) ListKeywordsForDataSourcePages(input *ListKeywordsForDataSourceInput, fn func(*ListKeywordsForDataSourceOutput, bool) bool) error
ListKeywordsForDataSourcePages iterates over the pages of a ListKeywordsForDataSource operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListKeywordsForDataSource method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListKeywordsForDataSource operation. pageNum := 0 err := client.ListKeywordsForDataSourcePages(params, func(page *auditmanager.ListKeywordsForDataSourceOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListKeywordsForDataSourcePagesWithContext(ctx aws.Context, input *ListKeywordsForDataSourceInput, fn func(*ListKeywordsForDataSourceOutput, bool) bool, opts ...request.Option) error
ListKeywordsForDataSourcePagesWithContext same as ListKeywordsForDataSourcePages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListKeywordsForDataSourceRequest(input *ListKeywordsForDataSourceInput) (req *request.Request, output *ListKeywordsForDataSourceOutput)
ListKeywordsForDataSourceRequest generates a "aws/request.Request" representing the client's request for the ListKeywordsForDataSource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListKeywordsForDataSource for more information on using the ListKeywordsForDataSource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListKeywordsForDataSourceRequest method. req, resp := client.ListKeywordsForDataSourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListKeywordsForDataSourceWithContext(ctx aws.Context, input *ListKeywordsForDataSourceInput, opts ...request.Option) (*ListKeywordsForDataSourceOutput, error)
ListKeywordsForDataSourceWithContext is the same as ListKeywordsForDataSource with the addition of the ability to pass a context and additional request options.
See ListKeywordsForDataSource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListNotifications(input *ListNotificationsInput) (*ListNotificationsOutput, error)
ListNotifications API operation for AWS Audit Manager.
Returns a list of all Audit Manager notifications.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListNotifications for usage and error information.
Returned Error Types:
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
ValidationException The request has invalid or missing parameters.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) ListNotificationsPages(input *ListNotificationsInput, fn func(*ListNotificationsOutput, bool) bool) error
ListNotificationsPages iterates over the pages of a ListNotifications operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListNotifications method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListNotifications operation. pageNum := 0 err := client.ListNotificationsPages(params, func(page *auditmanager.ListNotificationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (c *AuditManager) ListNotificationsPagesWithContext(ctx aws.Context, input *ListNotificationsInput, fn func(*ListNotificationsOutput, bool) bool, opts ...request.Option) error
ListNotificationsPagesWithContext same as ListNotificationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListNotificationsRequest(input *ListNotificationsInput) (req *request.Request, output *ListNotificationsOutput)
ListNotificationsRequest generates a "aws/request.Request" representing the client's request for the ListNotifications operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListNotifications for more information on using the ListNotifications API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListNotificationsRequest method. req, resp := client.ListNotificationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListNotificationsWithContext(ctx aws.Context, input *ListNotificationsInput, opts ...request.Option) (*ListNotificationsOutput, error)
ListNotificationsWithContext is the same as ListNotifications with the addition of the ability to pass a context and additional request options.
See ListNotifications for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS Audit Manager.
Returns a list of tags for the specified resource in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ListTagsForResource for usage and error information.
Returned Error Types:
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ValidationException The request has invalid or missing parameters.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) RegisterAccount(input *RegisterAccountInput) (*RegisterAccountOutput, error)
RegisterAccount API operation for AWS Audit Manager.
Enables Audit Manager for the specified Amazon Web Services account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation RegisterAccount for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
ThrottlingException The request was denied due to request throttling.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/RegisterAccount
func (c *AuditManager) RegisterAccountRequest(input *RegisterAccountInput) (req *request.Request, output *RegisterAccountOutput)
RegisterAccountRequest generates a "aws/request.Request" representing the client's request for the RegisterAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RegisterAccount for more information on using the RegisterAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RegisterAccountRequest method. req, resp := client.RegisterAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/RegisterAccount
func (c *AuditManager) RegisterAccountWithContext(ctx aws.Context, input *RegisterAccountInput, opts ...request.Option) (*RegisterAccountOutput, error)
RegisterAccountWithContext is the same as RegisterAccount with the addition of the ability to pass a context and additional request options.
See RegisterAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) RegisterOrganizationAdminAccount(input *RegisterOrganizationAdminAccountInput) (*RegisterOrganizationAdminAccountOutput, error)
RegisterOrganizationAdminAccount API operation for AWS Audit Manager.
Enables an Amazon Web Services account within the organization as the delegated administrator for Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation RegisterOrganizationAdminAccount for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) RegisterOrganizationAdminAccountRequest(input *RegisterOrganizationAdminAccountInput) (req *request.Request, output *RegisterOrganizationAdminAccountOutput)
RegisterOrganizationAdminAccountRequest generates a "aws/request.Request" representing the client's request for the RegisterOrganizationAdminAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RegisterOrganizationAdminAccount for more information on using the RegisterOrganizationAdminAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RegisterOrganizationAdminAccountRequest method. req, resp := client.RegisterOrganizationAdminAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) RegisterOrganizationAdminAccountWithContext(ctx aws.Context, input *RegisterOrganizationAdminAccountInput, opts ...request.Option) (*RegisterOrganizationAdminAccountOutput, error)
RegisterOrganizationAdminAccountWithContext is the same as RegisterOrganizationAdminAccount with the addition of the ability to pass a context and additional request options.
See RegisterOrganizationAdminAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) StartAssessmentFrameworkShare(input *StartAssessmentFrameworkShareInput) (*StartAssessmentFrameworkShareOutput, error)
StartAssessmentFrameworkShare API operation for AWS Audit Manager.
Creates a share request for a custom framework in Audit Manager.
The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.
When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.
Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs:
The sender revokes the share request.
The recipient declines the share request.
The recipient encounters an error and doesn't successfully accept the share request.
The share request expires before the recipient responds to the request.
When a sender resends a share request (https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend), the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework.
When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request.
When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility (https://docs.aws.amazon.com/audit-manager/latest/userguide/share-custom-framework-concepts-and-terminology.html#eligibility) in the Audit Manager User Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation StartAssessmentFrameworkShare for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) StartAssessmentFrameworkShareRequest(input *StartAssessmentFrameworkShareInput) (req *request.Request, output *StartAssessmentFrameworkShareOutput)
StartAssessmentFrameworkShareRequest generates a "aws/request.Request" representing the client's request for the StartAssessmentFrameworkShare operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See StartAssessmentFrameworkShare for more information on using the StartAssessmentFrameworkShare API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the StartAssessmentFrameworkShareRequest method. req, resp := client.StartAssessmentFrameworkShareRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) StartAssessmentFrameworkShareWithContext(ctx aws.Context, input *StartAssessmentFrameworkShareInput, opts ...request.Option) (*StartAssessmentFrameworkShareOutput, error)
StartAssessmentFrameworkShareWithContext is the same as StartAssessmentFrameworkShare with the addition of the ability to pass a context and additional request options.
See StartAssessmentFrameworkShare for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS Audit Manager.
Tags the specified resource in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation TagResource for usage and error information.
Returned Error Types:
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ValidationException The request has invalid or missing parameters.
ResourceNotFoundException The resource that's specified in the request can't be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/TagResource
func (c *AuditManager) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/TagResource
func (c *AuditManager) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS Audit Manager.
Removes a tag from a resource in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UntagResource for usage and error information.
Returned Error Types:
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ValidationException The request has invalid or missing parameters.
ResourceNotFoundException The resource that's specified in the request can't be found.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UntagResource
func (c *AuditManager) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UntagResource
func (c *AuditManager) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateAssessment(input *UpdateAssessmentInput) (*UpdateAssessmentOutput, error)
UpdateAssessment API operation for AWS Audit Manager.
Edits an Audit Manager assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessment for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ThrottlingException The request was denied due to request throttling.
func (c *AuditManager) UpdateAssessmentControl(input *UpdateAssessmentControlInput) (*UpdateAssessmentControlOutput, error)
UpdateAssessmentControl API operation for AWS Audit Manager.
Updates a control within an assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentControl for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) UpdateAssessmentControlRequest(input *UpdateAssessmentControlInput) (req *request.Request, output *UpdateAssessmentControlOutput)
UpdateAssessmentControlRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessmentControl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAssessmentControl for more information on using the UpdateAssessmentControl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAssessmentControlRequest method. req, resp := client.UpdateAssessmentControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) UpdateAssessmentControlSetStatus(input *UpdateAssessmentControlSetStatusInput) (*UpdateAssessmentControlSetStatusOutput, error)
UpdateAssessmentControlSetStatus API operation for AWS Audit Manager.
Updates the status of a control set in an Audit Manager assessment.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentControlSetStatus for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) UpdateAssessmentControlSetStatusRequest(input *UpdateAssessmentControlSetStatusInput) (req *request.Request, output *UpdateAssessmentControlSetStatusOutput)
UpdateAssessmentControlSetStatusRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessmentControlSetStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAssessmentControlSetStatus for more information on using the UpdateAssessmentControlSetStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAssessmentControlSetStatusRequest method. req, resp := client.UpdateAssessmentControlSetStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) UpdateAssessmentControlSetStatusWithContext(ctx aws.Context, input *UpdateAssessmentControlSetStatusInput, opts ...request.Option) (*UpdateAssessmentControlSetStatusOutput, error)
UpdateAssessmentControlSetStatusWithContext is the same as UpdateAssessmentControlSetStatus with the addition of the ability to pass a context and additional request options.
See UpdateAssessmentControlSetStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateAssessmentControlWithContext(ctx aws.Context, input *UpdateAssessmentControlInput, opts ...request.Option) (*UpdateAssessmentControlOutput, error)
UpdateAssessmentControlWithContext is the same as UpdateAssessmentControl with the addition of the ability to pass a context and additional request options.
See UpdateAssessmentControl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateAssessmentFramework(input *UpdateAssessmentFrameworkInput) (*UpdateAssessmentFrameworkOutput, error)
UpdateAssessmentFramework API operation for AWS Audit Manager.
Updates a custom framework in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentFramework for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
func (c *AuditManager) UpdateAssessmentFrameworkRequest(input *UpdateAssessmentFrameworkInput) (req *request.Request, output *UpdateAssessmentFrameworkOutput)
UpdateAssessmentFrameworkRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessmentFramework operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAssessmentFramework for more information on using the UpdateAssessmentFramework API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAssessmentFrameworkRequest method. req, resp := client.UpdateAssessmentFrameworkRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) UpdateAssessmentFrameworkShare(input *UpdateAssessmentFrameworkShareInput) (*UpdateAssessmentFrameworkShareOutput, error)
UpdateAssessmentFrameworkShare API operation for AWS Audit Manager.
Updates a share request for a custom framework in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentFrameworkShare for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
func (c *AuditManager) UpdateAssessmentFrameworkShareRequest(input *UpdateAssessmentFrameworkShareInput) (req *request.Request, output *UpdateAssessmentFrameworkShareOutput)
UpdateAssessmentFrameworkShareRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessmentFrameworkShare operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAssessmentFrameworkShare for more information on using the UpdateAssessmentFrameworkShare API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAssessmentFrameworkShareRequest method. req, resp := client.UpdateAssessmentFrameworkShareRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) UpdateAssessmentFrameworkShareWithContext(ctx aws.Context, input *UpdateAssessmentFrameworkShareInput, opts ...request.Option) (*UpdateAssessmentFrameworkShareOutput, error)
UpdateAssessmentFrameworkShareWithContext is the same as UpdateAssessmentFrameworkShare with the addition of the ability to pass a context and additional request options.
See UpdateAssessmentFrameworkShare for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateAssessmentFrameworkWithContext(ctx aws.Context, input *UpdateAssessmentFrameworkInput, opts ...request.Option) (*UpdateAssessmentFrameworkOutput, error)
UpdateAssessmentFrameworkWithContext is the same as UpdateAssessmentFramework with the addition of the ability to pass a context and additional request options.
See UpdateAssessmentFramework for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateAssessmentRequest(input *UpdateAssessmentInput) (req *request.Request, output *UpdateAssessmentOutput)
UpdateAssessmentRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAssessment for more information on using the UpdateAssessment API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAssessmentRequest method. req, resp := client.UpdateAssessmentRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) UpdateAssessmentStatus(input *UpdateAssessmentStatusInput) (*UpdateAssessmentStatusOutput, error)
UpdateAssessmentStatus API operation for AWS Audit Manager.
Updates the status of an assessment in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentStatus for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
func (c *AuditManager) UpdateAssessmentStatusRequest(input *UpdateAssessmentStatusInput) (req *request.Request, output *UpdateAssessmentStatusOutput)
UpdateAssessmentStatusRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessmentStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateAssessmentStatus for more information on using the UpdateAssessmentStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateAssessmentStatusRequest method. req, resp := client.UpdateAssessmentStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) UpdateAssessmentStatusWithContext(ctx aws.Context, input *UpdateAssessmentStatusInput, opts ...request.Option) (*UpdateAssessmentStatusOutput, error)
UpdateAssessmentStatusWithContext is the same as UpdateAssessmentStatus with the addition of the ability to pass a context and additional request options.
See UpdateAssessmentStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateAssessmentWithContext(ctx aws.Context, input *UpdateAssessmentInput, opts ...request.Option) (*UpdateAssessmentOutput, error)
UpdateAssessmentWithContext is the same as UpdateAssessment with the addition of the ability to pass a context and additional request options.
See UpdateAssessment for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateControl(input *UpdateControlInput) (*UpdateControlOutput, error)
UpdateControl API operation for AWS Audit Manager.
Updates a custom control in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateControl for usage and error information.
Returned Error Types:
ResourceNotFoundException The resource that's specified in the request can't be found.
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateControl
func (c *AuditManager) UpdateControlRequest(input *UpdateControlInput) (req *request.Request, output *UpdateControlOutput)
UpdateControlRequest generates a "aws/request.Request" representing the client's request for the UpdateControl operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateControl for more information on using the UpdateControl API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateControlRequest method. req, resp := client.UpdateControlRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateControl
func (c *AuditManager) UpdateControlWithContext(ctx aws.Context, input *UpdateControlInput, opts ...request.Option) (*UpdateControlOutput, error)
UpdateControlWithContext is the same as UpdateControl with the addition of the ability to pass a context and additional request options.
See UpdateControl for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) UpdateSettings(input *UpdateSettingsInput) (*UpdateSettingsOutput, error)
UpdateSettings API operation for AWS Audit Manager.
Updates Audit Manager settings for the current account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation UpdateSettings for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateSettings
func (c *AuditManager) UpdateSettingsRequest(input *UpdateSettingsInput) (req *request.Request, output *UpdateSettingsOutput)
UpdateSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateSettings for more information on using the UpdateSettings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateSettingsRequest method. req, resp := client.UpdateSettingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateSettings
func (c *AuditManager) UpdateSettingsWithContext(ctx aws.Context, input *UpdateSettingsInput, opts ...request.Option) (*UpdateSettingsOutput, error)
UpdateSettingsWithContext is the same as UpdateSettings with the addition of the ability to pass a context and additional request options.
See UpdateSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (c *AuditManager) ValidateAssessmentReportIntegrity(input *ValidateAssessmentReportIntegrityInput) (*ValidateAssessmentReportIntegrityOutput, error)
ValidateAssessmentReportIntegrity API operation for AWS Audit Manager.
Validates the integrity of an assessment report in Audit Manager.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS Audit Manager's API operation ValidateAssessmentReportIntegrity for usage and error information.
Returned Error Types:
ValidationException The request has invalid or missing parameters.
AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.
InternalServerException An internal service error occurred during the processing of your request. Try again later.
ResourceNotFoundException The resource that's specified in the request can't be found.
func (c *AuditManager) ValidateAssessmentReportIntegrityRequest(input *ValidateAssessmentReportIntegrityInput) (req *request.Request, output *ValidateAssessmentReportIntegrityOutput)
ValidateAssessmentReportIntegrityRequest generates a "aws/request.Request" representing the client's request for the ValidateAssessmentReportIntegrity operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ValidateAssessmentReportIntegrity for more information on using the ValidateAssessmentReportIntegrity API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ValidateAssessmentReportIntegrityRequest method. req, resp := client.ValidateAssessmentReportIntegrityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (c *AuditManager) ValidateAssessmentReportIntegrityWithContext(ctx aws.Context, input *ValidateAssessmentReportIntegrityInput, opts ...request.Option) (*ValidateAssessmentReportIntegrityOutput, error)
ValidateAssessmentReportIntegrityWithContext is the same as ValidateAssessmentReportIntegrity with the addition of the ability to pass a context and additional request options.
See ValidateAssessmentReportIntegrity for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type BatchAssociateAssessmentReportEvidenceInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The identifier for the folder that the evidence is stored in. // // EvidenceFolderId is a required field EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"` // The list of evidence identifiers. // // EvidenceIds is a required field EvidenceIds []*string `locationName:"evidenceIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (s BatchAssociateAssessmentReportEvidenceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchAssociateAssessmentReportEvidenceInput) SetAssessmentId(v string) *BatchAssociateAssessmentReportEvidenceInput
SetAssessmentId sets the AssessmentId field's value.
func (s *BatchAssociateAssessmentReportEvidenceInput) SetEvidenceFolderId(v string) *BatchAssociateAssessmentReportEvidenceInput
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s *BatchAssociateAssessmentReportEvidenceInput) SetEvidenceIds(v []*string) *BatchAssociateAssessmentReportEvidenceInput
SetEvidenceIds sets the EvidenceIds field's value.
func (s BatchAssociateAssessmentReportEvidenceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchAssociateAssessmentReportEvidenceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchAssociateAssessmentReportEvidenceOutput struct { // A list of errors that the BatchAssociateAssessmentReportEvidence API returned. Errors []*AssessmentReportEvidenceError `locationName:"errors" type:"list"` // The list of evidence identifiers. EvidenceIds []*string `locationName:"evidenceIds" type:"list"` // contains filtered or unexported fields }
func (s BatchAssociateAssessmentReportEvidenceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchAssociateAssessmentReportEvidenceOutput) SetErrors(v []*AssessmentReportEvidenceError) *BatchAssociateAssessmentReportEvidenceOutput
SetErrors sets the Errors field's value.
func (s *BatchAssociateAssessmentReportEvidenceOutput) SetEvidenceIds(v []*string) *BatchAssociateAssessmentReportEvidenceOutput
SetEvidenceIds sets the EvidenceIds field's value.
func (s BatchAssociateAssessmentReportEvidenceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchCreateDelegationByAssessmentError struct { // The API request to batch create delegations in Audit Manager. CreateDelegationRequest *CreateDelegationRequest `locationName:"createDelegationRequest" type:"structure"` // The error code that the BatchCreateDelegationByAssessment API returned. ErrorCode *string `locationName:"errorCode" min:"3" type:"string"` // The error message that the BatchCreateDelegationByAssessment API returned. ErrorMessage *string `locationName:"errorMessage" type:"string"` // contains filtered or unexported fields }
An error entity for the BatchCreateDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.
func (s BatchCreateDelegationByAssessmentError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchCreateDelegationByAssessmentError) SetCreateDelegationRequest(v *CreateDelegationRequest) *BatchCreateDelegationByAssessmentError
SetCreateDelegationRequest sets the CreateDelegationRequest field's value.
func (s *BatchCreateDelegationByAssessmentError) SetErrorCode(v string) *BatchCreateDelegationByAssessmentError
SetErrorCode sets the ErrorCode field's value.
func (s *BatchCreateDelegationByAssessmentError) SetErrorMessage(v string) *BatchCreateDelegationByAssessmentError
SetErrorMessage sets the ErrorMessage field's value.
func (s BatchCreateDelegationByAssessmentError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchCreateDelegationByAssessmentInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The API request to batch create delegations in Audit Manager. // // CreateDelegationRequests is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by BatchCreateDelegationByAssessmentInput's // String and GoString methods. // // CreateDelegationRequests is a required field CreateDelegationRequests []*CreateDelegationRequest `locationName:"createDelegationRequests" min:"1" type:"list" required:"true" sensitive:"true"` // contains filtered or unexported fields }
func (s BatchCreateDelegationByAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchCreateDelegationByAssessmentInput) SetAssessmentId(v string) *BatchCreateDelegationByAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s *BatchCreateDelegationByAssessmentInput) SetCreateDelegationRequests(v []*CreateDelegationRequest) *BatchCreateDelegationByAssessmentInput
SetCreateDelegationRequests sets the CreateDelegationRequests field's value.
func (s BatchCreateDelegationByAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchCreateDelegationByAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchCreateDelegationByAssessmentOutput struct { // The delegations that are associated with the assessment. Delegations []*Delegation `locationName:"delegations" type:"list" sensitive:"true"` // A list of errors that the BatchCreateDelegationByAssessment API returned. // // Errors is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by BatchCreateDelegationByAssessmentOutput's // String and GoString methods. Errors []*BatchCreateDelegationByAssessmentError `locationName:"errors" type:"list" sensitive:"true"` // contains filtered or unexported fields }
func (s BatchCreateDelegationByAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchCreateDelegationByAssessmentOutput) SetDelegations(v []*Delegation) *BatchCreateDelegationByAssessmentOutput
SetDelegations sets the Delegations field's value.
func (s *BatchCreateDelegationByAssessmentOutput) SetErrors(v []*BatchCreateDelegationByAssessmentError) *BatchCreateDelegationByAssessmentOutput
SetErrors sets the Errors field's value.
func (s BatchCreateDelegationByAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteDelegationByAssessmentError struct { // The identifier for the delegation. DelegationId *string `locationName:"delegationId" min:"36" type:"string"` // The error code that the BatchDeleteDelegationByAssessment API returned. ErrorCode *string `locationName:"errorCode" min:"3" type:"string"` // The error message that the BatchDeleteDelegationByAssessment API returned. ErrorMessage *string `locationName:"errorMessage" type:"string"` // contains filtered or unexported fields }
An error entity for the BatchDeleteDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.
func (s BatchDeleteDelegationByAssessmentError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDeleteDelegationByAssessmentError) SetDelegationId(v string) *BatchDeleteDelegationByAssessmentError
SetDelegationId sets the DelegationId field's value.
func (s *BatchDeleteDelegationByAssessmentError) SetErrorCode(v string) *BatchDeleteDelegationByAssessmentError
SetErrorCode sets the ErrorCode field's value.
func (s *BatchDeleteDelegationByAssessmentError) SetErrorMessage(v string) *BatchDeleteDelegationByAssessmentError
SetErrorMessage sets the ErrorMessage field's value.
func (s BatchDeleteDelegationByAssessmentError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDeleteDelegationByAssessmentInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The identifiers for the delegations. // // DelegationIds is a required field DelegationIds []*string `locationName:"delegationIds" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (s BatchDeleteDelegationByAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDeleteDelegationByAssessmentInput) SetAssessmentId(v string) *BatchDeleteDelegationByAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s *BatchDeleteDelegationByAssessmentInput) SetDelegationIds(v []*string) *BatchDeleteDelegationByAssessmentInput
SetDelegationIds sets the DelegationIds field's value.
func (s BatchDeleteDelegationByAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDeleteDelegationByAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDeleteDelegationByAssessmentOutput struct { // A list of errors that the BatchDeleteDelegationByAssessment API returned. // // Errors is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by BatchDeleteDelegationByAssessmentOutput's // String and GoString methods. Errors []*BatchDeleteDelegationByAssessmentError `locationName:"errors" type:"list" sensitive:"true"` // contains filtered or unexported fields }
func (s BatchDeleteDelegationByAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDeleteDelegationByAssessmentOutput) SetErrors(v []*BatchDeleteDelegationByAssessmentError) *BatchDeleteDelegationByAssessmentOutput
SetErrors sets the Errors field's value.
func (s BatchDeleteDelegationByAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchDisassociateAssessmentReportEvidenceInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The identifier for the folder that the evidence is stored in. // // EvidenceFolderId is a required field EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"` // The list of evidence identifiers. // // EvidenceIds is a required field EvidenceIds []*string `locationName:"evidenceIds" type:"list" required:"true"` // contains filtered or unexported fields }
func (s BatchDisassociateAssessmentReportEvidenceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDisassociateAssessmentReportEvidenceInput) SetAssessmentId(v string) *BatchDisassociateAssessmentReportEvidenceInput
SetAssessmentId sets the AssessmentId field's value.
func (s *BatchDisassociateAssessmentReportEvidenceInput) SetEvidenceFolderId(v string) *BatchDisassociateAssessmentReportEvidenceInput
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s *BatchDisassociateAssessmentReportEvidenceInput) SetEvidenceIds(v []*string) *BatchDisassociateAssessmentReportEvidenceInput
SetEvidenceIds sets the EvidenceIds field's value.
func (s BatchDisassociateAssessmentReportEvidenceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDisassociateAssessmentReportEvidenceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchDisassociateAssessmentReportEvidenceOutput struct { // A list of errors that the BatchDisassociateAssessmentReportEvidence API returned. Errors []*AssessmentReportEvidenceError `locationName:"errors" type:"list"` // The identifier for the evidence. EvidenceIds []*string `locationName:"evidenceIds" type:"list"` // contains filtered or unexported fields }
func (s BatchDisassociateAssessmentReportEvidenceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchDisassociateAssessmentReportEvidenceOutput) SetErrors(v []*AssessmentReportEvidenceError) *BatchDisassociateAssessmentReportEvidenceOutput
SetErrors sets the Errors field's value.
func (s *BatchDisassociateAssessmentReportEvidenceOutput) SetEvidenceIds(v []*string) *BatchDisassociateAssessmentReportEvidenceOutput
SetEvidenceIds sets the EvidenceIds field's value.
func (s BatchDisassociateAssessmentReportEvidenceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchImportEvidenceToAssessmentControlError struct { // The error code that the BatchImportEvidenceToAssessmentControl API returned. ErrorCode *string `locationName:"errorCode" min:"3" type:"string"` // The error message that the BatchImportEvidenceToAssessmentControl API returned. ErrorMessage *string `locationName:"errorMessage" type:"string"` // Manual evidence that can't be collected automatically by Audit Manager. ManualEvidence *ManualEvidence `locationName:"manualEvidence" type:"structure"` // contains filtered or unexported fields }
An error entity for the BatchImportEvidenceToAssessmentControl API. This is used to provide more meaningful errors than a simple string message.
func (s BatchImportEvidenceToAssessmentControlError) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchImportEvidenceToAssessmentControlError) SetErrorCode(v string) *BatchImportEvidenceToAssessmentControlError
SetErrorCode sets the ErrorCode field's value.
func (s *BatchImportEvidenceToAssessmentControlError) SetErrorMessage(v string) *BatchImportEvidenceToAssessmentControlError
SetErrorMessage sets the ErrorMessage field's value.
func (s *BatchImportEvidenceToAssessmentControlError) SetManualEvidence(v *ManualEvidence) *BatchImportEvidenceToAssessmentControlError
SetManualEvidence sets the ManualEvidence field's value.
func (s BatchImportEvidenceToAssessmentControlError) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BatchImportEvidenceToAssessmentControlInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The identifier for the control. // // ControlId is a required field ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"` // The identifier for the control set. // // ControlSetId is a required field ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"` // The list of manual evidence objects. // // ManualEvidence is a required field ManualEvidence []*ManualEvidence `locationName:"manualEvidence" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (s BatchImportEvidenceToAssessmentControlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchImportEvidenceToAssessmentControlInput) SetAssessmentId(v string) *BatchImportEvidenceToAssessmentControlInput
SetAssessmentId sets the AssessmentId field's value.
func (s *BatchImportEvidenceToAssessmentControlInput) SetControlId(v string) *BatchImportEvidenceToAssessmentControlInput
SetControlId sets the ControlId field's value.
func (s *BatchImportEvidenceToAssessmentControlInput) SetControlSetId(v string) *BatchImportEvidenceToAssessmentControlInput
SetControlSetId sets the ControlSetId field's value.
func (s *BatchImportEvidenceToAssessmentControlInput) SetManualEvidence(v []*ManualEvidence) *BatchImportEvidenceToAssessmentControlInput
SetManualEvidence sets the ManualEvidence field's value.
func (s BatchImportEvidenceToAssessmentControlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchImportEvidenceToAssessmentControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type BatchImportEvidenceToAssessmentControlOutput struct { // A list of errors that the BatchImportEvidenceToAssessmentControl API returned. Errors []*BatchImportEvidenceToAssessmentControlError `locationName:"errors" type:"list"` // contains filtered or unexported fields }
func (s BatchImportEvidenceToAssessmentControlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *BatchImportEvidenceToAssessmentControlOutput) SetErrors(v []*BatchImportEvidenceToAssessmentControlError) *BatchImportEvidenceToAssessmentControlOutput
SetErrors sets the Errors field's value.
func (s BatchImportEvidenceToAssessmentControlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ChangeLog struct { // The action that was performed. Action *string `locationName:"action" type:"string" enum:"ActionEnum"` // The time when the action was performed and the changelog record was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The user or role that performed the action. CreatedBy *string `locationName:"createdBy" min:"20" type:"string"` // The name of the object that changed. This could be the name of an assessment, // control, or control set. ObjectName *string `locationName:"objectName" min:"1" type:"string"` // The object that was changed, such as an assessment, control, or control set. ObjectType *string `locationName:"objectType" type:"string" enum:"ObjectTypeEnum"` // contains filtered or unexported fields }
The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.
func (s ChangeLog) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ChangeLog) SetAction(v string) *ChangeLog
SetAction sets the Action field's value.
func (s *ChangeLog) SetCreatedAt(v time.Time) *ChangeLog
SetCreatedAt sets the CreatedAt field's value.
func (s *ChangeLog) SetCreatedBy(v string) *ChangeLog
SetCreatedBy sets the CreatedBy field's value.
func (s *ChangeLog) SetObjectName(v string) *ChangeLog
SetObjectName sets the ObjectName field's value.
func (s *ChangeLog) SetObjectType(v string) *ChangeLog
SetObjectType sets the ObjectType field's value.
func (s ChangeLog) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Control struct { // The recommended actions to carry out if the control isn't fulfilled. // // ActionPlanInstructions is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Control's // String and GoString methods. ActionPlanInstructions *string `locationName:"actionPlanInstructions" type:"string" sensitive:"true"` // The title of the action plan for remediating the control. // // ActionPlanTitle is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Control's // String and GoString methods. ActionPlanTitle *string `locationName:"actionPlanTitle" type:"string" sensitive:"true"` // The Amazon Resource Name (ARN) of the control. Arn *string `locationName:"arn" min:"20" type:"string"` // The data mapping sources for the control. ControlMappingSources []*ControlMappingSource `locationName:"controlMappingSources" min:"1" type:"list"` // The data source types that determine where Audit Manager collects evidence // from for the control. ControlSources *string `locationName:"controlSources" min:"1" type:"string"` // The time when the control was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The user or role that created the control. // // CreatedBy is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Control's // String and GoString methods. CreatedBy *string `locationName:"createdBy" min:"1" type:"string" sensitive:"true"` // The description of the control. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Control's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The unique identifier for the control. Id *string `locationName:"id" min:"36" type:"string"` // The time when the control was most recently updated. LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"` // The user or role that most recently updated the control. // // LastUpdatedBy is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Control's // String and GoString methods. LastUpdatedBy *string `locationName:"lastUpdatedBy" min:"1" type:"string" sensitive:"true"` // The name of the control. Name *string `locationName:"name" min:"1" type:"string"` // The state of the control. The END_OF_SUPPORT state is applicable to standard // controls only. This state indicates that the standard control can still be // used to collect evidence, but Audit Manager is no longer updating or maintaining // that control. State *string `locationName:"state" type:"string" enum:"ControlState"` // The tags associated with the control. Tags map[string]*string `locationName:"tags" type:"map"` // The steps that you should follow to determine if the control has been satisfied. // // TestingInformation is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Control's // String and GoString methods. TestingInformation *string `locationName:"testingInformation" type:"string" sensitive:"true"` // Specifies whether the control is a standard control or a custom control. Type *string `locationName:"type" type:"string" enum:"ControlType"` // contains filtered or unexported fields }
A control in Audit Manager.
func (s Control) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Control) SetActionPlanInstructions(v string) *Control
SetActionPlanInstructions sets the ActionPlanInstructions field's value.
func (s *Control) SetActionPlanTitle(v string) *Control
SetActionPlanTitle sets the ActionPlanTitle field's value.
func (s *Control) SetArn(v string) *Control
SetArn sets the Arn field's value.
func (s *Control) SetControlMappingSources(v []*ControlMappingSource) *Control
SetControlMappingSources sets the ControlMappingSources field's value.
func (s *Control) SetControlSources(v string) *Control
SetControlSources sets the ControlSources field's value.
func (s *Control) SetCreatedAt(v time.Time) *Control
SetCreatedAt sets the CreatedAt field's value.
func (s *Control) SetCreatedBy(v string) *Control
SetCreatedBy sets the CreatedBy field's value.
func (s *Control) SetDescription(v string) *Control
SetDescription sets the Description field's value.
func (s *Control) SetId(v string) *Control
SetId sets the Id field's value.
func (s *Control) SetLastUpdatedAt(v time.Time) *Control
SetLastUpdatedAt sets the LastUpdatedAt field's value.
func (s *Control) SetLastUpdatedBy(v string) *Control
SetLastUpdatedBy sets the LastUpdatedBy field's value.
func (s *Control) SetName(v string) *Control
SetName sets the Name field's value.
func (s *Control) SetState(v string) *Control
SetState sets the State field's value.
func (s *Control) SetTags(v map[string]*string) *Control
SetTags sets the Tags field's value.
func (s *Control) SetTestingInformation(v string) *Control
SetTestingInformation sets the TestingInformation field's value.
func (s *Control) SetType(v string) *Control
SetType sets the Type field's value.
func (s Control) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlComment struct { // The name of the user who authored the comment. // // AuthorName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ControlComment's // String and GoString methods. AuthorName *string `locationName:"authorName" min:"1" type:"string" sensitive:"true"` // The body text of a control comment. // // CommentBody is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ControlComment's // String and GoString methods. CommentBody *string `locationName:"commentBody" type:"string" sensitive:"true"` // The time when the comment was posted. PostedDate *time.Time `locationName:"postedDate" type:"timestamp"` // contains filtered or unexported fields }
A comment that's posted by a user on a control. This includes the author's name, the comment text, and a timestamp.
func (s ControlComment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlComment) SetAuthorName(v string) *ControlComment
SetAuthorName sets the AuthorName field's value.
func (s *ControlComment) SetCommentBody(v string) *ControlComment
SetCommentBody sets the CommentBody field's value.
func (s *ControlComment) SetPostedDate(v time.Time) *ControlComment
SetPostedDate sets the PostedDate field's value.
func (s ControlComment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlDomainInsights struct { // The number of controls in the control domain that collected non-compliant // evidence on the lastUpdated date. ControlsCountByNoncompliantEvidence *int64 `locationName:"controlsCountByNoncompliantEvidence" type:"integer"` // A breakdown of the compliance check status for the evidence that’s associated // with the control domain. EvidenceInsights *EvidenceInsights `locationName:"evidenceInsights" type:"structure"` // The unique identifier for the control domain. Audit Manager supports the // control domains that are provided by Amazon Web Services Control Catalog. // For information about how to find a list of available control domains, see // ListDomains (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html) // in the Amazon Web Services Control Catalog API Reference. Id *string `locationName:"id" min:"13" type:"string"` // The time when the control domain insights were last updated. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The name of the control domain. Name *string `locationName:"name" type:"string"` // The total number of controls in the control domain. TotalControlsCount *int64 `locationName:"totalControlsCount" type:"integer"` // contains filtered or unexported fields }
A summary of the latest analytics data for a specific control domain.
Control domain insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
func (s ControlDomainInsights) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlDomainInsights) SetControlsCountByNoncompliantEvidence(v int64) *ControlDomainInsights
SetControlsCountByNoncompliantEvidence sets the ControlsCountByNoncompliantEvidence field's value.
func (s *ControlDomainInsights) SetEvidenceInsights(v *EvidenceInsights) *ControlDomainInsights
SetEvidenceInsights sets the EvidenceInsights field's value.
func (s *ControlDomainInsights) SetId(v string) *ControlDomainInsights
SetId sets the Id field's value.
func (s *ControlDomainInsights) SetLastUpdated(v time.Time) *ControlDomainInsights
SetLastUpdated sets the LastUpdated field's value.
func (s *ControlDomainInsights) SetName(v string) *ControlDomainInsights
SetName sets the Name field's value.
func (s *ControlDomainInsights) SetTotalControlsCount(v int64) *ControlDomainInsights
SetTotalControlsCount sets the TotalControlsCount field's value.
func (s ControlDomainInsights) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlInsightsMetadataByAssessmentItem struct { // The name of the control set that the assessment control belongs to. ControlSetName *string `locationName:"controlSetName" min:"1" type:"string"` // A breakdown of the compliance check status for the evidence that’s associated // with the assessment control. EvidenceInsights *EvidenceInsights `locationName:"evidenceInsights" type:"structure"` // The unique identifier for the assessment control. Id *string `locationName:"id" min:"13" type:"string"` // The time when the assessment control insights were last updated. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The name of the assessment control. Name *string `locationName:"name" type:"string"` // contains filtered or unexported fields }
A summary of the latest analytics data for a specific control in a specific active assessment.
Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
func (s ControlInsightsMetadataByAssessmentItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlInsightsMetadataByAssessmentItem) SetControlSetName(v string) *ControlInsightsMetadataByAssessmentItem
SetControlSetName sets the ControlSetName field's value.
func (s *ControlInsightsMetadataByAssessmentItem) SetEvidenceInsights(v *EvidenceInsights) *ControlInsightsMetadataByAssessmentItem
SetEvidenceInsights sets the EvidenceInsights field's value.
func (s *ControlInsightsMetadataByAssessmentItem) SetId(v string) *ControlInsightsMetadataByAssessmentItem
SetId sets the Id field's value.
func (s *ControlInsightsMetadataByAssessmentItem) SetLastUpdated(v time.Time) *ControlInsightsMetadataByAssessmentItem
SetLastUpdated sets the LastUpdated field's value.
func (s *ControlInsightsMetadataByAssessmentItem) SetName(v string) *ControlInsightsMetadataByAssessmentItem
SetName sets the Name field's value.
func (s ControlInsightsMetadataByAssessmentItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlInsightsMetadataItem struct { // A breakdown of the compliance check status for the evidence that’s associated // with the control. EvidenceInsights *EvidenceInsights `locationName:"evidenceInsights" type:"structure"` // The unique identifier for the control. Id *string `locationName:"id" min:"13" type:"string"` // The time when the control insights were last updated. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The name of the control. Name *string `locationName:"name" type:"string"` // contains filtered or unexported fields }
A summary of the latest analytics data for a specific control.
This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.
func (s ControlInsightsMetadataItem) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlInsightsMetadataItem) SetEvidenceInsights(v *EvidenceInsights) *ControlInsightsMetadataItem
SetEvidenceInsights sets the EvidenceInsights field's value.
func (s *ControlInsightsMetadataItem) SetId(v string) *ControlInsightsMetadataItem
SetId sets the Id field's value.
func (s *ControlInsightsMetadataItem) SetLastUpdated(v time.Time) *ControlInsightsMetadataItem
SetLastUpdated sets the LastUpdated field's value.
func (s *ControlInsightsMetadataItem) SetName(v string) *ControlInsightsMetadataItem
SetName sets the Name field's value.
func (s ControlInsightsMetadataItem) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlMappingSource struct { // The description of the source. SourceDescription *string `locationName:"sourceDescription" type:"string"` // Specifies how often evidence is collected from the control mapping source. SourceFrequency *string `locationName:"sourceFrequency" type:"string" enum:"SourceFrequency"` // The unique identifier for the source. SourceId *string `locationName:"sourceId" min:"36" type:"string"` // A keyword that relates to the control data source. // // For manual evidence, this keyword indicates if the manual evidence is a file // or text. // // For automated evidence, this keyword identifies a specific CloudTrail event, // Config rule, Security Hub control, or Amazon Web Services API name. // // To learn more about the supported keywords that you can use when mapping // a control data source, see the following pages in the Audit Manager User // Guide: // // * Config rules supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html) // // * Security Hub controls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html) // // * API calls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html) // // * CloudTrail event names supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html) SourceKeyword *SourceKeyword `locationName:"sourceKeyword" type:"structure"` // The name of the source. SourceName *string `locationName:"sourceName" min:"1" type:"string"` // The setup option for the data source. This option reflects if the evidence // collection method is automated or manual. If you don’t provide a value // for sourceSetUpOption, Audit Manager automatically infers and populates the // correct value based on the sourceType that you specify. SourceSetUpOption *string `locationName:"sourceSetUpOption" type:"string" enum:"SourceSetUpOption"` // Specifies which type of data source is used to collect evidence. // // * The source can be an individual data source type, such as AWS_Cloudtrail, // AWS_Config, AWS_Security_Hub, AWS_API_Call, or MANUAL. // // * The source can also be a managed grouping of data sources, such as a // Core_Control or a Common_Control. SourceType *string `locationName:"sourceType" type:"string" enum:"SourceType"` // The instructions for troubleshooting the control. // // TroubleshootingText is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ControlMappingSource's // String and GoString methods. TroubleshootingText *string `locationName:"troubleshootingText" type:"string" sensitive:"true"` // contains filtered or unexported fields }
The data source that determines where Audit Manager collects evidence from for the control.
func (s ControlMappingSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlMappingSource) SetSourceDescription(v string) *ControlMappingSource
SetSourceDescription sets the SourceDescription field's value.
func (s *ControlMappingSource) SetSourceFrequency(v string) *ControlMappingSource
SetSourceFrequency sets the SourceFrequency field's value.
func (s *ControlMappingSource) SetSourceId(v string) *ControlMappingSource
SetSourceId sets the SourceId field's value.
func (s *ControlMappingSource) SetSourceKeyword(v *SourceKeyword) *ControlMappingSource
SetSourceKeyword sets the SourceKeyword field's value.
func (s *ControlMappingSource) SetSourceName(v string) *ControlMappingSource
SetSourceName sets the SourceName field's value.
func (s *ControlMappingSource) SetSourceSetUpOption(v string) *ControlMappingSource
SetSourceSetUpOption sets the SourceSetUpOption field's value.
func (s *ControlMappingSource) SetSourceType(v string) *ControlMappingSource
SetSourceType sets the SourceType field's value.
func (s *ControlMappingSource) SetTroubleshootingText(v string) *ControlMappingSource
SetTroubleshootingText sets the TroubleshootingText field's value.
func (s ControlMappingSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlMappingSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ControlMetadata struct { // The Amazon Resource Name (ARN) of the control. Arn *string `locationName:"arn" min:"20" type:"string"` // The data source that determines where Audit Manager collects evidence from // for the control. ControlSources *string `locationName:"controlSources" min:"1" type:"string"` // The time when the control was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The unique identifier for the control. Id *string `locationName:"id" min:"36" type:"string"` // The time when the control was most recently updated. LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"` // The name of the control. Name *string `locationName:"name" min:"1" type:"string"` // contains filtered or unexported fields }
The metadata that's associated with the standard control or custom control.
func (s ControlMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlMetadata) SetArn(v string) *ControlMetadata
SetArn sets the Arn field's value.
func (s *ControlMetadata) SetControlSources(v string) *ControlMetadata
SetControlSources sets the ControlSources field's value.
func (s *ControlMetadata) SetCreatedAt(v time.Time) *ControlMetadata
SetCreatedAt sets the CreatedAt field's value.
func (s *ControlMetadata) SetId(v string) *ControlMetadata
SetId sets the Id field's value.
func (s *ControlMetadata) SetLastUpdatedAt(v time.Time) *ControlMetadata
SetLastUpdatedAt sets the LastUpdatedAt field's value.
func (s *ControlMetadata) SetName(v string) *ControlMetadata
SetName sets the Name field's value.
func (s ControlMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ControlSet struct { // The list of controls within the control set. Controls []*Control `locationName:"controls" min:"1" type:"list"` // The identifier of the control set in the assessment. This is the control // set name in a plain string format. Id *string `locationName:"id" min:"36" type:"string"` // The name of the control set. Name *string `locationName:"name" min:"1" type:"string"` // contains filtered or unexported fields }
A set of controls in Audit Manager.
func (s ControlSet) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ControlSet) SetControls(v []*Control) *ControlSet
SetControls sets the Controls field's value.
func (s *ControlSet) SetId(v string) *ControlSet
SetId sets the Id field's value.
func (s *ControlSet) SetName(v string) *ControlSet
SetName sets the Name field's value.
func (s ControlSet) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAssessmentFrameworkControl struct { // The unique identifier of the control. // // Id is a required field Id *string `locationName:"id" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
The control entity attributes that uniquely identify an existing control to be added to a framework in Audit Manager.
func (s CreateAssessmentFrameworkControl) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentFrameworkControl) SetId(v string) *CreateAssessmentFrameworkControl
SetId sets the Id field's value.
func (s CreateAssessmentFrameworkControl) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentFrameworkControl) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAssessmentFrameworkControlSet struct { // The list of controls within the control set. This doesn't contain the control // set ID. Controls []*CreateAssessmentFrameworkControl `locationName:"controls" min:"1" type:"list"` // The name of the control set. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.
func (s CreateAssessmentFrameworkControlSet) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentFrameworkControlSet) SetControls(v []*CreateAssessmentFrameworkControl) *CreateAssessmentFrameworkControlSet
SetControls sets the Controls field's value.
func (s *CreateAssessmentFrameworkControlSet) SetName(v string) *CreateAssessmentFrameworkControlSet
SetName sets the Name field's value.
func (s CreateAssessmentFrameworkControlSet) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentFrameworkControlSet) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAssessmentFrameworkInput struct { // The compliance type that the new custom framework supports, such as CIS or // HIPAA. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateAssessmentFrameworkInput's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // The control sets that are associated with the framework. // // ControlSets is a required field ControlSets []*CreateAssessmentFrameworkControlSet `locationName:"controlSets" min:"1" type:"list" required:"true"` // An optional description for the new custom framework. Description *string `locationName:"description" min:"1" type:"string"` // The name of the new custom framework. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The tags that are associated with the framework. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateAssessmentFrameworkInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentFrameworkInput) SetComplianceType(v string) *CreateAssessmentFrameworkInput
SetComplianceType sets the ComplianceType field's value.
func (s *CreateAssessmentFrameworkInput) SetControlSets(v []*CreateAssessmentFrameworkControlSet) *CreateAssessmentFrameworkInput
SetControlSets sets the ControlSets field's value.
func (s *CreateAssessmentFrameworkInput) SetDescription(v string) *CreateAssessmentFrameworkInput
SetDescription sets the Description field's value.
func (s *CreateAssessmentFrameworkInput) SetName(v string) *CreateAssessmentFrameworkInput
SetName sets the Name field's value.
func (s *CreateAssessmentFrameworkInput) SetTags(v map[string]*string) *CreateAssessmentFrameworkInput
SetTags sets the Tags field's value.
func (s CreateAssessmentFrameworkInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentFrameworkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAssessmentFrameworkOutput struct { // The name of the new framework that the CreateAssessmentFramework API returned. Framework *Framework `locationName:"framework" type:"structure"` // contains filtered or unexported fields }
func (s CreateAssessmentFrameworkOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentFrameworkOutput) SetFramework(v *Framework) *CreateAssessmentFrameworkOutput
SetFramework sets the Framework field's value.
func (s CreateAssessmentFrameworkOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAssessmentInput struct { // The assessment report storage destination for the assessment that's being // created. // // AssessmentReportsDestination is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateAssessmentInput's // String and GoString methods. // // AssessmentReportsDestination is a required field AssessmentReportsDestination *AssessmentReportsDestination `locationName:"assessmentReportsDestination" type:"structure" required:"true" sensitive:"true"` // The optional description of the assessment to be created. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateAssessmentInput's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The identifier for the framework that the assessment will be created from. // // FrameworkId is a required field FrameworkId *string `locationName:"frameworkId" min:"36" type:"string" required:"true"` // The name of the assessment to be created. // // Name is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateAssessmentInput's // String and GoString methods. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true" sensitive:"true"` // The list of roles for the assessment. // // Roles is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateAssessmentInput's // String and GoString methods. // // Roles is a required field Roles []*Role `locationName:"roles" type:"list" required:"true" sensitive:"true"` // The wrapper that contains the Amazon Web Services accounts that are in scope // for the assessment. // // You no longer need to specify which Amazon Web Services are in scope when // you create or update an assessment. Audit Manager infers the services in // scope by examining your assessment controls and their data sources, and then // mapping this information to the relevant Amazon Web Services. // // If an underlying data source changes for your assessment, we automatically // update the services scope as needed to reflect the correct Amazon Web Services. // This ensures that your assessment collects accurate and comprehensive evidence // about all of the relevant services in your AWS environment. // // Scope is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateAssessmentInput's // String and GoString methods. // // Scope is a required field Scope *Scope `locationName:"scope" type:"structure" required:"true" sensitive:"true"` // The tags that are associated with the assessment. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s CreateAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentInput) SetAssessmentReportsDestination(v *AssessmentReportsDestination) *CreateAssessmentInput
SetAssessmentReportsDestination sets the AssessmentReportsDestination field's value.
func (s *CreateAssessmentInput) SetDescription(v string) *CreateAssessmentInput
SetDescription sets the Description field's value.
func (s *CreateAssessmentInput) SetFrameworkId(v string) *CreateAssessmentInput
SetFrameworkId sets the FrameworkId field's value.
func (s *CreateAssessmentInput) SetName(v string) *CreateAssessmentInput
SetName sets the Name field's value.
func (s *CreateAssessmentInput) SetRoles(v []*Role) *CreateAssessmentInput
SetRoles sets the Roles field's value.
func (s *CreateAssessmentInput) SetScope(v *Scope) *CreateAssessmentInput
SetScope sets the Scope field's value.
func (s *CreateAssessmentInput) SetTags(v map[string]*string) *CreateAssessmentInput
SetTags sets the Tags field's value.
func (s CreateAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAssessmentOutput struct { // An entity that defines the scope of audit evidence collected by Audit Manager. // An Audit Manager assessment is an implementation of an Audit Manager framework. Assessment *Assessment `locationName:"assessment" type:"structure"` // contains filtered or unexported fields }
func (s CreateAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentOutput) SetAssessment(v *Assessment) *CreateAssessmentOutput
SetAssessment sets the Assessment field's value.
func (s CreateAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateAssessmentReportInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The description of the assessment report. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateAssessmentReportInput's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The name of the new assessment report. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // A SQL statement that represents an evidence finder query. // // Provide this parameter when you want to generate an assessment report from // the results of an evidence finder search query. When you use this parameter, // Audit Manager generates a one-time report using only the evidence from the // query output. This report does not include any assessment evidence that was // manually added to a report using the console (https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#generate-assessment-report-include-evidence), // or associated with a report using the API (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_BatchAssociateAssessmentReportEvidence.html). // // To use this parameter, the enablementStatus (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_EvidenceFinderEnablement.html#auditmanager-Type-EvidenceFinderEnablement-enablementStatus) // of evidence finder must be ENABLED. // // For examples and help resolving queryStatement validation exceptions, see // Troubleshooting evidence finder issues (https://docs.aws.amazon.com/audit-manager/latest/userguide/evidence-finder-issues.html#querystatement-exceptions) // in the Audit Manager User Guide. QueryStatement *string `locationName:"queryStatement" min:"1" type:"string"` // contains filtered or unexported fields }
func (s CreateAssessmentReportInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentReportInput) SetAssessmentId(v string) *CreateAssessmentReportInput
SetAssessmentId sets the AssessmentId field's value.
func (s *CreateAssessmentReportInput) SetDescription(v string) *CreateAssessmentReportInput
SetDescription sets the Description field's value.
func (s *CreateAssessmentReportInput) SetName(v string) *CreateAssessmentReportInput
SetName sets the Name field's value.
func (s *CreateAssessmentReportInput) SetQueryStatement(v string) *CreateAssessmentReportInput
SetQueryStatement sets the QueryStatement field's value.
func (s CreateAssessmentReportInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateAssessmentReportOutput struct { // The new assessment report that the CreateAssessmentReport API returned. AssessmentReport *AssessmentReport `locationName:"assessmentReport" type:"structure"` // contains filtered or unexported fields }
func (s CreateAssessmentReportOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateAssessmentReportOutput) SetAssessmentReport(v *AssessmentReport) *CreateAssessmentReportOutput
SetAssessmentReport sets the AssessmentReport field's value.
func (s CreateAssessmentReportOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateControlInput struct { // The recommended actions to carry out if the control isn't fulfilled. // // ActionPlanInstructions is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateControlInput's // String and GoString methods. ActionPlanInstructions *string `locationName:"actionPlanInstructions" type:"string" sensitive:"true"` // The title of the action plan for remediating the control. // // ActionPlanTitle is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateControlInput's // String and GoString methods. ActionPlanTitle *string `locationName:"actionPlanTitle" type:"string" sensitive:"true"` // The data mapping sources for the control. // // ControlMappingSources is a required field ControlMappingSources []*CreateControlMappingSource `locationName:"controlMappingSources" min:"1" type:"list" required:"true"` // The description of the control. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateControlInput's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The name of the control. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The tags that are associated with the control. Tags map[string]*string `locationName:"tags" type:"map"` // The steps to follow to determine if the control is satisfied. // // TestingInformation is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateControlInput's // String and GoString methods. TestingInformation *string `locationName:"testingInformation" type:"string" sensitive:"true"` // contains filtered or unexported fields }
func (s CreateControlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateControlInput) SetActionPlanInstructions(v string) *CreateControlInput
SetActionPlanInstructions sets the ActionPlanInstructions field's value.
func (s *CreateControlInput) SetActionPlanTitle(v string) *CreateControlInput
SetActionPlanTitle sets the ActionPlanTitle field's value.
func (s *CreateControlInput) SetControlMappingSources(v []*CreateControlMappingSource) *CreateControlInput
SetControlMappingSources sets the ControlMappingSources field's value.
func (s *CreateControlInput) SetDescription(v string) *CreateControlInput
SetDescription sets the Description field's value.
func (s *CreateControlInput) SetName(v string) *CreateControlInput
SetName sets the Name field's value.
func (s *CreateControlInput) SetTags(v map[string]*string) *CreateControlInput
SetTags sets the Tags field's value.
func (s *CreateControlInput) SetTestingInformation(v string) *CreateControlInput
SetTestingInformation sets the TestingInformation field's value.
func (s CreateControlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateControlMappingSource struct { // The description of the data source that determines where Audit Manager collects // evidence from for the control. SourceDescription *string `locationName:"sourceDescription" type:"string"` // Specifies how often evidence is collected from the control mapping source. SourceFrequency *string `locationName:"sourceFrequency" type:"string" enum:"SourceFrequency"` // A keyword that relates to the control data source. // // For manual evidence, this keyword indicates if the manual evidence is a file // or text. // // For automated evidence, this keyword identifies a specific CloudTrail event, // Config rule, Security Hub control, or Amazon Web Services API name. // // To learn more about the supported keywords that you can use when mapping // a control data source, see the following pages in the Audit Manager User // Guide: // // * Config rules supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html) // // * Security Hub controls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html) // // * API calls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html) // // * CloudTrail event names supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html) SourceKeyword *SourceKeyword `locationName:"sourceKeyword" type:"structure"` // The name of the control mapping data source. SourceName *string `locationName:"sourceName" min:"1" type:"string"` // The setup option for the data source. This option reflects if the evidence // collection method is automated or manual. If you don’t provide a value // for sourceSetUpOption, Audit Manager automatically infers and populates the // correct value based on the sourceType that you specify. SourceSetUpOption *string `locationName:"sourceSetUpOption" type:"string" enum:"SourceSetUpOption"` // Specifies which type of data source is used to collect evidence. // // * The source can be an individual data source type, such as AWS_Cloudtrail, // AWS_Config, AWS_Security_Hub, AWS_API_Call, or MANUAL. // // * The source can also be a managed grouping of data sources, such as a // Core_Control or a Common_Control. SourceType *string `locationName:"sourceType" type:"string" enum:"SourceType"` // The instructions for troubleshooting the control. // // TroubleshootingText is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateControlMappingSource's // String and GoString methods. TroubleshootingText *string `locationName:"troubleshootingText" type:"string" sensitive:"true"` // contains filtered or unexported fields }
The mapping attributes that determine the evidence source for a given control, along with related parameters and metadata. This doesn't contain mappingID.
func (s CreateControlMappingSource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateControlMappingSource) SetSourceDescription(v string) *CreateControlMappingSource
SetSourceDescription sets the SourceDescription field's value.
func (s *CreateControlMappingSource) SetSourceFrequency(v string) *CreateControlMappingSource
SetSourceFrequency sets the SourceFrequency field's value.
func (s *CreateControlMappingSource) SetSourceKeyword(v *SourceKeyword) *CreateControlMappingSource
SetSourceKeyword sets the SourceKeyword field's value.
func (s *CreateControlMappingSource) SetSourceName(v string) *CreateControlMappingSource
SetSourceName sets the SourceName field's value.
func (s *CreateControlMappingSource) SetSourceSetUpOption(v string) *CreateControlMappingSource
SetSourceSetUpOption sets the SourceSetUpOption field's value.
func (s *CreateControlMappingSource) SetSourceType(v string) *CreateControlMappingSource
SetSourceType sets the SourceType field's value.
func (s *CreateControlMappingSource) SetTroubleshootingText(v string) *CreateControlMappingSource
SetTroubleshootingText sets the TroubleshootingText field's value.
func (s CreateControlMappingSource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateControlMappingSource) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateControlOutput struct { // The new control that the CreateControl API returned. Control *Control `locationName:"control" type:"structure"` // contains filtered or unexported fields }
func (s CreateControlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateControlOutput) SetControl(v *Control) *CreateControlOutput
SetControl sets the Control field's value.
func (s CreateControlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CreateDelegationRequest struct { // A comment that's related to the delegation request. // // Comment is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CreateDelegationRequest's // String and GoString methods. Comment *string `locationName:"comment" type:"string" sensitive:"true"` // The unique identifier for the control set. ControlSetId *string `locationName:"controlSetId" min:"1" type:"string"` // The Amazon Resource Name (ARN) of the IAM role. RoleArn *string `locationName:"roleArn" min:"20" type:"string"` // The type of customer persona. // // In CreateAssessment, roleType can only be PROCESS_OWNER. // // In UpdateSettings, roleType can only be PROCESS_OWNER. // // In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER. RoleType *string `locationName:"roleType" type:"string" enum:"RoleType"` // contains filtered or unexported fields }
A collection of attributes that's used to create a delegation for an assessment in Audit Manager.
func (s CreateDelegationRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateDelegationRequest) SetComment(v string) *CreateDelegationRequest
SetComment sets the Comment field's value.
func (s *CreateDelegationRequest) SetControlSetId(v string) *CreateDelegationRequest
SetControlSetId sets the ControlSetId field's value.
func (s *CreateDelegationRequest) SetRoleArn(v string) *CreateDelegationRequest
SetRoleArn sets the RoleArn field's value.
func (s *CreateDelegationRequest) SetRoleType(v string) *CreateDelegationRequest
SetRoleType sets the RoleType field's value.
func (s CreateDelegationRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *CreateDelegationRequest) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DefaultExportDestination struct { // The destination bucket where Audit Manager stores exported files. Destination *string `locationName:"destination" min:"1" type:"string"` // The destination type, such as Amazon S3. DestinationType *string `locationName:"destinationType" type:"string" enum:"ExportDestinationType"` // contains filtered or unexported fields }
The default s3 bucket where Audit Manager saves the files that you export from evidence finder.
func (s DefaultExportDestination) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DefaultExportDestination) SetDestination(v string) *DefaultExportDestination
SetDestination sets the Destination field's value.
func (s *DefaultExportDestination) SetDestinationType(v string) *DefaultExportDestination
SetDestinationType sets the DestinationType field's value.
func (s DefaultExportDestination) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DefaultExportDestination) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Delegation struct { // The identifier for the assessment that's associated with the delegation. AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"` // The name of the assessment that's associated with the delegation. // // AssessmentName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Delegation's // String and GoString methods. AssessmentName *string `locationName:"assessmentName" min:"1" type:"string" sensitive:"true"` // The comment that's related to the delegation. // // Comment is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Delegation's // String and GoString methods. Comment *string `locationName:"comment" type:"string" sensitive:"true"` // The identifier for the control set that's associated with the delegation. ControlSetId *string `locationName:"controlSetId" min:"1" type:"string"` // The user or role that created the delegation. // // CreatedBy is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Delegation's // String and GoString methods. CreatedBy *string `locationName:"createdBy" min:"1" type:"string" sensitive:"true"` // Specifies when the delegation was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The unique identifier for the delegation. Id *string `locationName:"id" min:"36" type:"string"` // Specifies when the delegation was last updated. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The Amazon Resource Name (ARN) of the IAM role. RoleArn *string `locationName:"roleArn" min:"20" type:"string"` // The type of customer persona. // // In CreateAssessment, roleType can only be PROCESS_OWNER. // // In UpdateSettings, roleType can only be PROCESS_OWNER. // // In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER. RoleType *string `locationName:"roleType" type:"string" enum:"RoleType"` // The status of the delegation. Status *string `locationName:"status" type:"string" enum:"DelegationStatus"` // contains filtered or unexported fields }
The assignment of a control set to a delegate for review.
func (s Delegation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Delegation) SetAssessmentId(v string) *Delegation
SetAssessmentId sets the AssessmentId field's value.
func (s *Delegation) SetAssessmentName(v string) *Delegation
SetAssessmentName sets the AssessmentName field's value.
func (s *Delegation) SetComment(v string) *Delegation
SetComment sets the Comment field's value.
func (s *Delegation) SetControlSetId(v string) *Delegation
SetControlSetId sets the ControlSetId field's value.
func (s *Delegation) SetCreatedBy(v string) *Delegation
SetCreatedBy sets the CreatedBy field's value.
func (s *Delegation) SetCreationTime(v time.Time) *Delegation
SetCreationTime sets the CreationTime field's value.
func (s *Delegation) SetId(v string) *Delegation
SetId sets the Id field's value.
func (s *Delegation) SetLastUpdated(v time.Time) *Delegation
SetLastUpdated sets the LastUpdated field's value.
func (s *Delegation) SetRoleArn(v string) *Delegation
SetRoleArn sets the RoleArn field's value.
func (s *Delegation) SetRoleType(v string) *Delegation
SetRoleType sets the RoleType field's value.
func (s *Delegation) SetStatus(v string) *Delegation
SetStatus sets the Status field's value.
func (s Delegation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DelegationMetadata struct { // The unique identifier for the assessment. AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"` // The name of the associated assessment. // // AssessmentName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by DelegationMetadata's // String and GoString methods. AssessmentName *string `locationName:"assessmentName" min:"1" type:"string" sensitive:"true"` // Specifies the name of the control set that was delegated for review. ControlSetName *string `locationName:"controlSetName" min:"1" type:"string"` // Specifies when the delegation was created. CreationTime *time.Time `locationName:"creationTime" type:"timestamp"` // The unique identifier for the delegation. Id *string `locationName:"id" min:"36" type:"string"` // The Amazon Resource Name (ARN) of the IAM role. RoleArn *string `locationName:"roleArn" min:"20" type:"string"` // The current status of the delegation. Status *string `locationName:"status" type:"string" enum:"DelegationStatus"` // contains filtered or unexported fields }
The metadata that's associated with the delegation.
func (s DelegationMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DelegationMetadata) SetAssessmentId(v string) *DelegationMetadata
SetAssessmentId sets the AssessmentId field's value.
func (s *DelegationMetadata) SetAssessmentName(v string) *DelegationMetadata
SetAssessmentName sets the AssessmentName field's value.
func (s *DelegationMetadata) SetControlSetName(v string) *DelegationMetadata
SetControlSetName sets the ControlSetName field's value.
func (s *DelegationMetadata) SetCreationTime(v time.Time) *DelegationMetadata
SetCreationTime sets the CreationTime field's value.
func (s *DelegationMetadata) SetId(v string) *DelegationMetadata
SetId sets the Id field's value.
func (s *DelegationMetadata) SetRoleArn(v string) *DelegationMetadata
SetRoleArn sets the RoleArn field's value.
func (s *DelegationMetadata) SetStatus(v string) *DelegationMetadata
SetStatus sets the Status field's value.
func (s DelegationMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAssessmentFrameworkInput struct { // The identifier for the custom framework. // // FrameworkId is a required field FrameworkId *string `location:"uri" locationName:"frameworkId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteAssessmentFrameworkInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentFrameworkInput) SetFrameworkId(v string) *DeleteAssessmentFrameworkInput
SetFrameworkId sets the FrameworkId field's value.
func (s DeleteAssessmentFrameworkInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentFrameworkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAssessmentFrameworkOutput struct {
// contains filtered or unexported fields
}
func (s DeleteAssessmentFrameworkOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteAssessmentFrameworkOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAssessmentFrameworkShareInput struct { // The unique identifier for the share request to be deleted. // // RequestId is a required field RequestId *string `location:"uri" locationName:"requestId" min:"36" type:"string" required:"true"` // Specifies whether the share request is a sent request or a received request. // // RequestType is a required field RequestType *string `location:"querystring" locationName:"requestType" type:"string" required:"true" enum:"ShareRequestType"` // contains filtered or unexported fields }
func (s DeleteAssessmentFrameworkShareInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentFrameworkShareInput) SetRequestId(v string) *DeleteAssessmentFrameworkShareInput
SetRequestId sets the RequestId field's value.
func (s *DeleteAssessmentFrameworkShareInput) SetRequestType(v string) *DeleteAssessmentFrameworkShareInput
SetRequestType sets the RequestType field's value.
func (s DeleteAssessmentFrameworkShareInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentFrameworkShareInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAssessmentFrameworkShareOutput struct {
// contains filtered or unexported fields
}
func (s DeleteAssessmentFrameworkShareOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteAssessmentFrameworkShareOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAssessmentInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentInput) SetAssessmentId(v string) *DeleteAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s DeleteAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAssessmentOutput struct {
// contains filtered or unexported fields
}
func (s DeleteAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteAssessmentReportInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The unique identifier for the assessment report. // // AssessmentReportId is a required field AssessmentReportId *string `location:"uri" locationName:"assessmentReportId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteAssessmentReportInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentReportInput) SetAssessmentId(v string) *DeleteAssessmentReportInput
SetAssessmentId sets the AssessmentId field's value.
func (s *DeleteAssessmentReportInput) SetAssessmentReportId(v string) *DeleteAssessmentReportInput
SetAssessmentReportId sets the AssessmentReportId field's value.
func (s DeleteAssessmentReportInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteAssessmentReportInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteAssessmentReportOutput struct {
// contains filtered or unexported fields
}
func (s DeleteAssessmentReportOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteAssessmentReportOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteControlInput struct { // The unique identifier for the control. // // ControlId is a required field ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DeleteControlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteControlInput) SetControlId(v string) *DeleteControlInput
SetControlId sets the ControlId field's value.
func (s DeleteControlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeleteControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteControlOutput struct {
// contains filtered or unexported fields
}
func (s DeleteControlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeleteControlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeregisterAccountInput struct {
// contains filtered or unexported fields
}
func (s DeregisterAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeregisterAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeregisterAccountOutput struct { // The registration status of the account. Status *string `locationName:"status" type:"string" enum:"AccountStatus"` // contains filtered or unexported fields }
func (s DeregisterAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeregisterAccountOutput) SetStatus(v string) *DeregisterAccountOutput
SetStatus sets the Status field's value.
func (s DeregisterAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeregisterOrganizationAdminAccountInput struct { // The identifier for the administrator account. AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"` // contains filtered or unexported fields }
func (s DeregisterOrganizationAdminAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeregisterOrganizationAdminAccountInput) SetAdminAccountId(v string) *DeregisterOrganizationAdminAccountInput
SetAdminAccountId sets the AdminAccountId field's value.
func (s DeregisterOrganizationAdminAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeregisterOrganizationAdminAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeregisterOrganizationAdminAccountOutput struct {
// contains filtered or unexported fields
}
func (s DeregisterOrganizationAdminAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DeregisterOrganizationAdminAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeregistrationPolicy struct { // Specifies which Audit Manager data will be deleted when you deregister Audit // Manager. // // * If you set the value to ALL, all of your data is deleted within seven // days of deregistration. // // * If you set the value to DEFAULT, none of your data is deleted at the // time of deregistration. However, keep in mind that the Audit Manager data // retention policy still applies. As a result, any evidence data will be // deleted two years after its creation date. Your other Audit Manager resources // will continue to exist indefinitely. DeleteResources *string `locationName:"deleteResources" type:"string" enum:"DeleteResources"` // contains filtered or unexported fields }
The deregistration policy for the data that's stored in Audit Manager. You can use this attribute to determine how your data is handled when you deregister Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeregisterAccount.html).
By default, Audit Manager retains evidence data for two years from the time of its creation. Other Audit Manager resources (including assessments, custom controls, and custom frameworks) remain in Audit Manager indefinitely, and are available if you re-register Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_RegisterAccount.html) in the future. For more information about data retention, see Data Protection (https://docs.aws.amazon.com/audit-manager/latest/userguide/data-protection.html) in the Audit Manager User Guide.
If you choose to delete all data, this action permanently deletes all evidence data in your account within seven days. It also deletes all of the Audit Manager resources that you created, including assessments, custom controls, and custom frameworks. Your data will not be available if you re-register Audit Manager in the future.
func (s DeregistrationPolicy) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DeregistrationPolicy) SetDeleteResources(v string) *DeregistrationPolicy
SetDeleteResources sets the DeleteResources field's value.
func (s DeregistrationPolicy) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateAssessmentReportEvidenceFolderInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The unique identifier for the folder that the evidence is stored in. // // EvidenceFolderId is a required field EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s DisassociateAssessmentReportEvidenceFolderInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DisassociateAssessmentReportEvidenceFolderInput) SetAssessmentId(v string) *DisassociateAssessmentReportEvidenceFolderInput
SetAssessmentId sets the AssessmentId field's value.
func (s *DisassociateAssessmentReportEvidenceFolderInput) SetEvidenceFolderId(v string) *DisassociateAssessmentReportEvidenceFolderInput
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s DisassociateAssessmentReportEvidenceFolderInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *DisassociateAssessmentReportEvidenceFolderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateAssessmentReportEvidenceFolderOutput struct {
// contains filtered or unexported fields
}
func (s DisassociateAssessmentReportEvidenceFolderOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s DisassociateAssessmentReportEvidenceFolderOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Evidence struct { // Specifies whether the evidence is included in the assessment report. AssessmentReportSelection *string `locationName:"assessmentReportSelection" type:"string"` // The names and values that are used by the evidence event. This includes an // attribute name (such as allowUsersToChangePassword) and value (such as true // or false). Attributes map[string]*string `locationName:"attributes" type:"map"` // The identifier for the Amazon Web Services account. AwsAccountId *string `locationName:"awsAccountId" min:"12" type:"string"` // The Amazon Web Services account that the evidence is collected from, and // its organization path. AwsOrganization *string `locationName:"awsOrganization" type:"string"` // The evaluation status for automated evidence that falls under the compliance // check category. // // * Audit Manager classes evidence as non-compliant if Security Hub reports // a Fail result, or if Config reports a Non-compliant result. // // * Audit Manager classes evidence as compliant if Security Hub reports // a Pass result, or if Config reports a Compliant result. // // * If a compliance check isn't available or applicable, then no compliance // evaluation can be made for that evidence. This is the case if the evidence // uses Config or Security Hub as the underlying data source type, but those // services aren't enabled. This is also the case if the evidence uses an // underlying data source type that doesn't support compliance checks (such // as manual evidence, Amazon Web Services API calls, or CloudTrail). ComplianceCheck *string `locationName:"complianceCheck" type:"string"` // The data source where the evidence was collected from. DataSource *string `locationName:"dataSource" type:"string"` // The name of the evidence event. EventName *string `locationName:"eventName" type:"string"` // The Amazon Web Service that the evidence is collected from. EventSource *string `locationName:"eventSource" min:"1" type:"string"` // The identifier for the Amazon Web Services account. EvidenceAwsAccountId *string `locationName:"evidenceAwsAccountId" min:"12" type:"string"` // The type of automated evidence. EvidenceByType *string `locationName:"evidenceByType" type:"string"` // The identifier for the folder that the evidence is stored in. EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string"` // The unique identifier for the user or role that's associated with the evidence. IamId *string `locationName:"iamId" min:"20" type:"string"` // The identifier for the evidence. Id *string `locationName:"id" min:"36" type:"string"` // The list of resources that are assessed to generate the evidence. ResourcesIncluded []*Resource `locationName:"resourcesIncluded" type:"list"` // The timestamp that represents when the evidence was collected. Time *time.Time `locationName:"time" type:"timestamp"` // contains filtered or unexported fields }
A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity invoked by a user, or a system configuration snapshot.
func (s Evidence) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Evidence) SetAssessmentReportSelection(v string) *Evidence
SetAssessmentReportSelection sets the AssessmentReportSelection field's value.
func (s *Evidence) SetAttributes(v map[string]*string) *Evidence
SetAttributes sets the Attributes field's value.
func (s *Evidence) SetAwsAccountId(v string) *Evidence
SetAwsAccountId sets the AwsAccountId field's value.
func (s *Evidence) SetAwsOrganization(v string) *Evidence
SetAwsOrganization sets the AwsOrganization field's value.
func (s *Evidence) SetComplianceCheck(v string) *Evidence
SetComplianceCheck sets the ComplianceCheck field's value.
func (s *Evidence) SetDataSource(v string) *Evidence
SetDataSource sets the DataSource field's value.
func (s *Evidence) SetEventName(v string) *Evidence
SetEventName sets the EventName field's value.
func (s *Evidence) SetEventSource(v string) *Evidence
SetEventSource sets the EventSource field's value.
func (s *Evidence) SetEvidenceAwsAccountId(v string) *Evidence
SetEvidenceAwsAccountId sets the EvidenceAwsAccountId field's value.
func (s *Evidence) SetEvidenceByType(v string) *Evidence
SetEvidenceByType sets the EvidenceByType field's value.
func (s *Evidence) SetEvidenceFolderId(v string) *Evidence
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s *Evidence) SetIamId(v string) *Evidence
SetIamId sets the IamId field's value.
func (s *Evidence) SetId(v string) *Evidence
SetId sets the Id field's value.
func (s *Evidence) SetResourcesIncluded(v []*Resource) *Evidence
SetResourcesIncluded sets the ResourcesIncluded field's value.
func (s *Evidence) SetTime(v time.Time) *Evidence
SetTime sets the Time field's value.
func (s Evidence) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EvidenceFinderEnablement struct { // The current status of the evidence data backfill process. // // The backfill starts after you enable evidence finder. During this task, Audit // Manager populates an event data store with your past two years’ worth of // evidence data so that your evidence can be queried. // // * NOT_STARTED means that the backfill hasn’t started yet. // // * IN_PROGRESS means that the backfill is in progress. This can take up // to 7 days to complete, depending on the amount of evidence data. // // * COMPLETED means that the backfill is complete. All of your past evidence // is now queryable. BackfillStatus *string `locationName:"backfillStatus" type:"string" enum:"EvidenceFinderBackfillStatus"` // The current status of the evidence finder feature and the related event data // store. // // * ENABLE_IN_PROGRESS means that you requested to enable evidence finder. // An event data store is currently being created to support evidence finder // queries. // // * ENABLED means that an event data store was successfully created and // evidence finder is enabled. We recommend that you wait 7 days until the // event data store is backfilled with your past two years’ worth of evidence // data. You can use evidence finder in the meantime, but not all data might // be available until the backfill is complete. // // * DISABLE_IN_PROGRESS means that you requested to disable evidence finder, // and your request is pending the deletion of the event data store. // // * DISABLED means that you have permanently disabled evidence finder and // the event data store has been deleted. You can't re-enable evidence finder // after this point. EnablementStatus *string `locationName:"enablementStatus" type:"string" enum:"EvidenceFinderEnablementStatus"` // Represents any errors that occurred when enabling or disabling evidence finder. Error *string `locationName:"error" type:"string"` // The Amazon Resource Name (ARN) of the CloudTrail Lake event data store that’s // used by evidence finder. The event data store is the lake of evidence data // that evidence finder runs queries against. EventDataStoreArn *string `locationName:"eventDataStoreArn" min:"20" type:"string"` // contains filtered or unexported fields }
The settings object that specifies whether evidence finder is enabled. This object also describes the related event data store, and the backfill status for populating the event data store with evidence data.
func (s EvidenceFinderEnablement) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *EvidenceFinderEnablement) SetBackfillStatus(v string) *EvidenceFinderEnablement
SetBackfillStatus sets the BackfillStatus field's value.
func (s *EvidenceFinderEnablement) SetEnablementStatus(v string) *EvidenceFinderEnablement
SetEnablementStatus sets the EnablementStatus field's value.
func (s *EvidenceFinderEnablement) SetError(v string) *EvidenceFinderEnablement
SetError sets the Error field's value.
func (s *EvidenceFinderEnablement) SetEventDataStoreArn(v string) *EvidenceFinderEnablement
SetEventDataStoreArn sets the EventDataStoreArn field's value.
func (s EvidenceFinderEnablement) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EvidenceInsights struct { // The number of compliance check evidence that Audit Manager classified as // compliant. This includes evidence that was collected from Security Hub with // a Pass ruling, or collected from Config with a Compliant ruling. CompliantEvidenceCount *int64 `locationName:"compliantEvidenceCount" type:"integer"` // The number of evidence that a compliance check ruling isn't available for. // Evidence is inconclusive when the associated control uses Security Hub or // Config as a data source but you didn't enable those services. This is also // the case when a control uses a data source that doesn’t support compliance // checks (for example, manual evidence, API calls, or CloudTrail). // // If evidence has a compliance check status of not applicable in the console, // it's classified as inconclusive in EvidenceInsights data. InconclusiveEvidenceCount *int64 `locationName:"inconclusiveEvidenceCount" type:"integer"` // The number of compliance check evidence that Audit Manager classified as // non-compliant. This includes evidence that was collected from Security Hub // with a Fail ruling, or collected from Config with a Non-compliant ruling. NoncompliantEvidenceCount *int64 `locationName:"noncompliantEvidenceCount" type:"integer"` // contains filtered or unexported fields }
A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments.
func (s EvidenceInsights) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *EvidenceInsights) SetCompliantEvidenceCount(v int64) *EvidenceInsights
SetCompliantEvidenceCount sets the CompliantEvidenceCount field's value.
func (s *EvidenceInsights) SetInconclusiveEvidenceCount(v int64) *EvidenceInsights
SetInconclusiveEvidenceCount sets the InconclusiveEvidenceCount field's value.
func (s *EvidenceInsights) SetNoncompliantEvidenceCount(v int64) *EvidenceInsights
SetNoncompliantEvidenceCount sets the NoncompliantEvidenceCount field's value.
func (s EvidenceInsights) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Framework struct { // The Amazon Resource Name (ARN) of the framework. Arn *string `locationName:"arn" min:"20" type:"string"` // The compliance type that the framework supports, such as CIS or HIPAA. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Framework's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // The control sets that are associated with the framework. // // ControlSets is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Framework's // String and GoString methods. ControlSets []*ControlSet `locationName:"controlSets" min:"1" type:"list" sensitive:"true"` // The control data sources where Audit Manager collects evidence from. ControlSources *string `locationName:"controlSources" min:"1" type:"string"` // The time when the framework was created. CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"` // The user or role that created the framework. // // CreatedBy is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Framework's // String and GoString methods. CreatedBy *string `locationName:"createdBy" min:"1" type:"string" sensitive:"true"` // The description of the framework. Description *string `locationName:"description" min:"1" type:"string"` // The unique identifier for the framework. Id *string `locationName:"id" min:"36" type:"string"` // The time when the framework was most recently updated. LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"` // The user or role that most recently updated the framework. // // LastUpdatedBy is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Framework's // String and GoString methods. LastUpdatedBy *string `locationName:"lastUpdatedBy" min:"1" type:"string" sensitive:"true"` // The logo that's associated with the framework. Logo *string `locationName:"logo" min:"1" type:"string"` // The name of the framework. Name *string `locationName:"name" min:"1" type:"string"` // The tags that are associated with the framework. Tags map[string]*string `locationName:"tags" type:"map"` // Specifies whether the framework is a standard framework or a custom framework. Type *string `locationName:"type" type:"string" enum:"FrameworkType"` // contains filtered or unexported fields }
The file that's used to structure and automate Audit Manager assessments for a given compliance standard.
func (s Framework) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Framework) SetArn(v string) *Framework
SetArn sets the Arn field's value.
func (s *Framework) SetComplianceType(v string) *Framework
SetComplianceType sets the ComplianceType field's value.
func (s *Framework) SetControlSets(v []*ControlSet) *Framework
SetControlSets sets the ControlSets field's value.
func (s *Framework) SetControlSources(v string) *Framework
SetControlSources sets the ControlSources field's value.
func (s *Framework) SetCreatedAt(v time.Time) *Framework
SetCreatedAt sets the CreatedAt field's value.
func (s *Framework) SetCreatedBy(v string) *Framework
SetCreatedBy sets the CreatedBy field's value.
func (s *Framework) SetDescription(v string) *Framework
SetDescription sets the Description field's value.
func (s *Framework) SetId(v string) *Framework
SetId sets the Id field's value.
func (s *Framework) SetLastUpdatedAt(v time.Time) *Framework
SetLastUpdatedAt sets the LastUpdatedAt field's value.
func (s *Framework) SetLastUpdatedBy(v string) *Framework
SetLastUpdatedBy sets the LastUpdatedBy field's value.
func (s *Framework) SetLogo(v string) *Framework
SetLogo sets the Logo field's value.
func (s *Framework) SetName(v string) *Framework
SetName sets the Name field's value.
func (s *Framework) SetTags(v map[string]*string) *Framework
SetTags sets the Tags field's value.
func (s *Framework) SetType(v string) *Framework
SetType sets the Type field's value.
func (s Framework) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type FrameworkMetadata struct { // The compliance standard that's associated with the framework. For example, // this could be PCI DSS or HIPAA. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by FrameworkMetadata's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // The description of the framework. Description *string `locationName:"description" min:"1" type:"string"` // The logo that's associated with the framework. Logo *string `locationName:"logo" min:"1" type:"string"` // The name of the framework. // // Name is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by FrameworkMetadata's // String and GoString methods. Name *string `locationName:"name" min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
The metadata of a framework, such as the name, ID, or description.
func (s FrameworkMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *FrameworkMetadata) SetComplianceType(v string) *FrameworkMetadata
SetComplianceType sets the ComplianceType field's value.
func (s *FrameworkMetadata) SetDescription(v string) *FrameworkMetadata
SetDescription sets the Description field's value.
func (s *FrameworkMetadata) SetLogo(v string) *FrameworkMetadata
SetLogo sets the Logo field's value.
func (s *FrameworkMetadata) SetName(v string) *FrameworkMetadata
SetName sets the Name field's value.
func (s FrameworkMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAccountStatusInput struct {
// contains filtered or unexported fields
}
func (s GetAccountStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s GetAccountStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAccountStatusOutput struct { // The status of the Amazon Web Services account. Status *string `locationName:"status" type:"string" enum:"AccountStatus"` // contains filtered or unexported fields }
func (s GetAccountStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAccountStatusOutput) SetStatus(v string) *GetAccountStatusOutput
SetStatus sets the Status field's value.
func (s GetAccountStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAssessmentFrameworkInput struct { // The identifier for the framework. // // FrameworkId is a required field FrameworkId *string `location:"uri" locationName:"frameworkId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetAssessmentFrameworkInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentFrameworkInput) SetFrameworkId(v string) *GetAssessmentFrameworkInput
SetFrameworkId sets the FrameworkId field's value.
func (s GetAssessmentFrameworkInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentFrameworkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAssessmentFrameworkOutput struct { // The framework that the GetAssessmentFramework API returned. Framework *Framework `locationName:"framework" type:"structure"` // contains filtered or unexported fields }
func (s GetAssessmentFrameworkOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentFrameworkOutput) SetFramework(v *Framework) *GetAssessmentFrameworkOutput
SetFramework sets the Framework field's value.
func (s GetAssessmentFrameworkOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAssessmentInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentInput) SetAssessmentId(v string) *GetAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s GetAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAssessmentOutput struct { // An entity that defines the scope of audit evidence collected by Audit Manager. // An Audit Manager assessment is an implementation of an Audit Manager framework. Assessment *Assessment `locationName:"assessment" type:"structure"` // The wrapper that contains the Audit Manager role information of the current // user. This includes the role type and IAM Amazon Resource Name (ARN). UserRole *Role `locationName:"userRole" type:"structure"` // contains filtered or unexported fields }
func (s GetAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentOutput) SetAssessment(v *Assessment) *GetAssessmentOutput
SetAssessment sets the Assessment field's value.
func (s *GetAssessmentOutput) SetUserRole(v *Role) *GetAssessmentOutput
SetUserRole sets the UserRole field's value.
func (s GetAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetAssessmentReportUrlInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The unique identifier for the assessment report. // // AssessmentReportId is a required field AssessmentReportId *string `location:"uri" locationName:"assessmentReportId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetAssessmentReportUrlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentReportUrlInput) SetAssessmentId(v string) *GetAssessmentReportUrlInput
SetAssessmentId sets the AssessmentId field's value.
func (s *GetAssessmentReportUrlInput) SetAssessmentReportId(v string) *GetAssessmentReportUrlInput
SetAssessmentReportId sets the AssessmentReportId field's value.
func (s GetAssessmentReportUrlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentReportUrlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAssessmentReportUrlOutput struct { // Short for uniform resource locator. A URL is used as a unique identifier // to locate a resource on the internet. PreSignedUrl *URL `locationName:"preSignedUrl" type:"structure"` // contains filtered or unexported fields }
func (s GetAssessmentReportUrlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetAssessmentReportUrlOutput) SetPreSignedUrl(v *URL) *GetAssessmentReportUrlOutput
SetPreSignedUrl sets the PreSignedUrl field's value.
func (s GetAssessmentReportUrlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetChangeLogsInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The unique identifier for the control. ControlId *string `location:"querystring" locationName:"controlId" min:"36" type:"string"` // The unique identifier for the control set. ControlSetId *string `location:"querystring" locationName:"controlSetId" min:"1" type:"string"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetChangeLogsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetChangeLogsInput) SetAssessmentId(v string) *GetChangeLogsInput
SetAssessmentId sets the AssessmentId field's value.
func (s *GetChangeLogsInput) SetControlId(v string) *GetChangeLogsInput
SetControlId sets the ControlId field's value.
func (s *GetChangeLogsInput) SetControlSetId(v string) *GetChangeLogsInput
SetControlSetId sets the ControlSetId field's value.
func (s *GetChangeLogsInput) SetMaxResults(v int64) *GetChangeLogsInput
SetMaxResults sets the MaxResults field's value.
func (s *GetChangeLogsInput) SetNextToken(v string) *GetChangeLogsInput
SetNextToken sets the NextToken field's value.
func (s GetChangeLogsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetChangeLogsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetChangeLogsOutput struct { // The list of user activity for the control. ChangeLogs []*ChangeLog `locationName:"changeLogs" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetChangeLogsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetChangeLogsOutput) SetChangeLogs(v []*ChangeLog) *GetChangeLogsOutput
SetChangeLogs sets the ChangeLogs field's value.
func (s *GetChangeLogsOutput) SetNextToken(v string) *GetChangeLogsOutput
SetNextToken sets the NextToken field's value.
func (s GetChangeLogsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetControlInput struct { // The identifier for the control. // // ControlId is a required field ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetControlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetControlInput) SetControlId(v string) *GetControlInput
SetControlId sets the ControlId field's value.
func (s GetControlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetControlOutput struct { // The details of the control that the GetControl API returned. Control *Control `locationName:"control" type:"structure"` // contains filtered or unexported fields }
func (s GetControlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetControlOutput) SetControl(v *Control) *GetControlOutput
SetControl sets the Control field's value.
func (s GetControlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDelegationsInput struct { // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetDelegationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDelegationsInput) SetMaxResults(v int64) *GetDelegationsInput
SetMaxResults sets the MaxResults field's value.
func (s *GetDelegationsInput) SetNextToken(v string) *GetDelegationsInput
SetNextToken sets the NextToken field's value.
func (s GetDelegationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDelegationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDelegationsOutput struct { // The list of delegations that the GetDelegations API returned. Delegations []*DelegationMetadata `locationName:"delegations" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetDelegationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetDelegationsOutput) SetDelegations(v []*DelegationMetadata) *GetDelegationsOutput
SetDelegations sets the Delegations field's value.
func (s *GetDelegationsOutput) SetNextToken(v string) *GetDelegationsOutput
SetNextToken sets the NextToken field's value.
func (s GetDelegationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetEvidenceByEvidenceFolderInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The identifier for the control set. // // ControlSetId is a required field ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"` // The unique identifier for the folder that the evidence is stored in. // // EvidenceFolderId is a required field EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetEvidenceByEvidenceFolderInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceByEvidenceFolderInput) SetAssessmentId(v string) *GetEvidenceByEvidenceFolderInput
SetAssessmentId sets the AssessmentId field's value.
func (s *GetEvidenceByEvidenceFolderInput) SetControlSetId(v string) *GetEvidenceByEvidenceFolderInput
SetControlSetId sets the ControlSetId field's value.
func (s *GetEvidenceByEvidenceFolderInput) SetEvidenceFolderId(v string) *GetEvidenceByEvidenceFolderInput
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s *GetEvidenceByEvidenceFolderInput) SetMaxResults(v int64) *GetEvidenceByEvidenceFolderInput
SetMaxResults sets the MaxResults field's value.
func (s *GetEvidenceByEvidenceFolderInput) SetNextToken(v string) *GetEvidenceByEvidenceFolderInput
SetNextToken sets the NextToken field's value.
func (s GetEvidenceByEvidenceFolderInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceByEvidenceFolderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEvidenceByEvidenceFolderOutput struct { // The list of evidence that the GetEvidenceByEvidenceFolder API returned. Evidence []*Evidence `locationName:"evidence" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetEvidenceByEvidenceFolderOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceByEvidenceFolderOutput) SetEvidence(v []*Evidence) *GetEvidenceByEvidenceFolderOutput
SetEvidence sets the Evidence field's value.
func (s *GetEvidenceByEvidenceFolderOutput) SetNextToken(v string) *GetEvidenceByEvidenceFolderOutput
SetNextToken sets the NextToken field's value.
func (s GetEvidenceByEvidenceFolderOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetEvidenceFileUploadUrlInput struct { // The file that you want to upload. For a list of supported file formats, see // Supported file types for manual evidence (https://docs.aws.amazon.com/audit-manager/latest/userguide/upload-evidence.html#supported-manual-evidence-files) // in the Audit Manager User Guide. // // FileName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetEvidenceFileUploadUrlInput's // String and GoString methods. // // FileName is a required field FileName *string `location:"querystring" locationName:"fileName" min:"1" type:"string" required:"true" sensitive:"true"` // contains filtered or unexported fields }
func (s GetEvidenceFileUploadUrlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFileUploadUrlInput) SetFileName(v string) *GetEvidenceFileUploadUrlInput
SetFileName sets the FileName field's value.
func (s GetEvidenceFileUploadUrlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFileUploadUrlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEvidenceFileUploadUrlOutput struct { // The name of the uploaded manual evidence file that the presigned URL was // generated for. EvidenceFileName *string `locationName:"evidenceFileName" min:"1" type:"string"` // The presigned URL that was generated. UploadUrl *string `locationName:"uploadUrl" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetEvidenceFileUploadUrlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFileUploadUrlOutput) SetEvidenceFileName(v string) *GetEvidenceFileUploadUrlOutput
SetEvidenceFileName sets the EvidenceFileName field's value.
func (s *GetEvidenceFileUploadUrlOutput) SetUploadUrl(v string) *GetEvidenceFileUploadUrlOutput
SetUploadUrl sets the UploadUrl field's value.
func (s GetEvidenceFileUploadUrlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetEvidenceFolderInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The unique identifier for the control set. // // ControlSetId is a required field ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"` // The unique identifier for the folder that the evidence is stored in. // // EvidenceFolderId is a required field EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetEvidenceFolderInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFolderInput) SetAssessmentId(v string) *GetEvidenceFolderInput
SetAssessmentId sets the AssessmentId field's value.
func (s *GetEvidenceFolderInput) SetControlSetId(v string) *GetEvidenceFolderInput
SetControlSetId sets the ControlSetId field's value.
func (s *GetEvidenceFolderInput) SetEvidenceFolderId(v string) *GetEvidenceFolderInput
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s GetEvidenceFolderInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFolderInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEvidenceFolderOutput struct { // The folder that the evidence is stored in. EvidenceFolder *AssessmentEvidenceFolder `locationName:"evidenceFolder" type:"structure"` // contains filtered or unexported fields }
func (s GetEvidenceFolderOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFolderOutput) SetEvidenceFolder(v *AssessmentEvidenceFolder) *GetEvidenceFolderOutput
SetEvidenceFolder sets the EvidenceFolder field's value.
func (s GetEvidenceFolderOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetEvidenceFoldersByAssessmentControlInput struct { // The identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The identifier for the control. // // ControlId is a required field ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"` // The identifier for the control set. // // ControlSetId is a required field ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetEvidenceFoldersByAssessmentControlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFoldersByAssessmentControlInput) SetAssessmentId(v string) *GetEvidenceFoldersByAssessmentControlInput
SetAssessmentId sets the AssessmentId field's value.
func (s *GetEvidenceFoldersByAssessmentControlInput) SetControlId(v string) *GetEvidenceFoldersByAssessmentControlInput
SetControlId sets the ControlId field's value.
func (s *GetEvidenceFoldersByAssessmentControlInput) SetControlSetId(v string) *GetEvidenceFoldersByAssessmentControlInput
SetControlSetId sets the ControlSetId field's value.
func (s *GetEvidenceFoldersByAssessmentControlInput) SetMaxResults(v int64) *GetEvidenceFoldersByAssessmentControlInput
SetMaxResults sets the MaxResults field's value.
func (s *GetEvidenceFoldersByAssessmentControlInput) SetNextToken(v string) *GetEvidenceFoldersByAssessmentControlInput
SetNextToken sets the NextToken field's value.
func (s GetEvidenceFoldersByAssessmentControlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFoldersByAssessmentControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEvidenceFoldersByAssessmentControlOutput struct { // The list of evidence folders that the GetEvidenceFoldersByAssessmentControl // API returned. EvidenceFolders []*AssessmentEvidenceFolder `locationName:"evidenceFolders" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetEvidenceFoldersByAssessmentControlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFoldersByAssessmentControlOutput) SetEvidenceFolders(v []*AssessmentEvidenceFolder) *GetEvidenceFoldersByAssessmentControlOutput
SetEvidenceFolders sets the EvidenceFolders field's value.
func (s *GetEvidenceFoldersByAssessmentControlOutput) SetNextToken(v string) *GetEvidenceFoldersByAssessmentControlOutput
SetNextToken sets the NextToken field's value.
func (s GetEvidenceFoldersByAssessmentControlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetEvidenceFoldersByAssessmentInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetEvidenceFoldersByAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFoldersByAssessmentInput) SetAssessmentId(v string) *GetEvidenceFoldersByAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s *GetEvidenceFoldersByAssessmentInput) SetMaxResults(v int64) *GetEvidenceFoldersByAssessmentInput
SetMaxResults sets the MaxResults field's value.
func (s *GetEvidenceFoldersByAssessmentInput) SetNextToken(v string) *GetEvidenceFoldersByAssessmentInput
SetNextToken sets the NextToken field's value.
func (s GetEvidenceFoldersByAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFoldersByAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEvidenceFoldersByAssessmentOutput struct { // The list of evidence folders that the GetEvidenceFoldersByAssessment API // returned. EvidenceFolders []*AssessmentEvidenceFolder `locationName:"evidenceFolders" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s GetEvidenceFoldersByAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceFoldersByAssessmentOutput) SetEvidenceFolders(v []*AssessmentEvidenceFolder) *GetEvidenceFoldersByAssessmentOutput
SetEvidenceFolders sets the EvidenceFolders field's value.
func (s *GetEvidenceFoldersByAssessmentOutput) SetNextToken(v string) *GetEvidenceFoldersByAssessmentOutput
SetNextToken sets the NextToken field's value.
func (s GetEvidenceFoldersByAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetEvidenceInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The unique identifier for the control set. // // ControlSetId is a required field ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"` // The unique identifier for the folder that the evidence is stored in. // // EvidenceFolderId is a required field EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"` // The unique identifier for the evidence. // // EvidenceId is a required field EvidenceId *string `location:"uri" locationName:"evidenceId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetEvidenceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceInput) SetAssessmentId(v string) *GetEvidenceInput
SetAssessmentId sets the AssessmentId field's value.
func (s *GetEvidenceInput) SetControlSetId(v string) *GetEvidenceInput
SetControlSetId sets the ControlSetId field's value.
func (s *GetEvidenceInput) SetEvidenceFolderId(v string) *GetEvidenceInput
SetEvidenceFolderId sets the EvidenceFolderId field's value.
func (s *GetEvidenceInput) SetEvidenceId(v string) *GetEvidenceInput
SetEvidenceId sets the EvidenceId field's value.
func (s GetEvidenceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetEvidenceOutput struct { // The evidence that the GetEvidence API returned. Evidence *Evidence `locationName:"evidence" type:"structure"` // contains filtered or unexported fields }
func (s GetEvidenceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetEvidenceOutput) SetEvidence(v *Evidence) *GetEvidenceOutput
SetEvidence sets the Evidence field's value.
func (s GetEvidenceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetInsightsByAssessmentInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s GetInsightsByAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetInsightsByAssessmentInput) SetAssessmentId(v string) *GetInsightsByAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s GetInsightsByAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetInsightsByAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetInsightsByAssessmentOutput struct { // The assessment analytics data that the GetInsightsByAssessment API returned. Insights *InsightsByAssessment `locationName:"insights" type:"structure"` // contains filtered or unexported fields }
func (s GetInsightsByAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetInsightsByAssessmentOutput) SetInsights(v *InsightsByAssessment) *GetInsightsByAssessmentOutput
SetInsights sets the Insights field's value.
func (s GetInsightsByAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetInsightsInput struct {
// contains filtered or unexported fields
}
func (s GetInsightsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s GetInsightsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetInsightsOutput struct { // The analytics data that the GetInsights API returned. Insights *Insights `locationName:"insights" type:"structure"` // contains filtered or unexported fields }
func (s GetInsightsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetInsightsOutput) SetInsights(v *Insights) *GetInsightsOutput
SetInsights sets the Insights field's value.
func (s GetInsightsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOrganizationAdminAccountInput struct {
// contains filtered or unexported fields
}
func (s GetOrganizationAdminAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s GetOrganizationAdminAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOrganizationAdminAccountOutput struct { // The identifier for the administrator account. AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"` // The identifier for the organization. OrganizationId *string `locationName:"organizationId" min:"12" type:"string"` // contains filtered or unexported fields }
func (s GetOrganizationAdminAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetOrganizationAdminAccountOutput) SetAdminAccountId(v string) *GetOrganizationAdminAccountOutput
SetAdminAccountId sets the AdminAccountId field's value.
func (s *GetOrganizationAdminAccountOutput) SetOrganizationId(v string) *GetOrganizationAdminAccountOutput
SetOrganizationId sets the OrganizationId field's value.
func (s GetOrganizationAdminAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetServicesInScopeInput struct {
// contains filtered or unexported fields
}
func (s GetServicesInScopeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s GetServicesInScopeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetServicesInScopeOutput struct { // The metadata that's associated with the Amazon Web Service. ServiceMetadata []*ServiceMetadata `locationName:"serviceMetadata" type:"list"` // contains filtered or unexported fields }
func (s GetServicesInScopeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetServicesInScopeOutput) SetServiceMetadata(v []*ServiceMetadata) *GetServicesInScopeOutput
SetServiceMetadata sets the ServiceMetadata field's value.
func (s GetServicesInScopeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetSettingsInput struct { // The list of setting attribute enum values. // // Attribute is a required field Attribute *string `location:"uri" locationName:"attribute" type:"string" required:"true" enum:"SettingAttribute"` // contains filtered or unexported fields }
func (s GetSettingsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSettingsInput) SetAttribute(v string) *GetSettingsInput
SetAttribute sets the Attribute field's value.
func (s GetSettingsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSettingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSettingsOutput struct { // The settings object that holds all supported Audit Manager settings. Settings *Settings `locationName:"settings" type:"structure"` // contains filtered or unexported fields }
func (s GetSettingsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *GetSettingsOutput) SetSettings(v *Settings) *GetSettingsOutput
SetSettings sets the Settings field's value.
func (s GetSettingsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Insights struct { // The number of active assessments in Audit Manager. ActiveAssessmentsCount *int64 `locationName:"activeAssessmentsCount" type:"integer"` // The number of assessment controls that collected non-compliant evidence on // the lastUpdated date. AssessmentControlsCountByNoncompliantEvidence *int64 `locationName:"assessmentControlsCountByNoncompliantEvidence" type:"integer"` // The number of compliance check evidence that Audit Manager classified as // compliant on the lastUpdated date. This includes evidence that was collected // from Security Hub with a Pass ruling, or collected from Config with a Compliant // ruling. CompliantEvidenceCount *int64 `locationName:"compliantEvidenceCount" type:"integer"` // The number of evidence without a compliance check ruling. Evidence is inconclusive // when the associated control uses Security Hub or Config as a data source // but you didn't enable those services. This is also the case when a control // uses a data source that doesn’t support compliance checks (for example: // manual evidence, API calls, or CloudTrail). // // If evidence has a compliance check status of not applicable, it's classed // as inconclusive in Insights data. InconclusiveEvidenceCount *int64 `locationName:"inconclusiveEvidenceCount" type:"integer"` // The time when the cross-assessment insights were last updated. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The number of compliance check evidence that Audit Manager classified as // non-compliant on the lastUpdated date. This includes evidence that was collected // from Security Hub with a Fail ruling, or collected from Config with a Non-compliant // ruling. NoncompliantEvidenceCount *int64 `locationName:"noncompliantEvidenceCount" type:"integer"` // The total number of controls across all active assessments. TotalAssessmentControlsCount *int64 `locationName:"totalAssessmentControlsCount" type:"integer"` // contains filtered or unexported fields }
A summary of the latest analytics data for all your active assessments.
This summary is a snapshot of the data that your active assessments collected on the lastUpdated date. It’s important to understand that the following totals are daily counts based on this date — they aren’t a total sum to date.
The Insights data is eventually consistent. This means that, when you read data from Insights, the response might not instantly reflect the results of a recently completed write or update operation. If you repeat your read request after a few hours, the response should return the latest data.
If you delete an assessment or change its status to inactive, InsightsByAssessment includes data for that assessment as follows.
Inactive assessments - If Audit Manager collected evidence for your assessment before you changed it inactive, that evidence is included in the InsightsByAssessment counts for that day.
Deleted assessments - If Audit Manager collected evidence for your assessment before you deleted it, that evidence isn't included in the InsightsByAssessment counts for that day.
func (s Insights) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Insights) SetActiveAssessmentsCount(v int64) *Insights
SetActiveAssessmentsCount sets the ActiveAssessmentsCount field's value.
func (s *Insights) SetAssessmentControlsCountByNoncompliantEvidence(v int64) *Insights
SetAssessmentControlsCountByNoncompliantEvidence sets the AssessmentControlsCountByNoncompliantEvidence field's value.
func (s *Insights) SetCompliantEvidenceCount(v int64) *Insights
SetCompliantEvidenceCount sets the CompliantEvidenceCount field's value.
func (s *Insights) SetInconclusiveEvidenceCount(v int64) *Insights
SetInconclusiveEvidenceCount sets the InconclusiveEvidenceCount field's value.
func (s *Insights) SetLastUpdated(v time.Time) *Insights
SetLastUpdated sets the LastUpdated field's value.
func (s *Insights) SetNoncompliantEvidenceCount(v int64) *Insights
SetNoncompliantEvidenceCount sets the NoncompliantEvidenceCount field's value.
func (s *Insights) SetTotalAssessmentControlsCount(v int64) *Insights
SetTotalAssessmentControlsCount sets the TotalAssessmentControlsCount field's value.
func (s Insights) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InsightsByAssessment struct { // The number of assessment controls that collected non-compliant evidence on // the lastUpdated date. AssessmentControlsCountByNoncompliantEvidence *int64 `locationName:"assessmentControlsCountByNoncompliantEvidence" type:"integer"` // The number of compliance check evidence that Audit Manager classified as // compliant. This includes evidence that was collected from Security Hub with // a Pass ruling, or collected from Config with a Compliant ruling. CompliantEvidenceCount *int64 `locationName:"compliantEvidenceCount" type:"integer"` // The amount of evidence without a compliance check ruling. Evidence is inconclusive // if the associated control uses Security Hub or Config as a data source and // you didn't enable those services. This is also the case if a control uses // a data source that doesn’t support compliance checks (for example, manual // evidence, API calls, or CloudTrail). // // If evidence has a compliance check status of not applicable, it's classified // as inconclusive in InsightsByAssessment data. InconclusiveEvidenceCount *int64 `locationName:"inconclusiveEvidenceCount" type:"integer"` // The time when the assessment insights were last updated. LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"` // The number of compliance check evidence that Audit Manager classified as // non-compliant. This includes evidence that was collected from Security Hub // with a Fail ruling, or collected from Config with a Non-compliant ruling. NoncompliantEvidenceCount *int64 `locationName:"noncompliantEvidenceCount" type:"integer"` // The total number of controls in the assessment. TotalAssessmentControlsCount *int64 `locationName:"totalAssessmentControlsCount" type:"integer"` // contains filtered or unexported fields }
A summary of the latest analytics data for a specific active assessment.
This summary is a snapshot of the data that was collected on the lastUpdated date. It’s important to understand that the totals in InsightsByAssessment are daily counts based on this date — they aren’t a total sum to date.
The InsightsByAssessment data is eventually consistent. This means that when you read data from InsightsByAssessment, the response might not instantly reflect the results of a recently completed write or update operation. If you repeat your read request after a few hours, the response returns the latest data.
If you delete an assessment or change its status to inactive, InsightsByAssessment includes data for that assessment as follows.
Inactive assessments - If Audit Manager collected evidence for your assessment before you changed it inactive, that evidence is included in the InsightsByAssessment counts for that day.
Deleted assessments - If Audit Manager collected evidence for your assessment before you deleted it, that evidence isn't included in the InsightsByAssessment counts for that day.
func (s InsightsByAssessment) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InsightsByAssessment) SetAssessmentControlsCountByNoncompliantEvidence(v int64) *InsightsByAssessment
SetAssessmentControlsCountByNoncompliantEvidence sets the AssessmentControlsCountByNoncompliantEvidence field's value.
func (s *InsightsByAssessment) SetCompliantEvidenceCount(v int64) *InsightsByAssessment
SetCompliantEvidenceCount sets the CompliantEvidenceCount field's value.
func (s *InsightsByAssessment) SetInconclusiveEvidenceCount(v int64) *InsightsByAssessment
SetInconclusiveEvidenceCount sets the InconclusiveEvidenceCount field's value.
func (s *InsightsByAssessment) SetLastUpdated(v time.Time) *InsightsByAssessment
SetLastUpdated sets the LastUpdated field's value.
func (s *InsightsByAssessment) SetNoncompliantEvidenceCount(v int64) *InsightsByAssessment
SetNoncompliantEvidenceCount sets the NoncompliantEvidenceCount field's value.
func (s *InsightsByAssessment) SetTotalAssessmentControlsCount(v int64) *InsightsByAssessment
SetTotalAssessmentControlsCount sets the TotalAssessmentControlsCount field's value.
func (s InsightsByAssessment) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InternalServerException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
An internal service error occurred during the processing of your request. Try again later.
func (s *InternalServerException) Code() string
Code returns the exception type name.
func (s *InternalServerException) Error() string
func (s InternalServerException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *InternalServerException) Message() string
Message returns the exception's message.
func (s *InternalServerException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *InternalServerException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *InternalServerException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s InternalServerException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAssessmentControlInsightsByControlDomainInput struct { // The unique identifier for the active assessment. // // AssessmentId is a required field AssessmentId *string `location:"querystring" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The unique identifier for the control domain. // // Audit Manager supports the control domains that are provided by Amazon Web // Services Control Catalog. For information about how to find a list of available // control domains, see ListDomains (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html) // in the Amazon Web Services Control Catalog API Reference. // // ControlDomainId is a required field ControlDomainId *string `location:"querystring" locationName:"controlDomainId" min:"13" type:"string" required:"true"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentControlInsightsByControlDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentControlInsightsByControlDomainInput) SetAssessmentId(v string) *ListAssessmentControlInsightsByControlDomainInput
SetAssessmentId sets the AssessmentId field's value.
func (s *ListAssessmentControlInsightsByControlDomainInput) SetControlDomainId(v string) *ListAssessmentControlInsightsByControlDomainInput
SetControlDomainId sets the ControlDomainId field's value.
func (s *ListAssessmentControlInsightsByControlDomainInput) SetMaxResults(v int64) *ListAssessmentControlInsightsByControlDomainInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAssessmentControlInsightsByControlDomainInput) SetNextToken(v string) *ListAssessmentControlInsightsByControlDomainInput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentControlInsightsByControlDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentControlInsightsByControlDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssessmentControlInsightsByControlDomainOutput struct { // The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain // API returned. ControlInsightsByAssessment []*ControlInsightsMetadataByAssessmentItem `locationName:"controlInsightsByAssessment" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentControlInsightsByControlDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentControlInsightsByControlDomainOutput) SetControlInsightsByAssessment(v []*ControlInsightsMetadataByAssessmentItem) *ListAssessmentControlInsightsByControlDomainOutput
SetControlInsightsByAssessment sets the ControlInsightsByAssessment field's value.
func (s *ListAssessmentControlInsightsByControlDomainOutput) SetNextToken(v string) *ListAssessmentControlInsightsByControlDomainOutput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentControlInsightsByControlDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAssessmentFrameworkShareRequestsInput struct { // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // Specifies whether the share request is a sent request or a received request. // // RequestType is a required field RequestType *string `location:"querystring" locationName:"requestType" type:"string" required:"true" enum:"ShareRequestType"` // contains filtered or unexported fields }
func (s ListAssessmentFrameworkShareRequestsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentFrameworkShareRequestsInput) SetMaxResults(v int64) *ListAssessmentFrameworkShareRequestsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAssessmentFrameworkShareRequestsInput) SetNextToken(v string) *ListAssessmentFrameworkShareRequestsInput
SetNextToken sets the NextToken field's value.
func (s *ListAssessmentFrameworkShareRequestsInput) SetRequestType(v string) *ListAssessmentFrameworkShareRequestsInput
SetRequestType sets the RequestType field's value.
func (s ListAssessmentFrameworkShareRequestsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentFrameworkShareRequestsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssessmentFrameworkShareRequestsOutput struct { // The list of share requests that the ListAssessmentFrameworkShareRequests // API returned. AssessmentFrameworkShareRequests []*AssessmentFrameworkShareRequest `locationName:"assessmentFrameworkShareRequests" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentFrameworkShareRequestsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentFrameworkShareRequestsOutput) SetAssessmentFrameworkShareRequests(v []*AssessmentFrameworkShareRequest) *ListAssessmentFrameworkShareRequestsOutput
SetAssessmentFrameworkShareRequests sets the AssessmentFrameworkShareRequests field's value.
func (s *ListAssessmentFrameworkShareRequestsOutput) SetNextToken(v string) *ListAssessmentFrameworkShareRequestsOutput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentFrameworkShareRequestsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAssessmentFrameworksInput struct { // The type of framework, such as a standard framework or a custom framework. // // FrameworkType is a required field FrameworkType *string `location:"querystring" locationName:"frameworkType" type:"string" required:"true" enum:"FrameworkType"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentFrameworksInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentFrameworksInput) SetFrameworkType(v string) *ListAssessmentFrameworksInput
SetFrameworkType sets the FrameworkType field's value.
func (s *ListAssessmentFrameworksInput) SetMaxResults(v int64) *ListAssessmentFrameworksInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAssessmentFrameworksInput) SetNextToken(v string) *ListAssessmentFrameworksInput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentFrameworksInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentFrameworksInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssessmentFrameworksOutput struct { // A list of metadata that the ListAssessmentFrameworks API returns for each // framework. FrameworkMetadataList []*AssessmentFrameworkMetadata `locationName:"frameworkMetadataList" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentFrameworksOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentFrameworksOutput) SetFrameworkMetadataList(v []*AssessmentFrameworkMetadata) *ListAssessmentFrameworksOutput
SetFrameworkMetadataList sets the FrameworkMetadataList field's value.
func (s *ListAssessmentFrameworksOutput) SetNextToken(v string) *ListAssessmentFrameworksOutput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentFrameworksOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAssessmentReportsInput struct { // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentReportsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentReportsInput) SetMaxResults(v int64) *ListAssessmentReportsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAssessmentReportsInput) SetNextToken(v string) *ListAssessmentReportsInput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentReportsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentReportsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssessmentReportsOutput struct { // The list of assessment reports that the ListAssessmentReports API returned. AssessmentReports []*AssessmentReportMetadata `locationName:"assessmentReports" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentReportsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentReportsOutput) SetAssessmentReports(v []*AssessmentReportMetadata) *ListAssessmentReportsOutput
SetAssessmentReports sets the AssessmentReports field's value.
func (s *ListAssessmentReportsOutput) SetNextToken(v string) *ListAssessmentReportsOutput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentReportsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListAssessmentsInput struct { // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The current status of the assessment. Status *string `location:"querystring" locationName:"status" type:"string" enum:"AssessmentStatus"` // contains filtered or unexported fields }
func (s ListAssessmentsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentsInput) SetMaxResults(v int64) *ListAssessmentsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListAssessmentsInput) SetNextToken(v string) *ListAssessmentsInput
SetNextToken sets the NextToken field's value.
func (s *ListAssessmentsInput) SetStatus(v string) *ListAssessmentsInput
SetStatus sets the Status field's value.
func (s ListAssessmentsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssessmentsOutput struct { // The metadata that the ListAssessments API returns for each assessment. AssessmentMetadata []*AssessmentMetadataItem `locationName:"assessmentMetadata" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListAssessmentsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListAssessmentsOutput) SetAssessmentMetadata(v []*AssessmentMetadataItem) *ListAssessmentsOutput
SetAssessmentMetadata sets the AssessmentMetadata field's value.
func (s *ListAssessmentsOutput) SetNextToken(v string) *ListAssessmentsOutput
SetNextToken sets the NextToken field's value.
func (s ListAssessmentsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListControlDomainInsightsByAssessmentInput struct { // The unique identifier for the active assessment. // // AssessmentId is a required field AssessmentId *string `location:"querystring" locationName:"assessmentId" min:"36" type:"string" required:"true"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlDomainInsightsByAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlDomainInsightsByAssessmentInput) SetAssessmentId(v string) *ListControlDomainInsightsByAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s *ListControlDomainInsightsByAssessmentInput) SetMaxResults(v int64) *ListControlDomainInsightsByAssessmentInput
SetMaxResults sets the MaxResults field's value.
func (s *ListControlDomainInsightsByAssessmentInput) SetNextToken(v string) *ListControlDomainInsightsByAssessmentInput
SetNextToken sets the NextToken field's value.
func (s ListControlDomainInsightsByAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlDomainInsightsByAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListControlDomainInsightsByAssessmentOutput struct { // The control domain analytics data that the ListControlDomainInsightsByAssessment // API returned. ControlDomainInsights []*ControlDomainInsights `locationName:"controlDomainInsights" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlDomainInsightsByAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlDomainInsightsByAssessmentOutput) SetControlDomainInsights(v []*ControlDomainInsights) *ListControlDomainInsightsByAssessmentOutput
SetControlDomainInsights sets the ControlDomainInsights field's value.
func (s *ListControlDomainInsightsByAssessmentOutput) SetNextToken(v string) *ListControlDomainInsightsByAssessmentOutput
SetNextToken sets the NextToken field's value.
func (s ListControlDomainInsightsByAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListControlDomainInsightsInput struct { // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlDomainInsightsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlDomainInsightsInput) SetMaxResults(v int64) *ListControlDomainInsightsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListControlDomainInsightsInput) SetNextToken(v string) *ListControlDomainInsightsInput
SetNextToken sets the NextToken field's value.
func (s ListControlDomainInsightsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlDomainInsightsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListControlDomainInsightsOutput struct { // The control domain analytics data that the ListControlDomainInsights API // returned. ControlDomainInsights []*ControlDomainInsights `locationName:"controlDomainInsights" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlDomainInsightsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlDomainInsightsOutput) SetControlDomainInsights(v []*ControlDomainInsights) *ListControlDomainInsightsOutput
SetControlDomainInsights sets the ControlDomainInsights field's value.
func (s *ListControlDomainInsightsOutput) SetNextToken(v string) *ListControlDomainInsightsOutput
SetNextToken sets the NextToken field's value.
func (s ListControlDomainInsightsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListControlInsightsByControlDomainInput struct { // The unique identifier for the control domain. // // Audit Manager supports the control domains that are provided by Amazon Web // Services Control Catalog. For information about how to find a list of available // control domains, see ListDomains (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html) // in the Amazon Web Services Control Catalog API Reference. // // ControlDomainId is a required field ControlDomainId *string `location:"querystring" locationName:"controlDomainId" min:"13" type:"string" required:"true"` // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlInsightsByControlDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlInsightsByControlDomainInput) SetControlDomainId(v string) *ListControlInsightsByControlDomainInput
SetControlDomainId sets the ControlDomainId field's value.
func (s *ListControlInsightsByControlDomainInput) SetMaxResults(v int64) *ListControlInsightsByControlDomainInput
SetMaxResults sets the MaxResults field's value.
func (s *ListControlInsightsByControlDomainInput) SetNextToken(v string) *ListControlInsightsByControlDomainInput
SetNextToken sets the NextToken field's value.
func (s ListControlInsightsByControlDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlInsightsByControlDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListControlInsightsByControlDomainOutput struct { // The control analytics data that the ListControlInsightsByControlDomain API // returned. ControlInsightsMetadata []*ControlInsightsMetadataItem `locationName:"controlInsightsMetadata" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlInsightsByControlDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlInsightsByControlDomainOutput) SetControlInsightsMetadata(v []*ControlInsightsMetadataItem) *ListControlInsightsByControlDomainOutput
SetControlInsightsMetadata sets the ControlInsightsMetadata field's value.
func (s *ListControlInsightsByControlDomainOutput) SetNextToken(v string) *ListControlInsightsByControlDomainOutput
SetNextToken sets the NextToken field's value.
func (s ListControlInsightsByControlDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListControlsInput struct { // A filter that narrows the list of controls to a specific resource from the // Amazon Web Services Control Catalog. // // To use this parameter, specify the ARN of the Control Catalog resource. You // can specify either a control domain, a control objective, or a common control. // For information about how to find the ARNs for these resources, see ListDomains // (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html), // ListObjectives (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListObjectives.html), // and ListCommonControls (https://docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListCommonControls.html). // // You can only filter by one Control Catalog resource at a time. Specifying // multiple resource ARNs isn’t currently supported. If you want to filter // by more than one ARN, we recommend that you run the ListControls operation // separately for each ARN. // // Alternatively, specify UNCATEGORIZED to list controls that aren't mapped // to a Control Catalog resource. For example, this operation might return a // list of custom controls that don't belong to any control domain or control // objective. ControlCatalogId *string `location:"querystring" locationName:"controlCatalogId" min:"13" type:"string"` // A filter that narrows the list of controls to a specific type. // // ControlType is a required field ControlType *string `location:"querystring" locationName:"controlType" type:"string" required:"true" enum:"ControlType"` // The maximum number of results on a page or for an API request call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlsInput) SetControlCatalogId(v string) *ListControlsInput
SetControlCatalogId sets the ControlCatalogId field's value.
func (s *ListControlsInput) SetControlType(v string) *ListControlsInput
SetControlType sets the ControlType field's value.
func (s *ListControlsInput) SetMaxResults(v int64) *ListControlsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListControlsInput) SetNextToken(v string) *ListControlsInput
SetNextToken sets the NextToken field's value.
func (s ListControlsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListControlsOutput struct { // A list of metadata that the ListControls API returns for each control. ControlMetadataList []*ControlMetadata `locationName:"controlMetadataList" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListControlsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListControlsOutput) SetControlMetadataList(v []*ControlMetadata) *ListControlsOutput
SetControlMetadataList sets the ControlMetadataList field's value.
func (s *ListControlsOutput) SetNextToken(v string) *ListControlsOutput
SetNextToken sets the NextToken field's value.
func (s ListControlsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListKeywordsForDataSourceInput struct { // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // The control mapping data source that the keywords apply to. // // Source is a required field Source *string `location:"querystring" locationName:"source" type:"string" required:"true" enum:"DataSourceType"` // contains filtered or unexported fields }
func (s ListKeywordsForDataSourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListKeywordsForDataSourceInput) SetMaxResults(v int64) *ListKeywordsForDataSourceInput
SetMaxResults sets the MaxResults field's value.
func (s *ListKeywordsForDataSourceInput) SetNextToken(v string) *ListKeywordsForDataSourceInput
SetNextToken sets the NextToken field's value.
func (s *ListKeywordsForDataSourceInput) SetSource(v string) *ListKeywordsForDataSourceInput
SetSource sets the Source field's value.
func (s ListKeywordsForDataSourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListKeywordsForDataSourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListKeywordsForDataSourceOutput struct { // The list of keywords for the control mapping source. Keywords []*string `locationName:"keywords" type:"list"` // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListKeywordsForDataSourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListKeywordsForDataSourceOutput) SetKeywords(v []*string) *ListKeywordsForDataSourceOutput
SetKeywords sets the Keywords field's value.
func (s *ListKeywordsForDataSourceOutput) SetNextToken(v string) *ListKeywordsForDataSourceOutput
SetNextToken sets the NextToken field's value.
func (s ListKeywordsForDataSourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListNotificationsInput struct { // Represents the maximum number of results on a page or for an API request // call. MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"` // The pagination token that's used to fetch the next set of results. NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"` // contains filtered or unexported fields }
func (s ListNotificationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListNotificationsInput) SetMaxResults(v int64) *ListNotificationsInput
SetMaxResults sets the MaxResults field's value.
func (s *ListNotificationsInput) SetNextToken(v string) *ListNotificationsInput
SetNextToken sets the NextToken field's value.
func (s ListNotificationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListNotificationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListNotificationsOutput struct { // The pagination token that's used to fetch the next set of results. NextToken *string `locationName:"nextToken" min:"1" type:"string"` // The returned list of notifications. Notifications []*Notification `locationName:"notifications" type:"list"` // contains filtered or unexported fields }
func (s ListNotificationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListNotificationsOutput) SetNextToken(v string) *ListNotificationsOutput
SetNextToken sets the NextToken field's value.
func (s *ListNotificationsOutput) SetNotifications(v []*Notification) *ListNotificationsOutput
SetNotifications sets the Notifications field's value.
func (s ListNotificationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s ListTagsForResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput struct { // The list of tags that the ListTagsForResource API returned. Tags map[string]*string `locationName:"tags" type:"map"` // contains filtered or unexported fields }
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ListTagsForResourceOutput) SetTags(v map[string]*string) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (s ListTagsForResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ManualEvidence struct { // The name of the file that's uploaded as manual evidence. This name is populated // using the evidenceFileName value from the GetEvidenceFileUploadUrl (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_GetEvidenceFileUploadUrl.html) // API response. // // EvidenceFileName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ManualEvidence's // String and GoString methods. EvidenceFileName *string `locationName:"evidenceFileName" min:"1" type:"string" sensitive:"true"` // The S3 URL of the object that's imported as manual evidence. S3ResourcePath *string `locationName:"s3ResourcePath" min:"1" type:"string"` // The plain text response that's entered and saved as manual evidence. // // TextResponse is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ManualEvidence's // String and GoString methods. TextResponse *string `locationName:"textResponse" min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
Evidence that's manually added to a control in Audit Manager. manualEvidence can be one of the following: evidenceFileName, s3ResourcePath, or textResponse.
func (s ManualEvidence) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ManualEvidence) SetEvidenceFileName(v string) *ManualEvidence
SetEvidenceFileName sets the EvidenceFileName field's value.
func (s *ManualEvidence) SetS3ResourcePath(v string) *ManualEvidence
SetS3ResourcePath sets the S3ResourcePath field's value.
func (s *ManualEvidence) SetTextResponse(v string) *ManualEvidence
SetTextResponse sets the TextResponse field's value.
func (s ManualEvidence) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ManualEvidence) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Notification struct { // The identifier for the assessment. AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"` // The name of the related assessment. // // AssessmentName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Notification's // String and GoString methods. AssessmentName *string `locationName:"assessmentName" min:"1" type:"string" sensitive:"true"` // The identifier for the control set. ControlSetId *string `locationName:"controlSetId" min:"1" type:"string"` // Specifies the name of the control set that the notification is about. ControlSetName *string `locationName:"controlSetName" min:"1" type:"string"` // The description of the notification. Description *string `locationName:"description" min:"1" type:"string"` // The time when the notification was sent. EventTime *time.Time `locationName:"eventTime" type:"timestamp"` // The unique identifier for the notification. Id *string `locationName:"id" min:"47" type:"string"` // The sender of the notification. Source *string `locationName:"source" min:"1" type:"string"` // contains filtered or unexported fields }
The notification that informs a user of an update in Audit Manager. For example, this includes the notification that's sent when a control set is delegated for review.
func (s Notification) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Notification) SetAssessmentId(v string) *Notification
SetAssessmentId sets the AssessmentId field's value.
func (s *Notification) SetAssessmentName(v string) *Notification
SetAssessmentName sets the AssessmentName field's value.
func (s *Notification) SetControlSetId(v string) *Notification
SetControlSetId sets the ControlSetId field's value.
func (s *Notification) SetControlSetName(v string) *Notification
SetControlSetName sets the ControlSetName field's value.
func (s *Notification) SetDescription(v string) *Notification
SetDescription sets the Description field's value.
func (s *Notification) SetEventTime(v time.Time) *Notification
SetEventTime sets the EventTime field's value.
func (s *Notification) SetId(v string) *Notification
SetId sets the Id field's value.
func (s *Notification) SetSource(v string) *Notification
SetSource sets the Source field's value.
func (s Notification) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RegisterAccountInput struct { // The delegated administrator account for Audit Manager. DelegatedAdminAccount *string `locationName:"delegatedAdminAccount" min:"12" type:"string"` // The KMS key details. KmsKey *string `locationName:"kmsKey" min:"7" type:"string"` // contains filtered or unexported fields }
func (s RegisterAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *RegisterAccountInput) SetDelegatedAdminAccount(v string) *RegisterAccountInput
SetDelegatedAdminAccount sets the DelegatedAdminAccount field's value.
func (s *RegisterAccountInput) SetKmsKey(v string) *RegisterAccountInput
SetKmsKey sets the KmsKey field's value.
func (s RegisterAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *RegisterAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterAccountOutput struct { // The status of the account registration request. Status *string `locationName:"status" type:"string" enum:"AccountStatus"` // contains filtered or unexported fields }
func (s RegisterAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *RegisterAccountOutput) SetStatus(v string) *RegisterAccountOutput
SetStatus sets the Status field's value.
func (s RegisterAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RegisterOrganizationAdminAccountInput struct { // The identifier for the delegated administrator account. // // AdminAccountId is a required field AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string" required:"true"` // contains filtered or unexported fields }
func (s RegisterOrganizationAdminAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *RegisterOrganizationAdminAccountInput) SetAdminAccountId(v string) *RegisterOrganizationAdminAccountInput
SetAdminAccountId sets the AdminAccountId field's value.
func (s RegisterOrganizationAdminAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *RegisterOrganizationAdminAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterOrganizationAdminAccountOutput struct { // The identifier for the delegated administrator account. AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"` // The identifier for the organization. OrganizationId *string `locationName:"organizationId" min:"12" type:"string"` // contains filtered or unexported fields }
func (s RegisterOrganizationAdminAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *RegisterOrganizationAdminAccountOutput) SetAdminAccountId(v string) *RegisterOrganizationAdminAccountOutput
SetAdminAccountId sets the AdminAccountId field's value.
func (s *RegisterOrganizationAdminAccountOutput) SetOrganizationId(v string) *RegisterOrganizationAdminAccountOutput
SetOrganizationId sets the OrganizationId field's value.
func (s RegisterOrganizationAdminAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Resource struct { // The Amazon Resource Name (ARN) for the resource. Arn *string `locationName:"arn" min:"20" type:"string"` // The evaluation status for a resource that was assessed when collecting compliance // check evidence. // // * Audit Manager classes the resource as non-compliant if Security Hub // reports a Fail result, or if Config reports a Non-compliant result. // // * Audit Manager classes the resource as compliant if Security Hub reports // a Pass result, or if Config reports a Compliant result. // // * If a compliance check isn't available or applicable, then no compliance // evaluation can be made for that resource. This is the case if a resource // assessment uses Config or Security Hub as the underlying data source type, // but those services aren't enabled. This is also the case if the resource // assessment uses an underlying data source type that doesn't support compliance // checks (such as manual evidence, Amazon Web Services API calls, or CloudTrail). ComplianceCheck *string `locationName:"complianceCheck" type:"string"` // The value of the resource. Value *string `locationName:"value" type:"string"` // contains filtered or unexported fields }
A system asset that's evaluated in an Audit Manager assessment.
func (s Resource) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Resource) SetArn(v string) *Resource
SetArn sets the Arn field's value.
func (s *Resource) SetComplianceCheck(v string) *Resource
SetComplianceCheck sets the ComplianceCheck field's value.
func (s *Resource) SetValue(v string) *Resource
SetValue sets the Value field's value.
func (s Resource) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResourceNotFoundException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // The unique identifier for the resource. // // ResourceId is a required field ResourceId *string `locationName:"resourceId" type:"string" required:"true"` // The type of resource that's affected by the error. // // ResourceType is a required field ResourceType *string `locationName:"resourceType" type:"string" required:"true"` // contains filtered or unexported fields }
The resource that's specified in the request can't be found.
func (s *ResourceNotFoundException) Code() string
Code returns the exception type name.
func (s *ResourceNotFoundException) Error() string
func (s ResourceNotFoundException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ResourceNotFoundException) Message() string
Message returns the exception's message.
func (s *ResourceNotFoundException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ResourceNotFoundException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ResourceNotFoundException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ResourceNotFoundException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Role struct { // The Amazon Resource Name (ARN) of the IAM role. // // RoleArn is a required field RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"` // The type of customer persona. // // In CreateAssessment, roleType can only be PROCESS_OWNER. // // In UpdateSettings, roleType can only be PROCESS_OWNER. // // In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER. // // RoleType is a required field RoleType *string `locationName:"roleType" type:"string" required:"true" enum:"RoleType"` // contains filtered or unexported fields }
The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).
func (s Role) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Role) SetRoleArn(v string) *Role
SetRoleArn sets the RoleArn field's value.
func (s *Role) SetRoleType(v string) *Role
SetRoleType sets the RoleType field's value.
func (s Role) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Role) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type Scope struct { // The Amazon Web Services accounts that are included in the scope of the assessment. // // AwsAccounts is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Scope's // String and GoString methods. AwsAccounts []*AWSAccount `locationName:"awsAccounts" min:"1" type:"list" sensitive:"true"` // The Amazon Web Services services that are included in the scope of the assessment. // // This API parameter is no longer supported. If you use this parameter to specify // one or more Amazon Web Services, Audit Manager ignores this input. Instead, // the value for awsServices will show as empty. // // Deprecated: You can't specify services in scope when creating/updating an assessment. If you use the parameter to specify one or more AWS services, Audit Manager ignores the input. Instead the value of the parameter will show as empty indicating that the services are defined and managed by Audit Manager. AwsServices []*AWSService `locationName:"awsServices" deprecated:"true" type:"list"` // contains filtered or unexported fields }
The wrapper that contains the Amazon Web Services accounts that are in scope for the assessment.
You no longer need to specify which Amazon Web Services are in scope when you create or update an assessment. Audit Manager infers the services in scope by examining your assessment controls and their data sources, and then mapping this information to the relevant Amazon Web Services.
If an underlying data source changes for your assessment, we automatically update the services scope as needed to reflect the correct Amazon Web Services. This ensures that your assessment collects accurate and comprehensive evidence about all of the relevant services in your AWS environment.
func (s Scope) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Scope) SetAwsAccounts(v []*AWSAccount) *Scope
SetAwsAccounts sets the AwsAccounts field's value.
func (s *Scope) SetAwsServices(v []*AWSService) *Scope
SetAwsServices sets the AwsServices field's value.
func (s Scope) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Scope) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ServiceMetadata struct { // The category that the Amazon Web Service belongs to, such as compute, storage, // or database. Category *string `locationName:"category" min:"1" type:"string"` // The description of the Amazon Web Service. Description *string `locationName:"description" min:"1" type:"string"` // The display name of the Amazon Web Service. DisplayName *string `locationName:"displayName" min:"1" type:"string"` // The name of the Amazon Web Service. Name *string `locationName:"name" min:"1" type:"string"` // contains filtered or unexported fields }
The metadata that's associated with the Amazon Web Service.
func (s ServiceMetadata) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ServiceMetadata) SetCategory(v string) *ServiceMetadata
SetCategory sets the Category field's value.
func (s *ServiceMetadata) SetDescription(v string) *ServiceMetadata
SetDescription sets the Description field's value.
func (s *ServiceMetadata) SetDisplayName(v string) *ServiceMetadata
SetDisplayName sets the DisplayName field's value.
func (s *ServiceMetadata) SetName(v string) *ServiceMetadata
SetName sets the Name field's value.
func (s ServiceMetadata) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ServiceQuotaExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
func (s *ServiceQuotaExceededException) Code() string
Code returns the exception type name.
func (s *ServiceQuotaExceededException) Error() string
func (s ServiceQuotaExceededException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ServiceQuotaExceededException) Message() string
Message returns the exception's message.
func (s *ServiceQuotaExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ServiceQuotaExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ServiceQuotaExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ServiceQuotaExceededException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Settings struct { // The default S3 destination bucket for storing assessment reports. // // DefaultAssessmentReportsDestination is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Settings's // String and GoString methods. DefaultAssessmentReportsDestination *AssessmentReportsDestination `locationName:"defaultAssessmentReportsDestination" type:"structure" sensitive:"true"` // The default S3 destination bucket for storing evidence finder exports. DefaultExportDestination *DefaultExportDestination `locationName:"defaultExportDestination" type:"structure"` // The designated default audit owners. // // DefaultProcessOwners is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Settings's // String and GoString methods. DefaultProcessOwners []*Role `locationName:"defaultProcessOwners" type:"list" sensitive:"true"` // The deregistration policy for your Audit Manager data. You can use this attribute // to determine how your data is handled when you deregister Audit Manager. DeregistrationPolicy *DeregistrationPolicy `locationName:"deregistrationPolicy" type:"structure"` // The current evidence finder status and event data store details. EvidenceFinderEnablement *EvidenceFinderEnablement `locationName:"evidenceFinderEnablement" type:"structure"` // Specifies whether Organizations is enabled. IsAwsOrgEnabled *bool `locationName:"isAwsOrgEnabled" type:"boolean"` // The KMS key details. KmsKey *string `locationName:"kmsKey" min:"7" type:"string"` // The designated Amazon Simple Notification Service (Amazon SNS) topic. // // SnsTopic is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by Settings's // String and GoString methods. SnsTopic *string `locationName:"snsTopic" min:"1" type:"string" sensitive:"true"` // contains filtered or unexported fields }
The settings object that holds all supported Audit Manager settings.
func (s Settings) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *Settings) SetDefaultAssessmentReportsDestination(v *AssessmentReportsDestination) *Settings
SetDefaultAssessmentReportsDestination sets the DefaultAssessmentReportsDestination field's value.
func (s *Settings) SetDefaultExportDestination(v *DefaultExportDestination) *Settings
SetDefaultExportDestination sets the DefaultExportDestination field's value.
func (s *Settings) SetDefaultProcessOwners(v []*Role) *Settings
SetDefaultProcessOwners sets the DefaultProcessOwners field's value.
func (s *Settings) SetDeregistrationPolicy(v *DeregistrationPolicy) *Settings
SetDeregistrationPolicy sets the DeregistrationPolicy field's value.
func (s *Settings) SetEvidenceFinderEnablement(v *EvidenceFinderEnablement) *Settings
SetEvidenceFinderEnablement sets the EvidenceFinderEnablement field's value.
func (s *Settings) SetIsAwsOrgEnabled(v bool) *Settings
SetIsAwsOrgEnabled sets the IsAwsOrgEnabled field's value.
func (s *Settings) SetKmsKey(v string) *Settings
SetKmsKey sets the KmsKey field's value.
func (s *Settings) SetSnsTopic(v string) *Settings
SetSnsTopic sets the SnsTopic field's value.
func (s Settings) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type SourceKeyword struct { // The input method for the keyword. // // * SELECT_FROM_LIST is used when mapping a data source for automated evidence. // When keywordInputType is SELECT_FROM_LIST, a keyword must be selected // to collect automated evidence. For example, this keyword can be a CloudTrail // event name, a rule name for Config, a Security Hub control, or the name // of an Amazon Web Services API call. // // * UPLOAD_FILE and INPUT_TEXT are only used when mapping a data source // for manual evidence. When keywordInputType is UPLOAD_FILE, a file must // be uploaded as manual evidence. When keywordInputType is INPUT_TEXT, text // must be entered as manual evidence. KeywordInputType *string `locationName:"keywordInputType" type:"string" enum:"KeywordInputType"` // The value of the keyword that's used when mapping a control data source. // For example, this can be a CloudTrail event name, a rule name for Config, // a Security Hub control, or the name of an Amazon Web Services API call. // // If you’re mapping a data source to a rule in Config, the keywordValue that // you specify depends on the type of rule: // // * For managed rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html), // you can use the rule identifier as the keywordValue. You can find the // rule identifier from the list of Config managed rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html). // For some rules, the rule identifier is different from the rule name. For // example, the rule name restricted-ssh has the following rule identifier: // INCOMING_SSH_DISABLED. Make sure to use the rule identifier, not the rule // name. Keyword example for managed rules: Managed rule name: s3-bucket-acl-prohibited // (https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-acl-prohibited.html) // keywordValue: S3_BUCKET_ACL_PROHIBITED // // * For custom rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html), // you form the keywordValue by adding the Custom_ prefix to the rule name. // This prefix distinguishes the custom rule from a managed rule. Keyword // example for custom rules: Custom rule name: my-custom-config-rule keywordValue: // Custom_my-custom-config-rule // // * For service-linked rules (https://docs.aws.amazon.com/config/latest/developerguide/service-linked-awsconfig-rules.html), // you form the keywordValue by adding the Custom_ prefix to the rule name. // In addition, you remove the suffix ID that appears at the end of the rule // name. Keyword examples for service-linked rules: Service-linked rule name: // CustomRuleForAccount-conformance-pack-szsm1uv0w keywordValue: Custom_CustomRuleForAccount-conformance-pack // Service-linked rule name: OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba // keywordValue: Custom_OrgConfigRule-s3-bucket-versioning-enabled // // The keywordValue is case sensitive. If you enter a value incorrectly, Audit // Manager might not recognize the data source mapping. As a result, you might // not successfully collect evidence from that data source as intended. // // Keep in mind the following requirements, depending on the data source type // that you're using. // // For Config: // // * For managed rules, make sure that the keywordValue is the rule identifier // in ALL_CAPS_WITH_UNDERSCORES. For example, CLOUDWATCH_LOG_GROUP_ENCRYPTED. // For accuracy, we recommend that you reference the list of supported Config // managed rules (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html). // // * For custom rules, make sure that the keywordValue has the Custom_ prefix // followed by the custom rule name. The format of the custom rule name itself // may vary. For accuracy, we recommend that you visit the Config console // (https://console.aws.amazon.com/config/) to verify your custom rule name. // // For Security Hub: The format varies for Security Hub control names. For accuracy, // we recommend that you reference the list of supported Security Hub controls // (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html). // // For Amazon Web Services API calls: Make sure that the keywordValue is written // as serviceprefix_ActionName. For example, iam_ListGroups. For accuracy, we // recommend that you reference the list of supported API calls (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html). // // For CloudTrail: Make sure that the keywordValue is written as serviceprefix_ActionName. // For example, cloudtrail_StartLogging. For accuracy, we recommend that you // review the Amazon Web Service prefix and action names in the Service Authorization // Reference (https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html). KeywordValue *string `locationName:"keywordValue" min:"1" type:"string"` // contains filtered or unexported fields }
A keyword that relates to the control data source.
For manual evidence, this keyword indicates if the manual evidence is a file or text.
For automated evidence, this keyword identifies a specific CloudTrail event, Config rule, Security Hub control, or Amazon Web Services API name.
To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the Audit Manager User Guide:
Config rules supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html)
Security Hub controls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html)
API calls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html)
CloudTrail event names supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html)
func (s SourceKeyword) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *SourceKeyword) SetKeywordInputType(v string) *SourceKeyword
SetKeywordInputType sets the KeywordInputType field's value.
func (s *SourceKeyword) SetKeywordValue(v string) *SourceKeyword
SetKeywordValue sets the KeywordValue field's value.
func (s SourceKeyword) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *SourceKeyword) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartAssessmentFrameworkShareInput struct { // An optional comment from the sender about the share request. Comment *string `locationName:"comment" type:"string"` // The Amazon Web Services account of the recipient. // // DestinationAccount is a required field DestinationAccount *string `locationName:"destinationAccount" min:"12" type:"string" required:"true"` // The Amazon Web Services Region of the recipient. // // DestinationRegion is a required field DestinationRegion *string `locationName:"destinationRegion" type:"string" required:"true"` // The unique identifier for the custom framework to be shared. // // FrameworkId is a required field FrameworkId *string `location:"uri" locationName:"frameworkId" min:"36" type:"string" required:"true"` // contains filtered or unexported fields }
func (s StartAssessmentFrameworkShareInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartAssessmentFrameworkShareInput) SetComment(v string) *StartAssessmentFrameworkShareInput
SetComment sets the Comment field's value.
func (s *StartAssessmentFrameworkShareInput) SetDestinationAccount(v string) *StartAssessmentFrameworkShareInput
SetDestinationAccount sets the DestinationAccount field's value.
func (s *StartAssessmentFrameworkShareInput) SetDestinationRegion(v string) *StartAssessmentFrameworkShareInput
SetDestinationRegion sets the DestinationRegion field's value.
func (s *StartAssessmentFrameworkShareInput) SetFrameworkId(v string) *StartAssessmentFrameworkShareInput
SetFrameworkId sets the FrameworkId field's value.
func (s StartAssessmentFrameworkShareInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartAssessmentFrameworkShareInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type StartAssessmentFrameworkShareOutput struct { // The share request that's created by the StartAssessmentFrameworkShare API. AssessmentFrameworkShareRequest *AssessmentFrameworkShareRequest `locationName:"assessmentFrameworkShareRequest" type:"structure"` // contains filtered or unexported fields }
func (s StartAssessmentFrameworkShareOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *StartAssessmentFrameworkShareOutput) SetAssessmentFrameworkShareRequest(v *AssessmentFrameworkShareRequest) *StartAssessmentFrameworkShareOutput
SetAssessmentFrameworkShareRequest sets the AssessmentFrameworkShareRequest field's value.
func (s StartAssessmentFrameworkShareOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TagResourceInput struct { // The Amazon Resource Name (ARN) of the resource. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"` // The tags that are associated with the resource. // // Tags is a required field Tags map[string]*string `locationName:"tags" type:"map" required:"true"` // contains filtered or unexported fields }
func (s TagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput
SetTags sets the Tags field's value.
func (s TagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (s TagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s TagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ThrottlingException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The request was denied due to request throttling.
func (s *ThrottlingException) Code() string
Code returns the exception type name.
func (s *ThrottlingException) Error() string
func (s ThrottlingException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ThrottlingException) Message() string
Message returns the exception's message.
func (s *ThrottlingException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ThrottlingException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ThrottlingException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ThrottlingException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type URL struct { // The name or word that's used as a hyperlink to the URL. HyperlinkName *string `locationName:"hyperlinkName" min:"1" type:"string"` // The unique identifier for the internet resource. Link *string `locationName:"link" min:"1" type:"string"` // contains filtered or unexported fields }
Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.
func (s URL) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *URL) SetHyperlinkName(v string) *URL
SetHyperlinkName sets the HyperlinkName field's value.
func (s *URL) SetLink(v string) *URL
SetLink sets the Link field's value.
func (s URL) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UntagResourceInput struct { // The Amazon Resource Name (ARN) of the specified resource. // // ResourceArn is a required field ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"` // The name or key of the tag. // // TagKeys is a required field TagKeys []*string `location:"querystring" locationName:"tagKeys" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
func (s UntagResourceInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (s UntagResourceInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (s UntagResourceOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s UntagResourceOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAssessmentControlInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The comment body text for the control. // // CommentBody is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentControlInput's // String and GoString methods. CommentBody *string `locationName:"commentBody" type:"string" sensitive:"true"` // The unique identifier for the control. // // ControlId is a required field ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"` // The unique identifier for the control set. // // ControlSetId is a required field ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"` // The status of the control. ControlStatus *string `locationName:"controlStatus" type:"string" enum:"ControlStatus"` // contains filtered or unexported fields }
func (s UpdateAssessmentControlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentControlInput) SetAssessmentId(v string) *UpdateAssessmentControlInput
SetAssessmentId sets the AssessmentId field's value.
func (s *UpdateAssessmentControlInput) SetCommentBody(v string) *UpdateAssessmentControlInput
SetCommentBody sets the CommentBody field's value.
func (s *UpdateAssessmentControlInput) SetControlId(v string) *UpdateAssessmentControlInput
SetControlId sets the ControlId field's value.
func (s *UpdateAssessmentControlInput) SetControlSetId(v string) *UpdateAssessmentControlInput
SetControlSetId sets the ControlSetId field's value.
func (s *UpdateAssessmentControlInput) SetControlStatus(v string) *UpdateAssessmentControlInput
SetControlStatus sets the ControlStatus field's value.
func (s UpdateAssessmentControlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssessmentControlOutput struct { // The name of the updated control set that the UpdateAssessmentControl API // returned. Control *AssessmentControl `locationName:"control" type:"structure"` // contains filtered or unexported fields }
func (s UpdateAssessmentControlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentControlOutput) SetControl(v *AssessmentControl) *UpdateAssessmentControlOutput
SetControl sets the Control field's value.
func (s UpdateAssessmentControlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAssessmentControlSetStatusInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The comment that's related to the status update. // // Comment is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentControlSetStatusInput's // String and GoString methods. // // Comment is a required field Comment *string `locationName:"comment" type:"string" required:"true" sensitive:"true"` // The unique identifier for the control set. // // ControlSetId is a required field ControlSetId *string `location:"uri" locationName:"controlSetId" type:"string" required:"true"` // The status of the control set that's being updated. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"ControlSetStatus"` // contains filtered or unexported fields }
func (s UpdateAssessmentControlSetStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentControlSetStatusInput) SetAssessmentId(v string) *UpdateAssessmentControlSetStatusInput
SetAssessmentId sets the AssessmentId field's value.
func (s *UpdateAssessmentControlSetStatusInput) SetComment(v string) *UpdateAssessmentControlSetStatusInput
SetComment sets the Comment field's value.
func (s *UpdateAssessmentControlSetStatusInput) SetControlSetId(v string) *UpdateAssessmentControlSetStatusInput
SetControlSetId sets the ControlSetId field's value.
func (s *UpdateAssessmentControlSetStatusInput) SetStatus(v string) *UpdateAssessmentControlSetStatusInput
SetStatus sets the Status field's value.
func (s UpdateAssessmentControlSetStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentControlSetStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssessmentControlSetStatusOutput struct { // The name of the updated control set that the UpdateAssessmentControlSetStatus // API returned. ControlSet *AssessmentControlSet `locationName:"controlSet" type:"structure"` // contains filtered or unexported fields }
func (s UpdateAssessmentControlSetStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentControlSetStatusOutput) SetControlSet(v *AssessmentControlSet) *UpdateAssessmentControlSetStatusOutput
SetControlSet sets the ControlSet field's value.
func (s UpdateAssessmentControlSetStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAssessmentFrameworkControlSet struct { // The list of controls that are contained within the control set. // // Controls is a required field Controls []*CreateAssessmentFrameworkControl `locationName:"controls" min:"1" type:"list" required:"true"` // The unique identifier for the control set. Id *string `locationName:"id" min:"1" type:"string"` // The name of the control set. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.
func (s UpdateAssessmentFrameworkControlSet) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkControlSet) SetControls(v []*CreateAssessmentFrameworkControl) *UpdateAssessmentFrameworkControlSet
SetControls sets the Controls field's value.
func (s *UpdateAssessmentFrameworkControlSet) SetId(v string) *UpdateAssessmentFrameworkControlSet
SetId sets the Id field's value.
func (s *UpdateAssessmentFrameworkControlSet) SetName(v string) *UpdateAssessmentFrameworkControlSet
SetName sets the Name field's value.
func (s UpdateAssessmentFrameworkControlSet) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkControlSet) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssessmentFrameworkInput struct { // The compliance type that the new custom framework supports, such as CIS or // HIPAA. // // ComplianceType is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentFrameworkInput's // String and GoString methods. ComplianceType *string `locationName:"complianceType" type:"string" sensitive:"true"` // The control sets that are associated with the framework. // // ControlSets is a required field ControlSets []*UpdateAssessmentFrameworkControlSet `locationName:"controlSets" min:"1" type:"list" required:"true"` // The description of the updated framework. Description *string `locationName:"description" min:"1" type:"string"` // The unique identifier for the framework. // // FrameworkId is a required field FrameworkId *string `location:"uri" locationName:"frameworkId" min:"36" type:"string" required:"true"` // The name of the framework to be updated. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s UpdateAssessmentFrameworkInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkInput) SetComplianceType(v string) *UpdateAssessmentFrameworkInput
SetComplianceType sets the ComplianceType field's value.
func (s *UpdateAssessmentFrameworkInput) SetControlSets(v []*UpdateAssessmentFrameworkControlSet) *UpdateAssessmentFrameworkInput
SetControlSets sets the ControlSets field's value.
func (s *UpdateAssessmentFrameworkInput) SetDescription(v string) *UpdateAssessmentFrameworkInput
SetDescription sets the Description field's value.
func (s *UpdateAssessmentFrameworkInput) SetFrameworkId(v string) *UpdateAssessmentFrameworkInput
SetFrameworkId sets the FrameworkId field's value.
func (s *UpdateAssessmentFrameworkInput) SetName(v string) *UpdateAssessmentFrameworkInput
SetName sets the Name field's value.
func (s UpdateAssessmentFrameworkInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssessmentFrameworkOutput struct { // The name of the framework. Framework *Framework `locationName:"framework" type:"structure"` // contains filtered or unexported fields }
func (s UpdateAssessmentFrameworkOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkOutput) SetFramework(v *Framework) *UpdateAssessmentFrameworkOutput
SetFramework sets the Framework field's value.
func (s UpdateAssessmentFrameworkOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAssessmentFrameworkShareInput struct { // Specifies the update action for the share request. // // Action is a required field Action *string `locationName:"action" type:"string" required:"true" enum:"ShareRequestAction"` // The unique identifier for the share request. // // RequestId is a required field RequestId *string `location:"uri" locationName:"requestId" min:"36" type:"string" required:"true"` // Specifies whether the share request is a sent request or a received request. // // RequestType is a required field RequestType *string `locationName:"requestType" type:"string" required:"true" enum:"ShareRequestType"` // contains filtered or unexported fields }
func (s UpdateAssessmentFrameworkShareInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkShareInput) SetAction(v string) *UpdateAssessmentFrameworkShareInput
SetAction sets the Action field's value.
func (s *UpdateAssessmentFrameworkShareInput) SetRequestId(v string) *UpdateAssessmentFrameworkShareInput
SetRequestId sets the RequestId field's value.
func (s *UpdateAssessmentFrameworkShareInput) SetRequestType(v string) *UpdateAssessmentFrameworkShareInput
SetRequestType sets the RequestType field's value.
func (s UpdateAssessmentFrameworkShareInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkShareInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssessmentFrameworkShareOutput struct { // The updated share request that's returned by the UpdateAssessmentFrameworkShare // operation. AssessmentFrameworkShareRequest *AssessmentFrameworkShareRequest `locationName:"assessmentFrameworkShareRequest" type:"structure"` // contains filtered or unexported fields }
func (s UpdateAssessmentFrameworkShareOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentFrameworkShareOutput) SetAssessmentFrameworkShareRequest(v *AssessmentFrameworkShareRequest) *UpdateAssessmentFrameworkShareOutput
SetAssessmentFrameworkShareRequest sets the AssessmentFrameworkShareRequest field's value.
func (s UpdateAssessmentFrameworkShareOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAssessmentInput struct { // The description of the assessment. // // AssessmentDescription is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentInput's // String and GoString methods. AssessmentDescription *string `locationName:"assessmentDescription" type:"string" sensitive:"true"` // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The name of the assessment to be updated. // // AssessmentName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentInput's // String and GoString methods. AssessmentName *string `locationName:"assessmentName" min:"1" type:"string" sensitive:"true"` // The assessment report storage destination for the assessment that's being // updated. // // AssessmentReportsDestination is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentInput's // String and GoString methods. AssessmentReportsDestination *AssessmentReportsDestination `locationName:"assessmentReportsDestination" type:"structure" sensitive:"true"` // The list of roles for the assessment. // // Roles is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentInput's // String and GoString methods. Roles []*Role `locationName:"roles" type:"list" sensitive:"true"` // The scope of the assessment. // // Scope is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateAssessmentInput's // String and GoString methods. // // Scope is a required field Scope *Scope `locationName:"scope" type:"structure" required:"true" sensitive:"true"` // contains filtered or unexported fields }
func (s UpdateAssessmentInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentInput) SetAssessmentDescription(v string) *UpdateAssessmentInput
SetAssessmentDescription sets the AssessmentDescription field's value.
func (s *UpdateAssessmentInput) SetAssessmentId(v string) *UpdateAssessmentInput
SetAssessmentId sets the AssessmentId field's value.
func (s *UpdateAssessmentInput) SetAssessmentName(v string) *UpdateAssessmentInput
SetAssessmentName sets the AssessmentName field's value.
func (s *UpdateAssessmentInput) SetAssessmentReportsDestination(v *AssessmentReportsDestination) *UpdateAssessmentInput
SetAssessmentReportsDestination sets the AssessmentReportsDestination field's value.
func (s *UpdateAssessmentInput) SetRoles(v []*Role) *UpdateAssessmentInput
SetRoles sets the Roles field's value.
func (s *UpdateAssessmentInput) SetScope(v *Scope) *UpdateAssessmentInput
SetScope sets the Scope field's value.
func (s UpdateAssessmentInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssessmentOutput struct { // The response object for the UpdateAssessment API. This is the name of the // updated assessment. Assessment *Assessment `locationName:"assessment" type:"structure"` // contains filtered or unexported fields }
func (s UpdateAssessmentOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentOutput) SetAssessment(v *Assessment) *UpdateAssessmentOutput
SetAssessment sets the Assessment field's value.
func (s UpdateAssessmentOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateAssessmentStatusInput struct { // The unique identifier for the assessment. // // AssessmentId is a required field AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"` // The current status of the assessment. // // Status is a required field Status *string `locationName:"status" type:"string" required:"true" enum:"AssessmentStatus"` // contains filtered or unexported fields }
func (s UpdateAssessmentStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentStatusInput) SetAssessmentId(v string) *UpdateAssessmentStatusInput
SetAssessmentId sets the AssessmentId field's value.
func (s *UpdateAssessmentStatusInput) SetStatus(v string) *UpdateAssessmentStatusInput
SetStatus sets the Status field's value.
func (s UpdateAssessmentStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateAssessmentStatusOutput struct { // The name of the updated assessment that the UpdateAssessmentStatus API returned. Assessment *Assessment `locationName:"assessment" type:"structure"` // contains filtered or unexported fields }
func (s UpdateAssessmentStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateAssessmentStatusOutput) SetAssessment(v *Assessment) *UpdateAssessmentStatusOutput
SetAssessment sets the Assessment field's value.
func (s UpdateAssessmentStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateControlInput struct { // The recommended actions to carry out if the control isn't fulfilled. // // ActionPlanInstructions is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateControlInput's // String and GoString methods. ActionPlanInstructions *string `locationName:"actionPlanInstructions" type:"string" sensitive:"true"` // The title of the action plan for remediating the control. // // ActionPlanTitle is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateControlInput's // String and GoString methods. ActionPlanTitle *string `locationName:"actionPlanTitle" type:"string" sensitive:"true"` // The identifier for the control. // // ControlId is a required field ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"` // The data mapping sources for the control. // // ControlMappingSources is a required field ControlMappingSources []*ControlMappingSource `locationName:"controlMappingSources" min:"1" type:"list" required:"true"` // The optional description of the control. // // Description is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateControlInput's // String and GoString methods. Description *string `locationName:"description" type:"string" sensitive:"true"` // The name of the updated control. // // Name is a required field Name *string `locationName:"name" min:"1" type:"string" required:"true"` // The steps that you should follow to determine if the control is met. // // TestingInformation is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateControlInput's // String and GoString methods. TestingInformation *string `locationName:"testingInformation" type:"string" sensitive:"true"` // contains filtered or unexported fields }
func (s UpdateControlInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateControlInput) SetActionPlanInstructions(v string) *UpdateControlInput
SetActionPlanInstructions sets the ActionPlanInstructions field's value.
func (s *UpdateControlInput) SetActionPlanTitle(v string) *UpdateControlInput
SetActionPlanTitle sets the ActionPlanTitle field's value.
func (s *UpdateControlInput) SetControlId(v string) *UpdateControlInput
SetControlId sets the ControlId field's value.
func (s *UpdateControlInput) SetControlMappingSources(v []*ControlMappingSource) *UpdateControlInput
SetControlMappingSources sets the ControlMappingSources field's value.
func (s *UpdateControlInput) SetDescription(v string) *UpdateControlInput
SetDescription sets the Description field's value.
func (s *UpdateControlInput) SetName(v string) *UpdateControlInput
SetName sets the Name field's value.
func (s *UpdateControlInput) SetTestingInformation(v string) *UpdateControlInput
SetTestingInformation sets the TestingInformation field's value.
func (s UpdateControlInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateControlInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateControlOutput struct { // The name of the updated control set that the UpdateControl API returned. Control *Control `locationName:"control" type:"structure"` // contains filtered or unexported fields }
func (s UpdateControlOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateControlOutput) SetControl(v *Control) *UpdateControlOutput
SetControl sets the Control field's value.
func (s UpdateControlOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateSettingsInput struct { // The default S3 destination bucket for storing assessment reports. // // DefaultAssessmentReportsDestination is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateSettingsInput's // String and GoString methods. DefaultAssessmentReportsDestination *AssessmentReportsDestination `locationName:"defaultAssessmentReportsDestination" type:"structure" sensitive:"true"` // The default S3 destination bucket for storing evidence finder exports. DefaultExportDestination *DefaultExportDestination `locationName:"defaultExportDestination" type:"structure"` // A list of the default audit owners. // // DefaultProcessOwners is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateSettingsInput's // String and GoString methods. DefaultProcessOwners []*Role `locationName:"defaultProcessOwners" type:"list" sensitive:"true"` // The deregistration policy for your Audit Manager data. You can use this attribute // to determine how your data is handled when you deregister Audit Manager. DeregistrationPolicy *DeregistrationPolicy `locationName:"deregistrationPolicy" type:"structure"` // Specifies whether the evidence finder feature is enabled. Change this attribute // to enable or disable evidence finder. // // When you use this attribute to disable evidence finder, Audit Manager deletes // the event data store that’s used to query your evidence data. As a result, // you can’t re-enable evidence finder and use the feature again. Your only // alternative is to deregister (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeregisterAccount.html) // and then re-register (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_RegisterAccount.html) // Audit Manager. EvidenceFinderEnabled *bool `locationName:"evidenceFinderEnabled" type:"boolean"` // The KMS key details. KmsKey *string `locationName:"kmsKey" min:"7" type:"string"` // The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager // sends notifications to. SnsTopic *string `locationName:"snsTopic" min:"4" type:"string"` // contains filtered or unexported fields }
func (s UpdateSettingsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSettingsInput) SetDefaultAssessmentReportsDestination(v *AssessmentReportsDestination) *UpdateSettingsInput
SetDefaultAssessmentReportsDestination sets the DefaultAssessmentReportsDestination field's value.
func (s *UpdateSettingsInput) SetDefaultExportDestination(v *DefaultExportDestination) *UpdateSettingsInput
SetDefaultExportDestination sets the DefaultExportDestination field's value.
func (s *UpdateSettingsInput) SetDefaultProcessOwners(v []*Role) *UpdateSettingsInput
SetDefaultProcessOwners sets the DefaultProcessOwners field's value.
func (s *UpdateSettingsInput) SetDeregistrationPolicy(v *DeregistrationPolicy) *UpdateSettingsInput
SetDeregistrationPolicy sets the DeregistrationPolicy field's value.
func (s *UpdateSettingsInput) SetEvidenceFinderEnabled(v bool) *UpdateSettingsInput
SetEvidenceFinderEnabled sets the EvidenceFinderEnabled field's value.
func (s *UpdateSettingsInput) SetKmsKey(v string) *UpdateSettingsInput
SetKmsKey sets the KmsKey field's value.
func (s *UpdateSettingsInput) SetSnsTopic(v string) *UpdateSettingsInput
SetSnsTopic sets the SnsTopic field's value.
func (s UpdateSettingsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSettingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSettingsOutput struct { // The current list of settings. Settings *Settings `locationName:"settings" type:"structure"` // contains filtered or unexported fields }
func (s UpdateSettingsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *UpdateSettingsOutput) SetSettings(v *Settings) *UpdateSettingsOutput
SetSettings sets the Settings field's value.
func (s UpdateSettingsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidateAssessmentReportIntegrityInput struct { // The relative path of the Amazon S3 bucket that the assessment report is stored // in. // // S3RelativePath is a required field S3RelativePath *string `locationName:"s3RelativePath" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (s ValidateAssessmentReportIntegrityInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ValidateAssessmentReportIntegrityInput) SetS3RelativePath(v string) *ValidateAssessmentReportIntegrityInput
SetS3RelativePath sets the S3RelativePath field's value.
func (s ValidateAssessmentReportIntegrityInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ValidateAssessmentReportIntegrityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ValidateAssessmentReportIntegrityOutput struct { // The signature algorithm that's used to code sign the assessment report file. SignatureAlgorithm *string `locationName:"signatureAlgorithm" type:"string"` // The date and time signature that specifies when the assessment report was // created. SignatureDateTime *string `locationName:"signatureDateTime" type:"string"` // The unique identifier for the validation signature key. SignatureKeyId *string `locationName:"signatureKeyId" type:"string"` // Specifies whether the signature key is valid. SignatureValid *bool `locationName:"signatureValid" type:"boolean"` // Represents any errors that occurred when validating the assessment report. ValidationErrors []*string `locationName:"validationErrors" type:"list"` // contains filtered or unexported fields }
func (s ValidateAssessmentReportIntegrityOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ValidateAssessmentReportIntegrityOutput) SetSignatureAlgorithm(v string) *ValidateAssessmentReportIntegrityOutput
SetSignatureAlgorithm sets the SignatureAlgorithm field's value.
func (s *ValidateAssessmentReportIntegrityOutput) SetSignatureDateTime(v string) *ValidateAssessmentReportIntegrityOutput
SetSignatureDateTime sets the SignatureDateTime field's value.
func (s *ValidateAssessmentReportIntegrityOutput) SetSignatureKeyId(v string) *ValidateAssessmentReportIntegrityOutput
SetSignatureKeyId sets the SignatureKeyId field's value.
func (s *ValidateAssessmentReportIntegrityOutput) SetSignatureValid(v bool) *ValidateAssessmentReportIntegrityOutput
SetSignatureValid sets the SignatureValid field's value.
func (s *ValidateAssessmentReportIntegrityOutput) SetValidationErrors(v []*string) *ValidateAssessmentReportIntegrityOutput
SetValidationErrors sets the ValidationErrors field's value.
func (s ValidateAssessmentReportIntegrityOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The fields that caused the error, if applicable. Fields []*ValidationExceptionField `locationName:"fields" type:"list"` Message_ *string `locationName:"message" type:"string"` // The reason the request failed validation. Reason *string `locationName:"reason" type:"string" enum:"ValidationExceptionReason"` // contains filtered or unexported fields }
The request has invalid or missing parameters.
func (s *ValidationException) Code() string
Code returns the exception type name.
func (s *ValidationException) Error() string
func (s ValidationException) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ValidationException) Message() string
Message returns the exception's message.
func (s *ValidationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (s *ValidationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (s *ValidationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (s ValidationException) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ValidationExceptionField struct { // The body of the error message. // // Message is a required field Message *string `locationName:"message" type:"string" required:"true"` // The name of the validation error. // // Name is a required field Name *string `locationName:"name" type:"string" required:"true"` // contains filtered or unexported fields }
Indicates that the request has invalid or missing parameters for the field.
func (s ValidationExceptionField) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (s *ValidationExceptionField) SetMessage(v string) *ValidationExceptionField
SetMessage sets the Message field's value.
func (s *ValidationExceptionField) SetName(v string) *ValidationExceptionField
SetName sets the Name field's value.
func (s ValidationExceptionField) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".