auditmanager

package
v1.38.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2021 License: Apache-2.0 Imports: 10 Imported by: 13

Documentation

Overview

Package auditmanager provides the client and types for making API requests to AWS Audit Manager.

Welcome to the AWS Audit Manager API reference. This guide is for developers who need detailed information about the AWS Audit Manager API operations, data types, and errors.

AWS Audit Manager is a service that provides automated evidence collection so that you can continuously audit your AWS usage, and assess the effectiveness of your controls to better manage risk and simplify compliance.

AWS Audit Manager provides pre-built frameworks that structure and automate assessments for a given compliance standard. Frameworks include a pre-built collection of controls with descriptions and testing procedures, which are grouped according to the requirements of the specified compliance standard or regulation. You can also customize frameworks and controls to support internal audits with unique requirements.

Use the following links to get started with the AWS Audit Manager API:

If you're new to AWS Audit Manager, we recommend that you review the AWS Audit Manager User Guide (https://docs.aws.amazon.com/audit-manager/latest/userguide/what-is.html).

See https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25 for more information on this service.

See auditmanager package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/auditmanager/

Using the Client

To contact AWS Audit Manager with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS Audit Manager client AuditManager for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/auditmanager/#New

Index

Constants

View Source
const (
	// AccountStatusActive is a AccountStatus enum value
	AccountStatusActive = "ACTIVE"

	// AccountStatusInactive is a AccountStatus enum value
	AccountStatusInactive = "INACTIVE"

	// AccountStatusPendingActivation is a AccountStatus enum value
	AccountStatusPendingActivation = "PENDING_ACTIVATION"
)
View Source
const (
	// ActionEnumCreate is a ActionEnum enum value
	ActionEnumCreate = "CREATE"

	// ActionEnumUpdateMetadata is a ActionEnum enum value
	ActionEnumUpdateMetadata = "UPDATE_METADATA"

	// ActionEnumActive is a ActionEnum enum value
	ActionEnumActive = "ACTIVE"

	// ActionEnumInactive is a ActionEnum enum value
	ActionEnumInactive = "INACTIVE"

	// ActionEnumDelete is a ActionEnum enum value
	ActionEnumDelete = "DELETE"

	// ActionEnumUnderReview is a ActionEnum enum value
	ActionEnumUnderReview = "UNDER_REVIEW"

	// ActionEnumReviewed is a ActionEnum enum value
	ActionEnumReviewed = "REVIEWED"

	// ActionEnumImportEvidence is a ActionEnum enum value
	ActionEnumImportEvidence = "IMPORT_EVIDENCE"
)
View Source
const (
	// AssessmentReportStatusComplete is a AssessmentReportStatus enum value
	AssessmentReportStatusComplete = "COMPLETE"

	// AssessmentReportStatusInProgress is a AssessmentReportStatus enum value
	AssessmentReportStatusInProgress = "IN_PROGRESS"

	// AssessmentReportStatusFailed is a AssessmentReportStatus enum value
	AssessmentReportStatusFailed = "FAILED"
)
View Source
const (
	// AssessmentStatusActive is a AssessmentStatus enum value
	AssessmentStatusActive = "ACTIVE"

	// AssessmentStatusInactive is a AssessmentStatus enum value
	AssessmentStatusInactive = "INACTIVE"
)
View Source
const (
	// ControlResponseManual is a ControlResponse enum value
	ControlResponseManual = "MANUAL"

	// ControlResponseAutomate is a ControlResponse enum value
	ControlResponseAutomate = "AUTOMATE"

	// ControlResponseDefer is a ControlResponse enum value
	ControlResponseDefer = "DEFER"

	// ControlResponseIgnore is a ControlResponse enum value
	ControlResponseIgnore = "IGNORE"
)
View Source
const (
	// ControlSetStatusActive is a ControlSetStatus enum value
	ControlSetStatusActive = "ACTIVE"

	// ControlSetStatusUnderReview is a ControlSetStatus enum value
	ControlSetStatusUnderReview = "UNDER_REVIEW"

	// ControlSetStatusReviewed is a ControlSetStatus enum value
	ControlSetStatusReviewed = "REVIEWED"
)
View Source
const (
	// ControlStatusUnderReview is a ControlStatus enum value
	ControlStatusUnderReview = "UNDER_REVIEW"

	// ControlStatusReviewed is a ControlStatus enum value
	ControlStatusReviewed = "REVIEWED"

	// ControlStatusInactive is a ControlStatus enum value
	ControlStatusInactive = "INACTIVE"
)
View Source
const (
	// ControlTypeStandard is a ControlType enum value
	ControlTypeStandard = "Standard"

	// ControlTypeCustom is a ControlType enum value
	ControlTypeCustom = "Custom"
)
View Source
const (
	// DelegationStatusInProgress is a DelegationStatus enum value
	DelegationStatusInProgress = "IN_PROGRESS"

	// DelegationStatusUnderReview is a DelegationStatus enum value
	DelegationStatusUnderReview = "UNDER_REVIEW"

	// DelegationStatusComplete is a DelegationStatus enum value
	DelegationStatusComplete = "COMPLETE"
)
View Source
const (
	// FrameworkTypeStandard is a FrameworkType enum value
	FrameworkTypeStandard = "Standard"

	// FrameworkTypeCustom is a FrameworkType enum value
	FrameworkTypeCustom = "Custom"
)
View Source
const (
	// ObjectTypeEnumAssessment is a ObjectTypeEnum enum value
	ObjectTypeEnumAssessment = "ASSESSMENT"

	// ObjectTypeEnumControlSet is a ObjectTypeEnum enum value
	ObjectTypeEnumControlSet = "CONTROL_SET"

	// ObjectTypeEnumControl is a ObjectTypeEnum enum value
	ObjectTypeEnumControl = "CONTROL"

	// ObjectTypeEnumDelegation is a ObjectTypeEnum enum value
	ObjectTypeEnumDelegation = "DELEGATION"

	// ObjectTypeEnumAssessmentReport is a ObjectTypeEnum enum value
	ObjectTypeEnumAssessmentReport = "ASSESSMENT_REPORT"
)
View Source
const (
	// RoleTypeProcessOwner is a RoleType enum value
	RoleTypeProcessOwner = "PROCESS_OWNER"

	// RoleTypeResourceOwner is a RoleType enum value
	RoleTypeResourceOwner = "RESOURCE_OWNER"
)
View Source
const (
	// SettingAttributeAll is a SettingAttribute enum value
	SettingAttributeAll = "ALL"

	// SettingAttributeIsAwsOrgEnabled is a SettingAttribute enum value
	SettingAttributeIsAwsOrgEnabled = "IS_AWS_ORG_ENABLED"

	// SettingAttributeSnsTopic is a SettingAttribute enum value
	SettingAttributeSnsTopic = "SNS_TOPIC"

	// SettingAttributeDefaultAssessmentReportsDestination is a SettingAttribute enum value
	SettingAttributeDefaultAssessmentReportsDestination = "DEFAULT_ASSESSMENT_REPORTS_DESTINATION"

	// SettingAttributeDefaultProcessOwners is a SettingAttribute enum value
	SettingAttributeDefaultProcessOwners = "DEFAULT_PROCESS_OWNERS"
)
View Source
const (
	// SourceFrequencyDaily is a SourceFrequency enum value
	SourceFrequencyDaily = "DAILY"

	// SourceFrequencyWeekly is a SourceFrequency enum value
	SourceFrequencyWeekly = "WEEKLY"

	// SourceFrequencyMonthly is a SourceFrequency enum value
	SourceFrequencyMonthly = "MONTHLY"
)
View Source
const (
	// SourceSetUpOptionSystemControlsMapping is a SourceSetUpOption enum value
	SourceSetUpOptionSystemControlsMapping = "System_Controls_Mapping"

	// SourceSetUpOptionProceduralControlsMapping is a SourceSetUpOption enum value
	SourceSetUpOptionProceduralControlsMapping = "Procedural_Controls_Mapping"
)
View Source
const (
	// SourceTypeAwsCloudtrail is a SourceType enum value
	SourceTypeAwsCloudtrail = "AWS_Cloudtrail"

	// SourceTypeAwsConfig is a SourceType enum value
	SourceTypeAwsConfig = "AWS_Config"

	// SourceTypeAwsSecurityHub is a SourceType enum value
	SourceTypeAwsSecurityHub = "AWS_Security_Hub"

	// SourceTypeAwsApiCall is a SourceType enum value
	SourceTypeAwsApiCall = "AWS_API_Call"

	// SourceTypeManual is a SourceType enum value
	SourceTypeManual = "MANUAL"
)
View Source
const (
	// ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value
	ValidationExceptionReasonUnknownOperation = "unknownOperation"

	// ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value
	ValidationExceptionReasonCannotParse = "cannotParse"

	// ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value
	ValidationExceptionReasonFieldValidationFailed = "fieldValidationFailed"

	// ValidationExceptionReasonOther is a ValidationExceptionReason enum value
	ValidationExceptionReasonOther = "other"
)
View Source
const (

	// ErrCodeAccessDeniedException for service response error code
	// "AccessDeniedException".
	//
	// Your account is not registered with AWS Audit Manager. Check the delegated
	// administrator setup on the AWS Audit Manager settings page, and try again.
	ErrCodeAccessDeniedException = "AccessDeniedException"

	// ErrCodeInternalServerException for service response error code
	// "InternalServerException".
	//
	// An internal service error occurred during the processing of your request.
	// Try again later.
	ErrCodeInternalServerException = "InternalServerException"

	// ErrCodeResourceNotFoundException for service response error code
	// "ResourceNotFoundException".
	//
	// The resource specified in the request cannot be found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeValidationException for service response error code
	// "ValidationException".
	//
	// The request has invalid or missing parameters.
	ErrCodeValidationException = "ValidationException"
)
View Source
const (
	ServiceName = "AuditManager" // Name of service.
	EndpointsID = "auditmanager" // ID to lookup a service endpoint with.
	ServiceID   = "AuditManager" // ServiceID is a unique identifier of a specific service.
)

Service information constants

View Source
const (
	// AssessmentReportDestinationTypeS3 is a AssessmentReportDestinationType enum value
	AssessmentReportDestinationTypeS3 = "S3"
)
View Source
const (
	// KeywordInputTypeSelectFromList is a KeywordInputType enum value
	KeywordInputTypeSelectFromList = "SELECT_FROM_LIST"
)

Variables

This section is empty.

Functions

func AccountStatus_Values

func AccountStatus_Values() []string

AccountStatus_Values returns all elements of the AccountStatus enum

func ActionEnum_Values

func ActionEnum_Values() []string

ActionEnum_Values returns all elements of the ActionEnum enum

func AssessmentReportDestinationType_Values

func AssessmentReportDestinationType_Values() []string

AssessmentReportDestinationType_Values returns all elements of the AssessmentReportDestinationType enum

func AssessmentReportStatus_Values

func AssessmentReportStatus_Values() []string

AssessmentReportStatus_Values returns all elements of the AssessmentReportStatus enum

func AssessmentStatus_Values

func AssessmentStatus_Values() []string

AssessmentStatus_Values returns all elements of the AssessmentStatus enum

func ControlResponse_Values

func ControlResponse_Values() []string

ControlResponse_Values returns all elements of the ControlResponse enum

func ControlSetStatus_Values

func ControlSetStatus_Values() []string

ControlSetStatus_Values returns all elements of the ControlSetStatus enum

func ControlStatus_Values

func ControlStatus_Values() []string

ControlStatus_Values returns all elements of the ControlStatus enum

func ControlType_Values

func ControlType_Values() []string

ControlType_Values returns all elements of the ControlType enum

func DelegationStatus_Values

func DelegationStatus_Values() []string

DelegationStatus_Values returns all elements of the DelegationStatus enum

func FrameworkType_Values

func FrameworkType_Values() []string

FrameworkType_Values returns all elements of the FrameworkType enum

func KeywordInputType_Values

func KeywordInputType_Values() []string

KeywordInputType_Values returns all elements of the KeywordInputType enum

func ObjectTypeEnum_Values

func ObjectTypeEnum_Values() []string

ObjectTypeEnum_Values returns all elements of the ObjectTypeEnum enum

func RoleType_Values

func RoleType_Values() []string

RoleType_Values returns all elements of the RoleType enum

func SettingAttribute_Values

func SettingAttribute_Values() []string

SettingAttribute_Values returns all elements of the SettingAttribute enum

func SourceFrequency_Values

func SourceFrequency_Values() []string

SourceFrequency_Values returns all elements of the SourceFrequency enum

func SourceSetUpOption_Values

func SourceSetUpOption_Values() []string

SourceSetUpOption_Values returns all elements of the SourceSetUpOption enum

func SourceType_Values

func SourceType_Values() []string

SourceType_Values returns all elements of the SourceType enum

func ValidationExceptionReason_Values

func ValidationExceptionReason_Values() []string

ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum

Types

type AWSAccount

type AWSAccount struct {

	// The email address associated with the specified AWS account.
	EmailAddress *string `locationName:"emailAddress" min:"1" type:"string"`

	// The identifier for the specified AWS account.
	Id *string `locationName:"id" min:"12" type:"string"`

	// The name of the specified AWS account.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The wrapper of AWS account details, such as account ID, email address, and so on.

func (AWSAccount) GoString

func (s AWSAccount) GoString() string

GoString returns the string representation

func (*AWSAccount) SetEmailAddress

func (s *AWSAccount) SetEmailAddress(v string) *AWSAccount

SetEmailAddress sets the EmailAddress field's value.

func (*AWSAccount) SetId

func (s *AWSAccount) SetId(v string) *AWSAccount

SetId sets the Id field's value.

func (*AWSAccount) SetName

func (s *AWSAccount) SetName(v string) *AWSAccount

SetName sets the Name field's value.

func (AWSAccount) String

func (s AWSAccount) String() string

String returns the string representation

func (*AWSAccount) Validate

func (s *AWSAccount) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AWSService

type AWSService struct {

	// The name of the AWS service.
	ServiceName *string `locationName:"serviceName" min:"1" type:"string"`
	// contains filtered or unexported fields
}

An AWS service such as Amazon S3, AWS CloudTrail, and so on.

func (AWSService) GoString

func (s AWSService) GoString() string

GoString returns the string representation

func (*AWSService) SetServiceName

func (s *AWSService) SetServiceName(v string) *AWSService

SetServiceName sets the ServiceName field's value.

func (AWSService) String

func (s AWSService) String() string

String returns the string representation

func (*AWSService) Validate

func (s *AWSService) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AccessDeniedException

type AccessDeniedException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`
	// contains filtered or unexported fields
}

Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS Audit Manager settings page, and try again.

func (*AccessDeniedException) Code

func (s *AccessDeniedException) Code() string

Code returns the exception type name.

func (*AccessDeniedException) Error

func (s *AccessDeniedException) Error() string

func (AccessDeniedException) GoString

func (s AccessDeniedException) GoString() string

GoString returns the string representation

func (*AccessDeniedException) Message

func (s *AccessDeniedException) Message() string

Message returns the exception's message.

func (*AccessDeniedException) OrigErr

func (s *AccessDeniedException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*AccessDeniedException) RequestID

func (s *AccessDeniedException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*AccessDeniedException) StatusCode

func (s *AccessDeniedException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (AccessDeniedException) String

func (s AccessDeniedException) String() string

String returns the string representation

type Assessment

type Assessment struct {

	// The Amazon Resource Name (ARN) of the assessment.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The AWS account associated with the assessment.
	AwsAccount *AWSAccount `locationName:"awsAccount" type:"structure"`

	// The framework from which the assessment was created.
	Framework *AssessmentFramework `locationName:"framework" type:"structure"`

	// The metadata for the specified assessment.
	Metadata *AssessmentMetadata `locationName:"metadata" type:"structure"`

	// The tags 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 AWS Audit Manager. An AWS Audit Manager assessment is an implementation of an AWS Audit Manager framework.

func (Assessment) GoString

func (s Assessment) GoString() string

GoString returns the string representation

func (*Assessment) SetArn

func (s *Assessment) SetArn(v string) *Assessment

SetArn sets the Arn field's value.

func (*Assessment) SetAwsAccount

func (s *Assessment) SetAwsAccount(v *AWSAccount) *Assessment

SetAwsAccount sets the AwsAccount field's value.

func (*Assessment) SetFramework

func (s *Assessment) SetFramework(v *AssessmentFramework) *Assessment

SetFramework sets the Framework field's value.

func (*Assessment) SetMetadata

func (s *Assessment) SetMetadata(v *AssessmentMetadata) *Assessment

SetMetadata sets the Metadata field's value.

func (*Assessment) SetTags

func (s *Assessment) SetTags(v map[string]*string) *Assessment

SetTags sets the Tags field's value.

func (Assessment) String

func (s Assessment) String() string

String returns the string representation

type AssessmentControl

type AssessmentControl struct {

	// The amount of evidence in the assessment report.
	AssessmentReportEvidenceCount *int64 `locationName:"assessmentReportEvidenceCount" type:"integer"`

	// The list of comments attached to the specified control.
	Comments []*ControlComment `locationName:"comments" type:"list"`

	// The description of the specified control.
	Description *string `locationName:"description" type:"string"`

	// The amount of evidence generated for the control.
	EvidenceCount *int64 `locationName:"evidenceCount" type:"integer"`

	// The list of data sources for the specified evidence.
	EvidenceSources []*string `locationName:"evidenceSources" type:"list"`

	// The identifier for the specified control.
	Id *string `locationName:"id" min:"36" type:"string"`

	// The name of the specified control.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The response of the specified control.
	Response *string `locationName:"response" type:"string" enum:"ControlResponse"`

	// The status of the specified control.
	Status *string `locationName:"status" type:"string" enum:"ControlStatus"`
	// contains filtered or unexported fields
}

The control entity that represents a standard or custom control used in an AWS Audit Manager assessment.

func (AssessmentControl) GoString

func (s AssessmentControl) GoString() string

GoString returns the string representation

func (*AssessmentControl) SetAssessmentReportEvidenceCount

func (s *AssessmentControl) SetAssessmentReportEvidenceCount(v int64) *AssessmentControl

SetAssessmentReportEvidenceCount sets the AssessmentReportEvidenceCount field's value.

func (*AssessmentControl) SetComments

func (s *AssessmentControl) SetComments(v []*ControlComment) *AssessmentControl

SetComments sets the Comments field's value.

func (*AssessmentControl) SetDescription

func (s *AssessmentControl) SetDescription(v string) *AssessmentControl

SetDescription sets the Description field's value.

func (*AssessmentControl) SetEvidenceCount

func (s *AssessmentControl) SetEvidenceCount(v int64) *AssessmentControl

SetEvidenceCount sets the EvidenceCount field's value.

func (*AssessmentControl) SetEvidenceSources

func (s *AssessmentControl) SetEvidenceSources(v []*string) *AssessmentControl

SetEvidenceSources sets the EvidenceSources field's value.

func (*AssessmentControl) SetId

SetId sets the Id field's value.

func (*AssessmentControl) SetName

SetName sets the Name field's value.

func (*AssessmentControl) SetResponse

func (s *AssessmentControl) SetResponse(v string) *AssessmentControl

SetResponse sets the Response field's value.

func (*AssessmentControl) SetStatus

func (s *AssessmentControl) SetStatus(v string) *AssessmentControl

SetStatus sets the Status field's value.

func (AssessmentControl) String

func (s AssessmentControl) String() string

String returns the string representation

type AssessmentControlSet

type AssessmentControlSet struct {

	// The list of controls contained with the control set.
	Controls []*AssessmentControl `locationName:"controls" type:"list"`

	// The delegations associated with the control set.
	Delegations []*Delegation `locationName:"delegations" type:"list"`

	// 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 uploaded manually to the control set.
	ManualEvidenceCount *int64 `locationName:"manualEvidenceCount" type:"integer"`

	// The roles associated with the control set.
	Roles []*Role `locationName:"roles" type:"list"`

	// Specifies the current status of the control set.
	Status *string `locationName:"status" type:"string" enum:"ControlSetStatus"`

	// The total number of evidence objects retrieved automatically for the control
	// set.
	SystemEvidenceCount *int64 `locationName:"systemEvidenceCount" type:"integer"`
	// contains filtered or unexported fields
}

Represents a set of controls in an AWS Audit Manager assessment.

func (AssessmentControlSet) GoString

func (s AssessmentControlSet) GoString() string

GoString returns the string representation

func (*AssessmentControlSet) SetControls

SetControls sets the Controls field's value.

func (*AssessmentControlSet) SetDelegations

func (s *AssessmentControlSet) SetDelegations(v []*Delegation) *AssessmentControlSet

SetDelegations sets the Delegations field's value.

func (*AssessmentControlSet) SetDescription

func (s *AssessmentControlSet) SetDescription(v string) *AssessmentControlSet

SetDescription sets the Description field's value.

func (*AssessmentControlSet) SetId

SetId sets the Id field's value.

func (*AssessmentControlSet) SetManualEvidenceCount

func (s *AssessmentControlSet) SetManualEvidenceCount(v int64) *AssessmentControlSet

SetManualEvidenceCount sets the ManualEvidenceCount field's value.

func (*AssessmentControlSet) SetRoles

func (s *AssessmentControlSet) SetRoles(v []*Role) *AssessmentControlSet

SetRoles sets the Roles field's value.

func (*AssessmentControlSet) SetStatus

SetStatus sets the Status field's value.

func (*AssessmentControlSet) SetSystemEvidenceCount

func (s *AssessmentControlSet) SetSystemEvidenceCount(v int64) *AssessmentControlSet

SetSystemEvidenceCount sets the SystemEvidenceCount field's value.

func (AssessmentControlSet) String

func (s AssessmentControlSet) String() string

String returns the string representation

type AssessmentEvidenceFolder

type AssessmentEvidenceFolder struct {

	// The identifier for the specified assessment.
	AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"`

	// The total count of evidence 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 specified 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 AWS service from which the evidence was collected.
	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 AWS resources 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 AWS Config or AWS Security Hub.
	EvidenceByTypeComplianceCheckCount *int64 `locationName:"evidenceByTypeComplianceCheckCount" type:"integer"`

	// The total number of issues that were reported directly from AWS Security
	// Hub, AWS 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 AWS 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 AWS CloudTrail logs.
	EvidenceByTypeUserActivityCount *int64 `locationName:"evidenceByTypeUserActivityCount" type:"integer"`

	// The amount of evidence included in the evidence folder.
	EvidenceResourcesIncludedCount *int64 `locationName:"evidenceResourcesIncludedCount" type:"integer"`

	// The identifier for the folder in which evidence is stored.
	Id *string `locationName:"id" min:"36" type:"string"`

	// The name of the specified 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 in which AWS Audit Manager stores evidence for an assessment.

func (AssessmentEvidenceFolder) GoString

func (s AssessmentEvidenceFolder) GoString() string

GoString returns the string representation

func (*AssessmentEvidenceFolder) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*AssessmentEvidenceFolder) SetAssessmentReportSelectionCount

func (s *AssessmentEvidenceFolder) SetAssessmentReportSelectionCount(v int64) *AssessmentEvidenceFolder

SetAssessmentReportSelectionCount sets the AssessmentReportSelectionCount field's value.

func (*AssessmentEvidenceFolder) SetAuthor

SetAuthor sets the Author field's value.

func (*AssessmentEvidenceFolder) SetControlId

SetControlId sets the ControlId field's value.

func (*AssessmentEvidenceFolder) SetControlName

SetControlName sets the ControlName field's value.

func (*AssessmentEvidenceFolder) SetControlSetId

SetControlSetId sets the ControlSetId field's value.

func (*AssessmentEvidenceFolder) SetDataSource

SetDataSource sets the DataSource field's value.

func (*AssessmentEvidenceFolder) SetDate

SetDate sets the Date field's value.

func (*AssessmentEvidenceFolder) SetEvidenceAwsServiceSourceCount

func (s *AssessmentEvidenceFolder) SetEvidenceAwsServiceSourceCount(v int64) *AssessmentEvidenceFolder

SetEvidenceAwsServiceSourceCount sets the EvidenceAwsServiceSourceCount field's value.

func (*AssessmentEvidenceFolder) SetEvidenceByTypeComplianceCheckCount

func (s *AssessmentEvidenceFolder) SetEvidenceByTypeComplianceCheckCount(v int64) *AssessmentEvidenceFolder

SetEvidenceByTypeComplianceCheckCount sets the EvidenceByTypeComplianceCheckCount field's value.

func (*AssessmentEvidenceFolder) SetEvidenceByTypeComplianceCheckIssuesCount

func (s *AssessmentEvidenceFolder) SetEvidenceByTypeComplianceCheckIssuesCount(v int64) *AssessmentEvidenceFolder

SetEvidenceByTypeComplianceCheckIssuesCount sets the EvidenceByTypeComplianceCheckIssuesCount field's value.

func (*AssessmentEvidenceFolder) SetEvidenceByTypeConfigurationDataCount

func (s *AssessmentEvidenceFolder) SetEvidenceByTypeConfigurationDataCount(v int64) *AssessmentEvidenceFolder

SetEvidenceByTypeConfigurationDataCount sets the EvidenceByTypeConfigurationDataCount field's value.

func (*AssessmentEvidenceFolder) SetEvidenceByTypeManualCount

func (s *AssessmentEvidenceFolder) SetEvidenceByTypeManualCount(v int64) *AssessmentEvidenceFolder

SetEvidenceByTypeManualCount sets the EvidenceByTypeManualCount field's value.

func (*AssessmentEvidenceFolder) SetEvidenceByTypeUserActivityCount

func (s *AssessmentEvidenceFolder) SetEvidenceByTypeUserActivityCount(v int64) *AssessmentEvidenceFolder

SetEvidenceByTypeUserActivityCount sets the EvidenceByTypeUserActivityCount field's value.

func (*AssessmentEvidenceFolder) SetEvidenceResourcesIncludedCount

func (s *AssessmentEvidenceFolder) SetEvidenceResourcesIncludedCount(v int64) *AssessmentEvidenceFolder

SetEvidenceResourcesIncludedCount sets the EvidenceResourcesIncludedCount field's value.

func (*AssessmentEvidenceFolder) SetId

SetId sets the Id field's value.

func (*AssessmentEvidenceFolder) SetName

SetName sets the Name field's value.

func (*AssessmentEvidenceFolder) SetTotalEvidence

SetTotalEvidence sets the TotalEvidence field's value.

func (AssessmentEvidenceFolder) String

func (s AssessmentEvidenceFolder) String() string

String returns the string representation

type AssessmentFramework

type AssessmentFramework struct {

	// The Amazon Resource Name (ARN) of the specified framework.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The control sets 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, description, and so on.
	Metadata *FrameworkMetadata `locationName:"metadata" type:"structure"`
	// contains filtered or unexported fields
}

The file used to structure and automate AWS Audit Manager assessments for a given compliance standard.

func (AssessmentFramework) GoString

func (s AssessmentFramework) GoString() string

GoString returns the string representation

func (*AssessmentFramework) SetArn

SetArn sets the Arn field's value.

func (*AssessmentFramework) SetControlSets

SetControlSets sets the ControlSets field's value.

func (*AssessmentFramework) SetId

SetId sets the Id field's value.

func (*AssessmentFramework) SetMetadata

SetMetadata sets the Metadata field's value.

func (AssessmentFramework) String

func (s AssessmentFramework) String() string

String returns the string representation

type AssessmentFrameworkMetadata

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 *string `locationName:"complianceType" type:"string"`

	// The number of control sets associated with the specified framework.
	ControlSetsCount *int64 `locationName:"controlSetsCount" type:"integer"`

	// The number of controls associated with the specified framework.
	ControlsCount *int64 `locationName:"controlsCount" type:"integer"`

	// Specifies when the framework was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The description of the specified framework.
	Description *string `locationName:"description" min:"1" type:"string"`

	// The unique identified for the specified framework.
	Id *string `locationName:"id" min:"36" type:"string"`

	// Specifies when the framework was most recently updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	Logo *string `locationName:"logo" min:"1" type:"string"`

	// The name of the specified framework.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The framework type, such as standard or custom.
	Type *string `locationName:"type" type:"string" enum:"FrameworkType"`
	// contains filtered or unexported fields
}

The metadata associated with a standard or custom framework.

func (AssessmentFrameworkMetadata) GoString

func (s AssessmentFrameworkMetadata) GoString() string

GoString returns the string representation

func (*AssessmentFrameworkMetadata) SetArn added in v1.36.25

SetArn sets the Arn field's value.

func (*AssessmentFrameworkMetadata) SetComplianceType

SetComplianceType sets the ComplianceType field's value.

func (*AssessmentFrameworkMetadata) SetControlSetsCount

SetControlSetsCount sets the ControlSetsCount field's value.

func (*AssessmentFrameworkMetadata) SetControlsCount

SetControlsCount sets the ControlsCount field's value.

func (*AssessmentFrameworkMetadata) SetCreatedAt

SetCreatedAt sets the CreatedAt field's value.

func (*AssessmentFrameworkMetadata) SetDescription

SetDescription sets the Description field's value.

func (*AssessmentFrameworkMetadata) SetId

SetId sets the Id field's value.

func (*AssessmentFrameworkMetadata) SetLastUpdatedAt

SetLastUpdatedAt sets the LastUpdatedAt field's value.

SetLogo sets the Logo field's value.

func (*AssessmentFrameworkMetadata) SetName

SetName sets the Name field's value.

func (*AssessmentFrameworkMetadata) SetType

SetType sets the Type field's value.

func (AssessmentFrameworkMetadata) String

String returns the string representation

type AssessmentMetadata

type AssessmentMetadata struct {

	// The destination in which evidence reports are stored for the specified assessment.
	AssessmentReportsDestination *AssessmentReportsDestination `locationName:"assessmentReportsDestination" type:"structure"`

	// The name of a compliance standard related to the assessment, such as PCI-DSS.
	ComplianceType *string `locationName:"complianceType" type:"string"`

	// Specifies when the assessment was created.
	CreationTime *time.Time `locationName:"creationTime" type:"timestamp"`

	// The delegations associated with the assessment.
	Delegations []*Delegation `locationName:"delegations" type:"list"`

	// The description of the assessment.
	Description *string `locationName:"description" type:"string"`

	// 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 *string `locationName:"name" min:"1" type:"string"`

	// The roles associated with the assessment.
	Roles []*Role `locationName:"roles" type:"list"`

	// The wrapper of AWS accounts and services in scope for the assessment.
	Scope *Scope `locationName:"scope" type:"structure"`

	// The overall status of the assessment.
	Status *string `locationName:"status" type:"string" enum:"AssessmentStatus"`
	// contains filtered or unexported fields
}

The metadata associated with the specified assessment.

func (AssessmentMetadata) GoString

func (s AssessmentMetadata) GoString() string

GoString returns the string representation

func (*AssessmentMetadata) SetAssessmentReportsDestination

func (s *AssessmentMetadata) SetAssessmentReportsDestination(v *AssessmentReportsDestination) *AssessmentMetadata

SetAssessmentReportsDestination sets the AssessmentReportsDestination field's value.

func (*AssessmentMetadata) SetComplianceType

func (s *AssessmentMetadata) SetComplianceType(v string) *AssessmentMetadata

SetComplianceType sets the ComplianceType field's value.

func (*AssessmentMetadata) SetCreationTime

func (s *AssessmentMetadata) SetCreationTime(v time.Time) *AssessmentMetadata

SetCreationTime sets the CreationTime field's value.

func (*AssessmentMetadata) SetDelegations

func (s *AssessmentMetadata) SetDelegations(v []*Delegation) *AssessmentMetadata

SetDelegations sets the Delegations field's value.

func (*AssessmentMetadata) SetDescription

func (s *AssessmentMetadata) SetDescription(v string) *AssessmentMetadata

SetDescription sets the Description field's value.

func (*AssessmentMetadata) SetId

SetId sets the Id field's value.

func (*AssessmentMetadata) SetLastUpdated

func (s *AssessmentMetadata) SetLastUpdated(v time.Time) *AssessmentMetadata

SetLastUpdated sets the LastUpdated field's value.

func (*AssessmentMetadata) SetName

SetName sets the Name field's value.

func (*AssessmentMetadata) SetRoles

func (s *AssessmentMetadata) SetRoles(v []*Role) *AssessmentMetadata

SetRoles sets the Roles field's value.

func (*AssessmentMetadata) SetScope

func (s *AssessmentMetadata) SetScope(v *Scope) *AssessmentMetadata

SetScope sets the Scope field's value.

func (*AssessmentMetadata) SetStatus

func (s *AssessmentMetadata) SetStatus(v string) *AssessmentMetadata

SetStatus sets the Status field's value.

func (AssessmentMetadata) String

func (s AssessmentMetadata) String() string

String returns the string representation

type AssessmentMetadataItem

type AssessmentMetadataItem struct {

	// The name of the compliance standard related to the assessment, such as PCI-DSS.
	ComplianceType *string `locationName:"complianceType" type:"string"`

	// Specifies when the assessment was created.
	CreationTime *time.Time `locationName:"creationTime" type:"timestamp"`

	// The delegations associated with the assessment.
	Delegations []*Delegation `locationName:"delegations" type:"list"`

	// 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 *string `locationName:"name" min:"1" type:"string"`

	// The roles associated with the assessment.
	Roles []*Role `locationName:"roles" type:"list"`

	// The current status of the assessment.
	Status *string `locationName:"status" type:"string" enum:"AssessmentStatus"`
	// contains filtered or unexported fields
}

A metadata object associated with an assessment in AWS Audit Manager.

func (AssessmentMetadataItem) GoString

func (s AssessmentMetadataItem) GoString() string

GoString returns the string representation

func (*AssessmentMetadataItem) SetComplianceType

func (s *AssessmentMetadataItem) SetComplianceType(v string) *AssessmentMetadataItem

SetComplianceType sets the ComplianceType field's value.

func (*AssessmentMetadataItem) SetCreationTime

func (s *AssessmentMetadataItem) SetCreationTime(v time.Time) *AssessmentMetadataItem

SetCreationTime sets the CreationTime field's value.

func (*AssessmentMetadataItem) SetDelegations

func (s *AssessmentMetadataItem) SetDelegations(v []*Delegation) *AssessmentMetadataItem

SetDelegations sets the Delegations field's value.

func (*AssessmentMetadataItem) SetId

SetId sets the Id field's value.

func (*AssessmentMetadataItem) SetLastUpdated

SetLastUpdated sets the LastUpdated field's value.

func (*AssessmentMetadataItem) SetName

SetName sets the Name field's value.

func (*AssessmentMetadataItem) SetRoles

SetRoles sets the Roles field's value.

func (*AssessmentMetadataItem) SetStatus

SetStatus sets the Status field's value.

func (AssessmentMetadataItem) String

func (s AssessmentMetadataItem) String() string

String returns the string representation

type AssessmentReport

type AssessmentReport struct {

	// The identifier for the specified assessment.
	AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"`

	// The name of the associated assessment.
	AssessmentName *string `locationName:"assessmentName" min:"1" type:"string"`

	// The name of the user who created the assessment report.
	Author *string `locationName:"author" min:"1" type:"string"`

	// The identifier for the specified AWS 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 *string `locationName:"description" type:"string"`

	// The unique identifier for the specified assessment report.
	Id *string `locationName:"id" min:"36" type:"string"`

	// The name 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 generated from an AWS Audit Manager assessment. These reports summarize the relevant evidence collected for your audit, and link to the relevant evidence folders which are named and organized according to the controls specified in your assessment.

func (AssessmentReport) GoString

func (s AssessmentReport) GoString() string

GoString returns the string representation

func (*AssessmentReport) SetAssessmentId

func (s *AssessmentReport) SetAssessmentId(v string) *AssessmentReport

SetAssessmentId sets the AssessmentId field's value.

func (*AssessmentReport) SetAssessmentName

func (s *AssessmentReport) SetAssessmentName(v string) *AssessmentReport

SetAssessmentName sets the AssessmentName field's value.

func (*AssessmentReport) SetAuthor

func (s *AssessmentReport) SetAuthor(v string) *AssessmentReport

SetAuthor sets the Author field's value.

func (*AssessmentReport) SetAwsAccountId

func (s *AssessmentReport) SetAwsAccountId(v string) *AssessmentReport

SetAwsAccountId sets the AwsAccountId field's value.

func (*AssessmentReport) SetCreationTime

func (s *AssessmentReport) SetCreationTime(v time.Time) *AssessmentReport

SetCreationTime sets the CreationTime field's value.

func (*AssessmentReport) SetDescription

func (s *AssessmentReport) SetDescription(v string) *AssessmentReport

SetDescription sets the Description field's value.

func (*AssessmentReport) SetId

SetId sets the Id field's value.

func (*AssessmentReport) SetName

func (s *AssessmentReport) SetName(v string) *AssessmentReport

SetName sets the Name field's value.

func (*AssessmentReport) SetStatus

func (s *AssessmentReport) SetStatus(v string) *AssessmentReport

SetStatus sets the Status field's value.

func (AssessmentReport) String

func (s AssessmentReport) String() string

String returns the string representation

type AssessmentReportEvidenceError

type AssessmentReportEvidenceError struct {

	// The error code returned by the AssessmentReportEvidence API.
	ErrorCode *string `locationName:"errorCode" min:"3" type:"string"`

	// The error message returned by the AssessmentReportEvidence API.
	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 the AssessmentReportEvidence API. This is used to provide more meaningful errors than a simple string message.

func (AssessmentReportEvidenceError) GoString

GoString returns the string representation

func (*AssessmentReportEvidenceError) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*AssessmentReportEvidenceError) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (*AssessmentReportEvidenceError) SetEvidenceId

SetEvidenceId sets the EvidenceId field's value.

func (AssessmentReportEvidenceError) String

String returns the string representation

type AssessmentReportMetadata

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 *string `locationName:"assessmentName" min:"1" type:"string"`

	// The name of the user who created the assessment report.
	Author *string `locationName:"author" min:"1" type:"string"`

	// Specifies when the assessment report was created.
	CreationTime *time.Time `locationName:"creationTime" type:"timestamp"`

	// The description of the specified assessment report.
	Description *string `locationName:"description" type:"string"`

	// 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 associated with the specified assessment report.

func (AssessmentReportMetadata) GoString

func (s AssessmentReportMetadata) GoString() string

GoString returns the string representation

func (*AssessmentReportMetadata) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*AssessmentReportMetadata) SetAssessmentName

func (s *AssessmentReportMetadata) SetAssessmentName(v string) *AssessmentReportMetadata

SetAssessmentName sets the AssessmentName field's value.

func (*AssessmentReportMetadata) SetAuthor

SetAuthor sets the Author field's value.

func (*AssessmentReportMetadata) SetCreationTime

SetCreationTime sets the CreationTime field's value.

func (*AssessmentReportMetadata) SetDescription

SetDescription sets the Description field's value.

func (*AssessmentReportMetadata) SetId

SetId sets the Id field's value.

func (*AssessmentReportMetadata) SetName

SetName sets the Name field's value.

func (*AssessmentReportMetadata) SetStatus

SetStatus sets the Status field's value.

func (AssessmentReportMetadata) String

func (s AssessmentReportMetadata) String() string

String returns the string representation

type AssessmentReportsDestination

type AssessmentReportsDestination struct {

	// The destination of the assessment report.
	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 in which AWS Audit Manager saves assessment reports for the given assessment.

func (AssessmentReportsDestination) GoString

func (s AssessmentReportsDestination) GoString() string

GoString returns the string representation

func (*AssessmentReportsDestination) SetDestination

SetDestination sets the Destination field's value.

func (*AssessmentReportsDestination) SetDestinationType

SetDestinationType sets the DestinationType field's value.

func (AssessmentReportsDestination) String

String returns the string representation

func (*AssessmentReportsDestination) Validate

func (s *AssessmentReportsDestination) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateAssessmentReportEvidenceFolderInput

type AssociateAssessmentReportEvidenceFolderInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the folder in which evidence is stored.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (AssociateAssessmentReportEvidenceFolderInput) GoString

GoString returns the string representation

func (*AssociateAssessmentReportEvidenceFolderInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*AssociateAssessmentReportEvidenceFolderInput) SetEvidenceFolderId

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (AssociateAssessmentReportEvidenceFolderInput) String

String returns the string representation

func (*AssociateAssessmentReportEvidenceFolderInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type AssociateAssessmentReportEvidenceFolderOutput

type AssociateAssessmentReportEvidenceFolderOutput struct {
	// contains filtered or unexported fields
}

func (AssociateAssessmentReportEvidenceFolderOutput) GoString

GoString returns the string representation

func (AssociateAssessmentReportEvidenceFolderOutput) String

String returns the string representation

type AuditManager

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

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 (*AuditManager) AssociateAssessmentReportEvidenceFolder

AssociateAssessmentReportEvidenceFolder API operation for AWS Audit Manager.

Associates an evidence folder to the specified assessment report in AWS 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 AssociateAssessmentReportEvidenceFolder for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/AssociateAssessmentReportEvidenceFolder

func (*AuditManager) AssociateAssessmentReportEvidenceFolderRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/AssociateAssessmentReportEvidenceFolder

func (*AuditManager) AssociateAssessmentReportEvidenceFolderWithContext

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 (*AuditManager) BatchAssociateAssessmentReportEvidence

BatchAssociateAssessmentReportEvidence API operation for AWS Audit Manager.

Associates a list of evidence to an assessment report in an AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchAssociateAssessmentReportEvidence

func (*AuditManager) BatchAssociateAssessmentReportEvidenceRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchAssociateAssessmentReportEvidence

func (*AuditManager) BatchAssociateAssessmentReportEvidenceWithContext

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 (*AuditManager) BatchCreateDelegationByAssessment

BatchCreateDelegationByAssessment API operation for AWS Audit Manager.

Create a batch of delegations for a specified assessment in AWS 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 specified in the request cannot be found.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/BatchCreateDelegationByAssessment

func (*AuditManager) BatchCreateDelegationByAssessmentRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchCreateDelegationByAssessment

func (*AuditManager) BatchCreateDelegationByAssessmentWithContext

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 (*AuditManager) BatchDeleteDelegationByAssessment

BatchDeleteDelegationByAssessment API operation for AWS Audit Manager.

Deletes the delegations in the specified AWS 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 BatchDeleteDelegationByAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/BatchDeleteDelegationByAssessment

func (*AuditManager) BatchDeleteDelegationByAssessmentRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchDeleteDelegationByAssessment

func (*AuditManager) BatchDeleteDelegationByAssessmentWithContext

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 (*AuditManager) BatchDisassociateAssessmentReportEvidence

BatchDisassociateAssessmentReportEvidence API operation for AWS Audit Manager.

Disassociates a list of evidence from the specified assessment report in AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchDisassociateAssessmentReportEvidence

func (*AuditManager) BatchDisassociateAssessmentReportEvidenceRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchDisassociateAssessmentReportEvidence

func (*AuditManager) BatchDisassociateAssessmentReportEvidenceWithContext

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 (*AuditManager) BatchImportEvidenceToAssessmentControl

BatchImportEvidenceToAssessmentControl API operation for AWS Audit Manager.

Uploads one or more pieces of evidence to the specified control in the assessment in AWS 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 BatchImportEvidenceToAssessmentControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/BatchImportEvidenceToAssessmentControl

func (*AuditManager) BatchImportEvidenceToAssessmentControlRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/BatchImportEvidenceToAssessmentControl

func (*AuditManager) BatchImportEvidenceToAssessmentControlWithContext

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 (*AuditManager) CreateAssessment

func (c *AuditManager) CreateAssessment(input *CreateAssessmentInput) (*CreateAssessmentOutput, error)

CreateAssessment API operation for AWS Audit Manager.

Creates an assessment in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/CreateAssessment

func (*AuditManager) CreateAssessmentFramework

func (c *AuditManager) CreateAssessmentFramework(input *CreateAssessmentFrameworkInput) (*CreateAssessmentFrameworkOutput, error)

CreateAssessmentFramework API operation for AWS Audit Manager.

Creates a custom framework in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/CreateAssessmentFramework

func (*AuditManager) CreateAssessmentFrameworkRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentFramework

func (*AuditManager) CreateAssessmentFrameworkWithContext

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 (*AuditManager) CreateAssessmentReport

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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentReport

func (*AuditManager) CreateAssessmentReportRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessmentReport

func (*AuditManager) CreateAssessmentReportWithContext

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 (*AuditManager) CreateAssessmentRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/CreateAssessment

func (*AuditManager) CreateAssessmentWithContext

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 (*AuditManager) CreateControl

func (c *AuditManager) CreateControl(input *CreateControlInput) (*CreateControlOutput, error)

CreateControl API operation for AWS Audit Manager.

Creates a new custom control in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/CreateControl

func (*AuditManager) CreateControlRequest

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 (*AuditManager) CreateControlWithContext

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 (*AuditManager) DeleteAssessment

func (c *AuditManager) DeleteAssessment(input *DeleteAssessmentInput) (*DeleteAssessmentOutput, error)

DeleteAssessment API operation for AWS Audit Manager.

Deletes an assessment in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/DeleteAssessment

func (*AuditManager) DeleteAssessmentFramework

func (c *AuditManager) DeleteAssessmentFramework(input *DeleteAssessmentFrameworkInput) (*DeleteAssessmentFrameworkOutput, error)

DeleteAssessmentFramework API operation for AWS Audit Manager.

Deletes a custom framework in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/DeleteAssessmentFramework

func (*AuditManager) DeleteAssessmentFrameworkRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeleteAssessmentFramework

func (*AuditManager) DeleteAssessmentFrameworkWithContext

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 (*AuditManager) DeleteAssessmentReport

func (c *AuditManager) DeleteAssessmentReport(input *DeleteAssessmentReportInput) (*DeleteAssessmentReportOutput, error)

DeleteAssessmentReport API operation for AWS Audit Manager.

Deletes an assessment report from an assessment in AWS 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 DeleteAssessmentReport for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeleteAssessmentReport

func (*AuditManager) DeleteAssessmentReportRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeleteAssessmentReport

func (*AuditManager) DeleteAssessmentReportWithContext

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 (*AuditManager) DeleteAssessmentRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeleteAssessment

func (*AuditManager) DeleteAssessmentWithContext

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 (*AuditManager) DeleteControl

func (c *AuditManager) DeleteControl(input *DeleteControlInput) (*DeleteControlOutput, error)

DeleteControl API operation for AWS Audit Manager.

Deletes a custom control in AWS 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 DeleteControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) DeleteControlRequest

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 (*AuditManager) DeleteControlWithContext

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 (*AuditManager) DeregisterAccount

func (c *AuditManager) DeregisterAccount(input *DeregisterAccountInput) (*DeregisterAccountOutput, error)

DeregisterAccount API operation for AWS Audit Manager.

Deregisters an account in AWS 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 DeregisterAccount for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeregisterAccount

func (*AuditManager) DeregisterAccountRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeregisterAccount

func (*AuditManager) DeregisterAccountWithContext

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 (*AuditManager) DeregisterOrganizationAdminAccount

DeregisterOrganizationAdminAccount API operation for AWS Audit Manager.

Deregisters the delegated AWS administrator account from the AWS 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 DeregisterOrganizationAdminAccount for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeregisterOrganizationAdminAccount

func (*AuditManager) DeregisterOrganizationAdminAccountRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DeregisterOrganizationAdminAccount

func (*AuditManager) DeregisterOrganizationAdminAccountWithContext

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 (*AuditManager) DisassociateAssessmentReportEvidenceFolder

DisassociateAssessmentReportEvidenceFolder API operation for AWS Audit Manager.

Disassociates an evidence folder from the specified assessment report in AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DisassociateAssessmentReportEvidenceFolder

func (*AuditManager) DisassociateAssessmentReportEvidenceFolderRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/DisassociateAssessmentReportEvidenceFolder

func (*AuditManager) DisassociateAssessmentReportEvidenceFolderWithContext

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 (*AuditManager) GetAccountStatus

func (c *AuditManager) GetAccountStatus(input *GetAccountStatusInput) (*GetAccountStatusOutput, error)

GetAccountStatus API operation for AWS Audit Manager.

Returns the registration status of an account in AWS 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:

  • 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/GetAccountStatus

func (*AuditManager) GetAccountStatusRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAccountStatus

func (*AuditManager) GetAccountStatusWithContext

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 (*AuditManager) GetAssessment

func (c *AuditManager) GetAssessment(input *GetAssessmentInput) (*GetAssessmentOutput, error)

GetAssessment API operation for AWS Audit Manager.

Returns an assessment from AWS 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 GetAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) GetAssessmentFramework

func (c *AuditManager) GetAssessmentFramework(input *GetAssessmentFrameworkInput) (*GetAssessmentFrameworkOutput, error)

GetAssessmentFramework API operation for AWS Audit Manager.

Returns a framework from AWS 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 GetAssessmentFramework for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/GetAssessmentFramework

func (*AuditManager) GetAssessmentFrameworkRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessmentFramework

func (*AuditManager) GetAssessmentFrameworkWithContext

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 (*AuditManager) GetAssessmentReportUrl

func (c *AuditManager) GetAssessmentReportUrl(input *GetAssessmentReportUrlInput) (*GetAssessmentReportUrlOutput, error)

GetAssessmentReportUrl API operation for AWS Audit Manager.

Returns the URL of a specified assessment report in AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessmentReportUrl

func (*AuditManager) GetAssessmentReportUrlRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetAssessmentReportUrl

func (*AuditManager) GetAssessmentReportUrlWithContext

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 (*AuditManager) GetAssessmentRequest

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 (*AuditManager) GetAssessmentWithContext

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 (*AuditManager) GetChangeLogs

func (c *AuditManager) GetChangeLogs(input *GetChangeLogsInput) (*GetChangeLogsOutput, error)

GetChangeLogs API operation for AWS Audit Manager.

Returns a list of changelogs from AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS Audit Manager settings page, and try again.

  • ResourceNotFoundException The resource specified in the request cannot 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 (*AuditManager) GetChangeLogsPages

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 (*AuditManager) GetChangeLogsPagesWithContext

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 (*AuditManager) GetChangeLogsRequest

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 (*AuditManager) GetChangeLogsWithContext

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 (*AuditManager) GetControl

func (c *AuditManager) GetControl(input *GetControlInput) (*GetControlOutput, error)

GetControl API operation for AWS Audit Manager.

Returns a control from AWS 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 GetControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) GetControlRequest

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 (*AuditManager) GetControlWithContext

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 (*AuditManager) GetDelegations

func (c *AuditManager) GetDelegations(input *GetDelegationsInput) (*GetDelegationsOutput, error)

GetDelegations API operation for AWS Audit Manager.

Returns 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) GetDelegationsPages

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 (*AuditManager) GetDelegationsPagesWithContext

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 (*AuditManager) GetDelegationsRequest

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 (*AuditManager) GetDelegationsWithContext

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 (*AuditManager) GetEvidence

func (c *AuditManager) GetEvidence(input *GetEvidenceInput) (*GetEvidenceOutput, error)

GetEvidence API operation for AWS Audit Manager.

Returns evidence from AWS 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 GetEvidence for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) GetEvidenceByEvidenceFolder

func (c *AuditManager) GetEvidenceByEvidenceFolder(input *GetEvidenceByEvidenceFolderInput) (*GetEvidenceByEvidenceFolderOutput, error)

GetEvidenceByEvidenceFolder API operation for AWS Audit Manager.

Returns all evidence from a specified evidence folder in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/GetEvidenceByEvidenceFolder

func (*AuditManager) GetEvidenceByEvidenceFolderPages

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 (*AuditManager) GetEvidenceByEvidenceFolderPagesWithContext

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 (*AuditManager) GetEvidenceByEvidenceFolderRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetEvidenceByEvidenceFolder

func (*AuditManager) GetEvidenceByEvidenceFolderWithContext

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 (*AuditManager) GetEvidenceFolder

func (c *AuditManager) GetEvidenceFolder(input *GetEvidenceFolderInput) (*GetEvidenceFolderOutput, error)

GetEvidenceFolder API operation for AWS Audit Manager.

Returns an evidence folder from the specified assessment in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/GetEvidenceFolder

func (*AuditManager) GetEvidenceFolderRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetEvidenceFolder

func (*AuditManager) GetEvidenceFolderWithContext

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 (*AuditManager) GetEvidenceFoldersByAssessment

GetEvidenceFoldersByAssessment API operation for AWS Audit Manager.

Returns the evidence folders from a specified assessment in AWS 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 specified in the request cannot be found.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/GetEvidenceFoldersByAssessment

func (*AuditManager) GetEvidenceFoldersByAssessmentControl

GetEvidenceFoldersByAssessmentControl API operation for AWS Audit Manager.

Returns a list of evidence folders associated with a specified control of an assessment in AWS 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 GetEvidenceFoldersByAssessmentControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/GetEvidenceFoldersByAssessmentControl

func (*AuditManager) GetEvidenceFoldersByAssessmentControlPages

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 (*AuditManager) GetEvidenceFoldersByAssessmentControlPagesWithContext

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 (*AuditManager) GetEvidenceFoldersByAssessmentControlRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetEvidenceFoldersByAssessmentControl

func (*AuditManager) GetEvidenceFoldersByAssessmentControlWithContext

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 (*AuditManager) GetEvidenceFoldersByAssessmentPages

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 (*AuditManager) GetEvidenceFoldersByAssessmentPagesWithContext

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 (*AuditManager) GetEvidenceFoldersByAssessmentRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetEvidenceFoldersByAssessment

func (*AuditManager) GetEvidenceFoldersByAssessmentWithContext

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 (*AuditManager) GetEvidenceRequest

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 (*AuditManager) GetEvidenceWithContext

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 (*AuditManager) GetOrganizationAdminAccount

func (c *AuditManager) GetOrganizationAdminAccount(input *GetOrganizationAdminAccountInput) (*GetOrganizationAdminAccountOutput, error)

GetOrganizationAdminAccount API operation for AWS Audit Manager.

Returns the name of the delegated AWS administrator account for the AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetOrganizationAdminAccount

func (*AuditManager) GetOrganizationAdminAccountRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetOrganizationAdminAccount

func (*AuditManager) GetOrganizationAdminAccountWithContext

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 (*AuditManager) GetServicesInScope

func (c *AuditManager) GetServicesInScope(input *GetServicesInScopeInput) (*GetServicesInScopeOutput, error)

GetServicesInScope API operation for AWS Audit Manager.

Returns a list of the in-scope AWS services 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 GetServicesInScope for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/GetServicesInScope

func (*AuditManager) GetServicesInScopeRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetServicesInScope

func (*AuditManager) GetServicesInScopeWithContext

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 (*AuditManager) GetSettings

func (c *AuditManager) GetSettings(input *GetSettingsInput) (*GetSettingsOutput, error)

GetSettings API operation for AWS Audit Manager.

Returns the settings for the specified AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) GetSettingsRequest

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 (*AuditManager) GetSettingsWithContext

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 (*AuditManager) ListAssessmentFrameworks

func (c *AuditManager) ListAssessmentFrameworks(input *ListAssessmentFrameworksInput) (*ListAssessmentFrameworksOutput, error)

ListAssessmentFrameworks API operation for AWS Audit Manager.

Returns a list of the frameworks available in the AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/ListAssessmentFrameworks

func (*AuditManager) ListAssessmentFrameworksPages

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 (*AuditManager) ListAssessmentFrameworksPagesWithContext

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 (*AuditManager) ListAssessmentFrameworksRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListAssessmentFrameworks

func (*AuditManager) ListAssessmentFrameworksWithContext

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 (*AuditManager) ListAssessmentReports

func (c *AuditManager) ListAssessmentReports(input *ListAssessmentReportsInput) (*ListAssessmentReportsOutput, error)

ListAssessmentReports API operation for AWS Audit Manager.

Returns a list of assessment reports created in AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/ListAssessmentReports

func (*AuditManager) ListAssessmentReportsPages

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 (*AuditManager) ListAssessmentReportsPagesWithContext

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 (*AuditManager) ListAssessmentReportsRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListAssessmentReports

func (*AuditManager) ListAssessmentReportsWithContext

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 (*AuditManager) ListAssessments

func (c *AuditManager) ListAssessments(input *ListAssessmentsInput) (*ListAssessmentsOutput, error)

ListAssessments API operation for AWS Audit Manager.

Returns a list of current and past assessments from AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) ListAssessmentsPages

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 (*AuditManager) ListAssessmentsPagesWithContext

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 (*AuditManager) ListAssessmentsRequest

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 (*AuditManager) ListAssessmentsWithContext

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 (*AuditManager) ListControls

func (c *AuditManager) ListControls(input *ListControlsInput) (*ListControlsOutput, error)

ListControls API operation for AWS Audit Manager.

Returns a list of controls from AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) ListControlsPages

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 (*AuditManager) ListControlsPagesWithContext

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 (*AuditManager) ListControlsRequest

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 (*AuditManager) ListControlsWithContext

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 (*AuditManager) ListKeywordsForDataSource

func (c *AuditManager) ListKeywordsForDataSource(input *ListKeywordsForDataSourceInput) (*ListKeywordsForDataSourceOutput, error)

ListKeywordsForDataSource API operation for AWS Audit Manager.

Returns a list of keywords that 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/ListKeywordsForDataSource

func (*AuditManager) ListKeywordsForDataSourcePages

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 (*AuditManager) ListKeywordsForDataSourcePagesWithContext

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 (*AuditManager) ListKeywordsForDataSourceRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListKeywordsForDataSource

func (*AuditManager) ListKeywordsForDataSourceWithContext

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 (*AuditManager) ListNotifications

func (c *AuditManager) ListNotifications(input *ListNotificationsInput) (*ListNotificationsOutput, error)

ListNotifications API operation for AWS Audit Manager.

Returns a list of all AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/ListNotifications

func (*AuditManager) ListNotificationsPages

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 (*AuditManager) ListNotificationsPagesWithContext

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 (*AuditManager) ListNotificationsRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListNotifications

func (*AuditManager) ListNotificationsWithContext

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 (*AuditManager) ListTagsForResource

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 AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListTagsForResource

func (*AuditManager) ListTagsForResourceRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ListTagsForResource

func (*AuditManager) ListTagsForResourceWithContext

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 (*AuditManager) RegisterAccount

func (c *AuditManager) RegisterAccount(input *RegisterAccountInput) (*RegisterAccountOutput, error)

RegisterAccount API operation for AWS Audit Manager.

Enables AWS Audit Manager for the specified AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/RegisterAccount

func (*AuditManager) RegisterAccountRequest

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 (*AuditManager) RegisterAccountWithContext

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 (*AuditManager) RegisterOrganizationAdminAccount

RegisterOrganizationAdminAccount API operation for AWS Audit Manager.

Enables an AWS account within the organization as the delegated administrator for AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/RegisterOrganizationAdminAccount

func (*AuditManager) RegisterOrganizationAdminAccountRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/RegisterOrganizationAdminAccount

func (*AuditManager) RegisterOrganizationAdminAccountWithContext

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 (*AuditManager) TagResource

func (c *AuditManager) TagResource(input *TagResourceInput) (*TagResourceOutput, error)

TagResource API operation for AWS Audit Manager.

Tags the specified resource in AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/TagResource

func (*AuditManager) TagResourceRequest

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 (*AuditManager) TagResourceWithContext

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 (*AuditManager) UntagResource

func (c *AuditManager) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)

UntagResource API operation for AWS Audit Manager.

Removes a tag from a resource in AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UntagResource

func (*AuditManager) UntagResourceRequest

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 (*AuditManager) UntagResourceWithContext

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 (*AuditManager) UpdateAssessment

func (c *AuditManager) UpdateAssessment(input *UpdateAssessmentInput) (*UpdateAssessmentOutput, error)

UpdateAssessment API operation for AWS Audit Manager.

Edits an AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/UpdateAssessment

func (*AuditManager) UpdateAssessmentControl

func (c *AuditManager) UpdateAssessmentControl(input *UpdateAssessmentControlInput) (*UpdateAssessmentControlOutput, error)

UpdateAssessmentControl API operation for AWS Audit Manager.

Updates a control within an assessment in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/UpdateAssessmentControl

func (*AuditManager) UpdateAssessmentControlRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentControl

func (*AuditManager) UpdateAssessmentControlSetStatus

UpdateAssessmentControlSetStatus API operation for AWS Audit Manager.

Updates the status of a control set in an AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/UpdateAssessmentControlSetStatus

func (*AuditManager) UpdateAssessmentControlSetStatusRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentControlSetStatus

func (*AuditManager) UpdateAssessmentControlSetStatusWithContext

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 (*AuditManager) UpdateAssessmentControlWithContext

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 (*AuditManager) UpdateAssessmentFramework

func (c *AuditManager) UpdateAssessmentFramework(input *UpdateAssessmentFrameworkInput) (*UpdateAssessmentFrameworkOutput, error)

UpdateAssessmentFramework API operation for AWS Audit Manager.

Updates a custom framework in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/UpdateAssessmentFramework

func (*AuditManager) UpdateAssessmentFrameworkRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentFramework

func (*AuditManager) UpdateAssessmentFrameworkWithContext

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 (*AuditManager) UpdateAssessmentRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessment

func (*AuditManager) UpdateAssessmentStatus

func (c *AuditManager) UpdateAssessmentStatus(input *UpdateAssessmentStatusInput) (*UpdateAssessmentStatusOutput, error)

UpdateAssessmentStatus API operation for AWS Audit Manager.

Updates the status of an assessment in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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/UpdateAssessmentStatus

func (*AuditManager) UpdateAssessmentStatusRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/UpdateAssessmentStatus

func (*AuditManager) UpdateAssessmentStatusWithContext

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 (*AuditManager) UpdateAssessmentWithContext

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 (*AuditManager) UpdateControl

func (c *AuditManager) UpdateControl(input *UpdateControlInput) (*UpdateControlOutput, error)

UpdateControl API operation for AWS Audit Manager.

Updates a custom control in AWS 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 specified in the request cannot be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) UpdateControlRequest

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 (*AuditManager) UpdateControlWithContext

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 (*AuditManager) UpdateSettings

func (c *AuditManager) UpdateSettings(input *UpdateSettingsInput) (*UpdateSettingsOutput, error)

UpdateSettings API operation for AWS Audit Manager.

Updates AWS Audit Manager settings for the current user 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 (*AuditManager) UpdateSettingsRequest

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 (*AuditManager) UpdateSettingsWithContext

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 (*AuditManager) ValidateAssessmentReportIntegrity

ValidateAssessmentReportIntegrity API operation for AWS Audit Manager.

Validates the integrity of an assessment report in AWS 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 is not registered with AWS Audit Manager. Check the delegated administrator setup on the AWS 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 specified in the request cannot be found.

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ValidateAssessmentReportIntegrity

func (*AuditManager) ValidateAssessmentReportIntegrityRequest

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)
}

See also, https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/ValidateAssessmentReportIntegrity

func (*AuditManager) ValidateAssessmentReportIntegrityWithContext

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

type BatchAssociateAssessmentReportEvidenceInput struct {

	// The unique identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the folder in which the evidence is stored.
	//
	// 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 (BatchAssociateAssessmentReportEvidenceInput) GoString

GoString returns the string representation

func (*BatchAssociateAssessmentReportEvidenceInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*BatchAssociateAssessmentReportEvidenceInput) SetEvidenceFolderId

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (*BatchAssociateAssessmentReportEvidenceInput) SetEvidenceIds

SetEvidenceIds sets the EvidenceIds field's value.

func (BatchAssociateAssessmentReportEvidenceInput) String

String returns the string representation

func (*BatchAssociateAssessmentReportEvidenceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type BatchAssociateAssessmentReportEvidenceOutput

type BatchAssociateAssessmentReportEvidenceOutput struct {

	// A list of errors returned by the BatchAssociateAssessmentReportEvidence API.
	Errors []*AssessmentReportEvidenceError `locationName:"errors" type:"list"`

	// The identifier for the evidence.
	EvidenceIds []*string `locationName:"evidenceIds" type:"list"`
	// contains filtered or unexported fields
}

func (BatchAssociateAssessmentReportEvidenceOutput) GoString

GoString returns the string representation

func (*BatchAssociateAssessmentReportEvidenceOutput) SetErrors

SetErrors sets the Errors field's value.

func (*BatchAssociateAssessmentReportEvidenceOutput) SetEvidenceIds

SetEvidenceIds sets the EvidenceIds field's value.

func (BatchAssociateAssessmentReportEvidenceOutput) String

String returns the string representation

type BatchCreateDelegationByAssessmentError

type BatchCreateDelegationByAssessmentError struct {

	// The API request to batch create delegations in AWS Audit Manager.
	CreateDelegationRequest *CreateDelegationRequest `locationName:"createDelegationRequest" type:"structure"`

	// The error code returned by the BatchCreateDelegationByAssessment API.
	ErrorCode *string `locationName:"errorCode" min:"3" type:"string"`

	// The error message returned by the BatchCreateDelegationByAssessment API.
	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 (BatchCreateDelegationByAssessmentError) GoString

GoString returns the string representation

func (*BatchCreateDelegationByAssessmentError) SetCreateDelegationRequest

SetCreateDelegationRequest sets the CreateDelegationRequest field's value.

func (*BatchCreateDelegationByAssessmentError) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*BatchCreateDelegationByAssessmentError) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (BatchCreateDelegationByAssessmentError) String

String returns the string representation

type BatchCreateDelegationByAssessmentInput

type BatchCreateDelegationByAssessmentInput struct {

	// The identifier for the specified 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 AWS Audit Manager.
	//
	// CreateDelegationRequests is a required field
	CreateDelegationRequests []*CreateDelegationRequest `locationName:"createDelegationRequests" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchCreateDelegationByAssessmentInput) GoString

GoString returns the string representation

func (*BatchCreateDelegationByAssessmentInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*BatchCreateDelegationByAssessmentInput) SetCreateDelegationRequests

SetCreateDelegationRequests sets the CreateDelegationRequests field's value.

func (BatchCreateDelegationByAssessmentInput) String

String returns the string representation

func (*BatchCreateDelegationByAssessmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type BatchCreateDelegationByAssessmentOutput

type BatchCreateDelegationByAssessmentOutput struct {

	// The delegations associated with the assessment.
	Delegations []*Delegation `locationName:"delegations" type:"list"`

	// A list of errors returned by the BatchCreateDelegationByAssessment API.
	Errors []*BatchCreateDelegationByAssessmentError `locationName:"errors" type:"list"`
	// contains filtered or unexported fields
}

func (BatchCreateDelegationByAssessmentOutput) GoString

GoString returns the string representation

func (*BatchCreateDelegationByAssessmentOutput) SetDelegations

SetDelegations sets the Delegations field's value.

func (*BatchCreateDelegationByAssessmentOutput) SetErrors

SetErrors sets the Errors field's value.

func (BatchCreateDelegationByAssessmentOutput) String

String returns the string representation

type BatchDeleteDelegationByAssessmentError

type BatchDeleteDelegationByAssessmentError struct {

	// The identifier for the specified delegation.
	DelegationId *string `locationName:"delegationId" min:"36" type:"string"`

	// The error code returned by the BatchDeleteDelegationByAssessment API.
	ErrorCode *string `locationName:"errorCode" min:"3" type:"string"`

	// The error message returned by the BatchDeleteDelegationByAssessment API.
	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 (BatchDeleteDelegationByAssessmentError) GoString

GoString returns the string representation

func (*BatchDeleteDelegationByAssessmentError) SetDelegationId

SetDelegationId sets the DelegationId field's value.

func (*BatchDeleteDelegationByAssessmentError) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*BatchDeleteDelegationByAssessmentError) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (BatchDeleteDelegationByAssessmentError) String

String returns the string representation

type BatchDeleteDelegationByAssessmentInput

type BatchDeleteDelegationByAssessmentInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifiers for the specified delegations.
	//
	// DelegationIds is a required field
	DelegationIds []*string `locationName:"delegationIds" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDeleteDelegationByAssessmentInput) GoString

GoString returns the string representation

func (*BatchDeleteDelegationByAssessmentInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*BatchDeleteDelegationByAssessmentInput) SetDelegationIds

SetDelegationIds sets the DelegationIds field's value.

func (BatchDeleteDelegationByAssessmentInput) String

String returns the string representation

func (*BatchDeleteDelegationByAssessmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type BatchDeleteDelegationByAssessmentOutput

type BatchDeleteDelegationByAssessmentOutput struct {

	// A list of errors returned by the BatchDeleteDelegationByAssessment API.
	Errors []*BatchDeleteDelegationByAssessmentError `locationName:"errors" type:"list"`
	// contains filtered or unexported fields
}

func (BatchDeleteDelegationByAssessmentOutput) GoString

GoString returns the string representation

func (*BatchDeleteDelegationByAssessmentOutput) SetErrors

SetErrors sets the Errors field's value.

func (BatchDeleteDelegationByAssessmentOutput) String

String returns the string representation

type BatchDisassociateAssessmentReportEvidenceInput

type BatchDisassociateAssessmentReportEvidenceInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the folder in which evidence is stored.
	//
	// 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 (BatchDisassociateAssessmentReportEvidenceInput) GoString

GoString returns the string representation

func (*BatchDisassociateAssessmentReportEvidenceInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*BatchDisassociateAssessmentReportEvidenceInput) SetEvidenceFolderId

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (*BatchDisassociateAssessmentReportEvidenceInput) SetEvidenceIds

SetEvidenceIds sets the EvidenceIds field's value.

func (BatchDisassociateAssessmentReportEvidenceInput) String

String returns the string representation

func (*BatchDisassociateAssessmentReportEvidenceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type BatchDisassociateAssessmentReportEvidenceOutput

type BatchDisassociateAssessmentReportEvidenceOutput struct {

	// A list of errors returned by the BatchDisassociateAssessmentReportEvidence
	// API.
	Errors []*AssessmentReportEvidenceError `locationName:"errors" type:"list"`

	// The identifier for the evidence.
	EvidenceIds []*string `locationName:"evidenceIds" type:"list"`
	// contains filtered or unexported fields
}

func (BatchDisassociateAssessmentReportEvidenceOutput) GoString

GoString returns the string representation

func (*BatchDisassociateAssessmentReportEvidenceOutput) SetErrors

SetErrors sets the Errors field's value.

func (*BatchDisassociateAssessmentReportEvidenceOutput) SetEvidenceIds

SetEvidenceIds sets the EvidenceIds field's value.

func (BatchDisassociateAssessmentReportEvidenceOutput) String

String returns the string representation

type BatchImportEvidenceToAssessmentControlError

type BatchImportEvidenceToAssessmentControlError struct {

	// The error code returned by the BatchImportEvidenceToAssessmentControl API.
	ErrorCode *string `locationName:"errorCode" min:"3" type:"string"`

	// The error message returned by the BatchImportEvidenceToAssessmentControl
	// API.
	ErrorMessage *string `locationName:"errorMessage" type:"string"`

	// Manual evidence that cannot be collected automatically by AWS 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 (BatchImportEvidenceToAssessmentControlError) GoString

GoString returns the string representation

func (*BatchImportEvidenceToAssessmentControlError) SetErrorCode

SetErrorCode sets the ErrorCode field's value.

func (*BatchImportEvidenceToAssessmentControlError) SetErrorMessage

SetErrorMessage sets the ErrorMessage field's value.

func (*BatchImportEvidenceToAssessmentControlError) SetManualEvidence

SetManualEvidence sets the ManualEvidence field's value.

func (BatchImportEvidenceToAssessmentControlError) String

String returns the string representation

type BatchImportEvidenceToAssessmentControlInput

type BatchImportEvidenceToAssessmentControlInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the specified control.
	//
	// ControlId is a required field
	ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"`

	// The identifier for the specified 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 (BatchImportEvidenceToAssessmentControlInput) GoString

GoString returns the string representation

func (*BatchImportEvidenceToAssessmentControlInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*BatchImportEvidenceToAssessmentControlInput) SetControlId

SetControlId sets the ControlId field's value.

func (*BatchImportEvidenceToAssessmentControlInput) SetControlSetId

SetControlSetId sets the ControlSetId field's value.

func (*BatchImportEvidenceToAssessmentControlInput) SetManualEvidence

SetManualEvidence sets the ManualEvidence field's value.

func (BatchImportEvidenceToAssessmentControlInput) String

String returns the string representation

func (*BatchImportEvidenceToAssessmentControlInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type BatchImportEvidenceToAssessmentControlOutput

type BatchImportEvidenceToAssessmentControlOutput struct {

	// A list of errors returned by the BatchImportEvidenceToAssessmentControl API.
	Errors []*BatchImportEvidenceToAssessmentControlError `locationName:"errors" type:"list"`
	// contains filtered or unexported fields
}

func (BatchImportEvidenceToAssessmentControlOutput) GoString

GoString returns the string representation

func (*BatchImportEvidenceToAssessmentControlOutput) SetErrors

SetErrors sets the Errors field's value.

func (BatchImportEvidenceToAssessmentControlOutput) String

String returns the string representation

type ChangeLog

type ChangeLog struct {

	// The action performed.
	Action *string `locationName:"action" type:"string" enum:"ActionEnum"`

	// The time of creation for the changelog object.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The IAM user or role that performed the action.
	CreatedBy *string `locationName:"createdBy" min:"20" type:"string"`

	// The name of the changelog object.
	ObjectName *string `locationName:"objectName" min:"1" type:"string"`

	// The changelog object type, 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 AWS Audit Manager, such as a modified assessment, a delegated control set, and so on.

func (ChangeLog) GoString

func (s ChangeLog) GoString() string

GoString returns the string representation

func (*ChangeLog) SetAction

func (s *ChangeLog) SetAction(v string) *ChangeLog

SetAction sets the Action field's value.

func (*ChangeLog) SetCreatedAt

func (s *ChangeLog) SetCreatedAt(v time.Time) *ChangeLog

SetCreatedAt sets the CreatedAt field's value.

func (*ChangeLog) SetCreatedBy

func (s *ChangeLog) SetCreatedBy(v string) *ChangeLog

SetCreatedBy sets the CreatedBy field's value.

func (*ChangeLog) SetObjectName

func (s *ChangeLog) SetObjectName(v string) *ChangeLog

SetObjectName sets the ObjectName field's value.

func (*ChangeLog) SetObjectType

func (s *ChangeLog) SetObjectType(v string) *ChangeLog

SetObjectType sets the ObjectType field's value.

func (ChangeLog) String

func (s ChangeLog) String() string

String returns the string representation

type Control

type Control struct {

	// The recommended actions to carry out if the control is not fulfilled.
	ActionPlanInstructions *string `locationName:"actionPlanInstructions" type:"string"`

	// The title of the action plan for remediating the control.
	ActionPlanTitle *string `locationName:"actionPlanTitle" type:"string"`

	// The Amazon Resource Name (ARN) of the specified control.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The data mapping sources for the specified control.
	ControlMappingSources []*ControlMappingSource `locationName:"controlMappingSources" min:"1" type:"list"`

	// The data source that determines from where AWS Audit Manager collects evidence
	// for the control.
	ControlSources *string `locationName:"controlSources" min:"1" type:"string"`

	// Specifies when the control was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The IAM user or role that created the control.
	CreatedBy *string `locationName:"createdBy" min:"1" type:"string"`

	// The description of the specified control.
	Description *string `locationName:"description" type:"string"`

	// The unique identifier for the control.
	Id *string `locationName:"id" min:"36" type:"string"`

	// Specifies when the control was most recently updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The IAM user or role that most recently updated the control.
	LastUpdatedBy *string `locationName:"lastUpdatedBy" min:"1" type:"string"`

	// The name of the specified control.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The tags associated with the control.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The steps to follow to determine if the control has been satisfied.
	TestingInformation *string `locationName:"testingInformation" type:"string"`

	// The type of control, such as custom or standard.
	Type *string `locationName:"type" type:"string" enum:"ControlType"`
	// contains filtered or unexported fields
}

A control in AWS Audit Manager.

func (Control) GoString

func (s Control) GoString() string

GoString returns the string representation

func (*Control) SetActionPlanInstructions

func (s *Control) SetActionPlanInstructions(v string) *Control

SetActionPlanInstructions sets the ActionPlanInstructions field's value.

func (*Control) SetActionPlanTitle

func (s *Control) SetActionPlanTitle(v string) *Control

SetActionPlanTitle sets the ActionPlanTitle field's value.

func (*Control) SetArn

func (s *Control) SetArn(v string) *Control

SetArn sets the Arn field's value.

func (*Control) SetControlMappingSources

func (s *Control) SetControlMappingSources(v []*ControlMappingSource) *Control

SetControlMappingSources sets the ControlMappingSources field's value.

func (*Control) SetControlSources

func (s *Control) SetControlSources(v string) *Control

SetControlSources sets the ControlSources field's value.

func (*Control) SetCreatedAt

func (s *Control) SetCreatedAt(v time.Time) *Control

SetCreatedAt sets the CreatedAt field's value.

func (*Control) SetCreatedBy

func (s *Control) SetCreatedBy(v string) *Control

SetCreatedBy sets the CreatedBy field's value.

func (*Control) SetDescription

func (s *Control) SetDescription(v string) *Control

SetDescription sets the Description field's value.

func (*Control) SetId

func (s *Control) SetId(v string) *Control

SetId sets the Id field's value.

func (*Control) SetLastUpdatedAt

func (s *Control) SetLastUpdatedAt(v time.Time) *Control

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*Control) SetLastUpdatedBy

func (s *Control) SetLastUpdatedBy(v string) *Control

SetLastUpdatedBy sets the LastUpdatedBy field's value.

func (*Control) SetName

func (s *Control) SetName(v string) *Control

SetName sets the Name field's value.

func (*Control) SetTags

func (s *Control) SetTags(v map[string]*string) *Control

SetTags sets the Tags field's value.

func (*Control) SetTestingInformation

func (s *Control) SetTestingInformation(v string) *Control

SetTestingInformation sets the TestingInformation field's value.

func (*Control) SetType

func (s *Control) SetType(v string) *Control

SetType sets the Type field's value.

func (Control) String

func (s Control) String() string

String returns the string representation

type ControlComment

type ControlComment struct {

	// The name of the user who authored the comment.
	AuthorName *string `locationName:"authorName" min:"1" type:"string"`

	// The body text of a control comment.
	CommentBody *string `locationName:"commentBody" type:"string"`

	// The time when the comment was posted.
	PostedDate *time.Time `locationName:"postedDate" type:"timestamp"`
	// contains filtered or unexported fields
}

A comment posted by a user on a control. This includes the author's name, the comment text, and a timestamp.

func (ControlComment) GoString

func (s ControlComment) GoString() string

GoString returns the string representation

func (*ControlComment) SetAuthorName

func (s *ControlComment) SetAuthorName(v string) *ControlComment

SetAuthorName sets the AuthorName field's value.

func (*ControlComment) SetCommentBody

func (s *ControlComment) SetCommentBody(v string) *ControlComment

SetCommentBody sets the CommentBody field's value.

func (*ControlComment) SetPostedDate

func (s *ControlComment) SetPostedDate(v time.Time) *ControlComment

SetPostedDate sets the PostedDate field's value.

func (ControlComment) String

func (s ControlComment) String() string

String returns the string representation

type ControlMappingSource

type ControlMappingSource struct {

	// The description of the specified source.
	SourceDescription *string `locationName:"sourceDescription" type:"string"`

	// The frequency of evidence collection for the specified control mapping source.
	SourceFrequency *string `locationName:"sourceFrequency" type:"string" enum:"SourceFrequency"`

	// The unique identifier for the specified source.
	SourceId *string `locationName:"sourceId" min:"36" type:"string"`

	// The keyword to search for in AWS CloudTrail logs, AWS Config rules, AWS Security
	// Hub checks, and AWS API names.
	SourceKeyword *SourceKeyword `locationName:"sourceKeyword" type:"structure"`

	// The name of the specified source.
	SourceName *string `locationName:"sourceName" min:"1" type:"string"`

	// The setup option for the data source, which reflects if the evidence collection
	// is automated or manual.
	SourceSetUpOption *string `locationName:"sourceSetUpOption" type:"string" enum:"SourceSetUpOption"`

	// Specifies one of the five types of data sources for evidence collection.
	SourceType *string `locationName:"sourceType" type:"string" enum:"SourceType"`

	// The instructions for troubleshooting the specified control.
	TroubleshootingText *string `locationName:"troubleshootingText" type:"string"`
	// contains filtered or unexported fields
}

The data source that determines from where AWS Audit Manager collects evidence for the control.

func (ControlMappingSource) GoString

func (s ControlMappingSource) GoString() string

GoString returns the string representation

func (*ControlMappingSource) SetSourceDescription

func (s *ControlMappingSource) SetSourceDescription(v string) *ControlMappingSource

SetSourceDescription sets the SourceDescription field's value.

func (*ControlMappingSource) SetSourceFrequency

func (s *ControlMappingSource) SetSourceFrequency(v string) *ControlMappingSource

SetSourceFrequency sets the SourceFrequency field's value.

func (*ControlMappingSource) SetSourceId

SetSourceId sets the SourceId field's value.

func (*ControlMappingSource) SetSourceKeyword

func (s *ControlMappingSource) SetSourceKeyword(v *SourceKeyword) *ControlMappingSource

SetSourceKeyword sets the SourceKeyword field's value.

func (*ControlMappingSource) SetSourceName

func (s *ControlMappingSource) SetSourceName(v string) *ControlMappingSource

SetSourceName sets the SourceName field's value.

func (*ControlMappingSource) SetSourceSetUpOption

func (s *ControlMappingSource) SetSourceSetUpOption(v string) *ControlMappingSource

SetSourceSetUpOption sets the SourceSetUpOption field's value.

func (*ControlMappingSource) SetSourceType

func (s *ControlMappingSource) SetSourceType(v string) *ControlMappingSource

SetSourceType sets the SourceType field's value.

func (*ControlMappingSource) SetTroubleshootingText

func (s *ControlMappingSource) SetTroubleshootingText(v string) *ControlMappingSource

SetTroubleshootingText sets the TroubleshootingText field's value.

func (ControlMappingSource) String

func (s ControlMappingSource) String() string

String returns the string representation

func (*ControlMappingSource) Validate

func (s *ControlMappingSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ControlMetadata

type ControlMetadata struct {

	// The Amazon Resource Name (ARN) of the specified control.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The data source that determines from where AWS Audit Manager collects evidence
	// for the control.
	ControlSources *string `locationName:"controlSources" min:"1" type:"string"`

	// Specifies when the control was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The unique identifier for the specified control.
	Id *string `locationName:"id" min:"36" type:"string"`

	// Specifies when the control was most recently updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The name of the specified control.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The metadata associated with the specified standard or custom control.

func (ControlMetadata) GoString

func (s ControlMetadata) GoString() string

GoString returns the string representation

func (*ControlMetadata) SetArn

func (s *ControlMetadata) SetArn(v string) *ControlMetadata

SetArn sets the Arn field's value.

func (*ControlMetadata) SetControlSources

func (s *ControlMetadata) SetControlSources(v string) *ControlMetadata

SetControlSources sets the ControlSources field's value.

func (*ControlMetadata) SetCreatedAt

func (s *ControlMetadata) SetCreatedAt(v time.Time) *ControlMetadata

SetCreatedAt sets the CreatedAt field's value.

func (*ControlMetadata) SetId

func (s *ControlMetadata) SetId(v string) *ControlMetadata

SetId sets the Id field's value.

func (*ControlMetadata) SetLastUpdatedAt

func (s *ControlMetadata) SetLastUpdatedAt(v time.Time) *ControlMetadata

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*ControlMetadata) SetName

func (s *ControlMetadata) SetName(v string) *ControlMetadata

SetName sets the Name field's value.

func (ControlMetadata) String

func (s ControlMetadata) String() string

String returns the string representation

type ControlSet

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 AWS Audit Manager.

func (ControlSet) GoString

func (s ControlSet) GoString() string

GoString returns the string representation

func (*ControlSet) SetControls

func (s *ControlSet) SetControls(v []*Control) *ControlSet

SetControls sets the Controls field's value.

func (*ControlSet) SetId

func (s *ControlSet) SetId(v string) *ControlSet

SetId sets the Id field's value.

func (*ControlSet) SetName

func (s *ControlSet) SetName(v string) *ControlSet

SetName sets the Name field's value.

func (ControlSet) String

func (s ControlSet) String() string

String returns the string representation

type CreateAssessmentFrameworkControl

type CreateAssessmentFrameworkControl struct {

	// The unique identifier of the control.
	Id *string `locationName:"id" min:"36" type:"string"`
	// contains filtered or unexported fields
}

Control entity attributes that uniquely identify an existing control to be added to a framework in AWS Audit Manager.

func (CreateAssessmentFrameworkControl) GoString

GoString returns the string representation

func (*CreateAssessmentFrameworkControl) SetId

SetId sets the Id field's value.

func (CreateAssessmentFrameworkControl) String

String returns the string representation

func (*CreateAssessmentFrameworkControl) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentFrameworkControlSet

type CreateAssessmentFrameworkControlSet struct {

	// The list of controls within the control set. This does not contain the control
	// set ID.
	Controls []*CreateAssessmentFrameworkControl `locationName:"controls" min:"1" type:"list"`

	// The name of the specified control set.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A controlSet entity that represents a collection of controls in AWS Audit Manager. This does not contain the control set ID.

func (CreateAssessmentFrameworkControlSet) GoString

GoString returns the string representation

func (*CreateAssessmentFrameworkControlSet) SetControls

SetControls sets the Controls field's value.

func (*CreateAssessmentFrameworkControlSet) SetName

SetName sets the Name field's value.

func (CreateAssessmentFrameworkControlSet) String

String returns the string representation

func (*CreateAssessmentFrameworkControlSet) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentFrameworkInput

type CreateAssessmentFrameworkInput struct {

	// The compliance type that the new custom framework supports, such as CIS or
	// HIPAA.
	ComplianceType *string `locationName:"complianceType" type:"string"`

	// The control sets to be 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 associated with the framework.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateAssessmentFrameworkInput) GoString

GoString returns the string representation

func (*CreateAssessmentFrameworkInput) SetComplianceType

SetComplianceType sets the ComplianceType field's value.

func (*CreateAssessmentFrameworkInput) SetControlSets

SetControlSets sets the ControlSets field's value.

func (*CreateAssessmentFrameworkInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateAssessmentFrameworkInput) SetName

SetName sets the Name field's value.

func (*CreateAssessmentFrameworkInput) SetTags added in v1.36.25

SetTags sets the Tags field's value.

func (CreateAssessmentFrameworkInput) String

String returns the string representation

func (*CreateAssessmentFrameworkInput) Validate

func (s *CreateAssessmentFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentFrameworkOutput

type CreateAssessmentFrameworkOutput struct {

	// The name of the new framework returned by the CreateAssessmentFramework API.
	Framework *Framework `locationName:"framework" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAssessmentFrameworkOutput) GoString

GoString returns the string representation

func (*CreateAssessmentFrameworkOutput) SetFramework

SetFramework sets the Framework field's value.

func (CreateAssessmentFrameworkOutput) String

String returns the string representation

type CreateAssessmentInput

type CreateAssessmentInput struct {

	// The assessment report storage destination for the specified assessment that
	// is being created.
	//
	// AssessmentReportsDestination is a required field
	AssessmentReportsDestination *AssessmentReportsDestination `locationName:"assessmentReportsDestination" type:"structure" required:"true"`

	// The optional description of the assessment to be created.
	Description *string `locationName:"description" type:"string"`

	// The identifier for the specified framework.
	//
	// 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 required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The list of roles for the specified assessment.
	//
	// Roles is a required field
	Roles []*Role `locationName:"roles" type:"list" required:"true"`

	// The wrapper that contains the AWS accounts and AWS services in scope for
	// the assessment.
	//
	// Scope is a required field
	Scope *Scope `locationName:"scope" type:"structure" required:"true"`

	// The tags associated with the assessment.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (CreateAssessmentInput) GoString

func (s CreateAssessmentInput) GoString() string

GoString returns the string representation

func (*CreateAssessmentInput) SetAssessmentReportsDestination

func (s *CreateAssessmentInput) SetAssessmentReportsDestination(v *AssessmentReportsDestination) *CreateAssessmentInput

SetAssessmentReportsDestination sets the AssessmentReportsDestination field's value.

func (*CreateAssessmentInput) SetDescription

func (s *CreateAssessmentInput) SetDescription(v string) *CreateAssessmentInput

SetDescription sets the Description field's value.

func (*CreateAssessmentInput) SetFrameworkId

func (s *CreateAssessmentInput) SetFrameworkId(v string) *CreateAssessmentInput

SetFrameworkId sets the FrameworkId field's value.

func (*CreateAssessmentInput) SetName

SetName sets the Name field's value.

func (*CreateAssessmentInput) SetRoles

SetRoles sets the Roles field's value.

func (*CreateAssessmentInput) SetScope

SetScope sets the Scope field's value.

func (*CreateAssessmentInput) SetTags

SetTags sets the Tags field's value.

func (CreateAssessmentInput) String

func (s CreateAssessmentInput) String() string

String returns the string representation

func (*CreateAssessmentInput) Validate

func (s *CreateAssessmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentOutput

type CreateAssessmentOutput struct {

	// An entity that defines the scope of audit evidence collected by AWS Audit
	// Manager. An AWS Audit Manager assessment is an implementation of an AWS Audit
	// Manager framework.
	Assessment *Assessment `locationName:"assessment" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAssessmentOutput) GoString

func (s CreateAssessmentOutput) GoString() string

GoString returns the string representation

func (*CreateAssessmentOutput) SetAssessment

SetAssessment sets the Assessment field's value.

func (CreateAssessmentOutput) String

func (s CreateAssessmentOutput) String() string

String returns the string representation

type CreateAssessmentReportInput

type CreateAssessmentReportInput struct {

	// The identifier for the specified 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 *string `locationName:"description" type:"string"`

	// The name of the new assessment report.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateAssessmentReportInput) GoString

func (s CreateAssessmentReportInput) GoString() string

GoString returns the string representation

func (*CreateAssessmentReportInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*CreateAssessmentReportInput) SetDescription

SetDescription sets the Description field's value.

func (*CreateAssessmentReportInput) SetName

SetName sets the Name field's value.

func (CreateAssessmentReportInput) String

String returns the string representation

func (*CreateAssessmentReportInput) Validate

func (s *CreateAssessmentReportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateAssessmentReportOutput

type CreateAssessmentReportOutput struct {

	// The new assessment report returned by the CreateAssessmentReport API.
	AssessmentReport *AssessmentReport `locationName:"assessmentReport" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAssessmentReportOutput) GoString

func (s CreateAssessmentReportOutput) GoString() string

GoString returns the string representation

func (*CreateAssessmentReportOutput) SetAssessmentReport

SetAssessmentReport sets the AssessmentReport field's value.

func (CreateAssessmentReportOutput) String

String returns the string representation

type CreateControlInput

type CreateControlInput struct {

	// The recommended actions to carry out if the control is not fulfilled.
	ActionPlanInstructions *string `locationName:"actionPlanInstructions" type:"string"`

	// The title of the action plan for remediating the control.
	ActionPlanTitle *string `locationName:"actionPlanTitle" type:"string"`

	// The data mapping sources for the specified control.
	//
	// ControlMappingSources is a required field
	ControlMappingSources []*CreateControlMappingSource `locationName:"controlMappingSources" min:"1" type:"list" required:"true"`

	// The description of the control.
	Description *string `locationName:"description" type:"string"`

	// The name of the control.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The tags associated with the control.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The steps to follow to determine if the control has been satisfied.
	TestingInformation *string `locationName:"testingInformation" type:"string"`
	// contains filtered or unexported fields
}

func (CreateControlInput) GoString

func (s CreateControlInput) GoString() string

GoString returns the string representation

func (*CreateControlInput) SetActionPlanInstructions

func (s *CreateControlInput) SetActionPlanInstructions(v string) *CreateControlInput

SetActionPlanInstructions sets the ActionPlanInstructions field's value.

func (*CreateControlInput) SetActionPlanTitle

func (s *CreateControlInput) SetActionPlanTitle(v string) *CreateControlInput

SetActionPlanTitle sets the ActionPlanTitle field's value.

func (*CreateControlInput) SetControlMappingSources

func (s *CreateControlInput) SetControlMappingSources(v []*CreateControlMappingSource) *CreateControlInput

SetControlMappingSources sets the ControlMappingSources field's value.

func (*CreateControlInput) SetDescription

func (s *CreateControlInput) SetDescription(v string) *CreateControlInput

SetDescription sets the Description field's value.

func (*CreateControlInput) SetName

SetName sets the Name field's value.

func (*CreateControlInput) SetTags

func (s *CreateControlInput) SetTags(v map[string]*string) *CreateControlInput

SetTags sets the Tags field's value.

func (*CreateControlInput) SetTestingInformation

func (s *CreateControlInput) SetTestingInformation(v string) *CreateControlInput

SetTestingInformation sets the TestingInformation field's value.

func (CreateControlInput) String

func (s CreateControlInput) String() string

String returns the string representation

func (*CreateControlInput) Validate

func (s *CreateControlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateControlMappingSource

type CreateControlMappingSource struct {

	// The description of the data source that determines from where AWS Audit Manager
	// collects evidence for the control.
	SourceDescription *string `locationName:"sourceDescription" type:"string"`

	// The frequency of evidence collection for the specified control mapping source.
	SourceFrequency *string `locationName:"sourceFrequency" type:"string" enum:"SourceFrequency"`

	// The keyword to search for in AWS CloudTrail logs, AWS Config rules, AWS Security
	// Hub checks, and AWS API names.
	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, which reflects if the evidence collection
	// is automated or manual.
	SourceSetUpOption *string `locationName:"sourceSetUpOption" type:"string" enum:"SourceSetUpOption"`

	// Specifies one of the five types of data sources for evidence collection.
	SourceType *string `locationName:"sourceType" type:"string" enum:"SourceType"`

	// The instructions for troubleshooting the specified control.
	TroubleshootingText *string `locationName:"troubleshootingText" type:"string"`
	// contains filtered or unexported fields
}

Control mapping fields that represent the source for evidence collection, along with related parameters and metadata. This does not contain mappingID.

func (CreateControlMappingSource) GoString

func (s CreateControlMappingSource) GoString() string

GoString returns the string representation

func (*CreateControlMappingSource) SetSourceDescription

func (s *CreateControlMappingSource) SetSourceDescription(v string) *CreateControlMappingSource

SetSourceDescription sets the SourceDescription field's value.

func (*CreateControlMappingSource) SetSourceFrequency

SetSourceFrequency sets the SourceFrequency field's value.

func (*CreateControlMappingSource) SetSourceKeyword

SetSourceKeyword sets the SourceKeyword field's value.

func (*CreateControlMappingSource) SetSourceName

SetSourceName sets the SourceName field's value.

func (*CreateControlMappingSource) SetSourceSetUpOption

func (s *CreateControlMappingSource) SetSourceSetUpOption(v string) *CreateControlMappingSource

SetSourceSetUpOption sets the SourceSetUpOption field's value.

func (*CreateControlMappingSource) SetSourceType

SetSourceType sets the SourceType field's value.

func (*CreateControlMappingSource) SetTroubleshootingText

func (s *CreateControlMappingSource) SetTroubleshootingText(v string) *CreateControlMappingSource

SetTroubleshootingText sets the TroubleshootingText field's value.

func (CreateControlMappingSource) String

String returns the string representation

func (*CreateControlMappingSource) Validate

func (s *CreateControlMappingSource) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateControlOutput

type CreateControlOutput struct {

	// The new control returned by the CreateControl API.
	Control *Control `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateControlOutput) GoString

func (s CreateControlOutput) GoString() string

GoString returns the string representation

func (*CreateControlOutput) SetControl

func (s *CreateControlOutput) SetControl(v *Control) *CreateControlOutput

SetControl sets the Control field's value.

func (CreateControlOutput) String

func (s CreateControlOutput) String() string

String returns the string representation

type CreateDelegationRequest

type CreateDelegationRequest struct {

	// A comment related to the delegation request.
	Comment *string `locationName:"comment" type:"string"`

	// 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 used to create a delegation for an assessment in AWS Audit Manager.

func (CreateDelegationRequest) GoString

func (s CreateDelegationRequest) GoString() string

GoString returns the string representation

func (*CreateDelegationRequest) SetComment

SetComment sets the Comment field's value.

func (*CreateDelegationRequest) SetControlSetId

SetControlSetId sets the ControlSetId field's value.

func (*CreateDelegationRequest) SetRoleArn

SetRoleArn sets the RoleArn field's value.

func (*CreateDelegationRequest) SetRoleType

SetRoleType sets the RoleType field's value.

func (CreateDelegationRequest) String

func (s CreateDelegationRequest) String() string

String returns the string representation

func (*CreateDelegationRequest) Validate

func (s *CreateDelegationRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Delegation

type Delegation struct {

	// The identifier for the associated assessment.
	AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"`

	// The name of the associated assessment.
	AssessmentName *string `locationName:"assessmentName" min:"1" type:"string"`

	// The comment related to the delegation.
	Comment *string `locationName:"comment" type:"string"`

	// The identifier for the associated control set.
	ControlSetId *string `locationName:"controlSetId" min:"1" type:"string"`

	// The IAM user or role that created the delegation.
	CreatedBy *string `locationName:"createdBy" 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"`

	// 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 (Delegation) GoString

func (s Delegation) GoString() string

GoString returns the string representation

func (*Delegation) SetAssessmentId

func (s *Delegation) SetAssessmentId(v string) *Delegation

SetAssessmentId sets the AssessmentId field's value.

func (*Delegation) SetAssessmentName

func (s *Delegation) SetAssessmentName(v string) *Delegation

SetAssessmentName sets the AssessmentName field's value.

func (*Delegation) SetComment

func (s *Delegation) SetComment(v string) *Delegation

SetComment sets the Comment field's value.

func (*Delegation) SetControlSetId

func (s *Delegation) SetControlSetId(v string) *Delegation

SetControlSetId sets the ControlSetId field's value.

func (*Delegation) SetCreatedBy

func (s *Delegation) SetCreatedBy(v string) *Delegation

SetCreatedBy sets the CreatedBy field's value.

func (*Delegation) SetCreationTime

func (s *Delegation) SetCreationTime(v time.Time) *Delegation

SetCreationTime sets the CreationTime field's value.

func (*Delegation) SetId

func (s *Delegation) SetId(v string) *Delegation

SetId sets the Id field's value.

func (*Delegation) SetLastUpdated

func (s *Delegation) SetLastUpdated(v time.Time) *Delegation

SetLastUpdated sets the LastUpdated field's value.

func (*Delegation) SetRoleArn

func (s *Delegation) SetRoleArn(v string) *Delegation

SetRoleArn sets the RoleArn field's value.

func (*Delegation) SetRoleType

func (s *Delegation) SetRoleType(v string) *Delegation

SetRoleType sets the RoleType field's value.

func (*Delegation) SetStatus

func (s *Delegation) SetStatus(v string) *Delegation

SetStatus sets the Status field's value.

func (Delegation) String

func (s Delegation) String() string

String returns the string representation

type DelegationMetadata

type DelegationMetadata struct {

	// The unique identifier for the specified assessment.
	AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"`

	// The name of the associated assessment.
	AssessmentName *string `locationName:"assessmentName" min:"1" type:"string"`

	// Specifies the name of the control set 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 delgation.
	Status *string `locationName:"status" type:"string" enum:"DelegationStatus"`
	// contains filtered or unexported fields
}

The metadata associated with the specified delegation.

func (DelegationMetadata) GoString

func (s DelegationMetadata) GoString() string

GoString returns the string representation

func (*DelegationMetadata) SetAssessmentId

func (s *DelegationMetadata) SetAssessmentId(v string) *DelegationMetadata

SetAssessmentId sets the AssessmentId field's value.

func (*DelegationMetadata) SetAssessmentName

func (s *DelegationMetadata) SetAssessmentName(v string) *DelegationMetadata

SetAssessmentName sets the AssessmentName field's value.

func (*DelegationMetadata) SetControlSetName

func (s *DelegationMetadata) SetControlSetName(v string) *DelegationMetadata

SetControlSetName sets the ControlSetName field's value.

func (*DelegationMetadata) SetCreationTime

func (s *DelegationMetadata) SetCreationTime(v time.Time) *DelegationMetadata

SetCreationTime sets the CreationTime field's value.

func (*DelegationMetadata) SetId

SetId sets the Id field's value.

func (*DelegationMetadata) SetRoleArn

func (s *DelegationMetadata) SetRoleArn(v string) *DelegationMetadata

SetRoleArn sets the RoleArn field's value.

func (*DelegationMetadata) SetStatus

func (s *DelegationMetadata) SetStatus(v string) *DelegationMetadata

SetStatus sets the Status field's value.

func (DelegationMetadata) String

func (s DelegationMetadata) String() string

String returns the string representation

type DeleteAssessmentFrameworkInput

type DeleteAssessmentFrameworkInput struct {

	// The identifier for the specified framework.
	//
	// FrameworkId is a required field
	FrameworkId *string `location:"uri" locationName:"frameworkId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAssessmentFrameworkInput) GoString

GoString returns the string representation

func (*DeleteAssessmentFrameworkInput) SetFrameworkId

SetFrameworkId sets the FrameworkId field's value.

func (DeleteAssessmentFrameworkInput) String

String returns the string representation

func (*DeleteAssessmentFrameworkInput) Validate

func (s *DeleteAssessmentFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssessmentFrameworkOutput

type DeleteAssessmentFrameworkOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAssessmentFrameworkOutput) GoString

GoString returns the string representation

func (DeleteAssessmentFrameworkOutput) String

String returns the string representation

type DeleteAssessmentInput

type DeleteAssessmentInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteAssessmentInput) GoString

func (s DeleteAssessmentInput) GoString() string

GoString returns the string representation

func (*DeleteAssessmentInput) SetAssessmentId

func (s *DeleteAssessmentInput) SetAssessmentId(v string) *DeleteAssessmentInput

SetAssessmentId sets the AssessmentId field's value.

func (DeleteAssessmentInput) String

func (s DeleteAssessmentInput) String() string

String returns the string representation

func (*DeleteAssessmentInput) Validate

func (s *DeleteAssessmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssessmentOutput

type DeleteAssessmentOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAssessmentOutput) GoString

func (s DeleteAssessmentOutput) GoString() string

GoString returns the string representation

func (DeleteAssessmentOutput) String

func (s DeleteAssessmentOutput) String() string

String returns the string representation

type DeleteAssessmentReportInput

type DeleteAssessmentReportInput struct {

	// The identifier for the specified 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 (DeleteAssessmentReportInput) GoString

func (s DeleteAssessmentReportInput) GoString() string

GoString returns the string representation

func (*DeleteAssessmentReportInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*DeleteAssessmentReportInput) SetAssessmentReportId

func (s *DeleteAssessmentReportInput) SetAssessmentReportId(v string) *DeleteAssessmentReportInput

SetAssessmentReportId sets the AssessmentReportId field's value.

func (DeleteAssessmentReportInput) String

String returns the string representation

func (*DeleteAssessmentReportInput) Validate

func (s *DeleteAssessmentReportInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteAssessmentReportOutput

type DeleteAssessmentReportOutput struct {
	// contains filtered or unexported fields
}

func (DeleteAssessmentReportOutput) GoString

func (s DeleteAssessmentReportOutput) GoString() string

GoString returns the string representation

func (DeleteAssessmentReportOutput) String

String returns the string representation

type DeleteControlInput

type DeleteControlInput struct {

	// The identifier for the specified control.
	//
	// ControlId is a required field
	ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteControlInput) GoString

func (s DeleteControlInput) GoString() string

GoString returns the string representation

func (*DeleteControlInput) SetControlId

func (s *DeleteControlInput) SetControlId(v string) *DeleteControlInput

SetControlId sets the ControlId field's value.

func (DeleteControlInput) String

func (s DeleteControlInput) String() string

String returns the string representation

func (*DeleteControlInput) Validate

func (s *DeleteControlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteControlOutput

type DeleteControlOutput struct {
	// contains filtered or unexported fields
}

func (DeleteControlOutput) GoString

func (s DeleteControlOutput) GoString() string

GoString returns the string representation

func (DeleteControlOutput) String

func (s DeleteControlOutput) String() string

String returns the string representation

type DeregisterAccountInput

type DeregisterAccountInput struct {
	// contains filtered or unexported fields
}

func (DeregisterAccountInput) GoString

func (s DeregisterAccountInput) GoString() string

GoString returns the string representation

func (DeregisterAccountInput) String

func (s DeregisterAccountInput) String() string

String returns the string representation

type DeregisterAccountOutput

type DeregisterAccountOutput struct {

	// The registration status of the account.
	Status *string `locationName:"status" type:"string" enum:"AccountStatus"`
	// contains filtered or unexported fields
}

func (DeregisterAccountOutput) GoString

func (s DeregisterAccountOutput) GoString() string

GoString returns the string representation

func (*DeregisterAccountOutput) SetStatus

SetStatus sets the Status field's value.

func (DeregisterAccountOutput) String

func (s DeregisterAccountOutput) String() string

String returns the string representation

type DeregisterOrganizationAdminAccountInput

type DeregisterOrganizationAdminAccountInput struct {

	// The identifier for the specified administrator account.
	AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"`
	// contains filtered or unexported fields
}

func (DeregisterOrganizationAdminAccountInput) GoString

GoString returns the string representation

func (*DeregisterOrganizationAdminAccountInput) SetAdminAccountId

SetAdminAccountId sets the AdminAccountId field's value.

func (DeregisterOrganizationAdminAccountInput) String

String returns the string representation

func (*DeregisterOrganizationAdminAccountInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeregisterOrganizationAdminAccountOutput

type DeregisterOrganizationAdminAccountOutput struct {
	// contains filtered or unexported fields
}

func (DeregisterOrganizationAdminAccountOutput) GoString

GoString returns the string representation

func (DeregisterOrganizationAdminAccountOutput) String

String returns the string representation

type DisassociateAssessmentReportEvidenceFolderInput

type DisassociateAssessmentReportEvidenceFolderInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the folder in which evidence is stored.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DisassociateAssessmentReportEvidenceFolderInput) GoString

GoString returns the string representation

func (*DisassociateAssessmentReportEvidenceFolderInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*DisassociateAssessmentReportEvidenceFolderInput) SetEvidenceFolderId

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (DisassociateAssessmentReportEvidenceFolderInput) String

String returns the string representation

func (*DisassociateAssessmentReportEvidenceFolderInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisassociateAssessmentReportEvidenceFolderOutput

type DisassociateAssessmentReportEvidenceFolderOutput struct {
	// contains filtered or unexported fields
}

func (DisassociateAssessmentReportEvidenceFolderOutput) GoString

GoString returns the string representation

func (DisassociateAssessmentReportEvidenceFolderOutput) String

String returns the string representation

type Evidence

type Evidence struct {

	// Specifies whether the evidence is inclded in the assessment report.
	AssessmentReportSelection *string `locationName:"assessmentReportSelection" type:"string"`

	// The names and values used by the evidence event, including 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 specified AWS account.
	AwsAccountId *string `locationName:"awsAccountId" min:"12" type:"string"`

	// The AWS account from which the evidence is collected, and its AWS organization
	// path.
	AwsOrganization *string `locationName:"awsOrganization" type:"string"`

	// The evaluation status for evidence that falls under the compliance check
	// category. For evidence collected from AWS Security Hub, a Pass or Fail result
	// is shown. For evidence collected from AWS Config, a Compliant or Noncompliant
	// result is shown.
	ComplianceCheck *string `locationName:"complianceCheck" type:"string"`

	// The data source from which the specified evidence was collected.
	DataSource *string `locationName:"dataSource" type:"string"`

	// The name of the specified evidence event.
	EventName *string `locationName:"eventName" type:"string"`

	// The AWS service from which the evidence is collected.
	EventSource *string `locationName:"eventSource" min:"1" type:"string"`

	// The identifier for the specified AWS 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 in which the evidence is stored.
	EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string"`

	// The unique identifier for the IAM user or role 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 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 triggered by a user, or a system configuration snapshot.

func (Evidence) GoString

func (s Evidence) GoString() string

GoString returns the string representation

func (*Evidence) SetAssessmentReportSelection

func (s *Evidence) SetAssessmentReportSelection(v string) *Evidence

SetAssessmentReportSelection sets the AssessmentReportSelection field's value.

func (*Evidence) SetAttributes

func (s *Evidence) SetAttributes(v map[string]*string) *Evidence

SetAttributes sets the Attributes field's value.

func (*Evidence) SetAwsAccountId

func (s *Evidence) SetAwsAccountId(v string) *Evidence

SetAwsAccountId sets the AwsAccountId field's value.

func (*Evidence) SetAwsOrganization

func (s *Evidence) SetAwsOrganization(v string) *Evidence

SetAwsOrganization sets the AwsOrganization field's value.

func (*Evidence) SetComplianceCheck

func (s *Evidence) SetComplianceCheck(v string) *Evidence

SetComplianceCheck sets the ComplianceCheck field's value.

func (*Evidence) SetDataSource

func (s *Evidence) SetDataSource(v string) *Evidence

SetDataSource sets the DataSource field's value.

func (*Evidence) SetEventName

func (s *Evidence) SetEventName(v string) *Evidence

SetEventName sets the EventName field's value.

func (*Evidence) SetEventSource

func (s *Evidence) SetEventSource(v string) *Evidence

SetEventSource sets the EventSource field's value.

func (*Evidence) SetEvidenceAwsAccountId

func (s *Evidence) SetEvidenceAwsAccountId(v string) *Evidence

SetEvidenceAwsAccountId sets the EvidenceAwsAccountId field's value.

func (*Evidence) SetEvidenceByType

func (s *Evidence) SetEvidenceByType(v string) *Evidence

SetEvidenceByType sets the EvidenceByType field's value.

func (*Evidence) SetEvidenceFolderId

func (s *Evidence) SetEvidenceFolderId(v string) *Evidence

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (*Evidence) SetIamId

func (s *Evidence) SetIamId(v string) *Evidence

SetIamId sets the IamId field's value.

func (*Evidence) SetId

func (s *Evidence) SetId(v string) *Evidence

SetId sets the Id field's value.

func (*Evidence) SetResourcesIncluded

func (s *Evidence) SetResourcesIncluded(v []*Resource) *Evidence

SetResourcesIncluded sets the ResourcesIncluded field's value.

func (*Evidence) SetTime

func (s *Evidence) SetTime(v time.Time) *Evidence

SetTime sets the Time field's value.

func (Evidence) String

func (s Evidence) String() string

String returns the string representation

type Framework

type Framework struct {

	// The Amazon Resource Name (ARN) of the specified framework.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The compliance type that the new custom framework supports, such as CIS or
	// HIPAA.
	ComplianceType *string `locationName:"complianceType" type:"string"`

	// The control sets associated with the framework.
	ControlSets []*ControlSet `locationName:"controlSets" min:"1" type:"list"`

	// The sources from which AWS Audit Manager collects evidence for the control.
	ControlSources *string `locationName:"controlSources" min:"1" type:"string"`

	// Specifies when the framework was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

	// The IAM user or role that created the framework.
	CreatedBy *string `locationName:"createdBy" min:"1" type:"string"`

	// The description of the specified framework.
	Description *string `locationName:"description" min:"1" type:"string"`

	// The unique identifier for the specified framework.
	Id *string `locationName:"id" min:"36" type:"string"`

	// Specifies when the framework was most recently updated.
	LastUpdatedAt *time.Time `locationName:"lastUpdatedAt" type:"timestamp"`

	// The IAM user or role that most recently updated the framework.
	LastUpdatedBy *string `locationName:"lastUpdatedBy" min:"1" type:"string"`

	Logo *string `locationName:"logo" min:"1" type:"string"`

	// The name of the specified framework.
	Name *string `locationName:"name" min:"1" type:"string"`

	// The tags associated with the framework.
	Tags map[string]*string `locationName:"tags" type:"map"`

	// The framework type, such as custom or standard.
	Type *string `locationName:"type" type:"string" enum:"FrameworkType"`
	// contains filtered or unexported fields
}

The file used to structure and automate AWS Audit Manager assessments for a given compliance standard.

func (Framework) GoString

func (s Framework) GoString() string

GoString returns the string representation

func (*Framework) SetArn

func (s *Framework) SetArn(v string) *Framework

SetArn sets the Arn field's value.

func (*Framework) SetComplianceType

func (s *Framework) SetComplianceType(v string) *Framework

SetComplianceType sets the ComplianceType field's value.

func (*Framework) SetControlSets

func (s *Framework) SetControlSets(v []*ControlSet) *Framework

SetControlSets sets the ControlSets field's value.

func (*Framework) SetControlSources

func (s *Framework) SetControlSources(v string) *Framework

SetControlSources sets the ControlSources field's value.

func (*Framework) SetCreatedAt

func (s *Framework) SetCreatedAt(v time.Time) *Framework

SetCreatedAt sets the CreatedAt field's value.

func (*Framework) SetCreatedBy

func (s *Framework) SetCreatedBy(v string) *Framework

SetCreatedBy sets the CreatedBy field's value.

func (*Framework) SetDescription

func (s *Framework) SetDescription(v string) *Framework

SetDescription sets the Description field's value.

func (*Framework) SetId

func (s *Framework) SetId(v string) *Framework

SetId sets the Id field's value.

func (*Framework) SetLastUpdatedAt

func (s *Framework) SetLastUpdatedAt(v time.Time) *Framework

SetLastUpdatedAt sets the LastUpdatedAt field's value.

func (*Framework) SetLastUpdatedBy

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 (*Framework) SetName

func (s *Framework) SetName(v string) *Framework

SetName sets the Name field's value.

func (*Framework) SetTags added in v1.36.25

func (s *Framework) SetTags(v map[string]*string) *Framework

SetTags sets the Tags field's value.

func (*Framework) SetType

func (s *Framework) SetType(v string) *Framework

SetType sets the Type field's value.

func (Framework) String

func (s Framework) String() string

String returns the string representation

type FrameworkMetadata

type FrameworkMetadata struct {

	// The compliance standard associated with the framework, such as PCI-DSS or
	// HIPAA.
	ComplianceType *string `locationName:"complianceType" type:"string"`

	// The description of the framework.
	Description *string `locationName:"description" min:"1" type:"string"`

	Logo *string `locationName:"logo" min:"1" type:"string"`

	// The name of the framework.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The metadata of a framework, such as the name, ID, description, and so on.

func (FrameworkMetadata) GoString

func (s FrameworkMetadata) GoString() string

GoString returns the string representation

func (*FrameworkMetadata) SetComplianceType

func (s *FrameworkMetadata) SetComplianceType(v string) *FrameworkMetadata

SetComplianceType sets the ComplianceType field's value.

func (*FrameworkMetadata) SetDescription

func (s *FrameworkMetadata) SetDescription(v string) *FrameworkMetadata

SetDescription sets the Description field's value.

SetLogo sets the Logo field's value.

func (*FrameworkMetadata) SetName

SetName sets the Name field's value.

func (FrameworkMetadata) String

func (s FrameworkMetadata) String() string

String returns the string representation

type GetAccountStatusInput

type GetAccountStatusInput struct {
	// contains filtered or unexported fields
}

func (GetAccountStatusInput) GoString

func (s GetAccountStatusInput) GoString() string

GoString returns the string representation

func (GetAccountStatusInput) String

func (s GetAccountStatusInput) String() string

String returns the string representation

type GetAccountStatusOutput

type GetAccountStatusOutput struct {

	// The status of the specified AWS account.
	Status *string `locationName:"status" type:"string" enum:"AccountStatus"`
	// contains filtered or unexported fields
}

func (GetAccountStatusOutput) GoString

func (s GetAccountStatusOutput) GoString() string

GoString returns the string representation

func (*GetAccountStatusOutput) SetStatus

SetStatus sets the Status field's value.

func (GetAccountStatusOutput) String

func (s GetAccountStatusOutput) String() string

String returns the string representation

type GetAssessmentFrameworkInput

type GetAssessmentFrameworkInput struct {

	// The identifier for the specified framework.
	//
	// FrameworkId is a required field
	FrameworkId *string `location:"uri" locationName:"frameworkId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetAssessmentFrameworkInput) GoString

func (s GetAssessmentFrameworkInput) GoString() string

GoString returns the string representation

func (*GetAssessmentFrameworkInput) SetFrameworkId

SetFrameworkId sets the FrameworkId field's value.

func (GetAssessmentFrameworkInput) String

String returns the string representation

func (*GetAssessmentFrameworkInput) Validate

func (s *GetAssessmentFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssessmentFrameworkOutput

type GetAssessmentFrameworkOutput struct {

	// The framework returned by the GetAssessmentFramework API.
	Framework *Framework `locationName:"framework" type:"structure"`
	// contains filtered or unexported fields
}

func (GetAssessmentFrameworkOutput) GoString

func (s GetAssessmentFrameworkOutput) GoString() string

GoString returns the string representation

func (*GetAssessmentFrameworkOutput) SetFramework

SetFramework sets the Framework field's value.

func (GetAssessmentFrameworkOutput) String

String returns the string representation

type GetAssessmentInput

type GetAssessmentInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetAssessmentInput) GoString

func (s GetAssessmentInput) GoString() string

GoString returns the string representation

func (*GetAssessmentInput) SetAssessmentId

func (s *GetAssessmentInput) SetAssessmentId(v string) *GetAssessmentInput

SetAssessmentId sets the AssessmentId field's value.

func (GetAssessmentInput) String

func (s GetAssessmentInput) String() string

String returns the string representation

func (*GetAssessmentInput) Validate

func (s *GetAssessmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssessmentOutput

type GetAssessmentOutput struct {

	// An entity that defines the scope of audit evidence collected by AWS Audit
	// Manager. An AWS Audit Manager assessment is an implementation of an AWS Audit
	// Manager framework.
	Assessment *Assessment `locationName:"assessment" type:"structure"`

	// The wrapper that contains the AWS Audit Manager role information of the current
	// user, such as the role type and IAM Amazon Resource Name (ARN).
	UserRole *Role `locationName:"userRole" type:"structure"`
	// contains filtered or unexported fields
}

func (GetAssessmentOutput) GoString

func (s GetAssessmentOutput) GoString() string

GoString returns the string representation

func (*GetAssessmentOutput) SetAssessment

func (s *GetAssessmentOutput) SetAssessment(v *Assessment) *GetAssessmentOutput

SetAssessment sets the Assessment field's value.

func (*GetAssessmentOutput) SetUserRole added in v1.38.13

func (s *GetAssessmentOutput) SetUserRole(v *Role) *GetAssessmentOutput

SetUserRole sets the UserRole field's value.

func (GetAssessmentOutput) String

func (s GetAssessmentOutput) String() string

String returns the string representation

type GetAssessmentReportUrlInput

type GetAssessmentReportUrlInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The 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 (GetAssessmentReportUrlInput) GoString

func (s GetAssessmentReportUrlInput) GoString() string

GoString returns the string representation

func (*GetAssessmentReportUrlInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*GetAssessmentReportUrlInput) SetAssessmentReportId

func (s *GetAssessmentReportUrlInput) SetAssessmentReportId(v string) *GetAssessmentReportUrlInput

SetAssessmentReportId sets the AssessmentReportId field's value.

func (GetAssessmentReportUrlInput) String

String returns the string representation

func (*GetAssessmentReportUrlInput) Validate

func (s *GetAssessmentReportUrlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAssessmentReportUrlOutput

type GetAssessmentReportUrlOutput struct {

	// A uniform resource locator, used as a unique identifier to locate a resource
	// on the internet.
	PreSignedUrl *URL `locationName:"preSignedUrl" type:"structure"`
	// contains filtered or unexported fields
}

func (GetAssessmentReportUrlOutput) GoString

func (s GetAssessmentReportUrlOutput) GoString() string

GoString returns the string representation

func (*GetAssessmentReportUrlOutput) SetPreSignedUrl

SetPreSignedUrl sets the PreSignedUrl field's value.

func (GetAssessmentReportUrlOutput) String

String returns the string representation

type GetChangeLogsInput

type GetChangeLogsInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the specified control.
	ControlId *string `location:"querystring" locationName:"controlId" min:"36" type:"string"`

	// The identifier for the specified control set.
	ControlSetId *string `location:"querystring" locationName:"controlSetId" min:"1" type:"string"`

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetChangeLogsInput) GoString

func (s GetChangeLogsInput) GoString() string

GoString returns the string representation

func (*GetChangeLogsInput) SetAssessmentId

func (s *GetChangeLogsInput) SetAssessmentId(v string) *GetChangeLogsInput

SetAssessmentId sets the AssessmentId field's value.

func (*GetChangeLogsInput) SetControlId

func (s *GetChangeLogsInput) SetControlId(v string) *GetChangeLogsInput

SetControlId sets the ControlId field's value.

func (*GetChangeLogsInput) SetControlSetId

func (s *GetChangeLogsInput) SetControlSetId(v string) *GetChangeLogsInput

SetControlSetId sets the ControlSetId field's value.

func (*GetChangeLogsInput) SetMaxResults

func (s *GetChangeLogsInput) SetMaxResults(v int64) *GetChangeLogsInput

SetMaxResults sets the MaxResults field's value.

func (*GetChangeLogsInput) SetNextToken

func (s *GetChangeLogsInput) SetNextToken(v string) *GetChangeLogsInput

SetNextToken sets the NextToken field's value.

func (GetChangeLogsInput) String

func (s GetChangeLogsInput) String() string

String returns the string representation

func (*GetChangeLogsInput) Validate

func (s *GetChangeLogsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetChangeLogsOutput

type GetChangeLogsOutput struct {

	// The list of user activity for the control.
	ChangeLogs []*ChangeLog `locationName:"changeLogs" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetChangeLogsOutput) GoString

func (s GetChangeLogsOutput) GoString() string

GoString returns the string representation

func (*GetChangeLogsOutput) SetChangeLogs

func (s *GetChangeLogsOutput) SetChangeLogs(v []*ChangeLog) *GetChangeLogsOutput

SetChangeLogs sets the ChangeLogs field's value.

func (*GetChangeLogsOutput) SetNextToken

func (s *GetChangeLogsOutput) SetNextToken(v string) *GetChangeLogsOutput

SetNextToken sets the NextToken field's value.

func (GetChangeLogsOutput) String

func (s GetChangeLogsOutput) String() string

String returns the string representation

type GetControlInput

type GetControlInput struct {

	// The identifier for the specified control.
	//
	// ControlId is a required field
	ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetControlInput) GoString

func (s GetControlInput) GoString() string

GoString returns the string representation

func (*GetControlInput) SetControlId

func (s *GetControlInput) SetControlId(v string) *GetControlInput

SetControlId sets the ControlId field's value.

func (GetControlInput) String

func (s GetControlInput) String() string

String returns the string representation

func (*GetControlInput) Validate

func (s *GetControlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetControlOutput

type GetControlOutput struct {

	// The name of the control returned by the GetControl API.
	Control *Control `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (GetControlOutput) GoString

func (s GetControlOutput) GoString() string

GoString returns the string representation

func (*GetControlOutput) SetControl

func (s *GetControlOutput) SetControl(v *Control) *GetControlOutput

SetControl sets the Control field's value.

func (GetControlOutput) String

func (s GetControlOutput) String() string

String returns the string representation

type GetDelegationsInput

type GetDelegationsInput struct {

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetDelegationsInput) GoString

func (s GetDelegationsInput) GoString() string

GoString returns the string representation

func (*GetDelegationsInput) SetMaxResults

func (s *GetDelegationsInput) SetMaxResults(v int64) *GetDelegationsInput

SetMaxResults sets the MaxResults field's value.

func (*GetDelegationsInput) SetNextToken

func (s *GetDelegationsInput) SetNextToken(v string) *GetDelegationsInput

SetNextToken sets the NextToken field's value.

func (GetDelegationsInput) String

func (s GetDelegationsInput) String() string

String returns the string representation

func (*GetDelegationsInput) Validate

func (s *GetDelegationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetDelegationsOutput

type GetDelegationsOutput struct {

	// The list of delegations returned by the GetDelegations API.
	Delegations []*DelegationMetadata `locationName:"delegations" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetDelegationsOutput) GoString

func (s GetDelegationsOutput) GoString() string

GoString returns the string representation

func (*GetDelegationsOutput) SetDelegations

SetDelegations sets the Delegations field's value.

func (*GetDelegationsOutput) SetNextToken

func (s *GetDelegationsOutput) SetNextToken(v string) *GetDelegationsOutput

SetNextToken sets the NextToken field's value.

func (GetDelegationsOutput) String

func (s GetDelegationsOutput) String() string

String returns the string representation

type GetEvidenceByEvidenceFolderInput

type GetEvidenceByEvidenceFolderInput struct {

	// The identifier for the specified 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 in which the evidence is stored.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetEvidenceByEvidenceFolderInput) GoString

GoString returns the string representation

func (*GetEvidenceByEvidenceFolderInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*GetEvidenceByEvidenceFolderInput) SetControlSetId

SetControlSetId sets the ControlSetId field's value.

func (*GetEvidenceByEvidenceFolderInput) SetEvidenceFolderId

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (*GetEvidenceByEvidenceFolderInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*GetEvidenceByEvidenceFolderInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetEvidenceByEvidenceFolderInput) String

String returns the string representation

func (*GetEvidenceByEvidenceFolderInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetEvidenceByEvidenceFolderOutput

type GetEvidenceByEvidenceFolderOutput struct {

	// The list of evidence returned by the GetEvidenceByEvidenceFolder API.
	Evidence []*Evidence `locationName:"evidence" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetEvidenceByEvidenceFolderOutput) GoString

GoString returns the string representation

func (*GetEvidenceByEvidenceFolderOutput) SetEvidence

SetEvidence sets the Evidence field's value.

func (*GetEvidenceByEvidenceFolderOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetEvidenceByEvidenceFolderOutput) String

String returns the string representation

type GetEvidenceFolderInput

type GetEvidenceFolderInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the specified control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

	// The identifier for the folder in which the evidence is stored.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetEvidenceFolderInput) GoString

func (s GetEvidenceFolderInput) GoString() string

GoString returns the string representation

func (*GetEvidenceFolderInput) SetAssessmentId

func (s *GetEvidenceFolderInput) SetAssessmentId(v string) *GetEvidenceFolderInput

SetAssessmentId sets the AssessmentId field's value.

func (*GetEvidenceFolderInput) SetControlSetId

func (s *GetEvidenceFolderInput) SetControlSetId(v string) *GetEvidenceFolderInput

SetControlSetId sets the ControlSetId field's value.

func (*GetEvidenceFolderInput) SetEvidenceFolderId

func (s *GetEvidenceFolderInput) SetEvidenceFolderId(v string) *GetEvidenceFolderInput

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (GetEvidenceFolderInput) String

func (s GetEvidenceFolderInput) String() string

String returns the string representation

func (*GetEvidenceFolderInput) Validate

func (s *GetEvidenceFolderInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetEvidenceFolderOutput

type GetEvidenceFolderOutput struct {

	// The folder in which evidence is stored.
	EvidenceFolder *AssessmentEvidenceFolder `locationName:"evidenceFolder" type:"structure"`
	// contains filtered or unexported fields
}

func (GetEvidenceFolderOutput) GoString

func (s GetEvidenceFolderOutput) GoString() string

GoString returns the string representation

func (*GetEvidenceFolderOutput) SetEvidenceFolder

SetEvidenceFolder sets the EvidenceFolder field's value.

func (GetEvidenceFolderOutput) String

func (s GetEvidenceFolderOutput) String() string

String returns the string representation

type GetEvidenceFoldersByAssessmentControlInput

type GetEvidenceFoldersByAssessmentControlInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the specified control.
	//
	// ControlId is a required field
	ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"`

	// The identifier for the specified 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 per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetEvidenceFoldersByAssessmentControlInput) GoString

GoString returns the string representation

func (*GetEvidenceFoldersByAssessmentControlInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*GetEvidenceFoldersByAssessmentControlInput) SetControlId

SetControlId sets the ControlId field's value.

func (*GetEvidenceFoldersByAssessmentControlInput) SetControlSetId

SetControlSetId sets the ControlSetId field's value.

func (*GetEvidenceFoldersByAssessmentControlInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*GetEvidenceFoldersByAssessmentControlInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetEvidenceFoldersByAssessmentControlInput) String

String returns the string representation

func (*GetEvidenceFoldersByAssessmentControlInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetEvidenceFoldersByAssessmentControlOutput

type GetEvidenceFoldersByAssessmentControlOutput struct {

	// The list of evidence folders returned by the GetEvidenceFoldersByAssessmentControl
	// API.
	EvidenceFolders []*AssessmentEvidenceFolder `locationName:"evidenceFolders" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetEvidenceFoldersByAssessmentControlOutput) GoString

GoString returns the string representation

func (*GetEvidenceFoldersByAssessmentControlOutput) SetEvidenceFolders

SetEvidenceFolders sets the EvidenceFolders field's value.

func (*GetEvidenceFoldersByAssessmentControlOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetEvidenceFoldersByAssessmentControlOutput) String

String returns the string representation

type GetEvidenceFoldersByAssessmentInput

type GetEvidenceFoldersByAssessmentInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetEvidenceFoldersByAssessmentInput) GoString

GoString returns the string representation

func (*GetEvidenceFoldersByAssessmentInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*GetEvidenceFoldersByAssessmentInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*GetEvidenceFoldersByAssessmentInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetEvidenceFoldersByAssessmentInput) String

String returns the string representation

func (*GetEvidenceFoldersByAssessmentInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetEvidenceFoldersByAssessmentOutput

type GetEvidenceFoldersByAssessmentOutput struct {

	// The list of evidence folders returned by the GetEvidenceFoldersByAssessment
	// API.
	EvidenceFolders []*AssessmentEvidenceFolder `locationName:"evidenceFolders" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (GetEvidenceFoldersByAssessmentOutput) GoString

GoString returns the string representation

func (*GetEvidenceFoldersByAssessmentOutput) SetEvidenceFolders

SetEvidenceFolders sets the EvidenceFolders field's value.

func (*GetEvidenceFoldersByAssessmentOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (GetEvidenceFoldersByAssessmentOutput) String

String returns the string representation

type GetEvidenceInput

type GetEvidenceInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the specified control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

	// The identifier for the folder in which the evidence is stored.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`

	// The 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 (GetEvidenceInput) GoString

func (s GetEvidenceInput) GoString() string

GoString returns the string representation

func (*GetEvidenceInput) SetAssessmentId

func (s *GetEvidenceInput) SetAssessmentId(v string) *GetEvidenceInput

SetAssessmentId sets the AssessmentId field's value.

func (*GetEvidenceInput) SetControlSetId

func (s *GetEvidenceInput) SetControlSetId(v string) *GetEvidenceInput

SetControlSetId sets the ControlSetId field's value.

func (*GetEvidenceInput) SetEvidenceFolderId

func (s *GetEvidenceInput) SetEvidenceFolderId(v string) *GetEvidenceInput

SetEvidenceFolderId sets the EvidenceFolderId field's value.

func (*GetEvidenceInput) SetEvidenceId

func (s *GetEvidenceInput) SetEvidenceId(v string) *GetEvidenceInput

SetEvidenceId sets the EvidenceId field's value.

func (GetEvidenceInput) String

func (s GetEvidenceInput) String() string

String returns the string representation

func (*GetEvidenceInput) Validate

func (s *GetEvidenceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetEvidenceOutput

type GetEvidenceOutput struct {

	// The evidence returned by the GetEvidenceResponse API.
	Evidence *Evidence `locationName:"evidence" type:"structure"`
	// contains filtered or unexported fields
}

func (GetEvidenceOutput) GoString

func (s GetEvidenceOutput) GoString() string

GoString returns the string representation

func (*GetEvidenceOutput) SetEvidence

func (s *GetEvidenceOutput) SetEvidence(v *Evidence) *GetEvidenceOutput

SetEvidence sets the Evidence field's value.

func (GetEvidenceOutput) String

func (s GetEvidenceOutput) String() string

String returns the string representation

type GetOrganizationAdminAccountInput

type GetOrganizationAdminAccountInput struct {
	// contains filtered or unexported fields
}

func (GetOrganizationAdminAccountInput) GoString

GoString returns the string representation

func (GetOrganizationAdminAccountInput) String

String returns the string representation

type GetOrganizationAdminAccountOutput

type GetOrganizationAdminAccountOutput struct {

	// The identifier for the specified administrator account.
	AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"`

	// The identifier for the specified organization.
	OrganizationId *string `locationName:"organizationId" min:"12" type:"string"`
	// contains filtered or unexported fields
}

func (GetOrganizationAdminAccountOutput) GoString

GoString returns the string representation

func (*GetOrganizationAdminAccountOutput) SetAdminAccountId

SetAdminAccountId sets the AdminAccountId field's value.

func (*GetOrganizationAdminAccountOutput) SetOrganizationId

SetOrganizationId sets the OrganizationId field's value.

func (GetOrganizationAdminAccountOutput) String

String returns the string representation

type GetServicesInScopeInput

type GetServicesInScopeInput struct {
	// contains filtered or unexported fields
}

func (GetServicesInScopeInput) GoString

func (s GetServicesInScopeInput) GoString() string

GoString returns the string representation

func (GetServicesInScopeInput) String

func (s GetServicesInScopeInput) String() string

String returns the string representation

type GetServicesInScopeOutput

type GetServicesInScopeOutput struct {

	// The metadata associated with the aAWS service.
	ServiceMetadata []*ServiceMetadata `locationName:"serviceMetadata" type:"list"`
	// contains filtered or unexported fields
}

func (GetServicesInScopeOutput) GoString

func (s GetServicesInScopeOutput) GoString() string

GoString returns the string representation

func (*GetServicesInScopeOutput) SetServiceMetadata

SetServiceMetadata sets the ServiceMetadata field's value.

func (GetServicesInScopeOutput) String

func (s GetServicesInScopeOutput) String() string

String returns the string representation

type GetSettingsInput

type GetSettingsInput struct {

	// The list of SettingAttribute 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 (GetSettingsInput) GoString

func (s GetSettingsInput) GoString() string

GoString returns the string representation

func (*GetSettingsInput) SetAttribute

func (s *GetSettingsInput) SetAttribute(v string) *GetSettingsInput

SetAttribute sets the Attribute field's value.

func (GetSettingsInput) String

func (s GetSettingsInput) String() string

String returns the string representation

func (*GetSettingsInput) Validate

func (s *GetSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetSettingsOutput

type GetSettingsOutput struct {

	// The settings object that holds all supported AWS Audit Manager settings.
	Settings *Settings `locationName:"settings" type:"structure"`
	// contains filtered or unexported fields
}

func (GetSettingsOutput) GoString

func (s GetSettingsOutput) GoString() string

GoString returns the string representation

func (*GetSettingsOutput) SetSettings

func (s *GetSettingsOutput) SetSettings(v *Settings) *GetSettingsOutput

SetSettings sets the Settings field's value.

func (GetSettingsOutput) String

func (s GetSettingsOutput) String() string

String returns the string representation

type InternalServerException

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 (*InternalServerException) Code

func (s *InternalServerException) Code() string

Code returns the exception type name.

func (*InternalServerException) Error

func (s *InternalServerException) Error() string

func (InternalServerException) GoString

func (s InternalServerException) GoString() string

GoString returns the string representation

func (*InternalServerException) Message

func (s *InternalServerException) Message() string

Message returns the exception's message.

func (*InternalServerException) OrigErr

func (s *InternalServerException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*InternalServerException) RequestID

func (s *InternalServerException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*InternalServerException) StatusCode

func (s *InternalServerException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (InternalServerException) String

func (s InternalServerException) String() string

String returns the string representation

type ListAssessmentFrameworksInput

type ListAssessmentFrameworksInput struct {

	// The type of framework, such as standard or custom.
	//
	// FrameworkType is a required field
	FrameworkType *string `location:"querystring" locationName:"frameworkType" type:"string" required:"true" enum:"FrameworkType"`

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssessmentFrameworksInput) GoString

GoString returns the string representation

func (*ListAssessmentFrameworksInput) SetFrameworkType

SetFrameworkType sets the FrameworkType field's value.

func (*ListAssessmentFrameworksInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentFrameworksInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAssessmentFrameworksInput) String

String returns the string representation

func (*ListAssessmentFrameworksInput) Validate

func (s *ListAssessmentFrameworksInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssessmentFrameworksOutput

type ListAssessmentFrameworksOutput struct {

	// The list of metadata objects for the specified framework.
	FrameworkMetadataList []*AssessmentFrameworkMetadata `locationName:"frameworkMetadataList" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssessmentFrameworksOutput) GoString

GoString returns the string representation

func (*ListAssessmentFrameworksOutput) SetFrameworkMetadataList

SetFrameworkMetadataList sets the FrameworkMetadataList field's value.

func (*ListAssessmentFrameworksOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAssessmentFrameworksOutput) String

String returns the string representation

type ListAssessmentReportsInput

type ListAssessmentReportsInput struct {

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssessmentReportsInput) GoString

func (s ListAssessmentReportsInput) GoString() string

GoString returns the string representation

func (*ListAssessmentReportsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentReportsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAssessmentReportsInput) String

String returns the string representation

func (*ListAssessmentReportsInput) Validate

func (s *ListAssessmentReportsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssessmentReportsOutput

type ListAssessmentReportsOutput struct {

	// The list of assessment reports returned by the ListAssessmentReports API.
	AssessmentReports []*AssessmentReportMetadata `locationName:"assessmentReports" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssessmentReportsOutput) GoString

func (s ListAssessmentReportsOutput) GoString() string

GoString returns the string representation

func (*ListAssessmentReportsOutput) SetAssessmentReports

SetAssessmentReports sets the AssessmentReports field's value.

func (*ListAssessmentReportsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAssessmentReportsOutput) String

String returns the string representation

type ListAssessmentsInput

type ListAssessmentsInput struct {

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssessmentsInput) GoString

func (s ListAssessmentsInput) GoString() string

GoString returns the string representation

func (*ListAssessmentsInput) SetMaxResults

func (s *ListAssessmentsInput) SetMaxResults(v int64) *ListAssessmentsInput

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentsInput) SetNextToken

func (s *ListAssessmentsInput) SetNextToken(v string) *ListAssessmentsInput

SetNextToken sets the NextToken field's value.

func (ListAssessmentsInput) String

func (s ListAssessmentsInput) String() string

String returns the string representation

func (*ListAssessmentsInput) Validate

func (s *ListAssessmentsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListAssessmentsOutput

type ListAssessmentsOutput struct {

	// The metadata associated with the assessment.
	AssessmentMetadata []*AssessmentMetadataItem `locationName:"assessmentMetadata" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListAssessmentsOutput) GoString

func (s ListAssessmentsOutput) GoString() string

GoString returns the string representation

func (*ListAssessmentsOutput) SetAssessmentMetadata

func (s *ListAssessmentsOutput) SetAssessmentMetadata(v []*AssessmentMetadataItem) *ListAssessmentsOutput

SetAssessmentMetadata sets the AssessmentMetadata field's value.

func (*ListAssessmentsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListAssessmentsOutput) String

func (s ListAssessmentsOutput) String() string

String returns the string representation

type ListControlsInput

type ListControlsInput struct {

	// The type of control, such as standard or custom.
	//
	// ControlType is a required field
	ControlType *string `location:"querystring" locationName:"controlType" type:"string" required:"true" enum:"ControlType"`

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListControlsInput) GoString

func (s ListControlsInput) GoString() string

GoString returns the string representation

func (*ListControlsInput) SetControlType

func (s *ListControlsInput) SetControlType(v string) *ListControlsInput

SetControlType sets the ControlType field's value.

func (*ListControlsInput) SetMaxResults

func (s *ListControlsInput) SetMaxResults(v int64) *ListControlsInput

SetMaxResults sets the MaxResults field's value.

func (*ListControlsInput) SetNextToken

func (s *ListControlsInput) SetNextToken(v string) *ListControlsInput

SetNextToken sets the NextToken field's value.

func (ListControlsInput) String

func (s ListControlsInput) String() string

String returns the string representation

func (*ListControlsInput) Validate

func (s *ListControlsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListControlsOutput

type ListControlsOutput struct {

	// The list of control metadata objects returned by the ListControls API.
	ControlMetadataList []*ControlMetadata `locationName:"controlMetadataList" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListControlsOutput) GoString

func (s ListControlsOutput) GoString() string

GoString returns the string representation

func (*ListControlsOutput) SetControlMetadataList

func (s *ListControlsOutput) SetControlMetadataList(v []*ControlMetadata) *ListControlsOutput

SetControlMetadataList sets the ControlMetadataList field's value.

func (*ListControlsOutput) SetNextToken

func (s *ListControlsOutput) SetNextToken(v string) *ListControlsOutput

SetNextToken sets the NextToken field's value.

func (ListControlsOutput) String

func (s ListControlsOutput) String() string

String returns the string representation

type ListKeywordsForDataSourceInput

type ListKeywordsForDataSourceInput struct {

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

	// The control mapping data source to which the keywords apply.
	//
	// Source is a required field
	Source *string `location:"querystring" locationName:"source" type:"string" required:"true" enum:"SourceType"`
	// contains filtered or unexported fields
}

func (ListKeywordsForDataSourceInput) GoString

GoString returns the string representation

func (*ListKeywordsForDataSourceInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListKeywordsForDataSourceInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListKeywordsForDataSourceInput) SetSource

SetSource sets the Source field's value.

func (ListKeywordsForDataSourceInput) String

String returns the string representation

func (*ListKeywordsForDataSourceInput) Validate

func (s *ListKeywordsForDataSourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListKeywordsForDataSourceOutput

type ListKeywordsForDataSourceOutput struct {

	// The list of keywords for the specified event mapping source.
	Keywords []*string `locationName:"keywords" type:"list"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListKeywordsForDataSourceOutput) GoString

GoString returns the string representation

func (*ListKeywordsForDataSourceOutput) SetKeywords

SetKeywords sets the Keywords field's value.

func (*ListKeywordsForDataSourceOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListKeywordsForDataSourceOutput) String

String returns the string representation

type ListNotificationsInput

type ListNotificationsInput struct {

	// Represents the maximum number of results per page, or per API request call.
	MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

	// The pagination token used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (ListNotificationsInput) GoString

func (s ListNotificationsInput) GoString() string

GoString returns the string representation

func (*ListNotificationsInput) SetMaxResults

SetMaxResults sets the MaxResults field's value.

func (*ListNotificationsInput) SetNextToken

SetNextToken sets the NextToken field's value.

func (ListNotificationsInput) String

func (s ListNotificationsInput) String() string

String returns the string representation

func (*ListNotificationsInput) Validate

func (s *ListNotificationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListNotificationsOutput

type ListNotificationsOutput struct {

	// The pagination token 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 (ListNotificationsOutput) GoString

func (s ListNotificationsOutput) GoString() string

GoString returns the string representation

func (*ListNotificationsOutput) SetNextToken

SetNextToken sets the NextToken field's value.

func (*ListNotificationsOutput) SetNotifications

SetNotifications sets the Notifications field's value.

func (ListNotificationsOutput) String

func (s ListNotificationsOutput) String() string

String returns the string representation

type ListTagsForResourceInput

type ListTagsForResourceInput 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"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceInput) SetResourceArn

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// The list of tags returned by the ListTagsForResource API.
	Tags map[string]*string `locationName:"tags" type:"map"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation

func (*ListTagsForResourceOutput) SetTags

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type ManualEvidence

type ManualEvidence struct {

	// The Amazon S3 URL that points to a manual evidence object.
	S3ResourcePath *string `locationName:"s3ResourcePath" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Evidence that is uploaded to AWS Audit Manager manually.

func (ManualEvidence) GoString

func (s ManualEvidence) GoString() string

GoString returns the string representation

func (*ManualEvidence) SetS3ResourcePath

func (s *ManualEvidence) SetS3ResourcePath(v string) *ManualEvidence

SetS3ResourcePath sets the S3ResourcePath field's value.

func (ManualEvidence) String

func (s ManualEvidence) String() string

String returns the string representation

func (*ManualEvidence) Validate

func (s *ManualEvidence) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Notification

type Notification struct {

	// The identifier for the specified assessment.
	AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"`

	// The name of the related assessment.
	AssessmentName *string `locationName:"assessmentName" min:"1" type:"string"`

	// The identifier for the specified 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 used to inform a user of an update in AWS Audit Manager. For example, this includes the notification that is sent when a control set is delegated for review.

func (Notification) GoString

func (s Notification) GoString() string

GoString returns the string representation

func (*Notification) SetAssessmentId

func (s *Notification) SetAssessmentId(v string) *Notification

SetAssessmentId sets the AssessmentId field's value.

func (*Notification) SetAssessmentName

func (s *Notification) SetAssessmentName(v string) *Notification

SetAssessmentName sets the AssessmentName field's value.

func (*Notification) SetControlSetId

func (s *Notification) SetControlSetId(v string) *Notification

SetControlSetId sets the ControlSetId field's value.

func (*Notification) SetControlSetName

func (s *Notification) SetControlSetName(v string) *Notification

SetControlSetName sets the ControlSetName field's value.

func (*Notification) SetDescription

func (s *Notification) SetDescription(v string) *Notification

SetDescription sets the Description field's value.

func (*Notification) SetEventTime

func (s *Notification) SetEventTime(v time.Time) *Notification

SetEventTime sets the EventTime field's value.

func (*Notification) SetId

func (s *Notification) SetId(v string) *Notification

SetId sets the Id field's value.

func (*Notification) SetSource

func (s *Notification) SetSource(v string) *Notification

SetSource sets the Source field's value.

func (Notification) String

func (s Notification) String() string

String returns the string representation

type RegisterAccountInput

type RegisterAccountInput struct {

	// The delegated administrator account for AWS Audit Manager.
	DelegatedAdminAccount *string `locationName:"delegatedAdminAccount" min:"12" type:"string"`

	// The AWS KMS key details.
	KmsKey *string `locationName:"kmsKey" min:"7" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterAccountInput) GoString

func (s RegisterAccountInput) GoString() string

GoString returns the string representation

func (*RegisterAccountInput) SetDelegatedAdminAccount

func (s *RegisterAccountInput) SetDelegatedAdminAccount(v string) *RegisterAccountInput

SetDelegatedAdminAccount sets the DelegatedAdminAccount field's value.

func (*RegisterAccountInput) SetKmsKey

SetKmsKey sets the KmsKey field's value.

func (RegisterAccountInput) String

func (s RegisterAccountInput) String() string

String returns the string representation

func (*RegisterAccountInput) Validate

func (s *RegisterAccountInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RegisterAccountOutput

type RegisterAccountOutput struct {

	// The status of the account registration request.
	Status *string `locationName:"status" type:"string" enum:"AccountStatus"`
	// contains filtered or unexported fields
}

func (RegisterAccountOutput) GoString

func (s RegisterAccountOutput) GoString() string

GoString returns the string representation

func (*RegisterAccountOutput) SetStatus

SetStatus sets the Status field's value.

func (RegisterAccountOutput) String

func (s RegisterAccountOutput) String() string

String returns the string representation

type RegisterOrganizationAdminAccountInput

type RegisterOrganizationAdminAccountInput struct {

	// The identifier for the specified delegated administrator account.
	//
	// AdminAccountId is a required field
	AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RegisterOrganizationAdminAccountInput) GoString

GoString returns the string representation

func (*RegisterOrganizationAdminAccountInput) SetAdminAccountId

SetAdminAccountId sets the AdminAccountId field's value.

func (RegisterOrganizationAdminAccountInput) String

String returns the string representation

func (*RegisterOrganizationAdminAccountInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type RegisterOrganizationAdminAccountOutput

type RegisterOrganizationAdminAccountOutput struct {

	// The identifier for the specified delegated administrator account.
	AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"`

	// The identifier for the specified AWS organization.
	OrganizationId *string `locationName:"organizationId" min:"12" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterOrganizationAdminAccountOutput) GoString

GoString returns the string representation

func (*RegisterOrganizationAdminAccountOutput) SetAdminAccountId

SetAdminAccountId sets the AdminAccountId field's value.

func (*RegisterOrganizationAdminAccountOutput) SetOrganizationId

SetOrganizationId sets the OrganizationId field's value.

func (RegisterOrganizationAdminAccountOutput) String

String returns the string representation

type Resource

type Resource struct {

	// The Amazon Resource Name (ARN) for the specified resource.
	Arn *string `locationName:"arn" min:"20" type:"string"`

	// The value of the specified resource.
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

A system asset that is evaluated in an AWS Audit Manager assessment.

func (Resource) GoString

func (s Resource) GoString() string

GoString returns the string representation

func (*Resource) SetArn

func (s *Resource) SetArn(v string) *Resource

SetArn sets the Arn field's value.

func (*Resource) SetValue

func (s *Resource) SetValue(v string) *Resource

SetValue sets the Value field's value.

func (Resource) String

func (s Resource) String() string

String returns the string representation

type ResourceNotFoundException

type ResourceNotFoundException struct {
	RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

	Message_ *string `locationName:"message" type:"string"`

	// The unique identifier for the specified resource.
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" type:"string" required:"true"`

	// The type of resource affected by the error.
	//
	// ResourceType is a required field
	ResourceType *string `locationName:"resourceType" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The resource specified in the request cannot be found.

func (*ResourceNotFoundException) Code

Code returns the exception type name.

func (*ResourceNotFoundException) Error

func (s *ResourceNotFoundException) Error() string

func (ResourceNotFoundException) GoString

func (s ResourceNotFoundException) GoString() string

GoString returns the string representation

func (*ResourceNotFoundException) Message

func (s *ResourceNotFoundException) Message() string

Message returns the exception's message.

func (*ResourceNotFoundException) OrigErr

func (s *ResourceNotFoundException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ResourceNotFoundException) RequestID

func (s *ResourceNotFoundException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ResourceNotFoundException) StatusCode

func (s *ResourceNotFoundException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ResourceNotFoundException) String

func (s ResourceNotFoundException) String() string

String returns the string representation

type Role

type Role struct {

	// 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
}

The wrapper that contains the AWS Audit Manager role information of the current user, such as the role type and IAM Amazon Resource Name (ARN).

func (Role) GoString

func (s Role) GoString() string

GoString returns the string representation

func (*Role) SetRoleArn

func (s *Role) SetRoleArn(v string) *Role

SetRoleArn sets the RoleArn field's value.

func (*Role) SetRoleType

func (s *Role) SetRoleType(v string) *Role

SetRoleType sets the RoleType field's value.

func (Role) String

func (s Role) String() string

String returns the string representation

func (*Role) Validate

func (s *Role) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Scope

type Scope struct {

	// The AWS accounts included in the scope of the assessment.
	AwsAccounts []*AWSAccount `locationName:"awsAccounts" type:"list"`

	// The AWS services included in the scope of the assessment.
	AwsServices []*AWSService `locationName:"awsServices" type:"list"`
	// contains filtered or unexported fields
}

The wrapper that contains the AWS accounts and AWS services in scope for the assessment.

func (Scope) GoString

func (s Scope) GoString() string

GoString returns the string representation

func (*Scope) SetAwsAccounts

func (s *Scope) SetAwsAccounts(v []*AWSAccount) *Scope

SetAwsAccounts sets the AwsAccounts field's value.

func (*Scope) SetAwsServices

func (s *Scope) SetAwsServices(v []*AWSService) *Scope

SetAwsServices sets the AwsServices field's value.

func (Scope) String

func (s Scope) String() string

String returns the string representation

func (*Scope) Validate

func (s *Scope) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ServiceMetadata

type ServiceMetadata struct {

	// The category in which the AWS service belongs, such as compute, storage,
	// database, and so on.
	Category *string `locationName:"category" min:"1" type:"string"`

	// The description of the specified AWS service.
	Description *string `locationName:"description" min:"1" type:"string"`

	// The display name of the AWS service.
	DisplayName *string `locationName:"displayName" min:"1" type:"string"`

	// The name of the AWS service.
	Name *string `locationName:"name" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The metadata associated with the specified AWS service.

func (ServiceMetadata) GoString

func (s ServiceMetadata) GoString() string

GoString returns the string representation

func (*ServiceMetadata) SetCategory

func (s *ServiceMetadata) SetCategory(v string) *ServiceMetadata

SetCategory sets the Category field's value.

func (*ServiceMetadata) SetDescription

func (s *ServiceMetadata) SetDescription(v string) *ServiceMetadata

SetDescription sets the Description field's value.

func (*ServiceMetadata) SetDisplayName

func (s *ServiceMetadata) SetDisplayName(v string) *ServiceMetadata

SetDisplayName sets the DisplayName field's value.

func (*ServiceMetadata) SetName

func (s *ServiceMetadata) SetName(v string) *ServiceMetadata

SetName sets the Name field's value.

func (ServiceMetadata) String

func (s ServiceMetadata) String() string

String returns the string representation

type Settings

type Settings struct {

	// The default storage destination for assessment reports.
	DefaultAssessmentReportsDestination *AssessmentReportsDestination `locationName:"defaultAssessmentReportsDestination" type:"structure"`

	// The designated default audit owners.
	DefaultProcessOwners []*Role `locationName:"defaultProcessOwners" type:"list"`

	// Specifies whether AWS Organizations is enabled.
	IsAwsOrgEnabled *bool `locationName:"isAwsOrgEnabled" type:"boolean"`

	// The AWS KMS key details.
	KmsKey *string `locationName:"kmsKey" min:"7" type:"string"`

	// The designated Amazon Simple Notification Service (Amazon SNS) topic.
	SnsTopic *string `locationName:"snsTopic" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The settings object that holds all supported AWS Audit Manager settings.

func (Settings) GoString

func (s Settings) GoString() string

GoString returns the string representation

func (*Settings) SetDefaultAssessmentReportsDestination

func (s *Settings) SetDefaultAssessmentReportsDestination(v *AssessmentReportsDestination) *Settings

SetDefaultAssessmentReportsDestination sets the DefaultAssessmentReportsDestination field's value.

func (*Settings) SetDefaultProcessOwners

func (s *Settings) SetDefaultProcessOwners(v []*Role) *Settings

SetDefaultProcessOwners sets the DefaultProcessOwners field's value.

func (*Settings) SetIsAwsOrgEnabled

func (s *Settings) SetIsAwsOrgEnabled(v bool) *Settings

SetIsAwsOrgEnabled sets the IsAwsOrgEnabled field's value.

func (*Settings) SetKmsKey

func (s *Settings) SetKmsKey(v string) *Settings

SetKmsKey sets the KmsKey field's value.

func (*Settings) SetSnsTopic

func (s *Settings) SetSnsTopic(v string) *Settings

SetSnsTopic sets the SnsTopic field's value.

func (Settings) String

func (s Settings) String() string

String returns the string representation

type SourceKeyword

type SourceKeyword struct {

	// The method of input for the specified keyword.
	KeywordInputType *string `locationName:"keywordInputType" type:"string" enum:"KeywordInputType"`

	// The value of the keyword used to search AWS CloudTrail logs, AWS Config rules,
	// AWS Security Hub checks, and AWS API names when mapping a control data source.
	KeywordValue *string `locationName:"keywordValue" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The keyword to search for in AWS CloudTrail logs, AWS Config rules, AWS Security Hub checks, and AWS API names.

func (SourceKeyword) GoString

func (s SourceKeyword) GoString() string

GoString returns the string representation

func (*SourceKeyword) SetKeywordInputType

func (s *SourceKeyword) SetKeywordInputType(v string) *SourceKeyword

SetKeywordInputType sets the KeywordInputType field's value.

func (*SourceKeyword) SetKeywordValue

func (s *SourceKeyword) SetKeywordValue(v string) *SourceKeyword

SetKeywordValue sets the KeywordValue field's value.

func (SourceKeyword) String

func (s SourceKeyword) String() string

String returns the string representation

func (*SourceKeyword) Validate

func (s *SourceKeyword) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceInput

type TagResourceInput 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 tags to be 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 (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation

func (*TagResourceInput) SetResourceArn

func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*TagResourceInput) SetTags

func (s *TagResourceInput) SetTags(v map[string]*string) *TagResourceInput

SetTags sets the Tags field's value.

func (TagResourceInput) String

func (s TagResourceInput) String() string

String returns the string representation

func (*TagResourceInput) Validate

func (s *TagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TagResourceOutput

type TagResourceOutput struct {
	// contains filtered or unexported fields
}

func (TagResourceOutput) GoString

func (s TagResourceOutput) GoString() string

GoString returns the string representation

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation

type URL

type URL struct {

	// The name or word 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
}

A uniform resource locator, used as a unique identifier to locate a resource on the internet.

func (URL) GoString

func (s URL) GoString() string

GoString returns the string representation

func (*URL) SetHyperlinkName

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 (URL) String

func (s URL) String() string

String returns the string representation

type UntagResourceInput

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 (UntagResourceInput) GoString

func (s UntagResourceInput) GoString() string

GoString returns the string representation

func (*UntagResourceInput) SetResourceArn

func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput

SetResourceArn sets the ResourceArn field's value.

func (*UntagResourceInput) SetTagKeys

func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput

SetTagKeys sets the TagKeys field's value.

func (UntagResourceInput) String

func (s UntagResourceInput) String() string

String returns the string representation

func (*UntagResourceInput) Validate

func (s *UntagResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UntagResourceOutput

type UntagResourceOutput struct {
	// contains filtered or unexported fields
}

func (UntagResourceOutput) GoString

func (s UntagResourceOutput) GoString() string

GoString returns the string representation

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation

type UpdateAssessmentControlInput

type UpdateAssessmentControlInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The comment body text for the specified control.
	CommentBody *string `locationName:"commentBody" type:"string"`

	// The identifier for the specified control.
	//
	// ControlId is a required field
	ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"`

	// The identifier for the specified control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

	// The status of the specified control.
	ControlStatus *string `locationName:"controlStatus" type:"string" enum:"ControlStatus"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentControlInput) GoString

func (s UpdateAssessmentControlInput) GoString() string

GoString returns the string representation

func (*UpdateAssessmentControlInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*UpdateAssessmentControlInput) SetCommentBody

SetCommentBody sets the CommentBody field's value.

func (*UpdateAssessmentControlInput) SetControlId

SetControlId sets the ControlId field's value.

func (*UpdateAssessmentControlInput) SetControlSetId

SetControlSetId sets the ControlSetId field's value.

func (*UpdateAssessmentControlInput) SetControlStatus

SetControlStatus sets the ControlStatus field's value.

func (UpdateAssessmentControlInput) String

String returns the string representation

func (*UpdateAssessmentControlInput) Validate

func (s *UpdateAssessmentControlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssessmentControlOutput

type UpdateAssessmentControlOutput struct {

	// The name of the updated control set returned by the UpdateAssessmentControl
	// API.
	Control *AssessmentControl `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentControlOutput) GoString

GoString returns the string representation

func (*UpdateAssessmentControlOutput) SetControl

SetControl sets the Control field's value.

func (UpdateAssessmentControlOutput) String

String returns the string representation

type UpdateAssessmentControlSetStatusInput

type UpdateAssessmentControlSetStatusInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The comment related to the status update.
	//
	// Comment is a required field
	Comment *string `locationName:"comment" type:"string" required:"true"`

	// The identifier for the specified control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" type:"string" required:"true"`

	// The status of the control set that is being updated.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"ControlSetStatus"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentControlSetStatusInput) GoString

GoString returns the string representation

func (*UpdateAssessmentControlSetStatusInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*UpdateAssessmentControlSetStatusInput) SetComment

SetComment sets the Comment field's value.

func (*UpdateAssessmentControlSetStatusInput) SetControlSetId

SetControlSetId sets the ControlSetId field's value.

func (*UpdateAssessmentControlSetStatusInput) SetStatus

SetStatus sets the Status field's value.

func (UpdateAssessmentControlSetStatusInput) String

String returns the string representation

func (*UpdateAssessmentControlSetStatusInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssessmentControlSetStatusOutput

type UpdateAssessmentControlSetStatusOutput struct {

	// The name of the updated control set returned by the UpdateAssessmentControlSetStatus
	// API.
	ControlSet *AssessmentControlSet `locationName:"controlSet" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentControlSetStatusOutput) GoString

GoString returns the string representation

func (*UpdateAssessmentControlSetStatusOutput) SetControlSet

SetControlSet sets the ControlSet field's value.

func (UpdateAssessmentControlSetStatusOutput) String

String returns the string representation

type UpdateAssessmentFrameworkControlSet

type UpdateAssessmentFrameworkControlSet struct {

	// The list of controls contained within the control set.
	Controls []*CreateAssessmentFrameworkControl `locationName:"controls" min:"1" type:"list"`

	// The unique identifier for the control set.
	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 controlSet entity that represents a collection of controls in AWS Audit Manager. This does not contain the control set ID.

func (UpdateAssessmentFrameworkControlSet) GoString

GoString returns the string representation

func (*UpdateAssessmentFrameworkControlSet) SetControls

SetControls sets the Controls field's value.

func (*UpdateAssessmentFrameworkControlSet) SetId

SetId sets the Id field's value.

func (*UpdateAssessmentFrameworkControlSet) SetName

SetName sets the Name field's value.

func (UpdateAssessmentFrameworkControlSet) String

String returns the string representation

func (*UpdateAssessmentFrameworkControlSet) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssessmentFrameworkInput

type UpdateAssessmentFrameworkInput struct {

	// The compliance type that the new custom framework supports, such as CIS or
	// HIPAA.
	ComplianceType *string `locationName:"complianceType" type:"string"`

	// The control sets associated with the framework.
	//
	// ControlSets is a required field
	ControlSets []*UpdateAssessmentFrameworkControlSet `locationName:"controlSets" type:"list" required:"true"`

	// The description of the framework that is to be updated.
	Description *string `locationName:"description" min:"1" type:"string"`

	// The identifier for the specified 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 (UpdateAssessmentFrameworkInput) GoString

GoString returns the string representation

func (*UpdateAssessmentFrameworkInput) SetComplianceType

SetComplianceType sets the ComplianceType field's value.

func (*UpdateAssessmentFrameworkInput) SetControlSets

SetControlSets sets the ControlSets field's value.

func (*UpdateAssessmentFrameworkInput) SetDescription

SetDescription sets the Description field's value.

func (*UpdateAssessmentFrameworkInput) SetFrameworkId

SetFrameworkId sets the FrameworkId field's value.

func (*UpdateAssessmentFrameworkInput) SetName

SetName sets the Name field's value.

func (UpdateAssessmentFrameworkInput) String

String returns the string representation

func (*UpdateAssessmentFrameworkInput) Validate

func (s *UpdateAssessmentFrameworkInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssessmentFrameworkOutput

type UpdateAssessmentFrameworkOutput struct {

	// The name of the specified framework.
	Framework *Framework `locationName:"framework" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentFrameworkOutput) GoString

GoString returns the string representation

func (*UpdateAssessmentFrameworkOutput) SetFramework

SetFramework sets the Framework field's value.

func (UpdateAssessmentFrameworkOutput) String

String returns the string representation

type UpdateAssessmentInput

type UpdateAssessmentInput struct {

	// The description of the specified assessment.
	AssessmentDescription *string `locationName:"assessmentDescription" type:"string"`

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The name of the specified assessment to be updated.
	AssessmentName *string `locationName:"assessmentName" min:"1" type:"string"`

	// The assessment report storage destination for the specified assessment that
	// is being updated.
	AssessmentReportsDestination *AssessmentReportsDestination `locationName:"assessmentReportsDestination" type:"structure"`

	// The list of roles for the specified assessment.
	Roles []*Role `locationName:"roles" type:"list"`

	// The scope of the specified assessment.
	//
	// Scope is a required field
	Scope *Scope `locationName:"scope" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentInput) GoString

func (s UpdateAssessmentInput) GoString() string

GoString returns the string representation

func (*UpdateAssessmentInput) SetAssessmentDescription

func (s *UpdateAssessmentInput) SetAssessmentDescription(v string) *UpdateAssessmentInput

SetAssessmentDescription sets the AssessmentDescription field's value.

func (*UpdateAssessmentInput) SetAssessmentId

func (s *UpdateAssessmentInput) SetAssessmentId(v string) *UpdateAssessmentInput

SetAssessmentId sets the AssessmentId field's value.

func (*UpdateAssessmentInput) SetAssessmentName

func (s *UpdateAssessmentInput) SetAssessmentName(v string) *UpdateAssessmentInput

SetAssessmentName sets the AssessmentName field's value.

func (*UpdateAssessmentInput) SetAssessmentReportsDestination

func (s *UpdateAssessmentInput) SetAssessmentReportsDestination(v *AssessmentReportsDestination) *UpdateAssessmentInput

SetAssessmentReportsDestination sets the AssessmentReportsDestination field's value.

func (*UpdateAssessmentInput) SetRoles

SetRoles sets the Roles field's value.

func (*UpdateAssessmentInput) SetScope

SetScope sets the Scope field's value.

func (UpdateAssessmentInput) String

func (s UpdateAssessmentInput) String() string

String returns the string representation

func (*UpdateAssessmentInput) Validate

func (s *UpdateAssessmentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssessmentOutput

type UpdateAssessmentOutput struct {

	// The response object (name of the updated assessment) for the UpdateAssessmentRequest
	// API.
	Assessment *Assessment `locationName:"assessment" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentOutput) GoString

func (s UpdateAssessmentOutput) GoString() string

GoString returns the string representation

func (*UpdateAssessmentOutput) SetAssessment

SetAssessment sets the Assessment field's value.

func (UpdateAssessmentOutput) String

func (s UpdateAssessmentOutput) String() string

String returns the string representation

type UpdateAssessmentStatusInput

type UpdateAssessmentStatusInput struct {

	// The identifier for the specified assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The current status of the specified assessment.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"AssessmentStatus"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentStatusInput) GoString

func (s UpdateAssessmentStatusInput) GoString() string

GoString returns the string representation

func (*UpdateAssessmentStatusInput) SetAssessmentId

SetAssessmentId sets the AssessmentId field's value.

func (*UpdateAssessmentStatusInput) SetStatus

SetStatus sets the Status field's value.

func (UpdateAssessmentStatusInput) String

String returns the string representation

func (*UpdateAssessmentStatusInput) Validate

func (s *UpdateAssessmentStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateAssessmentStatusOutput

type UpdateAssessmentStatusOutput struct {

	// The name of the updated assessment returned by the UpdateAssessmentStatus
	// API.
	Assessment *Assessment `locationName:"assessment" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentStatusOutput) GoString

func (s UpdateAssessmentStatusOutput) GoString() string

GoString returns the string representation

func (*UpdateAssessmentStatusOutput) SetAssessment

SetAssessment sets the Assessment field's value.

func (UpdateAssessmentStatusOutput) String

String returns the string representation

type UpdateControlInput

type UpdateControlInput struct {

	// The recommended actions to carry out if the control is not fulfilled.
	ActionPlanInstructions *string `locationName:"actionPlanInstructions" type:"string"`

	// The title of the action plan for remediating the control.
	ActionPlanTitle *string `locationName:"actionPlanTitle" type:"string"`

	// The identifier for the specified control.
	//
	// ControlId is a required field
	ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"`

	// The data mapping sources for the specified control.
	//
	// ControlMappingSources is a required field
	ControlMappingSources []*ControlMappingSource `locationName:"controlMappingSources" min:"1" type:"list" required:"true"`

	// The optional description of the control.
	Description *string `locationName:"description" type:"string"`

	// The name of the control to be updated.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`

	// The steps that to follow to determine if the control has been satisfied.
	TestingInformation *string `locationName:"testingInformation" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateControlInput) GoString

func (s UpdateControlInput) GoString() string

GoString returns the string representation

func (*UpdateControlInput) SetActionPlanInstructions

func (s *UpdateControlInput) SetActionPlanInstructions(v string) *UpdateControlInput

SetActionPlanInstructions sets the ActionPlanInstructions field's value.

func (*UpdateControlInput) SetActionPlanTitle

func (s *UpdateControlInput) SetActionPlanTitle(v string) *UpdateControlInput

SetActionPlanTitle sets the ActionPlanTitle field's value.

func (*UpdateControlInput) SetControlId

func (s *UpdateControlInput) SetControlId(v string) *UpdateControlInput

SetControlId sets the ControlId field's value.

func (*UpdateControlInput) SetControlMappingSources

func (s *UpdateControlInput) SetControlMappingSources(v []*ControlMappingSource) *UpdateControlInput

SetControlMappingSources sets the ControlMappingSources field's value.

func (*UpdateControlInput) SetDescription

func (s *UpdateControlInput) SetDescription(v string) *UpdateControlInput

SetDescription sets the Description field's value.

func (*UpdateControlInput) SetName

SetName sets the Name field's value.

func (*UpdateControlInput) SetTestingInformation

func (s *UpdateControlInput) SetTestingInformation(v string) *UpdateControlInput

SetTestingInformation sets the TestingInformation field's value.

func (UpdateControlInput) String

func (s UpdateControlInput) String() string

String returns the string representation

func (*UpdateControlInput) Validate

func (s *UpdateControlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateControlOutput

type UpdateControlOutput struct {

	// The name of the updated control set returned by the UpdateControl API.
	Control *Control `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateControlOutput) GoString

func (s UpdateControlOutput) GoString() string

GoString returns the string representation

func (*UpdateControlOutput) SetControl

func (s *UpdateControlOutput) SetControl(v *Control) *UpdateControlOutput

SetControl sets the Control field's value.

func (UpdateControlOutput) String

func (s UpdateControlOutput) String() string

String returns the string representation

type UpdateSettingsInput

type UpdateSettingsInput struct {

	// The default storage destination for assessment reports.
	DefaultAssessmentReportsDestination *AssessmentReportsDestination `locationName:"defaultAssessmentReportsDestination" type:"structure"`

	// A list of the default audit owners.
	DefaultProcessOwners []*Role `locationName:"defaultProcessOwners" type:"list"`

	// The AWS KMS key details.
	KmsKey *string `locationName:"kmsKey" min:"7" type:"string"`

	// The Amazon Simple Notification Service (Amazon SNS) topic to which AWS Audit
	// Manager sends notifications.
	SnsTopic *string `locationName:"snsTopic" min:"20" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSettingsInput) GoString

func (s UpdateSettingsInput) GoString() string

GoString returns the string representation

func (*UpdateSettingsInput) SetDefaultAssessmentReportsDestination

func (s *UpdateSettingsInput) SetDefaultAssessmentReportsDestination(v *AssessmentReportsDestination) *UpdateSettingsInput

SetDefaultAssessmentReportsDestination sets the DefaultAssessmentReportsDestination field's value.

func (*UpdateSettingsInput) SetDefaultProcessOwners

func (s *UpdateSettingsInput) SetDefaultProcessOwners(v []*Role) *UpdateSettingsInput

SetDefaultProcessOwners sets the DefaultProcessOwners field's value.

func (*UpdateSettingsInput) SetKmsKey

SetKmsKey sets the KmsKey field's value.

func (*UpdateSettingsInput) SetSnsTopic

func (s *UpdateSettingsInput) SetSnsTopic(v string) *UpdateSettingsInput

SetSnsTopic sets the SnsTopic field's value.

func (UpdateSettingsInput) String

func (s UpdateSettingsInput) String() string

String returns the string representation

func (*UpdateSettingsInput) Validate

func (s *UpdateSettingsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateSettingsOutput

type UpdateSettingsOutput struct {

	// The current list of settings.
	Settings *Settings `locationName:"settings" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateSettingsOutput) GoString

func (s UpdateSettingsOutput) GoString() string

GoString returns the string representation

func (*UpdateSettingsOutput) SetSettings

SetSettings sets the Settings field's value.

func (UpdateSettingsOutput) String

func (s UpdateSettingsOutput) String() string

String returns the string representation

type ValidateAssessmentReportIntegrityInput

type ValidateAssessmentReportIntegrityInput struct {

	// The relative path of the specified Amazon S3 bucket in which the assessment
	// report is stored.
	//
	// S3RelativePath is a required field
	S3RelativePath *string `locationName:"s3RelativePath" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ValidateAssessmentReportIntegrityInput) GoString

GoString returns the string representation

func (*ValidateAssessmentReportIntegrityInput) SetS3RelativePath

SetS3RelativePath sets the S3RelativePath field's value.

func (ValidateAssessmentReportIntegrityInput) String

String returns the string representation

func (*ValidateAssessmentReportIntegrityInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ValidateAssessmentReportIntegrityOutput

type ValidateAssessmentReportIntegrityOutput struct {

	// The signature algorithm 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 (ValidateAssessmentReportIntegrityOutput) GoString

GoString returns the string representation

func (*ValidateAssessmentReportIntegrityOutput) SetSignatureAlgorithm

SetSignatureAlgorithm sets the SignatureAlgorithm field's value.

func (*ValidateAssessmentReportIntegrityOutput) SetSignatureDateTime

SetSignatureDateTime sets the SignatureDateTime field's value.

func (*ValidateAssessmentReportIntegrityOutput) SetSignatureKeyId

SetSignatureKeyId sets the SignatureKeyId field's value.

func (*ValidateAssessmentReportIntegrityOutput) SetSignatureValid

SetSignatureValid sets the SignatureValid field's value.

func (*ValidateAssessmentReportIntegrityOutput) SetValidationErrors

SetValidationErrors sets the ValidationErrors field's value.

func (ValidateAssessmentReportIntegrityOutput) String

String returns the string representation

type ValidationException

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 (*ValidationException) Code

func (s *ValidationException) Code() string

Code returns the exception type name.

func (*ValidationException) Error

func (s *ValidationException) Error() string

func (ValidationException) GoString

func (s ValidationException) GoString() string

GoString returns the string representation

func (*ValidationException) Message

func (s *ValidationException) Message() string

Message returns the exception's message.

func (*ValidationException) OrigErr

func (s *ValidationException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ValidationException) RequestID

func (s *ValidationException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ValidationException) StatusCode

func (s *ValidationException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ValidationException) String

func (s ValidationException) String() string

String returns the string representation

type ValidationExceptionField

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 specified field.

func (ValidationExceptionField) GoString

func (s ValidationExceptionField) GoString() string

GoString returns the string representation

func (*ValidationExceptionField) SetMessage

SetMessage sets the Message field's value.

func (*ValidationExceptionField) SetName

SetName sets the Name field's value.

func (ValidationExceptionField) String

func (s ValidationExceptionField) String() string

String returns the string representation

Directories

Path Synopsis
Package auditmanageriface provides an interface to enable mocking the AWS Audit Manager service client for testing your code.
Package auditmanageriface provides an interface to enable mocking the AWS Audit Manager service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL