auditmanager

package
v1.44.278 Latest Latest
Warning

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

Go to latest
Published: Jun 7, 2023 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 Audit Manager API reference. This guide is for developers who need detailed information about the Audit Manager API operations, data types, and errors.

Audit Manager is a service that provides automated evidence collection so that you can continually audit your Amazon Web Services usage. You can use it to assess the effectiveness of your controls, manage risk, and simplify compliance.

Audit Manager provides prebuilt frameworks that structure and automate assessments for a given compliance standard. Frameworks include a prebuilt collection of controls with descriptions and testing procedures. These controls 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 specific requirements.

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

If you're new to Audit Manager, we recommend that you review the 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 (
	// DeleteResourcesAll is a DeleteResources enum value
	DeleteResourcesAll = "ALL"

	// DeleteResourcesDefault is a DeleteResources enum value
	DeleteResourcesDefault = "DEFAULT"
)
View Source
const (
	// EvidenceFinderBackfillStatusNotStarted is a EvidenceFinderBackfillStatus enum value
	EvidenceFinderBackfillStatusNotStarted = "NOT_STARTED"

	// EvidenceFinderBackfillStatusInProgress is a EvidenceFinderBackfillStatus enum value
	EvidenceFinderBackfillStatusInProgress = "IN_PROGRESS"

	// EvidenceFinderBackfillStatusCompleted is a EvidenceFinderBackfillStatus enum value
	EvidenceFinderBackfillStatusCompleted = "COMPLETED"
)
View Source
const (
	// EvidenceFinderEnablementStatusEnabled is a EvidenceFinderEnablementStatus enum value
	EvidenceFinderEnablementStatusEnabled = "ENABLED"

	// EvidenceFinderEnablementStatusDisabled is a EvidenceFinderEnablementStatus enum value
	EvidenceFinderEnablementStatusDisabled = "DISABLED"

	// EvidenceFinderEnablementStatusEnableInProgress is a EvidenceFinderEnablementStatus enum value
	EvidenceFinderEnablementStatusEnableInProgress = "ENABLE_IN_PROGRESS"

	// EvidenceFinderEnablementStatusDisableInProgress is a EvidenceFinderEnablementStatus enum value
	EvidenceFinderEnablementStatusDisableInProgress = "DISABLE_IN_PROGRESS"
)
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"

	// SettingAttributeEvidenceFinderEnablement is a SettingAttribute enum value
	SettingAttributeEvidenceFinderEnablement = "EVIDENCE_FINDER_ENABLEMENT"

	// SettingAttributeDeregistrationPolicy is a SettingAttribute enum value
	SettingAttributeDeregistrationPolicy = "DEREGISTRATION_POLICY"
)
View Source
const (
	// ShareRequestActionAccept is a ShareRequestAction enum value
	ShareRequestActionAccept = "ACCEPT"

	// ShareRequestActionDecline is a ShareRequestAction enum value
	ShareRequestActionDecline = "DECLINE"

	// ShareRequestActionRevoke is a ShareRequestAction enum value
	ShareRequestActionRevoke = "REVOKE"
)
View Source
const (
	// ShareRequestStatusActive is a ShareRequestStatus enum value
	ShareRequestStatusActive = "ACTIVE"

	// ShareRequestStatusReplicating is a ShareRequestStatus enum value
	ShareRequestStatusReplicating = "REPLICATING"

	// ShareRequestStatusShared is a ShareRequestStatus enum value
	ShareRequestStatusShared = "SHARED"

	// ShareRequestStatusExpiring is a ShareRequestStatus enum value
	ShareRequestStatusExpiring = "EXPIRING"

	// ShareRequestStatusFailed is a ShareRequestStatus enum value
	ShareRequestStatusFailed = "FAILED"

	// ShareRequestStatusExpired is a ShareRequestStatus enum value
	ShareRequestStatusExpired = "EXPIRED"

	// ShareRequestStatusDeclined is a ShareRequestStatus enum value
	ShareRequestStatusDeclined = "DECLINED"

	// ShareRequestStatusRevoked is a ShareRequestStatus enum value
	ShareRequestStatusRevoked = "REVOKED"
)
View Source
const (
	// ShareRequestTypeSent is a ShareRequestType enum value
	ShareRequestTypeSent = "SENT"

	// ShareRequestTypeReceived is a ShareRequestType enum value
	ShareRequestTypeReceived = "RECEIVED"
)
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 isn't registered with Audit Manager. Check the delegated administrator
	// setup on the 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 that's specified in the request can't be found.
	ErrCodeResourceNotFoundException = "ResourceNotFoundException"

	// ErrCodeServiceQuotaExceededException for service response error code
	// "ServiceQuotaExceededException".
	//
	// You've reached your account quota for this resource type. To perform the
	// requested action, delete some existing resources or request a quota increase
	// (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from
	// the Service Quotas console. For a list of Audit Manager service quotas, see
	// Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).
	ErrCodeServiceQuotaExceededException = "ServiceQuotaExceededException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// The request was denied due to request throttling.
	ErrCodeThrottlingException = "ThrottlingException"

	// 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 DeleteResources_Values added in v1.44.175

func DeleteResources_Values() []string

DeleteResources_Values returns all elements of the DeleteResources enum

func EvidenceFinderBackfillStatus_Values added in v1.44.142

func EvidenceFinderBackfillStatus_Values() []string

EvidenceFinderBackfillStatus_Values returns all elements of the EvidenceFinderBackfillStatus enum

func EvidenceFinderEnablementStatus_Values added in v1.44.142

func EvidenceFinderEnablementStatus_Values() []string

EvidenceFinderEnablementStatus_Values returns all elements of the EvidenceFinderEnablementStatus 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 ShareRequestAction_Values added in v1.41.10

func ShareRequestAction_Values() []string

ShareRequestAction_Values returns all elements of the ShareRequestAction enum

func ShareRequestStatus_Values added in v1.41.10

func ShareRequestStatus_Values() []string

ShareRequestStatus_Values returns all elements of the ShareRequestStatus enum

func ShareRequestType_Values added in v1.41.10

func ShareRequestType_Values() []string

ShareRequestType_Values returns all elements of the ShareRequestType 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 that's associated with the Amazon Web Services account.
	EmailAddress *string `locationName:"emailAddress" min:"1" type:"string"`

	// The identifier for the Amazon Web Services account.
	Id *string `locationName:"id" min:"12" type:"string"`

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

The wrapper of Amazon Web Services account details, such as account ID or email address.

func (AWSAccount) GoString

func (s AWSAccount) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 Amazon Web Service.
	ServiceName *string `locationName:"serviceName" min:"1" type:"string"`
	// contains filtered or unexported fields
}

An Amazon Web Service such as Amazon S3 or CloudTrail.

For an example of how to find an Amazon Web Service name and how to define it in your assessment scope, see the following:

func (AWSService) GoString

func (s AWSService) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 isn't registered with Audit Manager. Check the delegated administrator setup on the 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Assessment

type Assessment struct {

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

	// The Amazon Web Services account that's associated with the assessment.
	AwsAccount *AWSAccount `locationName:"awsAccount" type:"structure"`

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

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

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

An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.

func (Assessment) GoString

func (s Assessment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentControl

type AssessmentControl struct {

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

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

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

	// The amount of evidence that's collected for the control.
	EvidenceCount *int64 `locationName:"evidenceCount" type:"integer"`

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

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

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

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

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

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

func (AssessmentControl) GoString

func (s AssessmentControl) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentControlSet

type AssessmentControlSet struct {

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

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

	// The description for the control set.
	Description *string `locationName:"description" min:"1" type:"string"`

	// The identifier of the control set in the assessment. This is the control
	// set name in a plain string format.
	Id *string `locationName:"id" min:"1" type:"string"`

	// The total number of evidence objects that are uploaded manually to the control
	// set.
	ManualEvidenceCount *int64 `locationName:"manualEvidenceCount" type:"integer"`

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

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

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

Represents a set of controls in an Audit Manager assessment.

func (AssessmentControlSet) GoString

func (s AssessmentControlSet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentEvidenceFolder

type AssessmentEvidenceFolder struct {

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

	// The total count of evidence that's included in the assessment report.
	AssessmentReportSelectionCount *int64 `locationName:"assessmentReportSelectionCount" type:"integer"`

	// The name of the user who created the evidence folder.
	Author *string `locationName:"author" type:"string"`

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

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

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

	// The Amazon Web Service that the evidence was collected from.
	DataSource *string `locationName:"dataSource" type:"string"`

	// The date when the first evidence was added to the evidence folder.
	Date *time.Time `locationName:"date" type:"timestamp"`

	// The total number of Amazon Web Services resources that were assessed to generate
	// the evidence.
	EvidenceAwsServiceSourceCount *int64 `locationName:"evidenceAwsServiceSourceCount" type:"integer"`

	// The number of evidence that falls under the compliance check category. This
	// evidence is collected from Config or Security Hub.
	EvidenceByTypeComplianceCheckCount *int64 `locationName:"evidenceByTypeComplianceCheckCount" type:"integer"`

	// The total number of issues that were reported directly from Security Hub,
	// Config, or both.
	EvidenceByTypeComplianceCheckIssuesCount *int64 `locationName:"evidenceByTypeComplianceCheckIssuesCount" type:"integer"`

	// The number of evidence that falls under the configuration data category.
	// This evidence is collected from configuration snapshots of other Amazon Web
	// Services such as Amazon EC2, Amazon S3, or IAM.
	EvidenceByTypeConfigurationDataCount *int64 `locationName:"evidenceByTypeConfigurationDataCount" type:"integer"`

	// The number of evidence that falls under the manual category. This evidence
	// is imported manually.
	EvidenceByTypeManualCount *int64 `locationName:"evidenceByTypeManualCount" type:"integer"`

	// The number of evidence that falls under the user activity category. This
	// evidence is collected from CloudTrail logs.
	EvidenceByTypeUserActivityCount *int64 `locationName:"evidenceByTypeUserActivityCount" type:"integer"`

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

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

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

	// The total amount of evidence in the evidence folder.
	TotalEvidence *int64 `locationName:"totalEvidence" type:"integer"`
	// contains filtered or unexported fields
}

The folder where Audit Manager stores evidence for an assessment.

func (AssessmentEvidenceFolder) GoString

func (s AssessmentEvidenceFolder) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentFramework

type AssessmentFramework struct {

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

	// The control sets that are associated with the framework.
	ControlSets []*AssessmentControlSet `locationName:"controlSets" type:"list"`

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

	// The metadata of a framework, such as the name, ID, or description.
	Metadata *FrameworkMetadata `locationName:"metadata" type:"structure"`
	// contains filtered or unexported fields
}

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

func (AssessmentFramework) GoString

func (s AssessmentFramework) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentFrameworkMetadata

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 that are associated with the framework.
	ControlSetsCount *int64 `locationName:"controlSetsCount" type:"integer"`

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

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

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

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

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

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

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

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

The metadata that's associated with a standard framework or a custom framework.

func (AssessmentFrameworkMetadata) GoString

func (s AssessmentFrameworkMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentFrameworkShareRequest added in v1.41.10

type AssessmentFrameworkShareRequest struct {

	// An optional comment from the sender about the share request.
	Comment *string `locationName:"comment" type:"string"`

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

	// The time when the share request was created.
	CreationTime *time.Time `locationName:"creationTime" type:"timestamp"`

	// The number of custom controls that are part of the shared custom framework.
	CustomControlsCount *int64 `locationName:"customControlsCount" type:"integer"`

	// The Amazon Web Services account of the recipient.
	DestinationAccount *string `locationName:"destinationAccount" min:"12" type:"string"`

	// The Amazon Web Services Region of the recipient.
	DestinationRegion *string `locationName:"destinationRegion" type:"string"`

	// The time when the share request expires.
	ExpirationTime *time.Time `locationName:"expirationTime" type:"timestamp"`

	// The description of the shared custom framework.
	FrameworkDescription *string `locationName:"frameworkDescription" min:"1" type:"string"`

	// The unique identifier for the shared custom framework.
	FrameworkId *string `locationName:"frameworkId" min:"36" type:"string"`

	// The name of the custom framework that the share request is for.
	FrameworkName *string `locationName:"frameworkName" min:"1" type:"string"`

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

	// Specifies when the share request was last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"`

	// The Amazon Web Services account of the sender.
	SourceAccount *string `locationName:"sourceAccount" min:"12" type:"string"`

	// The number of standard controls that are part of the shared custom framework.
	StandardControlsCount *int64 `locationName:"standardControlsCount" type:"integer"`

	// The status of the share request.
	Status *string `locationName:"status" type:"string" enum:"ShareRequestStatus"`
	// contains filtered or unexported fields
}

Represents a share request for a custom framework in Audit Manager.

func (AssessmentFrameworkShareRequest) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AssessmentFrameworkShareRequest) SetComment added in v1.41.10

SetComment sets the Comment field's value.

func (*AssessmentFrameworkShareRequest) SetComplianceType added in v1.41.10

SetComplianceType sets the ComplianceType field's value.

func (*AssessmentFrameworkShareRequest) SetCreationTime added in v1.41.10

SetCreationTime sets the CreationTime field's value.

func (*AssessmentFrameworkShareRequest) SetCustomControlsCount added in v1.41.10

SetCustomControlsCount sets the CustomControlsCount field's value.

func (*AssessmentFrameworkShareRequest) SetDestinationAccount added in v1.41.10

SetDestinationAccount sets the DestinationAccount field's value.

func (*AssessmentFrameworkShareRequest) SetDestinationRegion added in v1.41.10

SetDestinationRegion sets the DestinationRegion field's value.

func (*AssessmentFrameworkShareRequest) SetExpirationTime added in v1.41.10

SetExpirationTime sets the ExpirationTime field's value.

func (*AssessmentFrameworkShareRequest) SetFrameworkDescription added in v1.41.10

SetFrameworkDescription sets the FrameworkDescription field's value.

func (*AssessmentFrameworkShareRequest) SetFrameworkId added in v1.41.10

SetFrameworkId sets the FrameworkId field's value.

func (*AssessmentFrameworkShareRequest) SetFrameworkName added in v1.41.10

SetFrameworkName sets the FrameworkName field's value.

func (*AssessmentFrameworkShareRequest) SetId added in v1.41.10

SetId sets the Id field's value.

func (*AssessmentFrameworkShareRequest) SetLastUpdated added in v1.41.10

SetLastUpdated sets the LastUpdated field's value.

func (*AssessmentFrameworkShareRequest) SetSourceAccount added in v1.41.10

SetSourceAccount sets the SourceAccount field's value.

func (*AssessmentFrameworkShareRequest) SetStandardControlsCount added in v1.41.10

SetStandardControlsCount sets the StandardControlsCount field's value.

func (*AssessmentFrameworkShareRequest) SetStatus added in v1.41.10

SetStatus sets the Status field's value.

func (AssessmentFrameworkShareRequest) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentMetadata

type AssessmentMetadata struct {

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

	// The name of the compliance standard that's 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 that are 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 that are associated with the assessment.
	Roles []*Role `locationName:"roles" type:"list"`

	// The wrapper of Amazon Web Services accounts and services that are 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 that's associated with the specified assessment.

func (AssessmentMetadata) GoString

func (s AssessmentMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentMetadataItem

type AssessmentMetadataItem struct {

	// The name of the compliance standard that's 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 that are 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 that are 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 that's associated with an assessment in Audit Manager.

func (AssessmentMetadataItem) GoString

func (s AssessmentMetadataItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentReport

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 Amazon Web Services account.
	AwsAccountId *string `locationName:"awsAccountId" min:"12" type:"string"`

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

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

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

	// The name that's given to the assessment report.
	Name *string `locationName:"name" min:"1" type:"string"`

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

A finalized document that's generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment.

func (AssessmentReport) GoString

func (s AssessmentReport) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentReportEvidenceError

type AssessmentReportEvidenceError struct {

	// The error code that was returned.
	ErrorCode *string `locationName:"errorCode" min:"3" type:"string"`

	// The error message that was returned.
	ErrorMessage *string `locationName:"errorMessage" type:"string"`

	// The identifier for the evidence.
	EvidenceId *string `locationName:"evidenceId" min:"36" type:"string"`
	// contains filtered or unexported fields
}

An error entity for assessment report evidence errors. This is used to provide more meaningful errors than a simple string message.

func (AssessmentReportEvidenceError) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentReportMetadata

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

func (AssessmentReportMetadata) GoString

func (s AssessmentReportMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AssessmentReportsDestination

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 where Audit Manager saves assessment reports for the given assessment.

func (AssessmentReportsDestination) GoString

func (s AssessmentReportsDestination) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

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

func (AssociateAssessmentReportEvidenceFolderInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AssociateAssessmentReportEvidenceFolderOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AuditManager

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 an assessment report in an Audit Manager assessment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation AssociateAssessmentReportEvidenceFolder for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation BatchAssociateAssessmentReportEvidence for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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.

Creates a batch of delegations for an assessment in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation BatchCreateDelegationByAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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 a batch of delegations for an assessment in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation BatchDeleteDelegationByAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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 an assessment report in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation BatchDisassociateAssessmentReportEvidence for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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 a control in an Audit Manager assessment. You can upload manual evidence from any Amazon Simple Storage Service (Amazon S3) bucket by specifying the S3 URI of the evidence.

You must upload manual evidence to your S3 bucket before you can upload it to your assessment. For instructions, see CreateBucket (https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html) and PutObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html) in the Amazon Simple Storage Service API Reference.

The following restrictions apply to this action:

For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation BatchImportEvidenceToAssessmentControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation CreateAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation CreateAssessmentFramework for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).

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 isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation CreateControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).

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

func (*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 Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessmentFramework for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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) DeleteAssessmentFrameworkShare added in v1.41.10

DeleteAssessmentFrameworkShare API operation for AWS Audit Manager.

Deletes a share request for a custom framework in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessmentFrameworkShare for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*AuditManager) DeleteAssessmentFrameworkShareRequest added in v1.41.10

func (c *AuditManager) DeleteAssessmentFrameworkShareRequest(input *DeleteAssessmentFrameworkShareInput) (req *request.Request, output *DeleteAssessmentFrameworkShareOutput)

DeleteAssessmentFrameworkShareRequest generates a "aws/request.Request" representing the client's request for the DeleteAssessmentFrameworkShare operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See DeleteAssessmentFrameworkShare for more information on using the DeleteAssessmentFrameworkShare API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the DeleteAssessmentFrameworkShareRequest method.
req, resp := client.DeleteAssessmentFrameworkShareRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) DeleteAssessmentFrameworkShareWithContext added in v1.41.10

func (c *AuditManager) DeleteAssessmentFrameworkShareWithContext(ctx aws.Context, input *DeleteAssessmentFrameworkShareInput, opts ...request.Option) (*DeleteAssessmentFrameworkShareOutput, error)

DeleteAssessmentFrameworkShareWithContext is the same as DeleteAssessmentFrameworkShare with the addition of the ability to pass a context and additional request options.

See DeleteAssessmentFrameworkShare for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*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 in Audit Manager.

When you run the DeleteAssessmentReport operation, Audit Manager attempts to delete the following data:

The specified assessment report that’s stored in your S3 bucket

The associated metadata that’s stored in Audit Manager

If Audit Manager can’t access the assessment report in your S3 bucket, the report isn’t deleted. In this event, the DeleteAssessmentReport operation doesn’t fail. Instead, it proceeds to delete the associated metadata only. You must then delete the assessment report from the S3 bucket yourself.

This scenario happens when Audit Manager receives a 403 (Forbidden) or 404 (Not Found) error from Amazon S3. To avoid this, make sure that your S3 bucket is available, and that you configured the correct permissions for Audit Manager to delete resources in your S3 bucket. For an example permissions policy that you can use, see Assessment report destination permissions (https://docs.aws.amazon.com/audit-manager/latest/userguide/security_iam_id-based-policy-examples.html#full-administrator-access-assessment-report-destination) in the Audit Manager User Guide. For information about the issues that could cause a 403 (Forbidden) or 404 (Not Found) error from Amazon S3, see List of Error Codes (https://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#ErrorCodeList) in the Amazon Simple Storage Service API Reference.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation DeleteAssessmentReport for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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 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 that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 Audit Manager.

Before you deregister, you can use the UpdateSettings (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_UpdateSettings.html) API operation to set your preferred data retention policy. By default, Audit Manager retains your data. If you want to delete your data, you can use the DeregistrationPolicy attribute to request the deletion of your data.

For more information about data retention, see Data Protection (https://docs.aws.amazon.com/audit-manager/latest/userguide/data-protection.html) in the Audit Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation DeregisterAccount for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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.

Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.

When you remove a delegated administrator from your Audit Manager settings, you continue to have access to the evidence that you previously collected under that account. This is also the case when you deregister a delegated administrator from Organizations. However, Audit Manager stops collecting and attaching evidence to that delegated administrator account moving forward.

Keep in mind the following cleanup task if you use evidence finder:

Before you use your management account to remove a delegated administrator, make sure that the current delegated administrator account signs in to Audit Manager and disables evidence finder first. Disabling evidence finder automatically deletes the event data store that was created in their account when they enabled evidence finder. If this task isn’t completed, the event data store remains in their account. In this case, we recommend that the original delegated administrator goes to CloudTrail Lake and manually deletes the event data store (https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-eds-disable-termination.html).

This cleanup task is necessary to ensure that you don't end up with multiple event data stores. Audit Manager ignores an unused event data store after you remove or change a delegated administrator account. However, the unused event data store continues to incur storage costs from CloudTrail Lake if you don't delete it.

When you deregister a delegated administrator account for Audit Manager, the data for that account isn’t deleted. If you want to delete resource data for a delegated administrator account, you must perform that task separately before you deregister the account. Either, you can do this in the Audit Manager console. Or, you can use one of the delete API operations that are provided by Audit Manager.

To delete your Audit Manager resource data, see the following instructions:

At this time, Audit Manager doesn't provide an option to delete evidence for a specific delegated administrator. Instead, when your management account deregisters Audit Manager, we perform a cleanup for the current delegated administrator account at the time of deregistration.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation DeregisterOrganizationAdminAccount for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation DisassociateAssessmentReportEvidenceFolder for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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 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 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 that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*AuditManager) GetAssessmentFramework

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

GetAssessmentFramework API operation for AWS Audit Manager.

Returns a framework from Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetAssessmentFramework for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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 an assessment report in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetAssessmentReportUrl for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetChangeLogs for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 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 that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 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 that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceByEvidenceFolder for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceFolder for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceFoldersByAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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 that are associated with a specified control in an Audit Manager assessment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetEvidenceFoldersByAssessmentControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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) GetInsights added in v1.42.8

func (c *AuditManager) GetInsights(input *GetInsightsInput) (*GetInsightsOutput, error)

GetInsights API operation for AWS Audit Manager.

Gets the latest analytics data for all your current active assessments.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetInsights for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*AuditManager) GetInsightsByAssessment added in v1.42.8

func (c *AuditManager) GetInsightsByAssessment(input *GetInsightsByAssessmentInput) (*GetInsightsByAssessmentOutput, error)

GetInsightsByAssessment API operation for AWS Audit Manager.

Gets the latest analytics data for a specific active assessment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetInsightsByAssessment for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*AuditManager) GetInsightsByAssessmentRequest added in v1.42.8

func (c *AuditManager) GetInsightsByAssessmentRequest(input *GetInsightsByAssessmentInput) (req *request.Request, output *GetInsightsByAssessmentOutput)

GetInsightsByAssessmentRequest generates a "aws/request.Request" representing the client's request for the GetInsightsByAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInsightsByAssessment for more information on using the GetInsightsByAssessment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInsightsByAssessmentRequest method.
req, resp := client.GetInsightsByAssessmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) GetInsightsByAssessmentWithContext added in v1.42.8

func (c *AuditManager) GetInsightsByAssessmentWithContext(ctx aws.Context, input *GetInsightsByAssessmentInput, opts ...request.Option) (*GetInsightsByAssessmentOutput, error)

GetInsightsByAssessmentWithContext is the same as GetInsightsByAssessment with the addition of the ability to pass a context and additional request options.

See GetInsightsByAssessment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) GetInsightsRequest added in v1.42.8

func (c *AuditManager) GetInsightsRequest(input *GetInsightsInput) (req *request.Request, output *GetInsightsOutput)

GetInsightsRequest generates a "aws/request.Request" representing the client's request for the GetInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See GetInsights for more information on using the GetInsights API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the GetInsightsRequest method.
req, resp := client.GetInsightsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) GetInsightsWithContext added in v1.42.8

func (c *AuditManager) GetInsightsWithContext(ctx aws.Context, input *GetInsightsInput, opts ...request.Option) (*GetInsightsOutput, error)

GetInsightsWithContext is the same as GetInsights with the addition of the ability to pass a context and additional request options.

See GetInsights for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) GetOrganizationAdminAccount

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

GetOrganizationAdminAccount API operation for AWS Audit Manager.

Returns the name of the delegated Amazon Web Services administrator account for the organization.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetOrganizationAdminAccount for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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 all of the Amazon Web Services that you can choose to include in your assessment. When you create an assessment (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_CreateAssessment.html), specify which of these services you want to include to narrow the assessment's scope (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_Scope.html).

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetServicesInScope for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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 Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation GetSettings for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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) ListAssessmentControlInsightsByControlDomain added in v1.42.8

ListAssessmentControlInsightsByControlDomain API operation for AWS Audit Manager.

Lists the latest analytics data for controls within a specific control domain and a specific active assessment.

Control insights are listed only if the control belongs to the control domain and assessment that was specified. Moreover, the control must have collected evidence on the lastUpdated date of controlInsightsByAssessment. If neither of these conditions are met, no data is listed for that control.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentControlInsightsByControlDomain for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*AuditManager) ListAssessmentControlInsightsByControlDomainPages added in v1.42.8

func (c *AuditManager) ListAssessmentControlInsightsByControlDomainPages(input *ListAssessmentControlInsightsByControlDomainInput, fn func(*ListAssessmentControlInsightsByControlDomainOutput, bool) bool) error

ListAssessmentControlInsightsByControlDomainPages iterates over the pages of a ListAssessmentControlInsightsByControlDomain operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssessmentControlInsightsByControlDomain method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssessmentControlInsightsByControlDomain operation.
pageNum := 0
err := client.ListAssessmentControlInsightsByControlDomainPages(params,
    func(page *auditmanager.ListAssessmentControlInsightsByControlDomainOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AuditManager) ListAssessmentControlInsightsByControlDomainPagesWithContext added in v1.42.8

func (c *AuditManager) ListAssessmentControlInsightsByControlDomainPagesWithContext(ctx aws.Context, input *ListAssessmentControlInsightsByControlDomainInput, fn func(*ListAssessmentControlInsightsByControlDomainOutput, bool) bool, opts ...request.Option) error

ListAssessmentControlInsightsByControlDomainPagesWithContext same as ListAssessmentControlInsightsByControlDomainPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListAssessmentControlInsightsByControlDomainRequest added in v1.42.8

func (c *AuditManager) ListAssessmentControlInsightsByControlDomainRequest(input *ListAssessmentControlInsightsByControlDomainInput) (req *request.Request, output *ListAssessmentControlInsightsByControlDomainOutput)

ListAssessmentControlInsightsByControlDomainRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentControlInsightsByControlDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssessmentControlInsightsByControlDomain for more information on using the ListAssessmentControlInsightsByControlDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssessmentControlInsightsByControlDomainRequest method.
req, resp := client.ListAssessmentControlInsightsByControlDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) ListAssessmentControlInsightsByControlDomainWithContext added in v1.42.8

func (c *AuditManager) ListAssessmentControlInsightsByControlDomainWithContext(ctx aws.Context, input *ListAssessmentControlInsightsByControlDomainInput, opts ...request.Option) (*ListAssessmentControlInsightsByControlDomainOutput, error)

ListAssessmentControlInsightsByControlDomainWithContext is the same as ListAssessmentControlInsightsByControlDomain with the addition of the ability to pass a context and additional request options.

See ListAssessmentControlInsightsByControlDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListAssessmentFrameworkShareRequests added in v1.41.10

ListAssessmentFrameworkShareRequests API operation for AWS Audit Manager.

Returns a list of sent or received share requests for custom frameworks in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentFrameworkShareRequests for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*AuditManager) ListAssessmentFrameworkShareRequestsPages added in v1.41.10

func (c *AuditManager) ListAssessmentFrameworkShareRequestsPages(input *ListAssessmentFrameworkShareRequestsInput, fn func(*ListAssessmentFrameworkShareRequestsOutput, bool) bool) error

ListAssessmentFrameworkShareRequestsPages iterates over the pages of a ListAssessmentFrameworkShareRequests operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListAssessmentFrameworkShareRequests method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListAssessmentFrameworkShareRequests operation.
pageNum := 0
err := client.ListAssessmentFrameworkShareRequestsPages(params,
    func(page *auditmanager.ListAssessmentFrameworkShareRequestsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AuditManager) ListAssessmentFrameworkShareRequestsPagesWithContext added in v1.41.10

func (c *AuditManager) ListAssessmentFrameworkShareRequestsPagesWithContext(ctx aws.Context, input *ListAssessmentFrameworkShareRequestsInput, fn func(*ListAssessmentFrameworkShareRequestsOutput, bool) bool, opts ...request.Option) error

ListAssessmentFrameworkShareRequestsPagesWithContext same as ListAssessmentFrameworkShareRequestsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListAssessmentFrameworkShareRequestsRequest added in v1.41.10

func (c *AuditManager) ListAssessmentFrameworkShareRequestsRequest(input *ListAssessmentFrameworkShareRequestsInput) (req *request.Request, output *ListAssessmentFrameworkShareRequestsOutput)

ListAssessmentFrameworkShareRequestsRequest generates a "aws/request.Request" representing the client's request for the ListAssessmentFrameworkShareRequests operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListAssessmentFrameworkShareRequests for more information on using the ListAssessmentFrameworkShareRequests API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListAssessmentFrameworkShareRequestsRequest method.
req, resp := client.ListAssessmentFrameworkShareRequestsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) ListAssessmentFrameworkShareRequestsWithContext added in v1.41.10

func (c *AuditManager) ListAssessmentFrameworkShareRequestsWithContext(ctx aws.Context, input *ListAssessmentFrameworkShareRequestsInput, opts ...request.Option) (*ListAssessmentFrameworkShareRequestsOutput, error)

ListAssessmentFrameworkShareRequestsWithContext is the same as ListAssessmentFrameworkShareRequests with the addition of the ability to pass a context and additional request options.

See ListAssessmentFrameworkShareRequests for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListAssessmentFrameworks

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

ListAssessmentFrameworks API operation for AWS Audit Manager.

Returns a list of the frameworks that are available in the Audit Manager framework library.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentFrameworks for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListAssessmentReports for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListAssessments for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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) ListControlDomainInsights added in v1.42.8

func (c *AuditManager) ListControlDomainInsights(input *ListControlDomainInsightsInput) (*ListControlDomainInsightsOutput, error)

ListControlDomainInsights API operation for AWS Audit Manager.

Lists the latest analytics data for control domains across all of your active assessments.

A control domain is listed only if at least one of the controls within that domain collected evidence on the lastUpdated date of controlDomainInsights. If this condition isn’t met, no data is listed for that control domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListControlDomainInsights for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ValidationException The request has invalid or missing parameters.

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

func (*AuditManager) ListControlDomainInsightsByAssessment added in v1.42.8

ListControlDomainInsightsByAssessment API operation for AWS Audit Manager.

Lists analytics data for control domains within a specified active assessment.

A control domain is listed only if at least one of the controls within that domain collected evidence on the lastUpdated date of controlDomainInsights. If this condition isn’t met, no data is listed for that domain.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListControlDomainInsightsByAssessment for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*AuditManager) ListControlDomainInsightsByAssessmentPages added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsByAssessmentPages(input *ListControlDomainInsightsByAssessmentInput, fn func(*ListControlDomainInsightsByAssessmentOutput, bool) bool) error

ListControlDomainInsightsByAssessmentPages iterates over the pages of a ListControlDomainInsightsByAssessment operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListControlDomainInsightsByAssessment method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListControlDomainInsightsByAssessment operation.
pageNum := 0
err := client.ListControlDomainInsightsByAssessmentPages(params,
    func(page *auditmanager.ListControlDomainInsightsByAssessmentOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AuditManager) ListControlDomainInsightsByAssessmentPagesWithContext added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsByAssessmentPagesWithContext(ctx aws.Context, input *ListControlDomainInsightsByAssessmentInput, fn func(*ListControlDomainInsightsByAssessmentOutput, bool) bool, opts ...request.Option) error

ListControlDomainInsightsByAssessmentPagesWithContext same as ListControlDomainInsightsByAssessmentPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListControlDomainInsightsByAssessmentRequest added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsByAssessmentRequest(input *ListControlDomainInsightsByAssessmentInput) (req *request.Request, output *ListControlDomainInsightsByAssessmentOutput)

ListControlDomainInsightsByAssessmentRequest generates a "aws/request.Request" representing the client's request for the ListControlDomainInsightsByAssessment operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListControlDomainInsightsByAssessment for more information on using the ListControlDomainInsightsByAssessment API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListControlDomainInsightsByAssessmentRequest method.
req, resp := client.ListControlDomainInsightsByAssessmentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) ListControlDomainInsightsByAssessmentWithContext added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsByAssessmentWithContext(ctx aws.Context, input *ListControlDomainInsightsByAssessmentInput, opts ...request.Option) (*ListControlDomainInsightsByAssessmentOutput, error)

ListControlDomainInsightsByAssessmentWithContext is the same as ListControlDomainInsightsByAssessment with the addition of the ability to pass a context and additional request options.

See ListControlDomainInsightsByAssessment for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListControlDomainInsightsPages added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsPages(input *ListControlDomainInsightsInput, fn func(*ListControlDomainInsightsOutput, bool) bool) error

ListControlDomainInsightsPages iterates over the pages of a ListControlDomainInsights operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListControlDomainInsights method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListControlDomainInsights operation.
pageNum := 0
err := client.ListControlDomainInsightsPages(params,
    func(page *auditmanager.ListControlDomainInsightsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AuditManager) ListControlDomainInsightsPagesWithContext added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsPagesWithContext(ctx aws.Context, input *ListControlDomainInsightsInput, fn func(*ListControlDomainInsightsOutput, bool) bool, opts ...request.Option) error

ListControlDomainInsightsPagesWithContext same as ListControlDomainInsightsPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListControlDomainInsightsRequest added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsRequest(input *ListControlDomainInsightsInput) (req *request.Request, output *ListControlDomainInsightsOutput)

ListControlDomainInsightsRequest generates a "aws/request.Request" representing the client's request for the ListControlDomainInsights operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListControlDomainInsights for more information on using the ListControlDomainInsights API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListControlDomainInsightsRequest method.
req, resp := client.ListControlDomainInsightsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) ListControlDomainInsightsWithContext added in v1.42.8

func (c *AuditManager) ListControlDomainInsightsWithContext(ctx aws.Context, input *ListControlDomainInsightsInput, opts ...request.Option) (*ListControlDomainInsightsOutput, error)

ListControlDomainInsightsWithContext is the same as ListControlDomainInsights with the addition of the ability to pass a context and additional request options.

See ListControlDomainInsights for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListControlInsightsByControlDomain added in v1.42.8

ListControlInsightsByControlDomain API operation for AWS Audit Manager.

Lists the latest analytics data for controls within a specific control domain across all active assessments.

Control insights are listed only if the control belongs to the control domain that was specified and the control collected evidence on the lastUpdated date of controlInsightsMetadata. If neither of these conditions are met, no data is listed for that control.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListControlInsightsByControlDomain for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ValidationException The request has invalid or missing parameters.

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

func (*AuditManager) ListControlInsightsByControlDomainPages added in v1.42.8

func (c *AuditManager) ListControlInsightsByControlDomainPages(input *ListControlInsightsByControlDomainInput, fn func(*ListControlInsightsByControlDomainOutput, bool) bool) error

ListControlInsightsByControlDomainPages iterates over the pages of a ListControlInsightsByControlDomain operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListControlInsightsByControlDomain method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListControlInsightsByControlDomain operation.
pageNum := 0
err := client.ListControlInsightsByControlDomainPages(params,
    func(page *auditmanager.ListControlInsightsByControlDomainOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*AuditManager) ListControlInsightsByControlDomainPagesWithContext added in v1.42.8

func (c *AuditManager) ListControlInsightsByControlDomainPagesWithContext(ctx aws.Context, input *ListControlInsightsByControlDomainInput, fn func(*ListControlInsightsByControlDomainOutput, bool) bool, opts ...request.Option) error

ListControlInsightsByControlDomainPagesWithContext same as ListControlInsightsByControlDomainPages except it takes a Context and allows setting request options on the pages.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListControlInsightsByControlDomainRequest added in v1.42.8

func (c *AuditManager) ListControlInsightsByControlDomainRequest(input *ListControlInsightsByControlDomainInput) (req *request.Request, output *ListControlInsightsByControlDomainOutput)

ListControlInsightsByControlDomainRequest generates a "aws/request.Request" representing the client's request for the ListControlInsightsByControlDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See ListControlInsightsByControlDomain for more information on using the ListControlInsightsByControlDomain API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the ListControlInsightsByControlDomainRequest method.
req, resp := client.ListControlInsightsByControlDomainRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) ListControlInsightsByControlDomainWithContext added in v1.42.8

func (c *AuditManager) ListControlInsightsByControlDomainWithContext(ctx aws.Context, input *ListControlInsightsByControlDomainInput, opts ...request.Option) (*ListControlInsightsByControlDomainOutput, error)

ListControlInsightsByControlDomainWithContext is the same as ListControlInsightsByControlDomain with the addition of the ability to pass a context and additional request options.

See ListControlInsightsByControlDomain for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) ListControls

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

ListControls API operation for AWS Audit Manager.

Returns a list of controls from Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListControls for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 are pre-mapped to the specified control data source.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListKeywordsForDataSource for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListNotifications for usage and error information.

Returned Error Types:

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • ValidationException The request has invalid or missing parameters.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ListTagsForResource for usage and error information.

Returned Error Types:

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ValidationException The request has invalid or missing parameters.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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 Audit Manager for the specified Amazon Web Services account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation RegisterAccount for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ThrottlingException The request was denied due to request throttling.

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

func (*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 Amazon Web Services account within the organization as the delegated administrator for Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation RegisterOrganizationAdminAccount for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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) StartAssessmentFrameworkShare added in v1.41.10

StartAssessmentFrameworkShare API operation for AWS Audit Manager.

Creates a share request for a custom framework in Audit Manager.

The share request specifies a recipient and notifies them that a custom framework is available. Recipients have 120 days to accept or decline the request. If no action is taken, the share request expires.

When you create a share request, Audit Manager stores a snapshot of your custom framework in the US East (N. Virginia) Amazon Web Services Region. Audit Manager also stores a backup of the same snapshot in the US West (Oregon) Amazon Web Services Region.

Audit Manager deletes the snapshot and the backup snapshot when one of the following events occurs:

  • The sender revokes the share request.

  • The recipient declines the share request.

  • The recipient encounters an error and doesn't successfully accept the share request.

  • The share request expires before the recipient responds to the request.

When a sender resends a share request (https://docs.aws.amazon.com/audit-manager/latest/userguide/framework-sharing.html#framework-sharing-resend), the snapshot is replaced with an updated version that corresponds with the latest version of the custom framework.

When a recipient accepts a share request, the snapshot is replicated into their Amazon Web Services account under the Amazon Web Services Region that was specified in the share request.

When you invoke the StartAssessmentFrameworkShare API, you are about to share a custom framework with another Amazon Web Services account. You may not share a custom framework that is derived from a standard framework if the standard framework is designated as not eligible for sharing by Amazon Web Services, unless you have obtained permission to do so from the owner of the standard framework. To learn more about which standard frameworks are eligible for sharing, see Framework sharing eligibility (https://docs.aws.amazon.com/audit-manager/latest/userguide/share-custom-framework-concepts-and-terminology.html#eligibility) in the Audit Manager User Guide.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation StartAssessmentFrameworkShare for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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

func (*AuditManager) StartAssessmentFrameworkShareRequest added in v1.41.10

func (c *AuditManager) StartAssessmentFrameworkShareRequest(input *StartAssessmentFrameworkShareInput) (req *request.Request, output *StartAssessmentFrameworkShareOutput)

StartAssessmentFrameworkShareRequest generates a "aws/request.Request" representing the client's request for the StartAssessmentFrameworkShare operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See StartAssessmentFrameworkShare for more information on using the StartAssessmentFrameworkShare API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the StartAssessmentFrameworkShareRequest method.
req, resp := client.StartAssessmentFrameworkShareRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) StartAssessmentFrameworkShareWithContext added in v1.41.10

func (c *AuditManager) StartAssessmentFrameworkShareWithContext(ctx aws.Context, input *StartAssessmentFrameworkShareInput, opts ...request.Option) (*StartAssessmentFrameworkShareOutput, error)

StartAssessmentFrameworkShareWithContext is the same as StartAssessmentFrameworkShare with the addition of the ability to pass a context and additional request options.

See StartAssessmentFrameworkShare for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*AuditManager) TagResource

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

TagResource API operation for AWS Audit Manager.

Tags the specified resource in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation TagResource for usage and error information.

Returned Error Types:

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ValidationException The request has invalid or missing parameters.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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

func (*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 Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UntagResource for usage and error information.

Returned Error Types:

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ValidationException The request has invalid or missing parameters.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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

func (*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 Audit Manager assessment.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessment for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentControlSetStatus for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentFramework for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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) UpdateAssessmentFrameworkShare added in v1.41.10

UpdateAssessmentFrameworkShare API operation for AWS Audit Manager.

Updates a share request for a custom framework in Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentFrameworkShare for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).

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

func (*AuditManager) UpdateAssessmentFrameworkShareRequest added in v1.41.10

func (c *AuditManager) UpdateAssessmentFrameworkShareRequest(input *UpdateAssessmentFrameworkShareInput) (req *request.Request, output *UpdateAssessmentFrameworkShareOutput)

UpdateAssessmentFrameworkShareRequest generates a "aws/request.Request" representing the client's request for the UpdateAssessmentFrameworkShare operation. The "output" return value will be populated with the request's response once the request completes successfully.

Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.

See UpdateAssessmentFrameworkShare for more information on using the UpdateAssessmentFrameworkShare API call, and error handling.

This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.

// Example sending a request using the UpdateAssessmentFrameworkShareRequest method.
req, resp := client.UpdateAssessmentFrameworkShareRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

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

func (*AuditManager) UpdateAssessmentFrameworkShareWithContext added in v1.41.10

func (c *AuditManager) UpdateAssessmentFrameworkShareWithContext(ctx aws.Context, input *UpdateAssessmentFrameworkShareInput, opts ...request.Option) (*UpdateAssessmentFrameworkShareOutput, error)

UpdateAssessmentFrameworkShareWithContext is the same as UpdateAssessmentFrameworkShare with the addition of the ability to pass a context and additional request options.

See UpdateAssessmentFrameworkShare for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*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 Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateAssessmentStatus for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ServiceQuotaExceededException You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).

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

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateControl for usage and error information.

Returned Error Types:

  • ResourceNotFoundException The resource that's specified in the request can't be found.

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 Audit Manager settings for the current account.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation UpdateSettings for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

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

func (*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 Audit Manager.

Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.

See the AWS API reference guide for AWS Audit Manager's API operation ValidateAssessmentReportIntegrity for usage and error information.

Returned Error Types:

  • ValidationException The request has invalid or missing parameters.

  • AccessDeniedException Your account isn't registered with Audit Manager. Check the delegated administrator setup on the Audit Manager settings page, and try again.

  • InternalServerException An internal service error occurred during the processing of your request. Try again later.

  • ResourceNotFoundException The resource that's specified in the request can't be found.

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 identifier for the assessment.
	//
	// AssessmentId is a required field
	AssessmentId *string `location:"uri" locationName:"assessmentId" min:"36" type:"string" required:"true"`

	// The identifier for the folder that the evidence is stored in.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`

	// The list of evidence identifiers.
	//
	// EvidenceIds is a required field
	EvidenceIds []*string `locationName:"evidenceIds" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchAssociateAssessmentReportEvidenceInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchAssociateAssessmentReportEvidenceInput) Validate

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

type BatchAssociateAssessmentReportEvidenceOutput

type BatchAssociateAssessmentReportEvidenceOutput struct {

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

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

func (BatchAssociateAssessmentReportEvidenceOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchCreateDelegationByAssessmentError

type BatchCreateDelegationByAssessmentError struct {

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

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

	// The error message that the BatchCreateDelegationByAssessment API returned.
	ErrorMessage *string `locationName:"errorMessage" type:"string"`
	// contains filtered or unexported fields
}

An error entity for the BatchCreateDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.

func (BatchCreateDelegationByAssessmentError) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchCreateDelegationByAssessmentInput

type BatchCreateDelegationByAssessmentInput struct {

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

	// The API request to batch create delegations in Audit Manager.
	//
	// CreateDelegationRequests is a 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchCreateDelegationByAssessmentInput) Validate

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

type BatchCreateDelegationByAssessmentOutput

type BatchCreateDelegationByAssessmentOutput struct {

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

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

func (BatchCreateDelegationByAssessmentOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDeleteDelegationByAssessmentError

type BatchDeleteDelegationByAssessmentError struct {

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

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

	// The error message that the BatchDeleteDelegationByAssessment API returned.
	ErrorMessage *string `locationName:"errorMessage" type:"string"`
	// contains filtered or unexported fields
}

An error entity for the BatchDeleteDelegationByAssessment API. This is used to provide more meaningful errors than a simple string message.

func (BatchDeleteDelegationByAssessmentError) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDeleteDelegationByAssessmentInput

type BatchDeleteDelegationByAssessmentInput struct {

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

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

func (BatchDeleteDelegationByAssessmentInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteDelegationByAssessmentInput) Validate

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

type BatchDeleteDelegationByAssessmentOutput

type BatchDeleteDelegationByAssessmentOutput struct {

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

func (BatchDeleteDelegationByAssessmentOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteDelegationByAssessmentOutput) SetErrors

SetErrors sets the Errors field's value.

func (BatchDeleteDelegationByAssessmentOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDisassociateAssessmentReportEvidenceInput

type BatchDisassociateAssessmentReportEvidenceInput struct {

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

	// The identifier for the folder that the evidence is stored in.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`

	// The list of evidence identifiers.
	//
	// EvidenceIds is a required field
	EvidenceIds []*string `locationName:"evidenceIds" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchDisassociateAssessmentReportEvidenceInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDisassociateAssessmentReportEvidenceInput) Validate

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

type BatchDisassociateAssessmentReportEvidenceOutput

type BatchDisassociateAssessmentReportEvidenceOutput struct {

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

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

func (BatchDisassociateAssessmentReportEvidenceOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchImportEvidenceToAssessmentControlError

type BatchImportEvidenceToAssessmentControlError struct {

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

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

	// Manual evidence that can't be collected automatically by Audit Manager.
	ManualEvidence *ManualEvidence `locationName:"manualEvidence" type:"structure"`
	// contains filtered or unexported fields
}

An error entity for the BatchImportEvidenceToAssessmentControl API. This is used to provide more meaningful errors than a simple string message.

func (BatchImportEvidenceToAssessmentControlError) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchImportEvidenceToAssessmentControlInput

type BatchImportEvidenceToAssessmentControlInput struct {

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

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

	// The identifier for the control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

	// The list of manual evidence objects.
	//
	// ManualEvidence is a required field
	ManualEvidence []*ManualEvidence `locationName:"manualEvidence" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (BatchImportEvidenceToAssessmentControlInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchImportEvidenceToAssessmentControlInput) Validate

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

type BatchImportEvidenceToAssessmentControlOutput

type BatchImportEvidenceToAssessmentControlOutput struct {

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

func (BatchImportEvidenceToAssessmentControlOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchImportEvidenceToAssessmentControlOutput) SetErrors

SetErrors sets the Errors field's value.

func (BatchImportEvidenceToAssessmentControlOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChangeLog

type ChangeLog struct {

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

	// The time when the action was performed and the changelog record was created.
	CreatedAt *time.Time `locationName:"createdAt" type:"timestamp"`

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

	// The name of the object that changed. This could be the name of an assessment,
	// control, or control set.
	ObjectName *string `locationName:"objectName" min:"1" type:"string"`

	// The object that was changed, such as an assessment, control, or control set.
	ObjectType *string `locationName:"objectType" type:"string" enum:"ObjectTypeEnum"`
	// contains filtered or unexported fields
}

The record of a change within Audit Manager. For example, this could be the status change of an assessment or the delegation of a control set.

func (ChangeLog) GoString

func (s ChangeLog) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Control

type Control struct {

	// The recommended actions to carry out if the control isn't 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 control.
	Arn *string `locationName:"arn" min:"20" type:"string"`

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

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

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

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

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

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

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

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

	// The name of the 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 that you should follow to determine if the control has been satisfied.
	TestingInformation *string `locationName:"testingInformation" type:"string"`

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

A control in Audit Manager.

func (Control) GoString

func (s Control) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlComment

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 that's 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlDomainInsights added in v1.42.8

type ControlDomainInsights struct {

	// The number of controls in the control domain that collected non-compliant
	// evidence on the lastUpdated date.
	ControlsCountByNoncompliantEvidence *int64 `locationName:"controlsCountByNoncompliantEvidence" type:"integer"`

	// A breakdown of the compliance check status for the evidence that’s associated
	// with the control domain.
	EvidenceInsights *EvidenceInsights `locationName:"evidenceInsights" type:"structure"`

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

	// The time when the control domain insights were last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"`

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

	// The total number of controls in the control domain.
	TotalControlsCount *int64 `locationName:"totalControlsCount" type:"integer"`
	// contains filtered or unexported fields
}

A summary of the latest analytics data for a specific control domain.

Control domain insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

func (ControlDomainInsights) GoString added in v1.42.8

func (s ControlDomainInsights) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ControlDomainInsights) SetControlsCountByNoncompliantEvidence added in v1.42.8

func (s *ControlDomainInsights) SetControlsCountByNoncompliantEvidence(v int64) *ControlDomainInsights

SetControlsCountByNoncompliantEvidence sets the ControlsCountByNoncompliantEvidence field's value.

func (*ControlDomainInsights) SetEvidenceInsights added in v1.42.8

func (s *ControlDomainInsights) SetEvidenceInsights(v *EvidenceInsights) *ControlDomainInsights

SetEvidenceInsights sets the EvidenceInsights field's value.

func (*ControlDomainInsights) SetId added in v1.42.8

SetId sets the Id field's value.

func (*ControlDomainInsights) SetLastUpdated added in v1.42.8

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

SetLastUpdated sets the LastUpdated field's value.

func (*ControlDomainInsights) SetName added in v1.42.8

SetName sets the Name field's value.

func (*ControlDomainInsights) SetTotalControlsCount added in v1.42.8

func (s *ControlDomainInsights) SetTotalControlsCount(v int64) *ControlDomainInsights

SetTotalControlsCount sets the TotalControlsCount field's value.

func (ControlDomainInsights) String added in v1.42.8

func (s ControlDomainInsights) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlInsightsMetadataByAssessmentItem added in v1.42.8

type ControlInsightsMetadataByAssessmentItem struct {

	// The name of the control set that the assessment control belongs to.
	ControlSetName *string `locationName:"controlSetName" min:"1" type:"string"`

	// A breakdown of the compliance check status for the evidence that’s associated
	// with the assessment control.
	EvidenceInsights *EvidenceInsights `locationName:"evidenceInsights" type:"structure"`

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

	// The time when the assessment control insights were last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"`

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

A summary of the latest analytics data for a specific control in a specific active assessment.

Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

func (ControlInsightsMetadataByAssessmentItem) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ControlInsightsMetadataByAssessmentItem) SetControlSetName added in v1.42.8

SetControlSetName sets the ControlSetName field's value.

func (*ControlInsightsMetadataByAssessmentItem) SetEvidenceInsights added in v1.42.8

SetEvidenceInsights sets the EvidenceInsights field's value.

func (*ControlInsightsMetadataByAssessmentItem) SetId added in v1.42.8

SetId sets the Id field's value.

func (*ControlInsightsMetadataByAssessmentItem) SetLastUpdated added in v1.42.8

SetLastUpdated sets the LastUpdated field's value.

func (*ControlInsightsMetadataByAssessmentItem) SetName added in v1.42.8

SetName sets the Name field's value.

func (ControlInsightsMetadataByAssessmentItem) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlInsightsMetadataItem added in v1.42.8

type ControlInsightsMetadataItem struct {

	// A breakdown of the compliance check status for the evidence that’s associated
	// with the control.
	EvidenceInsights *EvidenceInsights `locationName:"evidenceInsights" type:"structure"`

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

	// The time when the control insights were last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"`

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

A summary of the latest analytics data for a specific control.

This data reflects the total counts for the specified control across all active assessments. Control insights are grouped by control domain, and ranked by the highest total count of non-compliant evidence.

func (ControlInsightsMetadataItem) GoString added in v1.42.8

func (s ControlInsightsMetadataItem) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ControlInsightsMetadataItem) SetEvidenceInsights added in v1.42.8

SetEvidenceInsights sets the EvidenceInsights field's value.

func (*ControlInsightsMetadataItem) SetId added in v1.42.8

SetId sets the Id field's value.

func (*ControlInsightsMetadataItem) SetLastUpdated added in v1.42.8

SetLastUpdated sets the LastUpdated field's value.

func (*ControlInsightsMetadataItem) SetName added in v1.42.8

SetName sets the Name field's value.

func (ControlInsightsMetadataItem) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlMappingSource

type ControlMappingSource struct {

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

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

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

	// The keyword to search for in CloudTrail logs, Config rules, Security Hub
	// checks, and Amazon Web Services API names.
	//
	// To learn more about the supported keywords that you can use when mapping
	// a control data source, see the following pages in the Audit Manager User
	// Guide:
	//
	//    * Config rules supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html)
	//
	//    * Security Hub controls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html)
	//
	//    * API calls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html)
	//
	//    * CloudTrail event names supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html)
	SourceKeyword *SourceKeyword `locationName:"sourceKeyword" type:"structure"`

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

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

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

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

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

func (ControlMappingSource) GoString

func (s ControlMappingSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 control.
	Arn *string `locationName:"arn" min:"20" type:"string"`

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

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

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

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

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

The metadata that's associated with the standard control or custom control.

func (ControlMetadata) GoString

func (s ControlMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ControlSet

type ControlSet struct {

	// The list of controls within the control set.
	Controls []*Control `locationName:"controls" min:"1" type:"list"`

	// The identifier of the control set in the assessment. This is the control
	// set name in a plain string format.
	Id *string `locationName:"id" min:"36" type:"string"`

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

A set of controls in Audit Manager.

func (ControlSet) GoString

func (s ControlSet) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssessmentFrameworkControl

type CreateAssessmentFrameworkControl struct {

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

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

func (CreateAssessmentFrameworkControl) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentFrameworkControl) SetId

SetId sets the Id field's value.

func (CreateAssessmentFrameworkControl) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 doesn't contain the control
	// set ID.
	Controls []*CreateAssessmentFrameworkControl `locationName:"controls" min:"1" type:"list"`

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

A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.

func (CreateAssessmentFrameworkControlSet) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that are associated with the framework.
	//
	// ControlSets is a required field
	ControlSets []*CreateAssessmentFrameworkControlSet `locationName:"controlSets" min:"1" type:"list" required:"true"`

	// An optional description for the new custom framework.
	Description *string `locationName:"description" min:"1" type:"string"`

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

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

func (CreateAssessmentFrameworkInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the CreateAssessmentFramework API returned.
	Framework *Framework `locationName:"framework" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAssessmentFrameworkOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentFrameworkOutput) SetFramework

SetFramework sets the Framework field's value.

func (CreateAssessmentFrameworkOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssessmentInput

type CreateAssessmentInput struct {

	// The assessment report storage destination for the assessment that's 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 framework that the assessment will be created from.
	//
	// FrameworkId is a required field
	FrameworkId *string `locationName:"frameworkId" min:"36" type:"string" required:"true"`

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

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

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

	// The tags that are 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 Audit Manager.
	// An Audit Manager assessment is an implementation of an Audit Manager framework.
	Assessment *Assessment `locationName:"assessment" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAssessmentOutput) GoString

func (s CreateAssessmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentOutput) SetAssessment

SetAssessment sets the Assessment field's value.

func (CreateAssessmentOutput) String

func (s CreateAssessmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateAssessmentReportInput

type CreateAssessmentReportInput struct {

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

	// The description of the assessment report.
	Description *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"`

	// A SQL statement that represents an evidence finder query.
	//
	// Provide this parameter when you want to generate an assessment report from
	// the results of an evidence finder search query. When you use this parameter,
	// Audit Manager generates a one-time report using only the evidence from the
	// query output. This report does not include any assessment evidence that was
	// manually added to a report using the console (https://docs.aws.amazon.com/audit-manager/latest/userguide/generate-assessment-report.html#generate-assessment-report-include-evidence),
	// or associated with a report using the API (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_BatchAssociateAssessmentReportEvidence.html).
	//
	// To use this parameter, the enablementStatus (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_EvidenceFinderEnablement.html#auditmanager-Type-EvidenceFinderEnablement-enablementStatus)
	// of evidence finder must be ENABLED.
	//
	// For examples and help resolving queryStatement validation exceptions, see
	// Troubleshooting evidence finder issues (https://docs.aws.amazon.com/audit-manager/latest/userguide/evidence-finder-issues.html#querystatement-exceptions)
	// in the Audit Manager User Guide.
	QueryStatement *string `locationName:"queryStatement" min:"1" type:"string"`
	// contains filtered or unexported fields
}

func (CreateAssessmentReportInput) GoString

func (s CreateAssessmentReportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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) SetQueryStatement added in v1.44.142

SetQueryStatement sets the QueryStatement field's value.

func (CreateAssessmentReportInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the CreateAssessmentReport API returned.
	AssessmentReport *AssessmentReport `locationName:"assessmentReport" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateAssessmentReportOutput) GoString

func (s CreateAssessmentReportOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateAssessmentReportOutput) SetAssessmentReport

SetAssessmentReport sets the AssessmentReport field's value.

func (CreateAssessmentReportOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateControlInput

type CreateControlInput struct {

	// The recommended actions to carry out if the control isn't 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 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 that are associated with the control.
	Tags map[string]*string `locationName:"tags" type:"map"`

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

func (CreateControlInput) GoString

func (s CreateControlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 where Audit Manager collects
	// evidence from for the control.
	SourceDescription *string `locationName:"sourceDescription" type:"string"`

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

	// The keyword to search for in CloudTrail logs, Config rules, Security Hub
	// checks, and Amazon Web Services API names.
	//
	// To learn more about the supported keywords that you can use when mapping
	// a control data source, see the following pages in the Audit Manager User
	// Guide:
	//
	//    * Config rules supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-ash.html)
	//
	//    * Security Hub controls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-config.html)
	//
	//    * API calls supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-api.html)
	//
	//    * CloudTrail event names supported by Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/control-data-sources-cloudtrail.html)
	SourceKeyword *SourceKeyword `locationName:"sourceKeyword" type:"structure"`

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

	// The setup option for the data source, 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 control.
	TroubleshootingText *string `locationName:"troubleshootingText" type:"string"`
	// contains filtered or unexported fields
}

The control mapping fields that represent the source for evidence collection, along with related parameters and metadata. This doesn't contain mappingID.

func (CreateControlMappingSource) GoString

func (s CreateControlMappingSource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the CreateControl API returned.
	Control *Control `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (CreateControlOutput) GoString

func (s CreateControlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateDelegationRequest

type CreateDelegationRequest struct {

	// A comment that's 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 that's used to create a delegation for an assessment in Audit Manager.

func (CreateDelegationRequest) GoString

func (s CreateDelegationRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 assessment that's associated with the delegation.
	AssessmentId *string `locationName:"assessmentId" min:"36" type:"string"`

	// The name of the assessment that's associated with the delegation.
	AssessmentName *string `locationName:"assessmentName" min:"1" type:"string"`

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

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

	// The user or role that created the delegation.
	CreatedBy *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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DelegationMetadata

type DelegationMetadata struct {

	// The unique identifier for the 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 that was delegated for review.
	ControlSetName *string `locationName:"controlSetName" min:"1" type:"string"`

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

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

	// The Amazon Resource Name (ARN) of the IAM role.
	RoleArn *string `locationName:"roleArn" min:"20" type:"string"`

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

The metadata that's associated with the delegation.

func (DelegationMetadata) GoString

func (s DelegationMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssessmentFrameworkInput

type DeleteAssessmentFrameworkInput struct {

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

func (DeleteAssessmentFrameworkInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentFrameworkInput) SetFrameworkId

SetFrameworkId sets the FrameworkId field's value.

func (DeleteAssessmentFrameworkInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssessmentFrameworkOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssessmentFrameworkShareInput added in v1.41.10

type DeleteAssessmentFrameworkShareInput struct {

	// The unique identifier for the share request to be deleted.
	//
	// RequestId is a required field
	RequestId *string `location:"uri" locationName:"requestId" min:"36" type:"string" required:"true"`

	// Specifies whether the share request is a sent request or a received request.
	//
	// RequestType is a required field
	RequestType *string `location:"querystring" locationName:"requestType" type:"string" required:"true" enum:"ShareRequestType"`
	// contains filtered or unexported fields
}

func (DeleteAssessmentFrameworkShareInput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentFrameworkShareInput) SetRequestId added in v1.41.10

SetRequestId sets the RequestId field's value.

func (*DeleteAssessmentFrameworkShareInput) SetRequestType added in v1.41.10

SetRequestType sets the RequestType field's value.

func (DeleteAssessmentFrameworkShareInput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteAssessmentFrameworkShareInput) Validate added in v1.41.10

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

type DeleteAssessmentFrameworkShareOutput added in v1.41.10

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

func (DeleteAssessmentFrameworkShareOutput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssessmentFrameworkShareOutput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssessmentInput

type DeleteAssessmentInput struct {

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

func (DeleteAssessmentInput) GoString

func (s DeleteAssessmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssessmentOutput) String

func (s DeleteAssessmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteAssessmentReportInput

type DeleteAssessmentReportInput struct {

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

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

func (DeleteAssessmentReportInput) GoString

func (s DeleteAssessmentReportInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteAssessmentReportOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteControlInput

type DeleteControlInput struct {

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

func (DeleteControlInput) GoString

func (s DeleteControlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteControlOutput) String

func (s DeleteControlOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterAccountInput

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

func (DeregisterAccountInput) GoString

func (s DeregisterAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeregisterAccountInput) String

func (s DeregisterAccountInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterAccountOutput

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterAccountOutput) SetStatus

SetStatus sets the Status field's value.

func (DeregisterAccountOutput) String

func (s DeregisterAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregisterOrganizationAdminAccountInput

type DeregisterOrganizationAdminAccountInput struct {

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

func (DeregisterOrganizationAdminAccountInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregisterOrganizationAdminAccountInput) SetAdminAccountId

SetAdminAccountId sets the AdminAccountId field's value.

func (DeregisterOrganizationAdminAccountInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeregisterOrganizationAdminAccountOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeregistrationPolicy added in v1.44.175

type DeregistrationPolicy struct {

	// Specifies which Audit Manager data will be deleted when you deregister Audit
	// Manager.
	//
	//    * If you set the value to ALL, all of your data is deleted within seven
	//    days of deregistration.
	//
	//    * If you set the value to DEFAULT, none of your data is deleted at the
	//    time of deregistration. However, keep in mind that the Audit Manager data
	//    retention policy still applies. As a result, any evidence data will be
	//    deleted two years after its creation date. Your other Audit Manager resources
	//    will continue to exist indefinitely.
	DeleteResources *string `locationName:"deleteResources" type:"string" enum:"DeleteResources"`
	// contains filtered or unexported fields
}

The deregistration policy for the data that's stored in Audit Manager. You can use this attribute to determine how your data is handled when you deregister Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeregisterAccount.html).

By default, Audit Manager retains evidence data for two years from the time of its creation. Other Audit Manager resources (including assessments, custom controls, and custom frameworks) remain in Audit Manager indefinitely, and are available if you re-register Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_RegisterAccount.html) in the future. For more information about data retention, see Data Protection (https://docs.aws.amazon.com/audit-manager/latest/userguide/data-protection.html) in the Audit Manager User Guide.

If you choose to delete all data, this action permanently deletes all evidence data in your account within seven days. It also deletes all of the Audit Manager resources that you created, including assessments, custom controls, and custom frameworks. Your data will not be available if you re-register Audit Manager in the future.

func (DeregistrationPolicy) GoString added in v1.44.175

func (s DeregistrationPolicy) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeregistrationPolicy) SetDeleteResources added in v1.44.175

func (s *DeregistrationPolicy) SetDeleteResources(v string) *DeregistrationPolicy

SetDeleteResources sets the DeleteResources field's value.

func (DeregistrationPolicy) String added in v1.44.175

func (s DeregistrationPolicy) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DisassociateAssessmentReportEvidenceFolderInput

type DisassociateAssessmentReportEvidenceFolderInput struct {

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

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

func (DisassociateAssessmentReportEvidenceFolderInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DisassociateAssessmentReportEvidenceFolderOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Evidence

type Evidence struct {

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

	// The names and values that are used by the evidence event. This includes an
	// attribute name (such as allowUsersToChangePassword) and value (such as true
	// or false).
	Attributes map[string]*string `locationName:"attributes" type:"map"`

	// The identifier for the Amazon Web Services account.
	AwsAccountId *string `locationName:"awsAccountId" min:"12" type:"string"`

	// The Amazon Web Services account that the evidence is collected from, and
	// its organization path.
	AwsOrganization *string `locationName:"awsOrganization" type:"string"`

	// The evaluation status for automated evidence that falls under the compliance
	// check category.
	//
	//    * Audit Manager classes evidence as non-compliant if Security Hub reports
	//    a Fail result, or if Config reports a Non-compliant result.
	//
	//    * Audit Manager classes evidence as compliant if Security Hub reports
	//    a Pass result, or if Config reports a Compliant result.
	//
	//    * If a compliance check isn't available or applicable, then no compliance
	//    evaluation can be made for that evidence. This is the case if the evidence
	//    uses Config or Security Hub as the underlying data source type, but those
	//    services aren't enabled. This is also the case if the evidence uses an
	//    underlying data source type that doesn't support compliance checks (such
	//    as manual evidence, Amazon Web Services API calls, or CloudTrail).
	ComplianceCheck *string `locationName:"complianceCheck" type:"string"`

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

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

	// The Amazon Web Service that the evidence is collected from.
	EventSource *string `locationName:"eventSource" min:"1" type:"string"`

	// The identifier for the Amazon Web Services account.
	EvidenceAwsAccountId *string `locationName:"evidenceAwsAccountId" min:"12" type:"string"`

	// The type of automated evidence.
	EvidenceByType *string `locationName:"evidenceByType" type:"string"`

	// The identifier for the folder that the evidence is stored in.
	EvidenceFolderId *string `locationName:"evidenceFolderId" min:"36" type:"string"`

	// The unique identifier for the user or role that's associated with the evidence.
	IamId *string `locationName:"iamId" min:"20" type:"string"`

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

	// The list of resources that are assessed to generate the evidence.
	ResourcesIncluded []*Resource `locationName:"resourcesIncluded" type:"list"`

	// The timestamp that represents when the evidence was collected.
	Time *time.Time `locationName:"time" type:"timestamp"`
	// contains filtered or unexported fields
}

A record that contains the information needed to demonstrate compliance with the requirements specified by a control. Examples of evidence include change activity invoked by a user, or a system configuration snapshot.

func (Evidence) GoString

func (s Evidence) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EvidenceFinderEnablement added in v1.44.142

type EvidenceFinderEnablement struct {

	// The current status of the evidence data backfill process.
	//
	// The backfill starts after you enable evidence finder. During this task, Audit
	// Manager populates an event data store with your past two years’ worth of
	// evidence data so that your evidence can be queried.
	//
	//    * NOT_STARTED means that the backfill hasn’t started yet.
	//
	//    * IN_PROGRESS means that the backfill is in progress. This can take up
	//    to 7 days to complete, depending on the amount of evidence data.
	//
	//    * COMPLETED means that the backfill is complete. All of your past evidence
	//    is now queryable.
	BackfillStatus *string `locationName:"backfillStatus" type:"string" enum:"EvidenceFinderBackfillStatus"`

	// The current status of the evidence finder feature and the related event data
	// store.
	//
	//    * ENABLE_IN_PROGRESS means that you requested to enable evidence finder.
	//    An event data store is currently being created to support evidence finder
	//    queries.
	//
	//    * ENABLED means that an event data store was successfully created and
	//    evidence finder is enabled. We recommend that you wait 7 days until the
	//    event data store is backfilled with your past two years’ worth of evidence
	//    data. You can use evidence finder in the meantime, but not all data might
	//    be available until the backfill is complete.
	//
	//    * DISABLE_IN_PROGRESS means that you requested to disable evidence finder,
	//    and your request is pending the deletion of the event data store.
	//
	//    * DISABLED means that you have permanently disabled evidence finder and
	//    the event data store has been deleted. You can't re-enable evidence finder
	//    after this point.
	EnablementStatus *string `locationName:"enablementStatus" type:"string" enum:"EvidenceFinderEnablementStatus"`

	// Represents any errors that occurred when enabling or disabling evidence finder.
	Error *string `locationName:"error" type:"string"`

	// The Amazon Resource Name (ARN) of the CloudTrail Lake event data store that’s
	// used by evidence finder. The event data store is the lake of evidence data
	// that evidence finder runs queries against.
	EventDataStoreArn *string `locationName:"eventDataStoreArn" min:"20" type:"string"`
	// contains filtered or unexported fields
}

The settings object that specifies whether evidence finder is enabled. This object also describes the related event data store, and the backfill status for populating the event data store with evidence data.

func (EvidenceFinderEnablement) GoString added in v1.44.142

func (s EvidenceFinderEnablement) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EvidenceFinderEnablement) SetBackfillStatus added in v1.44.142

func (s *EvidenceFinderEnablement) SetBackfillStatus(v string) *EvidenceFinderEnablement

SetBackfillStatus sets the BackfillStatus field's value.

func (*EvidenceFinderEnablement) SetEnablementStatus added in v1.44.142

func (s *EvidenceFinderEnablement) SetEnablementStatus(v string) *EvidenceFinderEnablement

SetEnablementStatus sets the EnablementStatus field's value.

func (*EvidenceFinderEnablement) SetError added in v1.44.142

SetError sets the Error field's value.

func (*EvidenceFinderEnablement) SetEventDataStoreArn added in v1.44.142

func (s *EvidenceFinderEnablement) SetEventDataStoreArn(v string) *EvidenceFinderEnablement

SetEventDataStoreArn sets the EventDataStoreArn field's value.

func (EvidenceFinderEnablement) String added in v1.44.142

func (s EvidenceFinderEnablement) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EvidenceInsights added in v1.42.8

type EvidenceInsights struct {

	// The number of compliance check evidence that Audit Manager classified as
	// compliant. This includes evidence that was collected from Security Hub with
	// a Pass ruling, or collected from Config with a Compliant ruling.
	CompliantEvidenceCount *int64 `locationName:"compliantEvidenceCount" type:"integer"`

	// The number of evidence that a compliance check ruling isn't available for.
	// Evidence is inconclusive when the associated control uses Security Hub or
	// Config as a data source but you didn't enable those services. This is also
	// the case when a control uses a data source that doesn’t support compliance
	// checks (for example, manual evidence, API calls, or CloudTrail).
	//
	// If evidence has a compliance check status of not applicable in the console,
	// it's classified as inconclusive in EvidenceInsights data.
	InconclusiveEvidenceCount *int64 `locationName:"inconclusiveEvidenceCount" type:"integer"`

	// The number of compliance check evidence that Audit Manager classified as
	// non-compliant. This includes evidence that was collected from Security Hub
	// with a Fail ruling, or collected from Config with a Non-compliant ruling.
	NoncompliantEvidenceCount *int64 `locationName:"noncompliantEvidenceCount" type:"integer"`
	// contains filtered or unexported fields
}

A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments.

func (EvidenceInsights) GoString added in v1.42.8

func (s EvidenceInsights) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EvidenceInsights) SetCompliantEvidenceCount added in v1.42.8

func (s *EvidenceInsights) SetCompliantEvidenceCount(v int64) *EvidenceInsights

SetCompliantEvidenceCount sets the CompliantEvidenceCount field's value.

func (*EvidenceInsights) SetInconclusiveEvidenceCount added in v1.42.8

func (s *EvidenceInsights) SetInconclusiveEvidenceCount(v int64) *EvidenceInsights

SetInconclusiveEvidenceCount sets the InconclusiveEvidenceCount field's value.

func (*EvidenceInsights) SetNoncompliantEvidenceCount added in v1.42.8

func (s *EvidenceInsights) SetNoncompliantEvidenceCount(v int64) *EvidenceInsights

SetNoncompliantEvidenceCount sets the NoncompliantEvidenceCount field's value.

func (EvidenceInsights) String added in v1.42.8

func (s EvidenceInsights) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Framework

type Framework 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 control sets that are associated with the framework.
	ControlSets []*ControlSet `locationName:"controlSets" min:"1" type:"list"`

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

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

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

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

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

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

	// The user or role that most recently updated the framework.
	LastUpdatedBy *string `locationName:"lastUpdatedBy" 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"`

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

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

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

func (Framework) GoString

func (s Framework) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type FrameworkMetadata

type FrameworkMetadata struct {

	// The compliance standard that's associated with the framework. For example,
	// this could be 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, or description.

func (FrameworkMetadata) GoString

func (s FrameworkMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAccountStatusInput

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

func (GetAccountStatusInput) GoString

func (s GetAccountStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetAccountStatusInput) String

func (s GetAccountStatusInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAccountStatusOutput

type GetAccountStatusOutput struct {

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

func (GetAccountStatusOutput) GoString

func (s GetAccountStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAccountStatusOutput) SetStatus

SetStatus sets the Status field's value.

func (GetAccountStatusOutput) String

func (s GetAccountStatusOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAssessmentFrameworkInput

type GetAssessmentFrameworkInput struct {

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

func (GetAssessmentFrameworkInput) GoString

func (s GetAssessmentFrameworkInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssessmentFrameworkInput) SetFrameworkId

SetFrameworkId sets the FrameworkId field's value.

func (GetAssessmentFrameworkInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the GetAssessmentFramework API returned.
	Framework *Framework `locationName:"framework" type:"structure"`
	// contains filtered or unexported fields
}

func (GetAssessmentFrameworkOutput) GoString

func (s GetAssessmentFrameworkOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssessmentFrameworkOutput) SetFramework

SetFramework sets the Framework field's value.

func (GetAssessmentFrameworkOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAssessmentInput

type GetAssessmentInput struct {

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

func (GetAssessmentInput) GoString

func (s GetAssessmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 Audit Manager.
	// An Audit Manager assessment is an implementation of an Audit Manager framework.
	Assessment *Assessment `locationName:"assessment" type:"structure"`

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

func (GetAssessmentOutput) GoString

func (s GetAssessmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetAssessmentReportUrlInput

type GetAssessmentReportUrlInput struct {

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

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

func (GetAssessmentReportUrlInput) GoString

func (s GetAssessmentReportUrlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 {

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

func (GetAssessmentReportUrlOutput) GoString

func (s GetAssessmentReportUrlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetAssessmentReportUrlOutput) SetPreSignedUrl

SetPreSignedUrl sets the PreSignedUrl field's value.

func (GetAssessmentReportUrlOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetChangeLogsInput

type GetChangeLogsInput struct {

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

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

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

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

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

func (GetChangeLogsInput) GoString

func (s GetChangeLogsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that's 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetControlInput

type GetControlInput struct {

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

func (GetControlInput) GoString

func (s GetControlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the GetControl API returned.
	Control *Control `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (GetControlOutput) GoString

func (s GetControlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetDelegationsInput

type GetDelegationsInput struct {

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

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

func (GetDelegationsInput) GoString

func (s GetDelegationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the GetDelegations API returned.
	Delegations []*DelegationMetadata `locationName:"delegations" type:"list"`

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

func (GetDelegationsOutput) GoString

func (s GetDelegationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEvidenceByEvidenceFolderInput

type GetEvidenceByEvidenceFolderInput struct {

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

	// The identifier for the control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

	// The unique identifier for the folder that the evidence is stored in.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`

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

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

func (GetEvidenceByEvidenceFolderInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEvidenceByEvidenceFolderInput) Validate

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

type GetEvidenceByEvidenceFolderOutput

type GetEvidenceByEvidenceFolderOutput struct {

	// The list of evidence that the GetEvidenceByEvidenceFolder API returned.
	Evidence []*Evidence `locationName:"evidence" type:"list"`

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

func (GetEvidenceByEvidenceFolderOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEvidenceFolderInput

type GetEvidenceFolderInput struct {

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

	// The unique identifier for the control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

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

func (GetEvidenceFolderInput) GoString

func (s GetEvidenceFolderInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the evidence is stored in.
	EvidenceFolder *AssessmentEvidenceFolder `locationName:"evidenceFolder" type:"structure"`
	// contains filtered or unexported fields
}

func (GetEvidenceFolderOutput) GoString

func (s GetEvidenceFolderOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetEvidenceFolderOutput) SetEvidenceFolder

SetEvidenceFolder sets the EvidenceFolder field's value.

func (GetEvidenceFolderOutput) String

func (s GetEvidenceFolderOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEvidenceFoldersByAssessmentControlInput

type GetEvidenceFoldersByAssessmentControlInput struct {

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

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

	// The identifier for the control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

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

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

func (GetEvidenceFoldersByAssessmentControlInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the GetEvidenceFoldersByAssessmentControl
	// API returned.
	EvidenceFolders []*AssessmentEvidenceFolder `locationName:"evidenceFolders" type:"list"`

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

func (GetEvidenceFoldersByAssessmentControlOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEvidenceFoldersByAssessmentInput

type GetEvidenceFoldersByAssessmentInput struct {

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

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

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

func (GetEvidenceFoldersByAssessmentInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the GetEvidenceFoldersByAssessment API
	// returned.
	EvidenceFolders []*AssessmentEvidenceFolder `locationName:"evidenceFolders" type:"list"`

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

func (GetEvidenceFoldersByAssessmentOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetEvidenceInput

type GetEvidenceInput struct {

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

	// The unique identifier for the control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

	// The unique identifier for the folder that the evidence is stored in.
	//
	// EvidenceFolderId is a required field
	EvidenceFolderId *string `location:"uri" locationName:"evidenceFolderId" min:"36" type:"string" required:"true"`

	// The unique identifier for the evidence.
	//
	// EvidenceId is a required field
	EvidenceId *string `location:"uri" locationName:"evidenceId" min:"36" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetEvidenceInput) GoString

func (s GetEvidenceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the GetEvidence API returned.
	Evidence *Evidence `locationName:"evidence" type:"structure"`
	// contains filtered or unexported fields
}

func (GetEvidenceOutput) GoString

func (s GetEvidenceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetInsightsByAssessmentInput added in v1.42.8

type GetInsightsByAssessmentInput struct {

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

func (GetInsightsByAssessmentInput) GoString added in v1.42.8

func (s GetInsightsByAssessmentInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInsightsByAssessmentInput) SetAssessmentId added in v1.42.8

SetAssessmentId sets the AssessmentId field's value.

func (GetInsightsByAssessmentInput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInsightsByAssessmentInput) Validate added in v1.42.8

func (s *GetInsightsByAssessmentInput) Validate() error

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

type GetInsightsByAssessmentOutput added in v1.42.8

type GetInsightsByAssessmentOutput struct {

	// The assessment analytics data that the GetInsightsByAssessment API returned.
	Insights *InsightsByAssessment `locationName:"insights" type:"structure"`
	// contains filtered or unexported fields
}

func (GetInsightsByAssessmentOutput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInsightsByAssessmentOutput) SetInsights added in v1.42.8

SetInsights sets the Insights field's value.

func (GetInsightsByAssessmentOutput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetInsightsInput added in v1.42.8

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

func (GetInsightsInput) GoString added in v1.42.8

func (s GetInsightsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetInsightsInput) String added in v1.42.8

func (s GetInsightsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetInsightsOutput added in v1.42.8

type GetInsightsOutput struct {

	// The analytics data that the GetInsights API returned.
	Insights *Insights `locationName:"insights" type:"structure"`
	// contains filtered or unexported fields
}

func (GetInsightsOutput) GoString added in v1.42.8

func (s GetInsightsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetInsightsOutput) SetInsights added in v1.42.8

func (s *GetInsightsOutput) SetInsights(v *Insights) *GetInsightsOutput

SetInsights sets the Insights field's value.

func (GetInsightsOutput) String added in v1.42.8

func (s GetInsightsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetOrganizationAdminAccountInput

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

func (GetOrganizationAdminAccountInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetOrganizationAdminAccountInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetOrganizationAdminAccountOutput

type GetOrganizationAdminAccountOutput struct {

	// The identifier for the administrator account.
	AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"`

	// The identifier for the organization.
	OrganizationId *string `locationName:"organizationId" min:"12" type:"string"`
	// contains filtered or unexported fields
}

func (GetOrganizationAdminAccountOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetServicesInScopeInput

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

func (GetServicesInScopeInput) GoString

func (s GetServicesInScopeInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (GetServicesInScopeInput) String

func (s GetServicesInScopeInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetServicesInScopeOutput

type GetServicesInScopeOutput struct {

	// The metadata that's associated with the Amazon Web Service.
	ServiceMetadata []*ServiceMetadata `locationName:"serviceMetadata" type:"list"`
	// contains filtered or unexported fields
}

func (GetServicesInScopeOutput) GoString

func (s GetServicesInScopeOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*GetServicesInScopeOutput) SetServiceMetadata

SetServiceMetadata sets the ServiceMetadata field's value.

func (GetServicesInScopeOutput) String

func (s GetServicesInScopeOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type GetSettingsInput

type GetSettingsInput struct {

	// The list of setting attribute enum values.
	//
	// Attribute is a required field
	Attribute *string `location:"uri" locationName:"attribute" type:"string" required:"true" enum:"SettingAttribute"`
	// contains filtered or unexported fields
}

func (GetSettingsInput) GoString

func (s GetSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Insights added in v1.42.8

type Insights struct {

	// The number of active assessments in Audit Manager.
	ActiveAssessmentsCount *int64 `locationName:"activeAssessmentsCount" type:"integer"`

	// The number of assessment controls that collected non-compliant evidence on
	// the lastUpdated date.
	AssessmentControlsCountByNoncompliantEvidence *int64 `locationName:"assessmentControlsCountByNoncompliantEvidence" type:"integer"`

	// The number of compliance check evidence that Audit Manager classified as
	// compliant on the lastUpdated date. This includes evidence that was collected
	// from Security Hub with a Pass ruling, or collected from Config with a Compliant
	// ruling.
	CompliantEvidenceCount *int64 `locationName:"compliantEvidenceCount" type:"integer"`

	// The number of evidence without a compliance check ruling. Evidence is inconclusive
	// when the associated control uses Security Hub or Config as a data source
	// but you didn't enable those services. This is also the case when a control
	// uses a data source that doesn’t support compliance checks (for example:
	// manual evidence, API calls, or CloudTrail).
	//
	// If evidence has a compliance check status of not applicable, it's classed
	// as inconclusive in Insights data.
	InconclusiveEvidenceCount *int64 `locationName:"inconclusiveEvidenceCount" type:"integer"`

	// The time when the cross-assessment insights were last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"`

	// The number of compliance check evidence that Audit Manager classified as
	// non-compliant on the lastUpdated date. This includes evidence that was collected
	// from Security Hub with a Fail ruling, or collected from Config with a Non-compliant
	// ruling.
	NoncompliantEvidenceCount *int64 `locationName:"noncompliantEvidenceCount" type:"integer"`

	// The total number of controls across all active assessments.
	TotalAssessmentControlsCount *int64 `locationName:"totalAssessmentControlsCount" type:"integer"`
	// contains filtered or unexported fields
}

A summary of the latest analytics data for all your active assessments.

This summary is a snapshot of the data that your active assessments collected on the lastUpdated date. It’s important to understand that the following totals are daily counts based on this date — they aren’t a total sum to date.

The Insights data is eventually consistent. This means that, when you read data from Insights, the response might not instantly reflect the results of a recently completed write or update operation. If you repeat your read request after a few hours, the response should return the latest data.

If you delete an assessment or change its status to inactive, InsightsByAssessment includes data for that assessment as follows.

  • Inactive assessments - If Audit Manager collected evidence for your assessment before you changed it inactive, that evidence is included in the InsightsByAssessment counts for that day.

  • Deleted assessments - If Audit Manager collected evidence for your assessment before you deleted it, that evidence isn't included in the InsightsByAssessment counts for that day.

func (Insights) GoString added in v1.42.8

func (s Insights) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Insights) SetActiveAssessmentsCount added in v1.42.8

func (s *Insights) SetActiveAssessmentsCount(v int64) *Insights

SetActiveAssessmentsCount sets the ActiveAssessmentsCount field's value.

func (*Insights) SetAssessmentControlsCountByNoncompliantEvidence added in v1.42.8

func (s *Insights) SetAssessmentControlsCountByNoncompliantEvidence(v int64) *Insights

SetAssessmentControlsCountByNoncompliantEvidence sets the AssessmentControlsCountByNoncompliantEvidence field's value.

func (*Insights) SetCompliantEvidenceCount added in v1.42.8

func (s *Insights) SetCompliantEvidenceCount(v int64) *Insights

SetCompliantEvidenceCount sets the CompliantEvidenceCount field's value.

func (*Insights) SetInconclusiveEvidenceCount added in v1.42.8

func (s *Insights) SetInconclusiveEvidenceCount(v int64) *Insights

SetInconclusiveEvidenceCount sets the InconclusiveEvidenceCount field's value.

func (*Insights) SetLastUpdated added in v1.42.8

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

SetLastUpdated sets the LastUpdated field's value.

func (*Insights) SetNoncompliantEvidenceCount added in v1.42.8

func (s *Insights) SetNoncompliantEvidenceCount(v int64) *Insights

SetNoncompliantEvidenceCount sets the NoncompliantEvidenceCount field's value.

func (*Insights) SetTotalAssessmentControlsCount added in v1.42.8

func (s *Insights) SetTotalAssessmentControlsCount(v int64) *Insights

SetTotalAssessmentControlsCount sets the TotalAssessmentControlsCount field's value.

func (Insights) String added in v1.42.8

func (s Insights) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InsightsByAssessment added in v1.42.8

type InsightsByAssessment struct {

	// The number of assessment controls that collected non-compliant evidence on
	// the lastUpdated date.
	AssessmentControlsCountByNoncompliantEvidence *int64 `locationName:"assessmentControlsCountByNoncompliantEvidence" type:"integer"`

	// The number of compliance check evidence that Audit Manager classified as
	// compliant. This includes evidence that was collected from Security Hub with
	// a Pass ruling, or collected from Config with a Compliant ruling.
	CompliantEvidenceCount *int64 `locationName:"compliantEvidenceCount" type:"integer"`

	// The amount of evidence without a compliance check ruling. Evidence is inconclusive
	// if the associated control uses Security Hub or Config as a data source and
	// you didn't enable those services. This is also the case if a control uses
	// a data source that doesn’t support compliance checks (for example, manual
	// evidence, API calls, or CloudTrail).
	//
	// If evidence has a compliance check status of not applicable, it's classified
	// as inconclusive in InsightsByAssessment data.
	InconclusiveEvidenceCount *int64 `locationName:"inconclusiveEvidenceCount" type:"integer"`

	// The time when the assessment insights were last updated.
	LastUpdated *time.Time `locationName:"lastUpdated" type:"timestamp"`

	// The number of compliance check evidence that Audit Manager classified as
	// non-compliant. This includes evidence that was collected from Security Hub
	// with a Fail ruling, or collected from Config with a Non-compliant ruling.
	NoncompliantEvidenceCount *int64 `locationName:"noncompliantEvidenceCount" type:"integer"`

	// The total number of controls in the assessment.
	TotalAssessmentControlsCount *int64 `locationName:"totalAssessmentControlsCount" type:"integer"`
	// contains filtered or unexported fields
}

A summary of the latest analytics data for a specific active assessment.

This summary is a snapshot of the data that was collected on the lastUpdated date. It’s important to understand that the totals in InsightsByAssessment are daily counts based on this date — they aren’t a total sum to date.

The InsightsByAssessment data is eventually consistent. This means that when you read data from InsightsByAssessment, the response might not instantly reflect the results of a recently completed write or update operation. If you repeat your read request after a few hours, the response returns the latest data.

If you delete an assessment or change its status to inactive, InsightsByAssessment includes data for that assessment as follows.

  • Inactive assessments - If Audit Manager collected evidence for your assessment before you changed it inactive, that evidence is included in the InsightsByAssessment counts for that day.

  • Deleted assessments - If Audit Manager collected evidence for your assessment before you deleted it, that evidence isn't included in the InsightsByAssessment counts for that day.

func (InsightsByAssessment) GoString added in v1.42.8

func (s InsightsByAssessment) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*InsightsByAssessment) SetAssessmentControlsCountByNoncompliantEvidence added in v1.42.8

func (s *InsightsByAssessment) SetAssessmentControlsCountByNoncompliantEvidence(v int64) *InsightsByAssessment

SetAssessmentControlsCountByNoncompliantEvidence sets the AssessmentControlsCountByNoncompliantEvidence field's value.

func (*InsightsByAssessment) SetCompliantEvidenceCount added in v1.42.8

func (s *InsightsByAssessment) SetCompliantEvidenceCount(v int64) *InsightsByAssessment

SetCompliantEvidenceCount sets the CompliantEvidenceCount field's value.

func (*InsightsByAssessment) SetInconclusiveEvidenceCount added in v1.42.8

func (s *InsightsByAssessment) SetInconclusiveEvidenceCount(v int64) *InsightsByAssessment

SetInconclusiveEvidenceCount sets the InconclusiveEvidenceCount field's value.

func (*InsightsByAssessment) SetLastUpdated added in v1.42.8

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

SetLastUpdated sets the LastUpdated field's value.

func (*InsightsByAssessment) SetNoncompliantEvidenceCount added in v1.42.8

func (s *InsightsByAssessment) SetNoncompliantEvidenceCount(v int64) *InsightsByAssessment

SetNoncompliantEvidenceCount sets the NoncompliantEvidenceCount field's value.

func (*InsightsByAssessment) SetTotalAssessmentControlsCount added in v1.42.8

func (s *InsightsByAssessment) SetTotalAssessmentControlsCount(v int64) *InsightsByAssessment

SetTotalAssessmentControlsCount sets the TotalAssessmentControlsCount field's value.

func (InsightsByAssessment) String added in v1.42.8

func (s InsightsByAssessment) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type InternalServerException

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentControlInsightsByControlDomainInput added in v1.42.8

type ListAssessmentControlInsightsByControlDomainInput struct {

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

	// The unique identifier for the control domain.
	//
	// ControlDomainId is a required field
	ControlDomainId *string `location:"querystring" locationName:"controlDomainId" min:"36" type:"string" required:"true"`

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

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

func (ListAssessmentControlInsightsByControlDomainInput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentControlInsightsByControlDomainInput) SetAssessmentId added in v1.42.8

SetAssessmentId sets the AssessmentId field's value.

func (*ListAssessmentControlInsightsByControlDomainInput) SetControlDomainId added in v1.42.8

SetControlDomainId sets the ControlDomainId field's value.

func (*ListAssessmentControlInsightsByControlDomainInput) SetMaxResults added in v1.42.8

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentControlInsightsByControlDomainInput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListAssessmentControlInsightsByControlDomainInput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentControlInsightsByControlDomainInput) Validate added in v1.42.8

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

type ListAssessmentControlInsightsByControlDomainOutput added in v1.42.8

type ListAssessmentControlInsightsByControlDomainOutput struct {

	// The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain
	// API returned.
	ControlInsightsByAssessment []*ControlInsightsMetadataByAssessmentItem `locationName:"controlInsightsByAssessment" type:"list"`

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

func (ListAssessmentControlInsightsByControlDomainOutput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentControlInsightsByControlDomainOutput) SetControlInsightsByAssessment added in v1.42.8

SetControlInsightsByAssessment sets the ControlInsightsByAssessment field's value.

func (*ListAssessmentControlInsightsByControlDomainOutput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListAssessmentControlInsightsByControlDomainOutput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentFrameworkShareRequestsInput added in v1.41.10

type ListAssessmentFrameworkShareRequestsInput struct {

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

	// The pagination token that's used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

	// Specifies whether the share request is a sent request or a received request.
	//
	// RequestType is a required field
	RequestType *string `location:"querystring" locationName:"requestType" type:"string" required:"true" enum:"ShareRequestType"`
	// contains filtered or unexported fields
}

func (ListAssessmentFrameworkShareRequestsInput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentFrameworkShareRequestsInput) SetMaxResults added in v1.41.10

SetMaxResults sets the MaxResults field's value.

func (*ListAssessmentFrameworkShareRequestsInput) SetNextToken added in v1.41.10

SetNextToken sets the NextToken field's value.

func (*ListAssessmentFrameworkShareRequestsInput) SetRequestType added in v1.41.10

SetRequestType sets the RequestType field's value.

func (ListAssessmentFrameworkShareRequestsInput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentFrameworkShareRequestsInput) Validate added in v1.41.10

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

type ListAssessmentFrameworkShareRequestsOutput added in v1.41.10

type ListAssessmentFrameworkShareRequestsOutput struct {

	// The list of share requests that the ListAssessmentFrameworkShareRequests
	// API returned.
	AssessmentFrameworkShareRequests []*AssessmentFrameworkShareRequest `locationName:"assessmentFrameworkShareRequests" type:"list"`

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

func (ListAssessmentFrameworkShareRequestsOutput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListAssessmentFrameworkShareRequestsOutput) SetAssessmentFrameworkShareRequests added in v1.41.10

SetAssessmentFrameworkShareRequests sets the AssessmentFrameworkShareRequests field's value.

func (*ListAssessmentFrameworkShareRequestsOutput) SetNextToken added in v1.41.10

SetNextToken sets the NextToken field's value.

func (ListAssessmentFrameworkShareRequestsOutput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentFrameworksInput

type ListAssessmentFrameworksInput struct {

	// The type of framework, such as a standard framework or a custom framework.
	//
	// FrameworkType is a required field
	FrameworkType *string `location:"querystring" locationName:"frameworkType" type:"string" required:"true" enum:"FrameworkType"`

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

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

func (ListAssessmentFrameworksInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 framework.
	FrameworkMetadataList []*AssessmentFrameworkMetadata `locationName:"frameworkMetadataList" type:"list"`

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

func (ListAssessmentFrameworksOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentReportsInput

type ListAssessmentReportsInput struct {

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

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

func (ListAssessmentReportsInput) GoString

func (s ListAssessmentReportsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the ListAssessmentReports API returned.
	AssessmentReports []*AssessmentReportMetadata `locationName:"assessmentReports" type:"list"`

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

func (ListAssessmentReportsOutput) GoString

func (s ListAssessmentReportsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListAssessmentsInput

type ListAssessmentsInput struct {

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

	// The pagination token that's used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

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

func (ListAssessmentsInput) GoString

func (s ListAssessmentsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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) SetStatus added in v1.42.8

SetStatus sets the Status field's value.

func (ListAssessmentsInput) String

func (s ListAssessmentsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that's associated with the assessment.
	AssessmentMetadata []*AssessmentMetadataItem `locationName:"assessmentMetadata" type:"list"`

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

func (ListAssessmentsOutput) GoString

func (s ListAssessmentsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListControlDomainInsightsByAssessmentInput added in v1.42.8

type ListControlDomainInsightsByAssessmentInput struct {

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

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

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

func (ListControlDomainInsightsByAssessmentInput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDomainInsightsByAssessmentInput) SetAssessmentId added in v1.42.8

SetAssessmentId sets the AssessmentId field's value.

func (*ListControlDomainInsightsByAssessmentInput) SetMaxResults added in v1.42.8

SetMaxResults sets the MaxResults field's value.

func (*ListControlDomainInsightsByAssessmentInput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListControlDomainInsightsByAssessmentInput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDomainInsightsByAssessmentInput) Validate added in v1.42.8

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

type ListControlDomainInsightsByAssessmentOutput added in v1.42.8

type ListControlDomainInsightsByAssessmentOutput struct {

	// The control domain analytics data that the ListControlDomainInsightsByAssessment
	// API returned.
	ControlDomainInsights []*ControlDomainInsights `locationName:"controlDomainInsights" type:"list"`

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

func (ListControlDomainInsightsByAssessmentOutput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDomainInsightsByAssessmentOutput) SetControlDomainInsights added in v1.42.8

SetControlDomainInsights sets the ControlDomainInsights field's value.

func (*ListControlDomainInsightsByAssessmentOutput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListControlDomainInsightsByAssessmentOutput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListControlDomainInsightsInput added in v1.42.8

type ListControlDomainInsightsInput struct {

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

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

func (ListControlDomainInsightsInput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDomainInsightsInput) SetMaxResults added in v1.42.8

SetMaxResults sets the MaxResults field's value.

func (*ListControlDomainInsightsInput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListControlDomainInsightsInput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDomainInsightsInput) Validate added in v1.42.8

func (s *ListControlDomainInsightsInput) Validate() error

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

type ListControlDomainInsightsOutput added in v1.42.8

type ListControlDomainInsightsOutput struct {

	// The control domain analytics data that the ListControlDomainInsights API
	// returned.
	ControlDomainInsights []*ControlDomainInsights `locationName:"controlDomainInsights" type:"list"`

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

func (ListControlDomainInsightsOutput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlDomainInsightsOutput) SetControlDomainInsights added in v1.42.8

SetControlDomainInsights sets the ControlDomainInsights field's value.

func (*ListControlDomainInsightsOutput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListControlDomainInsightsOutput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListControlInsightsByControlDomainInput added in v1.42.8

type ListControlInsightsByControlDomainInput struct {

	// The unique identifier for the control domain.
	//
	// ControlDomainId is a required field
	ControlDomainId *string `location:"querystring" locationName:"controlDomainId" min:"36" type:"string" required:"true"`

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

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

func (ListControlInsightsByControlDomainInput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlInsightsByControlDomainInput) SetControlDomainId added in v1.42.8

SetControlDomainId sets the ControlDomainId field's value.

func (*ListControlInsightsByControlDomainInput) SetMaxResults added in v1.42.8

SetMaxResults sets the MaxResults field's value.

func (*ListControlInsightsByControlDomainInput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListControlInsightsByControlDomainInput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlInsightsByControlDomainInput) Validate added in v1.42.8

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

type ListControlInsightsByControlDomainOutput added in v1.42.8

type ListControlInsightsByControlDomainOutput struct {

	// The control analytics data that the ListControlInsightsByControlDomain API
	// returned.
	ControlInsightsMetadata []*ControlInsightsMetadataItem `locationName:"controlInsightsMetadata" type:"list"`

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

func (ListControlInsightsByControlDomainOutput) GoString added in v1.42.8

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListControlInsightsByControlDomainOutput) SetControlInsightsMetadata added in v1.42.8

SetControlInsightsMetadata sets the ControlInsightsMetadata field's value.

func (*ListControlInsightsByControlDomainOutput) SetNextToken added in v1.42.8

SetNextToken sets the NextToken field's value.

func (ListControlInsightsByControlDomainOutput) String added in v1.42.8

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListControlsInput

type ListControlsInput struct {

	// The type of control, such as a standard control or a custom control.
	//
	// ControlType is a required field
	ControlType *string `location:"querystring" locationName:"controlType" type:"string" required:"true" enum:"ControlType"`

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

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

func (ListControlsInput) GoString

func (s ListControlsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the ListControls API returned.
	ControlMetadataList []*ControlMetadata `locationName:"controlMetadataList" type:"list"`

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

func (ListControlsOutput) GoString

func (s ListControlsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListKeywordsForDataSourceInput

type ListKeywordsForDataSourceInput struct {

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

	// The pagination token that's used to fetch the next set of results.
	NextToken *string `location:"querystring" locationName:"nextToken" min:"1" type:"string"`

	// The control mapping data source that the keywords apply to.
	//
	// Source is a required field
	Source *string `location:"querystring" locationName:"source" type:"string" required:"true" enum:"SourceType"`
	// contains filtered or unexported fields
}

func (ListKeywordsForDataSourceInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 event mapping source.
	Keywords []*string `locationName:"keywords" type:"list"`

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

func (ListKeywordsForDataSourceOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListNotificationsInput

type ListNotificationsInput struct {

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

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

func (ListNotificationsInput) GoString

func (s ListNotificationsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that's used to fetch the next set of results.
	NextToken *string `locationName:"nextToken" min:"1" type:"string"`

	// The returned list of notifications.
	Notifications []*Notification `locationName:"notifications" type:"list"`
	// contains filtered or unexported fields
}

func (ListNotificationsOutput) GoString

func (s ListNotificationsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ListTagsForResourceInput) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceInput) SetResourceArn

SetResourceArn sets the ResourceArn field's value.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the ListTagsForResource API returned.
	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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ListTagsForResourceOutput) SetTags

SetTags sets the Tags field's value.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ManualEvidence

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's uploaded to Audit Manager manually.

func (ManualEvidence) GoString

func (s ManualEvidence) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 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 control set.
	ControlSetId *string `locationName:"controlSetId" min:"1" type:"string"`

	// Specifies the name of the control set that the notification is about.
	ControlSetName *string `locationName:"controlSetName" min:"1" type:"string"`

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

	// The time when the notification was sent.
	EventTime *time.Time `locationName:"eventTime" type:"timestamp"`

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

	// The sender of the notification.
	Source *string `locationName:"source" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The notification that informs a user of an update in Audit Manager. For example, this includes the notification that's sent when a control set is delegated for review.

func (Notification) GoString

func (s Notification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterAccountInput

type RegisterAccountInput struct {

	// The delegated administrator account for Audit Manager.
	DelegatedAdminAccount *string `locationName:"delegatedAdminAccount" min:"12" type:"string"`

	// The KMS key details.
	KmsKey *string `locationName:"kmsKey" min:"7" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterAccountInput) GoString

func (s RegisterAccountInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterAccountOutput) SetStatus

SetStatus sets the Status field's value.

func (RegisterAccountOutput) String

func (s RegisterAccountOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type RegisterOrganizationAdminAccountInput

type RegisterOrganizationAdminAccountInput struct {

	// The identifier for the delegated administrator account.
	//
	// AdminAccountId is a required field
	AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (RegisterOrganizationAdminAccountInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterOrganizationAdminAccountInput) SetAdminAccountId

SetAdminAccountId sets the AdminAccountId field's value.

func (RegisterOrganizationAdminAccountInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*RegisterOrganizationAdminAccountInput) Validate

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

type RegisterOrganizationAdminAccountOutput

type RegisterOrganizationAdminAccountOutput struct {

	// The identifier for the delegated administrator account.
	AdminAccountId *string `locationName:"adminAccountId" min:"12" type:"string"`

	// The identifier for the organization.
	OrganizationId *string `locationName:"organizationId" min:"12" type:"string"`
	// contains filtered or unexported fields
}

func (RegisterOrganizationAdminAccountOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Resource

type Resource struct {

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

	// The evaluation status for a resource that was assessed when collecting compliance
	// check evidence.
	//
	//    * Audit Manager classes the resource as non-compliant if Security Hub
	//    reports a Fail result, or if Config reports a Non-compliant result.
	//
	//    * Audit Manager classes the resource as compliant if Security Hub reports
	//    a Pass result, or if Config reports a Compliant result.
	//
	//    * If a compliance check isn't available or applicable, then no compliance
	//    evaluation can be made for that resource. This is the case if a resource
	//    assessment uses Config or Security Hub as the underlying data source type,
	//    but those services aren't enabled. This is also the case if the resource
	//    assessment uses an underlying data source type that doesn't support compliance
	//    checks (such as manual evidence, Amazon Web Services API calls, or CloudTrail).
	ComplianceCheck *string `locationName:"complianceCheck" type:"string"`

	// The value of the resource.
	Value *string `locationName:"value" type:"string"`
	// contains filtered or unexported fields
}

A system asset that's evaluated in an Audit Manager assessment.

func (Resource) GoString

func (s Resource) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Resource) SetArn

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

SetArn sets the Arn field's value.

func (*Resource) SetComplianceCheck added in v1.44.142

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

SetComplianceCheck sets the ComplianceCheck 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ResourceNotFoundException

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

	Message_ *string `locationName:"message" type:"string"`

	// The unique identifier for the resource.
	//
	// ResourceId is a required field
	ResourceId *string `locationName:"resourceId" type:"string" required:"true"`

	// The type of resource that's affected by the error.
	//
	// ResourceType is a required field
	ResourceType *string `locationName:"resourceType" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The resource that's specified in the request can't be found.

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Role

type Role struct {

	// The Amazon Resource Name (ARN) of the IAM role.
	//
	// RoleArn is a required field
	RoleArn *string `locationName:"roleArn" min:"20" type:"string" required:"true"`

	// The type of customer persona.
	//
	// In CreateAssessment, roleType can only be PROCESS_OWNER.
	//
	// In UpdateSettings, roleType can only be PROCESS_OWNER.
	//
	// In BatchCreateDelegationByAssessment, roleType can only be RESOURCE_OWNER.
	//
	// RoleType is a required field
	RoleType *string `locationName:"roleType" type:"string" required:"true" enum:"RoleType"`
	// contains filtered or unexported fields
}

The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).

func (Role) GoString

func (s Role) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 Amazon Web Services accounts that are included in the scope of the assessment.
	AwsAccounts []*AWSAccount `locationName:"awsAccounts" type:"list"`

	// The Amazon Web Services services that are included in the scope of the assessment.
	AwsServices []*AWSService `locationName:"awsServices" type:"list"`
	// contains filtered or unexported fields
}

The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.

func (Scope) GoString

func (s Scope) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the Amazon Web Service belongs to, such as compute, storage,
	// or database.
	Category *string `locationName:"category" min:"1" type:"string"`

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

	// The display name of the Amazon Web Service.
	DisplayName *string `locationName:"displayName" min:"1" type:"string"`

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

The metadata that's associated with the Amazon Web Service.

func (ServiceMetadata) GoString

func (s ServiceMetadata) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ServiceQuotaExceededException added in v1.44.64

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

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

You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase (https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager (https://docs.aws.amazon.com/audit-manager/latest/userguide/service-quotas.html).

func (*ServiceQuotaExceededException) Code added in v1.44.64

Code returns the exception type name.

func (*ServiceQuotaExceededException) Error added in v1.44.64

func (ServiceQuotaExceededException) GoString added in v1.44.64

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ServiceQuotaExceededException) Message added in v1.44.64

Message returns the exception's message.

func (*ServiceQuotaExceededException) OrigErr added in v1.44.64

func (s *ServiceQuotaExceededException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ServiceQuotaExceededException) RequestID added in v1.44.64

func (s *ServiceQuotaExceededException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ServiceQuotaExceededException) StatusCode added in v1.44.64

func (s *ServiceQuotaExceededException) StatusCode() int

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

func (ServiceQuotaExceededException) String added in v1.44.64

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Settings

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"`

	// The deregistration policy for your Audit Manager data. You can use this attribute
	// to determine how your data is handled when you deregister Audit Manager.
	DeregistrationPolicy *DeregistrationPolicy `locationName:"deregistrationPolicy" type:"structure"`

	// The current evidence finder status and event data store details.
	EvidenceFinderEnablement *EvidenceFinderEnablement `locationName:"evidenceFinderEnablement" type:"structure"`

	// Specifies whether Organizations is enabled.
	IsAwsOrgEnabled *bool `locationName:"isAwsOrgEnabled" type:"boolean"`

	// The KMS key details.
	KmsKey *string `locationName:"kmsKey" min:"7" type:"string"`

	// The designated Amazon Simple Notification Service (Amazon SNS) topic.
	SnsTopic *string `locationName:"snsTopic" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The settings object that holds all supported Audit Manager settings.

func (Settings) GoString

func (s Settings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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) SetDeregistrationPolicy added in v1.44.175

func (s *Settings) SetDeregistrationPolicy(v *DeregistrationPolicy) *Settings

SetDeregistrationPolicy sets the DeregistrationPolicy field's value.

func (*Settings) SetEvidenceFinderEnablement added in v1.44.142

func (s *Settings) SetEvidenceFinderEnablement(v *EvidenceFinderEnablement) *Settings

SetEvidenceFinderEnablement sets the EvidenceFinderEnablement 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type SourceKeyword

type SourceKeyword struct {

	// The input method for the keyword.
	KeywordInputType *string `locationName:"keywordInputType" type:"string" enum:"KeywordInputType"`

	// The value of the keyword that's used when mapping a control data source.
	// For example, this can be a CloudTrail event name, a rule name for Config,
	// a Security Hub control, or the name of an Amazon Web Services API call.
	//
	// If you’re mapping a data source to a rule in Config, the keywordValue that
	// you specify depends on the type of rule:
	//
	//    * For managed rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_use-managed-rules.html),
	//    you can use the rule identifier as the keywordValue. You can find the
	//    rule identifier from the list of Config managed rules (https://docs.aws.amazon.com/config/latest/developerguide/managed-rules-by-aws-config.html).
	//    Managed rule name: s3-bucket-acl-prohibited (https://docs.aws.amazon.com/config/latest/developerguide/s3-bucket-acl-prohibited.html)
	//    keywordValue: S3_BUCKET_ACL_PROHIBITED
	//
	//    * For custom rules (https://docs.aws.amazon.com/config/latest/developerguide/evaluate-config_develop-rules.html),
	//    you form the keywordValue by adding the Custom_ prefix to the rule name.
	//    This prefix distinguishes the rule from a managed rule. Custom rule name:
	//    my-custom-config-rule keywordValue: Custom_my-custom-config-rule
	//
	//    * For service-linked rules (https://docs.aws.amazon.com/config/latest/developerguide/service-linked-awsconfig-rules.html),
	//    you form the keywordValue by adding the Custom_ prefix to the rule name.
	//    In addition, you remove the suffix ID that appears at the end of the rule
	//    name. Service-linked rule name: CustomRuleForAccount-conformance-pack-szsm1uv0w
	//    keywordValue: Custom_CustomRuleForAccount-conformance-pack Service-linked
	//    rule name: OrgConfigRule-s3-bucket-versioning-enabled-dbgzf8ba keywordValue:
	//    Custom_OrgConfigRule-s3-bucket-versioning-enabled
	KeywordValue *string `locationName:"keywordValue" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names.

To learn more about the supported keywords that you can use when mapping a control data source, see the following pages in the Audit Manager User Guide:

func (SourceKeyword) GoString

func (s SourceKeyword) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*SourceKeyword) Validate

func (s *SourceKeyword) Validate() error

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

type StartAssessmentFrameworkShareInput added in v1.41.10

type StartAssessmentFrameworkShareInput struct {

	// An optional comment from the sender about the share request.
	Comment *string `locationName:"comment" type:"string"`

	// The Amazon Web Services account of the recipient.
	//
	// DestinationAccount is a required field
	DestinationAccount *string `locationName:"destinationAccount" min:"12" type:"string" required:"true"`

	// The Amazon Web Services Region of the recipient.
	//
	// DestinationRegion is a required field
	DestinationRegion *string `locationName:"destinationRegion" type:"string" required:"true"`

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

func (StartAssessmentFrameworkShareInput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssessmentFrameworkShareInput) SetComment added in v1.41.10

SetComment sets the Comment field's value.

func (*StartAssessmentFrameworkShareInput) SetDestinationAccount added in v1.41.10

SetDestinationAccount sets the DestinationAccount field's value.

func (*StartAssessmentFrameworkShareInput) SetDestinationRegion added in v1.41.10

SetDestinationRegion sets the DestinationRegion field's value.

func (*StartAssessmentFrameworkShareInput) SetFrameworkId added in v1.41.10

SetFrameworkId sets the FrameworkId field's value.

func (StartAssessmentFrameworkShareInput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssessmentFrameworkShareInput) Validate added in v1.41.10

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

type StartAssessmentFrameworkShareOutput added in v1.41.10

type StartAssessmentFrameworkShareOutput struct {

	// The share request that's created by the StartAssessmentFrameworkShare API.
	AssessmentFrameworkShareRequest *AssessmentFrameworkShareRequest `locationName:"assessmentFrameworkShareRequest" type:"structure"`
	// contains filtered or unexported fields
}

func (StartAssessmentFrameworkShareOutput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*StartAssessmentFrameworkShareOutput) SetAssessmentFrameworkShareRequest added in v1.41.10

SetAssessmentFrameworkShareRequest sets the AssessmentFrameworkShareRequest field's value.

func (StartAssessmentFrameworkShareOutput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type TagResourceInput

type TagResourceInput struct {

	// The Amazon Resource Name (ARN) of the resource.
	//
	// ResourceArn is a required field
	ResourceArn *string `location:"uri" locationName:"resourceArn" min:"20" type:"string" required:"true"`

	// The tags that are associated with the resource.
	//
	// Tags is a required field
	Tags map[string]*string `locationName:"tags" type:"map" required:"true"`
	// contains filtered or unexported fields
}

func (TagResourceInput) GoString

func (s TagResourceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (TagResourceOutput) String

func (s TagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ThrottlingException added in v1.44.29

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

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

The request was denied due to request throttling.

func (*ThrottlingException) Code added in v1.44.29

func (s *ThrottlingException) Code() string

Code returns the exception type name.

func (*ThrottlingException) Error added in v1.44.29

func (s *ThrottlingException) Error() string

func (ThrottlingException) GoString added in v1.44.29

func (s ThrottlingException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ThrottlingException) Message added in v1.44.29

func (s *ThrottlingException) Message() string

Message returns the exception's message.

func (*ThrottlingException) OrigErr added in v1.44.29

func (s *ThrottlingException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ThrottlingException) RequestID added in v1.44.29

func (s *ThrottlingException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ThrottlingException) StatusCode added in v1.44.29

func (s *ThrottlingException) StatusCode() int

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

func (ThrottlingException) String added in v1.44.29

func (s ThrottlingException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type URL

type URL struct {

	// The name or word that's used as a hyperlink to the URL.
	HyperlinkName *string `locationName:"hyperlinkName" min:"1" type:"string"`

	// The unique identifier for the internet resource.
	Link *string `locationName:"link" min:"1" type:"string"`
	// contains filtered or unexported fields
}

Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.

func (URL) GoString

func (s URL) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UntagResourceInput

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (UntagResourceOutput) String

func (s UntagResourceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssessmentControlInput

type UpdateAssessmentControlInput struct {

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

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

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

	// The unique identifier for the control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" min:"1" type:"string" required:"true"`

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

func (UpdateAssessmentControlInput) GoString

func (s UpdateAssessmentControlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the UpdateAssessmentControl API
	// returned.
	Control *AssessmentControl `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentControlOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentControlOutput) SetControl

SetControl sets the Control field's value.

func (UpdateAssessmentControlOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssessmentControlSetStatusInput

type UpdateAssessmentControlSetStatusInput struct {

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

	// The comment that's related to the status update.
	//
	// Comment is a required field
	Comment *string `locationName:"comment" type:"string" required:"true"`

	// The unique identifier for the control set.
	//
	// ControlSetId is a required field
	ControlSetId *string `location:"uri" locationName:"controlSetId" type:"string" required:"true"`

	// The status of the control set that's being updated.
	//
	// Status is a required field
	Status *string `locationName:"status" type:"string" required:"true" enum:"ControlSetStatus"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentControlSetStatusInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the UpdateAssessmentControlSetStatus
	// API returned.
	ControlSet *AssessmentControlSet `locationName:"controlSet" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentControlSetStatusOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentControlSetStatusOutput) SetControlSet

SetControlSet sets the ControlSet field's value.

func (UpdateAssessmentControlSetStatusOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssessmentFrameworkControlSet

type UpdateAssessmentFrameworkControlSet struct {

	// The list of controls that are contained within the control set.
	//
	// Controls is a required field
	Controls []*CreateAssessmentFrameworkControl `locationName:"controls" min:"1" type:"list" required:"true"`

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

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

A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.

func (UpdateAssessmentFrameworkControlSet) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that are associated with the framework.
	//
	// ControlSets is a required field
	ControlSets []*UpdateAssessmentFrameworkControlSet `locationName:"controlSets" min:"1" type:"list" required:"true"`

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

	// The unique identifier for the framework.
	//
	// FrameworkId is a required field
	FrameworkId *string `location:"uri" locationName:"frameworkId" min:"36" type:"string" required:"true"`

	// The name of the framework to be updated.
	//
	// Name is a required field
	Name *string `locationName:"name" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentFrameworkInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 framework.
	Framework *Framework `locationName:"framework" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentFrameworkOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentFrameworkOutput) SetFramework

SetFramework sets the Framework field's value.

func (UpdateAssessmentFrameworkOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssessmentFrameworkShareInput added in v1.41.10

type UpdateAssessmentFrameworkShareInput struct {

	// Specifies the update action for the share request.
	//
	// Action is a required field
	Action *string `locationName:"action" type:"string" required:"true" enum:"ShareRequestAction"`

	// The unique identifier for the share request.
	//
	// RequestId is a required field
	RequestId *string `location:"uri" locationName:"requestId" min:"36" type:"string" required:"true"`

	// Specifies whether the share request is a sent request or a received request.
	//
	// RequestType is a required field
	RequestType *string `locationName:"requestType" type:"string" required:"true" enum:"ShareRequestType"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentFrameworkShareInput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentFrameworkShareInput) SetAction added in v1.41.10

SetAction sets the Action field's value.

func (*UpdateAssessmentFrameworkShareInput) SetRequestId added in v1.41.10

SetRequestId sets the RequestId field's value.

func (*UpdateAssessmentFrameworkShareInput) SetRequestType added in v1.41.10

SetRequestType sets the RequestType field's value.

func (UpdateAssessmentFrameworkShareInput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentFrameworkShareInput) Validate added in v1.41.10

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

type UpdateAssessmentFrameworkShareOutput added in v1.41.10

type UpdateAssessmentFrameworkShareOutput struct {

	// The updated share request that's returned by the UpdateAssessmentFrameworkShare
	// operation.
	AssessmentFrameworkShareRequest *AssessmentFrameworkShareRequest `locationName:"assessmentFrameworkShareRequest" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentFrameworkShareOutput) GoString added in v1.41.10

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentFrameworkShareOutput) SetAssessmentFrameworkShareRequest added in v1.41.10

SetAssessmentFrameworkShareRequest sets the AssessmentFrameworkShareRequest field's value.

func (UpdateAssessmentFrameworkShareOutput) String added in v1.41.10

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssessmentInput

type UpdateAssessmentInput struct {

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

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

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

	// The assessment report storage destination for the assessment that's being
	// updated.
	AssessmentReportsDestination *AssessmentReportsDestination `locationName:"assessmentReportsDestination" type:"structure"`

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

	// The scope of the 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 for the UpdateAssessment API. This is the name of the
	// updated assessment.
	Assessment *Assessment `locationName:"assessment" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentOutput) GoString

func (s UpdateAssessmentOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentOutput) SetAssessment

SetAssessment sets the Assessment field's value.

func (UpdateAssessmentOutput) String

func (s UpdateAssessmentOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateAssessmentStatusInput

type UpdateAssessmentStatusInput struct {

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

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

func (UpdateAssessmentStatusInput) GoString

func (s UpdateAssessmentStatusInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the UpdateAssessmentStatus API returned.
	Assessment *Assessment `locationName:"assessment" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateAssessmentStatusOutput) GoString

func (s UpdateAssessmentStatusOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateAssessmentStatusOutput) SetAssessment

SetAssessment sets the Assessment field's value.

func (UpdateAssessmentStatusOutput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateControlInput

type UpdateControlInput struct {

	// The recommended actions to carry out if the control isn't 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 control.
	//
	// ControlId is a required field
	ControlId *string `location:"uri" locationName:"controlId" min:"36" type:"string" required:"true"`

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

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

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

	// The steps that you should follow to determine if the control is met.
	TestingInformation *string `locationName:"testingInformation" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateControlInput) GoString

func (s UpdateControlInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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 that the UpdateControl API returned.
	Control *Control `locationName:"control" type:"structure"`
	// contains filtered or unexported fields
}

func (UpdateControlOutput) GoString

func (s UpdateControlOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type UpdateSettingsInput

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 deregistration policy for your Audit Manager data. You can use this attribute
	// to determine how your data is handled when you deregister Audit Manager.
	DeregistrationPolicy *DeregistrationPolicy `locationName:"deregistrationPolicy" type:"structure"`

	// Specifies whether the evidence finder feature is enabled. Change this attribute
	// to enable or disable evidence finder.
	//
	// When you use this attribute to disable evidence finder, Audit Manager deletes
	// the event data store that’s used to query your evidence data. As a result,
	// you can’t re-enable evidence finder and use the feature again. Your only
	// alternative is to deregister (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_DeregisterAccount.html)
	// and then re-register (https://docs.aws.amazon.com/audit-manager/latest/APIReference/API_RegisterAccount.html)
	// Audit Manager.
	EvidenceFinderEnabled *bool `locationName:"evidenceFinderEnabled" type:"boolean"`

	// The KMS key details.
	KmsKey *string `locationName:"kmsKey" min:"7" type:"string"`

	// The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager
	// sends notifications to.
	SnsTopic *string `locationName:"snsTopic" min:"4" type:"string"`
	// contains filtered or unexported fields
}

func (UpdateSettingsInput) GoString

func (s UpdateSettingsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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) SetDeregistrationPolicy added in v1.44.175

func (s *UpdateSettingsInput) SetDeregistrationPolicy(v *DeregistrationPolicy) *UpdateSettingsInput

SetDeregistrationPolicy sets the DeregistrationPolicy field's value.

func (*UpdateSettingsInput) SetEvidenceFinderEnabled added in v1.44.142

func (s *UpdateSettingsInput) SetEvidenceFinderEnabled(v bool) *UpdateSettingsInput

SetEvidenceFinderEnabled sets the EvidenceFinderEnabled 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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*UpdateSettingsOutput) SetSettings

SetSettings sets the Settings field's value.

func (UpdateSettingsOutput) String

func (s UpdateSettingsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidateAssessmentReportIntegrityInput

type ValidateAssessmentReportIntegrityInput struct {

	// The relative path of the Amazon S3 bucket that the assessment report is stored
	// in.
	//
	// S3RelativePath is a required field
	S3RelativePath *string `locationName:"s3RelativePath" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (ValidateAssessmentReportIntegrityInput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidateAssessmentReportIntegrityInput) SetS3RelativePath

SetS3RelativePath sets the S3RelativePath field's value.

func (ValidateAssessmentReportIntegrityInput) String

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ValidateAssessmentReportIntegrityInput) Validate

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

type ValidateAssessmentReportIntegrityOutput

type ValidateAssessmentReportIntegrityOutput struct {

	// The signature algorithm that's used to code sign the assessment report file.
	SignatureAlgorithm *string `locationName:"signatureAlgorithm" type:"string"`

	// The date and time signature that specifies when the assessment report was
	// created.
	SignatureDateTime *string `locationName:"signatureDateTime" type:"string"`

	// The unique identifier for the validation signature key.
	SignatureKeyId *string `locationName:"signatureKeyId" type:"string"`

	// Specifies whether the signature key is valid.
	SignatureValid *bool `locationName:"signatureValid" type:"boolean"`

	// Represents any errors that occurred when validating the assessment report.
	ValidationErrors []*string `locationName:"validationErrors" type:"list"`
	// contains filtered or unexported fields
}

func (ValidateAssessmentReportIntegrityOutput) GoString

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationException

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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ValidationExceptionField

type ValidationExceptionField struct {

	// The body of the error message.
	//
	// Message is a required field
	Message *string `locationName:"message" type:"string" required:"true"`

	// The name of the validation error.
	//
	// Name is a required field
	Name *string `locationName:"name" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Indicates that the request has invalid or missing parameters for the field.

func (ValidationExceptionField) GoString

func (s ValidationExceptionField) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*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.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

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