amazonka-auditmanager-2.0: Amazon Audit Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AuditManager

Contents

Description

Derived from API version 2017-07-25 of the AWS service descriptions, licensed under Apache 2.0.

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:

  • Actions: An alphabetical list of all Audit Manager API operations.
  • Data types: An alphabetical list of all Audit Manager data types.
  • Common parameters: Parameters that all operations can use.
  • Common errors: Client and server errors that all operations can return.

If you're new to Audit Manager, we recommend that you review the Audit Manager User Guide.

Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-07-25 of the Amazon Audit Manager SDK configuration.

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by AuditManager.

AccessDeniedException

_AccessDeniedException :: AsError a => Fold a ServiceError Source #

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

InternalServerException

_InternalServerException :: AsError a => Fold a ServiceError Source #

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

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Fold a ServiceError Source #

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

ServiceQuotaExceededException

_ServiceQuotaExceededException :: AsError a => Fold a ServiceError Source #

You've reached your account quota for this resource type. To perform the requested action, delete some existing resources or request a quota increase from the Service Quotas console. For a list of Audit Manager service quotas, see Quotas and restrictions for Audit Manager.

ThrottlingException

_ThrottlingException :: AsError a => Fold a ServiceError Source #

The request was denied due to request throttling.

ValidationException

_ValidationException :: AsError a => Fold a ServiceError Source #

The request has invalid or missing parameters.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

AssociateAssessmentReportEvidenceFolder

data AssociateAssessmentReportEvidenceFolder Source #

Instances

Instances details
ToJSON AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

ToHeaders AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

ToPath AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

ToQuery AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

AWSRequest AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Generic AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Read AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Show AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

NFData AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Eq AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Hashable AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

type AWSResponse AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

type Rep AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

type Rep AssociateAssessmentReportEvidenceFolder = D1 ('MetaData "AssociateAssessmentReportEvidenceFolder" "Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssociateAssessmentReportEvidenceFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAssociateAssessmentReportEvidenceFolder Source #

Create a value of AssociateAssessmentReportEvidenceFolder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

AssociateAssessmentReportEvidenceFolder, associateAssessmentReportEvidenceFolder_assessmentId - The identifier for the assessment.

AssociateAssessmentReportEvidenceFolder, associateAssessmentReportEvidenceFolder_evidenceFolderId - The identifier for the folder that the evidence is stored in.

data AssociateAssessmentReportEvidenceFolderResponse Source #

Instances

Instances details
Generic AssociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Read AssociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Show AssociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

NFData AssociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Eq AssociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

type Rep AssociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

type Rep AssociateAssessmentReportEvidenceFolderResponse = D1 ('MetaData "AssociateAssessmentReportEvidenceFolderResponse" "Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssociateAssessmentReportEvidenceFolderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAssociateAssessmentReportEvidenceFolderResponse Source #

Create a value of AssociateAssessmentReportEvidenceFolderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:AssociateAssessmentReportEvidenceFolderResponse', associateAssessmentReportEvidenceFolderResponse_httpStatus - The response's http status code.

BatchAssociateAssessmentReportEvidence

data BatchAssociateAssessmentReportEvidence Source #

Instances

Instances details
ToJSON BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

ToHeaders BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

ToPath BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

ToQuery BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

AWSRequest BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Generic BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Read BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Show BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

NFData BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Eq BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Hashable BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

type AWSResponse BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

type Rep BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

type Rep BatchAssociateAssessmentReportEvidence = D1 ('MetaData "BatchAssociateAssessmentReportEvidence" "Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchAssociateAssessmentReportEvidence'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newBatchAssociateAssessmentReportEvidence Source #

Create a value of BatchAssociateAssessmentReportEvidence with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

BatchAssociateAssessmentReportEvidence, batchAssociateAssessmentReportEvidence_assessmentId - The identifier for the assessment.

BatchAssociateAssessmentReportEvidence, batchAssociateAssessmentReportEvidence_evidenceFolderId - The identifier for the folder that the evidence is stored in.

BatchAssociateAssessmentReportEvidence, batchAssociateAssessmentReportEvidence_evidenceIds - The list of evidence identifiers.

data BatchAssociateAssessmentReportEvidenceResponse Source #

Instances

Instances details
Generic BatchAssociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Read BatchAssociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Show BatchAssociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

NFData BatchAssociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Eq BatchAssociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

type Rep BatchAssociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

type Rep BatchAssociateAssessmentReportEvidenceResponse = D1 ('MetaData "BatchAssociateAssessmentReportEvidenceResponse" "Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchAssociateAssessmentReportEvidenceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentReportEvidenceError])) :*: (S1 ('MetaSel ('Just "evidenceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchAssociateAssessmentReportEvidenceResponse Source #

Create a value of BatchAssociateAssessmentReportEvidenceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errors:BatchAssociateAssessmentReportEvidenceResponse', batchAssociateAssessmentReportEvidenceResponse_errors - A list of errors that the BatchAssociateAssessmentReportEvidence API returned.

BatchAssociateAssessmentReportEvidence, batchAssociateAssessmentReportEvidenceResponse_evidenceIds - The list of evidence identifiers.

$sel:httpStatus:BatchAssociateAssessmentReportEvidenceResponse', batchAssociateAssessmentReportEvidenceResponse_httpStatus - The response's http status code.

BatchCreateDelegationByAssessment

data BatchCreateDelegationByAssessment Source #

See: newBatchCreateDelegationByAssessment smart constructor.

Instances

Instances details
ToJSON BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToHeaders BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToPath BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToQuery BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

AWSRequest BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Generic BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Associated Types

type Rep BatchCreateDelegationByAssessment :: Type -> Type #

Read BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Show BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

NFData BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Eq BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Hashable BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type AWSResponse BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessment = D1 ('MetaData "BatchCreateDelegationByAssessment" "Amazonka.AuditManager.BatchCreateDelegationByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchCreateDelegationByAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createDelegationRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateDelegationRequest)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBatchCreateDelegationByAssessment Source #

Create a value of BatchCreateDelegationByAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createDelegationRequests:BatchCreateDelegationByAssessment', batchCreateDelegationByAssessment_createDelegationRequests - The API request to batch create delegations in Audit Manager.

BatchCreateDelegationByAssessment, batchCreateDelegationByAssessment_assessmentId - The identifier for the assessment.

data BatchCreateDelegationByAssessmentResponse Source #

Instances

Instances details
Generic BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Read BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Show BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

NFData BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Eq BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessmentResponse = D1 ('MetaData "BatchCreateDelegationByAssessmentResponse" "Amazonka.AuditManager.BatchCreateDelegationByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchCreateDelegationByAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Delegation])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchCreateDelegationByAssessmentError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newBatchCreateDelegationByAssessmentResponse Source #

Create a value of BatchCreateDelegationByAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

BatchCreateDelegationByAssessmentResponse, batchCreateDelegationByAssessmentResponse_delegations - The delegations that are associated with the assessment.

$sel:errors:BatchCreateDelegationByAssessmentResponse', batchCreateDelegationByAssessmentResponse_errors - A list of errors that the BatchCreateDelegationByAssessment API returned.

$sel:httpStatus:BatchCreateDelegationByAssessmentResponse', batchCreateDelegationByAssessmentResponse_httpStatus - The response's http status code.

BatchDeleteDelegationByAssessment

data BatchDeleteDelegationByAssessment Source #

See: newBatchDeleteDelegationByAssessment smart constructor.

Instances

Instances details
ToJSON BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

ToHeaders BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

ToPath BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

ToQuery BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

AWSRequest BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Generic BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Associated Types

type Rep BatchDeleteDelegationByAssessment :: Type -> Type #

Read BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Show BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

NFData BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Eq BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Hashable BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

type AWSResponse BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

type Rep BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

type Rep BatchDeleteDelegationByAssessment = D1 ('MetaData "BatchDeleteDelegationByAssessment" "Amazonka.AuditManager.BatchDeleteDelegationByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchDeleteDelegationByAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegationIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBatchDeleteDelegationByAssessment Source #

Create a value of BatchDeleteDelegationByAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:delegationIds:BatchDeleteDelegationByAssessment', batchDeleteDelegationByAssessment_delegationIds - The identifiers for the delegations.

BatchDeleteDelegationByAssessment, batchDeleteDelegationByAssessment_assessmentId - The identifier for the assessment.

data BatchDeleteDelegationByAssessmentResponse Source #

Instances

Instances details
Generic BatchDeleteDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Read BatchDeleteDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Show BatchDeleteDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

NFData BatchDeleteDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Eq BatchDeleteDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

type Rep BatchDeleteDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

type Rep BatchDeleteDelegationByAssessmentResponse = D1 ('MetaData "BatchDeleteDelegationByAssessmentResponse" "Amazonka.AuditManager.BatchDeleteDelegationByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchDeleteDelegationByAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchDeleteDelegationByAssessmentError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchDeleteDelegationByAssessmentResponse Source #

Create a value of BatchDeleteDelegationByAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errors:BatchDeleteDelegationByAssessmentResponse', batchDeleteDelegationByAssessmentResponse_errors - A list of errors that the BatchDeleteDelegationByAssessment API returned.

$sel:httpStatus:BatchDeleteDelegationByAssessmentResponse', batchDeleteDelegationByAssessmentResponse_httpStatus - The response's http status code.

BatchDisassociateAssessmentReportEvidence

data BatchDisassociateAssessmentReportEvidence Source #

Instances

Instances details
ToJSON BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

ToHeaders BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

ToPath BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

ToQuery BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

AWSRequest BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Generic BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Read BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Show BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

NFData BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Eq BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Hashable BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

type AWSResponse BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

type Rep BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

type Rep BatchDisassociateAssessmentReportEvidence = D1 ('MetaData "BatchDisassociateAssessmentReportEvidence" "Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchDisassociateAssessmentReportEvidence'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))

newBatchDisassociateAssessmentReportEvidence Source #

Create a value of BatchDisassociateAssessmentReportEvidence with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

BatchDisassociateAssessmentReportEvidence, batchDisassociateAssessmentReportEvidence_assessmentId - The identifier for the assessment.

BatchDisassociateAssessmentReportEvidence, batchDisassociateAssessmentReportEvidence_evidenceFolderId - The identifier for the folder that the evidence is stored in.

BatchDisassociateAssessmentReportEvidence, batchDisassociateAssessmentReportEvidence_evidenceIds - The list of evidence identifiers.

data BatchDisassociateAssessmentReportEvidenceResponse Source #

Instances

Instances details
Generic BatchDisassociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Read BatchDisassociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Show BatchDisassociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

NFData BatchDisassociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Eq BatchDisassociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

type Rep BatchDisassociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

type Rep BatchDisassociateAssessmentReportEvidenceResponse = D1 ('MetaData "BatchDisassociateAssessmentReportEvidenceResponse" "Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchDisassociateAssessmentReportEvidenceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentReportEvidenceError])) :*: (S1 ('MetaSel ('Just "evidenceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

BatchImportEvidenceToAssessmentControl

data BatchImportEvidenceToAssessmentControl Source #

Instances

Instances details
ToJSON BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

ToHeaders BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

ToPath BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

ToQuery BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

AWSRequest BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Generic BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Read BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Show BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

NFData BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Eq BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Hashable BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

type AWSResponse BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

type Rep BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

type Rep BatchImportEvidenceToAssessmentControl = D1 ('MetaData "BatchImportEvidenceToAssessmentControl" "Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchImportEvidenceToAssessmentControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "manualEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ManualEvidence)))))

data BatchImportEvidenceToAssessmentControlResponse Source #

Instances

Instances details
Generic BatchImportEvidenceToAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Read BatchImportEvidenceToAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Show BatchImportEvidenceToAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

NFData BatchImportEvidenceToAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Eq BatchImportEvidenceToAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

type Rep BatchImportEvidenceToAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

type Rep BatchImportEvidenceToAssessmentControlResponse = D1 ('MetaData "BatchImportEvidenceToAssessmentControlResponse" "Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchImportEvidenceToAssessmentControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BatchImportEvidenceToAssessmentControlError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newBatchImportEvidenceToAssessmentControlResponse Source #

Create a value of BatchImportEvidenceToAssessmentControlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errors:BatchImportEvidenceToAssessmentControlResponse', batchImportEvidenceToAssessmentControlResponse_errors - A list of errors that the BatchImportEvidenceToAssessmentControl API returned.

$sel:httpStatus:BatchImportEvidenceToAssessmentControlResponse', batchImportEvidenceToAssessmentControlResponse_httpStatus - The response's http status code.

CreateAssessment

data CreateAssessment Source #

See: newCreateAssessment smart constructor.

Instances

Instances details
ToJSON CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

ToHeaders CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

ToPath CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

ToQuery CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

AWSRequest CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Associated Types

type AWSResponse CreateAssessment #

Generic CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Associated Types

type Rep CreateAssessment :: Type -> Type #

Read CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Show CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

NFData CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Methods

rnf :: CreateAssessment -> () #

Eq CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Hashable CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

type AWSResponse CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

type Rep CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

newCreateAssessment Source #

Create a value of CreateAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateAssessment, createAssessment_description - The optional description of the assessment to be created.

CreateAssessment, createAssessment_tags - The tags that are associated with the assessment.

CreateAssessment, createAssessment_name - The name of the assessment to be created.

CreateAssessment, createAssessment_assessmentReportsDestination - The assessment report storage destination for the assessment that's being created.

CreateAssessment, createAssessment_scope - Undocumented member.

CreateAssessment, createAssessment_roles - The list of roles for the assessment.

CreateAssessment, createAssessment_frameworkId - The identifier for the framework that the assessment will be created from.

data CreateAssessmentResponse Source #

See: newCreateAssessmentResponse smart constructor.

Instances

Instances details
Generic CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Associated Types

type Rep CreateAssessmentResponse :: Type -> Type #

Read CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Show CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

NFData CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Eq CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

type Rep CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

type Rep CreateAssessmentResponse = D1 ('MetaData "CreateAssessmentResponse" "Amazonka.AuditManager.CreateAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Assessment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAssessmentResponse Source #

Create a value of CreateAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessment:CreateAssessmentResponse', createAssessmentResponse_assessment - Undocumented member.

$sel:httpStatus:CreateAssessmentResponse', createAssessmentResponse_httpStatus - The response's http status code.

CreateAssessmentFramework

data CreateAssessmentFramework Source #

See: newCreateAssessmentFramework smart constructor.

Instances

Instances details
ToJSON CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

ToHeaders CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

ToPath CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

ToQuery CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

AWSRequest CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Generic CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Associated Types

type Rep CreateAssessmentFramework :: Type -> Type #

Read CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Show CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

NFData CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Eq CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Hashable CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

type AWSResponse CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

type Rep CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

type Rep CreateAssessmentFramework = D1 ('MetaData "CreateAssessmentFramework" "Amazonka.AuditManager.CreateAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateAssessmentFramework'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateAssessmentFrameworkControlSet))))))

newCreateAssessmentFramework Source #

Create a value of CreateAssessmentFramework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateAssessmentFramework, createAssessmentFramework_complianceType - The compliance type that the new custom framework supports, such as CIS or HIPAA.

CreateAssessmentFramework, createAssessmentFramework_description - An optional description for the new custom framework.

CreateAssessmentFramework, createAssessmentFramework_tags - The tags that are associated with the framework.

CreateAssessmentFramework, createAssessmentFramework_name - The name of the new custom framework.

CreateAssessmentFramework, createAssessmentFramework_controlSets - The control sets that are associated with the framework.

data CreateAssessmentFrameworkResponse Source #

See: newCreateAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Generic CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Associated Types

type Rep CreateAssessmentFrameworkResponse :: Type -> Type #

Read CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Show CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

NFData CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Eq CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

type Rep CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

type Rep CreateAssessmentFrameworkResponse = D1 ('MetaData "CreateAssessmentFrameworkResponse" "Amazonka.AuditManager.CreateAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateAssessmentFrameworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "framework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Framework)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAssessmentFrameworkResponse Source #

Create a value of CreateAssessmentFrameworkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateAssessmentFrameworkResponse, createAssessmentFrameworkResponse_framework - The name of the new framework that the CreateAssessmentFramework API returned.

$sel:httpStatus:CreateAssessmentFrameworkResponse', createAssessmentFrameworkResponse_httpStatus - The response's http status code.

CreateAssessmentReport

data CreateAssessmentReport Source #

See: newCreateAssessmentReport smart constructor.

Instances

Instances details
ToJSON CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

ToHeaders CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

ToPath CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

ToQuery CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

AWSRequest CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Associated Types

type AWSResponse CreateAssessmentReport #

Generic CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Associated Types

type Rep CreateAssessmentReport :: Type -> Type #

Read CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Show CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

NFData CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Methods

rnf :: CreateAssessmentReport -> () #

Eq CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Hashable CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

type AWSResponse CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

type Rep CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

type Rep CreateAssessmentReport = D1 ('MetaData "CreateAssessmentReport" "Amazonka.AuditManager.CreateAssessmentReport" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateAssessmentReport'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "queryStatement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCreateAssessmentReport Source #

Create a value of CreateAssessmentReport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateAssessmentReport, createAssessmentReport_description - The description of the assessment report.

$sel:queryStatement:CreateAssessmentReport', createAssessmentReport_queryStatement - 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, or associated with a report using the API.

To use this parameter, the enablementStatus of evidence finder must be ENABLED.

For examples and help resolving queryStatement validation exceptions, see Troubleshooting evidence finder issues in the Audit Manager User Guide.

CreateAssessmentReport, createAssessmentReport_name - The name of the new assessment report.

CreateAssessmentReport, createAssessmentReport_assessmentId - The identifier for the assessment.

data CreateAssessmentReportResponse Source #

See: newCreateAssessmentReportResponse smart constructor.

Instances

Instances details
Generic CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Associated Types

type Rep CreateAssessmentReportResponse :: Type -> Type #

Read CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Show CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

NFData CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Eq CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

type Rep CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

type Rep CreateAssessmentReportResponse = D1 ('MetaData "CreateAssessmentReportResponse" "Amazonka.AuditManager.CreateAssessmentReport" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateAssessmentReportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentReport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReport)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateAssessmentReportResponse Source #

Create a value of CreateAssessmentReportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentReport:CreateAssessmentReportResponse', createAssessmentReportResponse_assessmentReport - The new assessment report that the CreateAssessmentReport API returned.

$sel:httpStatus:CreateAssessmentReportResponse', createAssessmentReportResponse_httpStatus - The response's http status code.

CreateControl

data CreateControl Source #

See: newCreateControl smart constructor.

Instances

Instances details
ToJSON CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

ToHeaders CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

ToPath CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

ToQuery CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

AWSRequest CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Associated Types

type AWSResponse CreateControl #

Generic CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Associated Types

type Rep CreateControl :: Type -> Type #

Read CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Show CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

NFData CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Methods

rnf :: CreateControl -> () #

Eq CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Hashable CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

type AWSResponse CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

type Rep CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

type Rep CreateControl = D1 ('MetaData "CreateControl" "Amazonka.AuditManager.CreateControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actionPlanInstructions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "actionPlanTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "testingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlMappingSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateControlMappingSource))))))

newCreateControl Source #

Create a value of CreateControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

CreateControl, createControl_actionPlanInstructions - The recommended actions to carry out if the control isn't fulfilled.

CreateControl, createControl_actionPlanTitle - The title of the action plan for remediating the control.

CreateControl, createControl_description - The description of the control.

CreateControl, createControl_tags - The tags that are associated with the control.

CreateControl, createControl_testingInformation - The steps to follow to determine if the control is satisfied.

CreateControl, createControl_name - The name of the control.

CreateControl, createControl_controlMappingSources - The data mapping sources for the control.

data CreateControlResponse Source #

See: newCreateControlResponse smart constructor.

Instances

Instances details
Generic CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Associated Types

type Rep CreateControlResponse :: Type -> Type #

Read CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Show CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

NFData CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Methods

rnf :: CreateControlResponse -> () #

Eq CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

type Rep CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

type Rep CreateControlResponse = D1 ('MetaData "CreateControlResponse" "Amazonka.AuditManager.CreateControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Control)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateControlResponse Source #

Create a value of CreateControlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:CreateControlResponse', createControlResponse_control - The new control that the CreateControl API returned.

$sel:httpStatus:CreateControlResponse', createControlResponse_httpStatus - The response's http status code.

DeleteAssessment

data DeleteAssessment Source #

See: newDeleteAssessment smart constructor.

Constructors

DeleteAssessment' Text 

Instances

Instances details
ToHeaders DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

ToPath DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

ToQuery DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

AWSRequest DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Associated Types

type AWSResponse DeleteAssessment #

Generic DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Associated Types

type Rep DeleteAssessment :: Type -> Type #

Read DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Show DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

NFData DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Methods

rnf :: DeleteAssessment -> () #

Eq DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Hashable DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

type AWSResponse DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

type Rep DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

type Rep DeleteAssessment = D1 ('MetaData "DeleteAssessment" "Amazonka.AuditManager.DeleteAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAssessment Source #

Create a value of DeleteAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteAssessment, deleteAssessment_assessmentId - The identifier for the assessment.

data DeleteAssessmentResponse Source #

See: newDeleteAssessmentResponse smart constructor.

Instances

Instances details
Generic DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Associated Types

type Rep DeleteAssessmentResponse :: Type -> Type #

Read DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Show DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

NFData DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Eq DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

type Rep DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

type Rep DeleteAssessmentResponse = D1 ('MetaData "DeleteAssessmentResponse" "Amazonka.AuditManager.DeleteAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAssessmentResponse Source #

Create a value of DeleteAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteAssessmentResponse', deleteAssessmentResponse_httpStatus - The response's http status code.

DeleteAssessmentFramework

data DeleteAssessmentFramework Source #

See: newDeleteAssessmentFramework smart constructor.

Instances

Instances details
ToHeaders DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

ToPath DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

ToQuery DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

AWSRequest DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Generic DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Associated Types

type Rep DeleteAssessmentFramework :: Type -> Type #

Read DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Show DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

NFData DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Eq DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Hashable DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

type AWSResponse DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

type Rep DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

type Rep DeleteAssessmentFramework = D1 ('MetaData "DeleteAssessmentFramework" "Amazonka.AuditManager.DeleteAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessmentFramework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAssessmentFramework Source #

Create a value of DeleteAssessmentFramework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteAssessmentFramework, deleteAssessmentFramework_frameworkId - The identifier for the custom framework.

data DeleteAssessmentFrameworkResponse Source #

See: newDeleteAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Generic DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Associated Types

type Rep DeleteAssessmentFrameworkResponse :: Type -> Type #

Read DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Show DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

NFData DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Eq DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

type Rep DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

type Rep DeleteAssessmentFrameworkResponse = D1 ('MetaData "DeleteAssessmentFrameworkResponse" "Amazonka.AuditManager.DeleteAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessmentFrameworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAssessmentFrameworkResponse Source #

Create a value of DeleteAssessmentFrameworkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteAssessmentFrameworkResponse', deleteAssessmentFrameworkResponse_httpStatus - The response's http status code.

DeleteAssessmentFrameworkShare

data DeleteAssessmentFrameworkShare Source #

See: newDeleteAssessmentFrameworkShare smart constructor.

Instances

Instances details
ToHeaders DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

ToPath DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

ToQuery DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

AWSRequest DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Generic DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Associated Types

type Rep DeleteAssessmentFrameworkShare :: Type -> Type #

Read DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Show DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

NFData DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Eq DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Hashable DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

type AWSResponse DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

type Rep DeleteAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

type Rep DeleteAssessmentFrameworkShare = D1 ('MetaData "DeleteAssessmentFrameworkShare" "Amazonka.AuditManager.DeleteAssessmentFrameworkShare" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessmentFrameworkShare'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "requestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ShareRequestType)))

newDeleteAssessmentFrameworkShare Source #

Create a value of DeleteAssessmentFrameworkShare with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:requestId:DeleteAssessmentFrameworkShare', deleteAssessmentFrameworkShare_requestId - The unique identifier for the share request to be deleted.

$sel:requestType:DeleteAssessmentFrameworkShare', deleteAssessmentFrameworkShare_requestType - Specifies whether the share request is a sent request or a received request.

data DeleteAssessmentFrameworkShareResponse Source #

Instances

Instances details
Generic DeleteAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Read DeleteAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Show DeleteAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

NFData DeleteAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

Eq DeleteAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

type Rep DeleteAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFrameworkShare

type Rep DeleteAssessmentFrameworkShareResponse = D1 ('MetaData "DeleteAssessmentFrameworkShareResponse" "Amazonka.AuditManager.DeleteAssessmentFrameworkShare" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessmentFrameworkShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAssessmentFrameworkShareResponse Source #

Create a value of DeleteAssessmentFrameworkShareResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteAssessmentFrameworkShareResponse', deleteAssessmentFrameworkShareResponse_httpStatus - The response's http status code.

DeleteAssessmentReport

data DeleteAssessmentReport Source #

See: newDeleteAssessmentReport smart constructor.

Instances

Instances details
ToHeaders DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

ToPath DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

ToQuery DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

AWSRequest DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Associated Types

type AWSResponse DeleteAssessmentReport #

Generic DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Associated Types

type Rep DeleteAssessmentReport :: Type -> Type #

Read DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Show DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

NFData DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Methods

rnf :: DeleteAssessmentReport -> () #

Eq DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Hashable DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

type AWSResponse DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

type Rep DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

type Rep DeleteAssessmentReport = D1 ('MetaData "DeleteAssessmentReport" "Amazonka.AuditManager.DeleteAssessmentReport" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessmentReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentReportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteAssessmentReport Source #

Create a value of DeleteAssessmentReport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteAssessmentReport, deleteAssessmentReport_assessmentId - The unique identifier for the assessment.

$sel:assessmentReportId:DeleteAssessmentReport', deleteAssessmentReport_assessmentReportId - The unique identifier for the assessment report.

data DeleteAssessmentReportResponse Source #

See: newDeleteAssessmentReportResponse smart constructor.

Instances

Instances details
Generic DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Associated Types

type Rep DeleteAssessmentReportResponse :: Type -> Type #

Read DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Show DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

NFData DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Eq DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

type Rep DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

type Rep DeleteAssessmentReportResponse = D1 ('MetaData "DeleteAssessmentReportResponse" "Amazonka.AuditManager.DeleteAssessmentReport" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteAssessmentReportResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteAssessmentReportResponse Source #

Create a value of DeleteAssessmentReportResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteAssessmentReportResponse', deleteAssessmentReportResponse_httpStatus - The response's http status code.

DeleteControl

data DeleteControl Source #

See: newDeleteControl smart constructor.

Constructors

DeleteControl' Text 

Instances

Instances details
ToHeaders DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

ToPath DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

ToQuery DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

AWSRequest DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Associated Types

type AWSResponse DeleteControl #

Generic DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Associated Types

type Rep DeleteControl :: Type -> Type #

Read DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Show DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

NFData DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Methods

rnf :: DeleteControl -> () #

Eq DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Hashable DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

type AWSResponse DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

type Rep DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

type Rep DeleteControl = D1 ('MetaData "DeleteControl" "Amazonka.AuditManager.DeleteControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteControl Source #

Create a value of DeleteControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeleteControl, deleteControl_controlId - The unique identifier for the control.

data DeleteControlResponse Source #

See: newDeleteControlResponse smart constructor.

Instances

Instances details
Generic DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Associated Types

type Rep DeleteControlResponse :: Type -> Type #

Read DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Show DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

NFData DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Methods

rnf :: DeleteControlResponse -> () #

Eq DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

type Rep DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

type Rep DeleteControlResponse = D1 ('MetaData "DeleteControlResponse" "Amazonka.AuditManager.DeleteControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeleteControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteControlResponse Source #

Create a value of DeleteControlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeleteControlResponse', deleteControlResponse_httpStatus - The response's http status code.

DeregisterAccount

data DeregisterAccount Source #

See: newDeregisterAccount smart constructor.

Constructors

DeregisterAccount' 

Instances

Instances details
ToJSON DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

ToHeaders DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

ToPath DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

ToQuery DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

AWSRequest DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Associated Types

type AWSResponse DeregisterAccount #

Generic DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Associated Types

type Rep DeregisterAccount :: Type -> Type #

Read DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Show DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

NFData DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Methods

rnf :: DeregisterAccount -> () #

Eq DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Hashable DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

type AWSResponse DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

type Rep DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

type Rep DeregisterAccount = D1 ('MetaData "DeregisterAccount" "Amazonka.AuditManager.DeregisterAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeregisterAccount'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeregisterAccount :: DeregisterAccount Source #

Create a value of DeregisterAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data DeregisterAccountResponse Source #

See: newDeregisterAccountResponse smart constructor.

Instances

Instances details
Generic DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Associated Types

type Rep DeregisterAccountResponse :: Type -> Type #

Read DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Show DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

NFData DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Eq DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

type Rep DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

type Rep DeregisterAccountResponse = D1 ('MetaData "DeregisterAccountResponse" "Amazonka.AuditManager.DeregisterAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeregisterAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterAccountResponse Source #

Create a value of DeregisterAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DeregisterAccountResponse, deregisterAccountResponse_status - The registration status of the account.

$sel:httpStatus:DeregisterAccountResponse', deregisterAccountResponse_httpStatus - The response's http status code.

DeregisterOrganizationAdminAccount

data DeregisterOrganizationAdminAccount Source #

Instances

Instances details
ToJSON DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

ToHeaders DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

ToPath DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

ToQuery DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

AWSRequest DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Generic DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Associated Types

type Rep DeregisterOrganizationAdminAccount :: Type -> Type #

Read DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Show DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

NFData DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Eq DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Hashable DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

type AWSResponse DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

type Rep DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

type Rep DeregisterOrganizationAdminAccount = D1 ('MetaData "DeregisterOrganizationAdminAccount" "Amazonka.AuditManager.DeregisterOrganizationAdminAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeregisterOrganizationAdminAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adminAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDeregisterOrganizationAdminAccount :: DeregisterOrganizationAdminAccount Source #

Create a value of DeregisterOrganizationAdminAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adminAccountId:DeregisterOrganizationAdminAccount', deregisterOrganizationAdminAccount_adminAccountId - The identifier for the administrator account.

data DeregisterOrganizationAdminAccountResponse Source #

Instances

Instances details
Generic DeregisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Read DeregisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Show DeregisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

NFData DeregisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Eq DeregisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

type Rep DeregisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

type Rep DeregisterOrganizationAdminAccountResponse = D1 ('MetaData "DeregisterOrganizationAdminAccountResponse" "Amazonka.AuditManager.DeregisterOrganizationAdminAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeregisterOrganizationAdminAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeregisterOrganizationAdminAccountResponse Source #

Create a value of DeregisterOrganizationAdminAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DeregisterOrganizationAdminAccountResponse', deregisterOrganizationAdminAccountResponse_httpStatus - The response's http status code.

DisassociateAssessmentReportEvidenceFolder

data DisassociateAssessmentReportEvidenceFolder Source #

Instances

Instances details
ToJSON DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

ToHeaders DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

ToPath DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

ToQuery DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

AWSRequest DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Generic DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Read DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Show DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

NFData DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Eq DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Hashable DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

type AWSResponse DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

type Rep DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

type Rep DisassociateAssessmentReportEvidenceFolder = D1 ('MetaData "DisassociateAssessmentReportEvidenceFolder" "Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DisassociateAssessmentReportEvidenceFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDisassociateAssessmentReportEvidenceFolder Source #

Create a value of DisassociateAssessmentReportEvidenceFolder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

DisassociateAssessmentReportEvidenceFolder, disassociateAssessmentReportEvidenceFolder_assessmentId - The unique identifier for the assessment.

DisassociateAssessmentReportEvidenceFolder, disassociateAssessmentReportEvidenceFolder_evidenceFolderId - The unique identifier for the folder that the evidence is stored in.

data DisassociateAssessmentReportEvidenceFolderResponse Source #

Instances

Instances details
Generic DisassociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Read DisassociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Show DisassociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

NFData DisassociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Eq DisassociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

type Rep DisassociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

type Rep DisassociateAssessmentReportEvidenceFolderResponse = D1 ('MetaData "DisassociateAssessmentReportEvidenceFolderResponse" "Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DisassociateAssessmentReportEvidenceFolderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDisassociateAssessmentReportEvidenceFolderResponse Source #

Create a value of DisassociateAssessmentReportEvidenceFolderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:DisassociateAssessmentReportEvidenceFolderResponse', disassociateAssessmentReportEvidenceFolderResponse_httpStatus - The response's http status code.

GetAccountStatus

data GetAccountStatus Source #

See: newGetAccountStatus smart constructor.

Constructors

GetAccountStatus' 

Instances

Instances details
ToHeaders GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

ToPath GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

ToQuery GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

AWSRequest GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Associated Types

type AWSResponse GetAccountStatus #

Generic GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Associated Types

type Rep GetAccountStatus :: Type -> Type #

Read GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Show GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

NFData GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Methods

rnf :: GetAccountStatus -> () #

Eq GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Hashable GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

type AWSResponse GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

type Rep GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

type Rep GetAccountStatus = D1 ('MetaData "GetAccountStatus" "Amazonka.AuditManager.GetAccountStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAccountStatus'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetAccountStatus :: GetAccountStatus Source #

Create a value of GetAccountStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetAccountStatusResponse Source #

See: newGetAccountStatusResponse smart constructor.

Instances

Instances details
Generic GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Associated Types

type Rep GetAccountStatusResponse :: Type -> Type #

Read GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Show GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

NFData GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Eq GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

type Rep GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

type Rep GetAccountStatusResponse = D1 ('MetaData "GetAccountStatusResponse" "Amazonka.AuditManager.GetAccountStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAccountStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAccountStatusResponse Source #

Create a value of GetAccountStatusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAccountStatusResponse, getAccountStatusResponse_status - The status of the Amazon Web Services account.

$sel:httpStatus:GetAccountStatusResponse', getAccountStatusResponse_httpStatus - The response's http status code.

GetAssessment

data GetAssessment Source #

See: newGetAssessment smart constructor.

Constructors

GetAssessment' Text 

Instances

Instances details
ToHeaders GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

ToPath GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

ToQuery GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

AWSRequest GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Associated Types

type AWSResponse GetAssessment #

Generic GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Associated Types

type Rep GetAssessment :: Type -> Type #

Read GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Show GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

NFData GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Methods

rnf :: GetAssessment -> () #

Eq GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Hashable GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

type AWSResponse GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

type Rep GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

type Rep GetAssessment = D1 ('MetaData "GetAssessment" "Amazonka.AuditManager.GetAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAssessment Source #

Create a value of GetAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAssessment, getAssessment_assessmentId - The unique identifier for the assessment.

data GetAssessmentResponse Source #

See: newGetAssessmentResponse smart constructor.

Instances

Instances details
Generic GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Associated Types

type Rep GetAssessmentResponse :: Type -> Type #

Read GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Show GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

NFData GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Methods

rnf :: GetAssessmentResponse -> () #

Eq GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

type Rep GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

type Rep GetAssessmentResponse = D1 ('MetaData "GetAssessmentResponse" "Amazonka.AuditManager.GetAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Assessment)) :*: (S1 ('MetaSel ('Just "userRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Role)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetAssessmentResponse Source #

Create a value of GetAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessment:GetAssessmentResponse', getAssessmentResponse_assessment - Undocumented member.

$sel:userRole:GetAssessmentResponse', getAssessmentResponse_userRole - Undocumented member.

$sel:httpStatus:GetAssessmentResponse', getAssessmentResponse_httpStatus - The response's http status code.

GetAssessmentFramework

data GetAssessmentFramework Source #

See: newGetAssessmentFramework smart constructor.

Instances

Instances details
ToHeaders GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

ToPath GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

ToQuery GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

AWSRequest GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Associated Types

type AWSResponse GetAssessmentFramework #

Generic GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Associated Types

type Rep GetAssessmentFramework :: Type -> Type #

Read GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Show GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

NFData GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Methods

rnf :: GetAssessmentFramework -> () #

Eq GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Hashable GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

type AWSResponse GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

type Rep GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

type Rep GetAssessmentFramework = D1 ('MetaData "GetAssessmentFramework" "Amazonka.AuditManager.GetAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAssessmentFramework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAssessmentFramework Source #

Create a value of GetAssessmentFramework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAssessmentFramework, getAssessmentFramework_frameworkId - The identifier for the framework.

data GetAssessmentFrameworkResponse Source #

See: newGetAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Generic GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Associated Types

type Rep GetAssessmentFrameworkResponse :: Type -> Type #

Read GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Show GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

NFData GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Eq GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

type Rep GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

type Rep GetAssessmentFrameworkResponse = D1 ('MetaData "GetAssessmentFrameworkResponse" "Amazonka.AuditManager.GetAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAssessmentFrameworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "framework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Framework)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAssessmentFrameworkResponse Source #

Create a value of GetAssessmentFrameworkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetAssessmentFrameworkResponse, getAssessmentFrameworkResponse_framework - The framework that the GetAssessmentFramework API returned.

$sel:httpStatus:GetAssessmentFrameworkResponse', getAssessmentFrameworkResponse_httpStatus - The response's http status code.

GetAssessmentReportUrl

data GetAssessmentReportUrl Source #

See: newGetAssessmentReportUrl smart constructor.

Instances

Instances details
ToHeaders GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

ToPath GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

ToQuery GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

AWSRequest GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type AWSResponse GetAssessmentReportUrl #

Generic GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrl :: Type -> Type #

Read GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

NFData GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Methods

rnf :: GetAssessmentReportUrl -> () #

Eq GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Hashable GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type AWSResponse GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrl = D1 ('MetaData "GetAssessmentReportUrl" "Amazonka.AuditManager.GetAssessmentReportUrl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAssessmentReportUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentReportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetAssessmentReportUrl Source #

Create a value of GetAssessmentReportUrl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentReportId:GetAssessmentReportUrl', getAssessmentReportUrl_assessmentReportId - The unique identifier for the assessment report.

GetAssessmentReportUrl, getAssessmentReportUrl_assessmentId - The unique identifier for the assessment.

data GetAssessmentReportUrlResponse Source #

See: newGetAssessmentReportUrlResponse smart constructor.

Instances

Instances details
Generic GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrlResponse :: Type -> Type #

Read GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

NFData GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Eq GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrlResponse = D1 ('MetaData "GetAssessmentReportUrlResponse" "Amazonka.AuditManager.GetAssessmentReportUrl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetAssessmentReportUrlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "preSignedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe URL)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetAssessmentReportUrlResponse Source #

Create a value of GetAssessmentReportUrlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:preSignedUrl:GetAssessmentReportUrlResponse', getAssessmentReportUrlResponse_preSignedUrl - Undocumented member.

$sel:httpStatus:GetAssessmentReportUrlResponse', getAssessmentReportUrlResponse_httpStatus - The response's http status code.

GetChangeLogs

data GetChangeLogs Source #

See: newGetChangeLogs smart constructor.

Instances

Instances details
ToHeaders GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

ToPath GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

ToQuery GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

AWSRequest GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Associated Types

type AWSResponse GetChangeLogs #

Generic GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Associated Types

type Rep GetChangeLogs :: Type -> Type #

Read GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Show GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

NFData GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Methods

rnf :: GetChangeLogs -> () #

Eq GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Hashable GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

type AWSResponse GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

type Rep GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

type Rep GetChangeLogs = D1 ('MetaData "GetChangeLogs" "Amazonka.AuditManager.GetChangeLogs" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetChangeLogs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetChangeLogs Source #

Create a value of GetChangeLogs with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetChangeLogs, getChangeLogs_controlId - The unique identifier for the control.

GetChangeLogs, getChangeLogs_controlSetId - The unique identifier for the control set.

$sel:maxResults:GetChangeLogs', getChangeLogs_maxResults - Represents the maximum number of results on a page or for an API request call.

GetChangeLogs, getChangeLogs_nextToken - The pagination token that's used to fetch the next set of results.

GetChangeLogs, getChangeLogs_assessmentId - The unique identifier for the assessment.

data GetChangeLogsResponse Source #

See: newGetChangeLogsResponse smart constructor.

Instances

Instances details
Generic GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Associated Types

type Rep GetChangeLogsResponse :: Type -> Type #

Read GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Show GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

NFData GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Methods

rnf :: GetChangeLogsResponse -> () #

Eq GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

type Rep GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

type Rep GetChangeLogsResponse = D1 ('MetaData "GetChangeLogsResponse" "Amazonka.AuditManager.GetChangeLogs" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetChangeLogsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "changeLogs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ChangeLog])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetChangeLogsResponse Source #

Create a value of GetChangeLogsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:changeLogs:GetChangeLogsResponse', getChangeLogsResponse_changeLogs - The list of user activity for the control.

GetChangeLogs, getChangeLogsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:GetChangeLogsResponse', getChangeLogsResponse_httpStatus - The response's http status code.

GetControl

data GetControl Source #

See: newGetControl smart constructor.

Constructors

GetControl' Text 

Instances

Instances details
ToHeaders GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Methods

toHeaders :: GetControl -> [Header] #

ToPath GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

ToQuery GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

AWSRequest GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Associated Types

type AWSResponse GetControl #

Generic GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Associated Types

type Rep GetControl :: Type -> Type #

Read GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Show GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

NFData GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Methods

rnf :: GetControl -> () #

Eq GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Hashable GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

type AWSResponse GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

type Rep GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

type Rep GetControl = D1 ('MetaData "GetControl" "Amazonka.AuditManager.GetControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetControl Source #

Arguments

:: Text

GetControl

-> GetControl 

Create a value of GetControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetControl, getControl_controlId - The identifier for the control.

data GetControlResponse Source #

See: newGetControlResponse smart constructor.

Instances

Instances details
Generic GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Associated Types

type Rep GetControlResponse :: Type -> Type #

Read GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Show GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

NFData GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Methods

rnf :: GetControlResponse -> () #

Eq GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

type Rep GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

type Rep GetControlResponse = D1 ('MetaData "GetControlResponse" "Amazonka.AuditManager.GetControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Control)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetControlResponse Source #

Create a value of GetControlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:GetControlResponse', getControlResponse_control - The name of the control that the GetControl API returned.

$sel:httpStatus:GetControlResponse', getControlResponse_httpStatus - The response's http status code.

GetDelegations

data GetDelegations Source #

See: newGetDelegations smart constructor.

Instances

Instances details
ToHeaders GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

ToPath GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

ToQuery GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

AWSRequest GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type AWSResponse GetDelegations #

Generic GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type Rep GetDelegations :: Type -> Type #

Read GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Show GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

NFData GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Methods

rnf :: GetDelegations -> () #

Eq GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Hashable GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type AWSResponse GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegations = D1 ('MetaData "GetDelegations" "Amazonka.AuditManager.GetDelegations" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetDelegations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newGetDelegations :: GetDelegations Source #

Create a value of GetDelegations with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:GetDelegations', getDelegations_maxResults - Represents the maximum number of results on a page or for an API request call.

GetDelegations, getDelegations_nextToken - The pagination token that's used to fetch the next set of results.

data GetDelegationsResponse Source #

See: newGetDelegationsResponse smart constructor.

Instances

Instances details
Generic GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type Rep GetDelegationsResponse :: Type -> Type #

Read GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Show GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

NFData GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Methods

rnf :: GetDelegationsResponse -> () #

Eq GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegationsResponse = D1 ('MetaData "GetDelegationsResponse" "Amazonka.AuditManager.GetDelegations" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetDelegationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DelegationMetadata])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetDelegationsResponse Source #

Create a value of GetDelegationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetDelegationsResponse, getDelegationsResponse_delegations - The list of delegations that the GetDelegations API returned.

GetDelegations, getDelegationsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:GetDelegationsResponse', getDelegationsResponse_httpStatus - The response's http status code.

GetEvidence

data GetEvidence Source #

See: newGetEvidence smart constructor.

Instances

Instances details
ToHeaders GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Methods

toHeaders :: GetEvidence -> [Header] #

ToPath GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

ToQuery GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

AWSRequest GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Associated Types

type AWSResponse GetEvidence #

Generic GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Associated Types

type Rep GetEvidence :: Type -> Type #

Read GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Show GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

NFData GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Methods

rnf :: GetEvidence -> () #

Eq GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Hashable GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

type AWSResponse GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

type Rep GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

type Rep GetEvidence = D1 ('MetaData "GetEvidence" "Amazonka.AuditManager.GetEvidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidence'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetEvidence Source #

Create a value of GetEvidence with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetEvidence, getEvidence_assessmentId - The unique identifier for the assessment.

GetEvidence, getEvidence_controlSetId - The unique identifier for the control set.

GetEvidence, getEvidence_evidenceFolderId - The unique identifier for the folder that the evidence is stored in.

GetEvidence, getEvidence_evidenceId - The unique identifier for the evidence.

data GetEvidenceResponse Source #

See: newGetEvidenceResponse smart constructor.

Instances

Instances details
Generic GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Associated Types

type Rep GetEvidenceResponse :: Type -> Type #

Read GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Show GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

NFData GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Methods

rnf :: GetEvidenceResponse -> () #

Eq GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

type Rep GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

type Rep GetEvidenceResponse = D1 ('MetaData "GetEvidenceResponse" "Amazonka.AuditManager.GetEvidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Evidence)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetEvidenceResponse Source #

Create a value of GetEvidenceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evidence:GetEvidenceResponse', getEvidenceResponse_evidence - The evidence that the GetEvidence API returned.

$sel:httpStatus:GetEvidenceResponse', getEvidenceResponse_httpStatus - The response's http status code.

GetEvidenceByEvidenceFolder

data GetEvidenceByEvidenceFolder Source #

See: newGetEvidenceByEvidenceFolder smart constructor.

Instances

Instances details
ToHeaders GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

ToPath GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

ToQuery GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

AWSRequest GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Generic GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Associated Types

type Rep GetEvidenceByEvidenceFolder :: Type -> Type #

Read GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Show GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

NFData GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Eq GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Hashable GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

type AWSResponse GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

type Rep GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

type Rep GetEvidenceByEvidenceFolder = D1 ('MetaData "GetEvidenceByEvidenceFolder" "Amazonka.AuditManager.GetEvidenceByEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceByEvidenceFolder'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetEvidenceByEvidenceFolder Source #

Create a value of GetEvidenceByEvidenceFolder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:GetEvidenceByEvidenceFolder', getEvidenceByEvidenceFolder_maxResults - Represents the maximum number of results on a page or for an API request call.

GetEvidenceByEvidenceFolder, getEvidenceByEvidenceFolder_nextToken - The pagination token that's used to fetch the next set of results.

GetEvidenceByEvidenceFolder, getEvidenceByEvidenceFolder_assessmentId - The identifier for the assessment.

GetEvidenceByEvidenceFolder, getEvidenceByEvidenceFolder_controlSetId - The identifier for the control set.

GetEvidenceByEvidenceFolder, getEvidenceByEvidenceFolder_evidenceFolderId - The unique identifier for the folder that the evidence is stored in.

data GetEvidenceByEvidenceFolderResponse Source #

Instances

Instances details
Generic GetEvidenceByEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Read GetEvidenceByEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Show GetEvidenceByEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

NFData GetEvidenceByEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Eq GetEvidenceByEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

type Rep GetEvidenceByEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

type Rep GetEvidenceByEvidenceFolderResponse = D1 ('MetaData "GetEvidenceByEvidenceFolderResponse" "Amazonka.AuditManager.GetEvidenceByEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceByEvidenceFolderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Evidence])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetEvidenceByEvidenceFolderResponse Source #

Create a value of GetEvidenceByEvidenceFolderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evidence:GetEvidenceByEvidenceFolderResponse', getEvidenceByEvidenceFolderResponse_evidence - The list of evidence that the GetEvidenceByEvidenceFolder API returned.

GetEvidenceByEvidenceFolder, getEvidenceByEvidenceFolderResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:GetEvidenceByEvidenceFolderResponse', getEvidenceByEvidenceFolderResponse_httpStatus - The response's http status code.

GetEvidenceFolder

data GetEvidenceFolder Source #

See: newGetEvidenceFolder smart constructor.

Instances

Instances details
ToHeaders GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

ToPath GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

ToQuery GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

AWSRequest GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Associated Types

type AWSResponse GetEvidenceFolder #

Generic GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Associated Types

type Rep GetEvidenceFolder :: Type -> Type #

Read GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Show GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

NFData GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Methods

rnf :: GetEvidenceFolder -> () #

Eq GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Hashable GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

type AWSResponse GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

type Rep GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

type Rep GetEvidenceFolder = D1 ('MetaData "GetEvidenceFolder" "Amazonka.AuditManager.GetEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetEvidenceFolder Source #

Create a value of GetEvidenceFolder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetEvidenceFolder, getEvidenceFolder_assessmentId - The unique identifier for the assessment.

GetEvidenceFolder, getEvidenceFolder_controlSetId - The unique identifier for the control set.

GetEvidenceFolder, getEvidenceFolder_evidenceFolderId - The unique identifier for the folder that the evidence is stored in.

data GetEvidenceFolderResponse Source #

See: newGetEvidenceFolderResponse smart constructor.

Instances

Instances details
Generic GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Associated Types

type Rep GetEvidenceFolderResponse :: Type -> Type #

Read GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Show GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

NFData GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Eq GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

type Rep GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

type Rep GetEvidenceFolderResponse = D1 ('MetaData "GetEvidenceFolderResponse" "Amazonka.AuditManager.GetEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceFolderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evidenceFolder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentEvidenceFolder)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetEvidenceFolderResponse Source #

Create a value of GetEvidenceFolderResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evidenceFolder:GetEvidenceFolderResponse', getEvidenceFolderResponse_evidenceFolder - The folder that the evidence is stored in.

$sel:httpStatus:GetEvidenceFolderResponse', getEvidenceFolderResponse_httpStatus - The response's http status code.

GetEvidenceFoldersByAssessment

data GetEvidenceFoldersByAssessment Source #

See: newGetEvidenceFoldersByAssessment smart constructor.

Instances

Instances details
ToHeaders GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

ToPath GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

ToQuery GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

AWSRequest GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Generic GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Associated Types

type Rep GetEvidenceFoldersByAssessment :: Type -> Type #

Read GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Show GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

NFData GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Eq GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Hashable GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

type AWSResponse GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

type Rep GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

type Rep GetEvidenceFoldersByAssessment = D1 ('MetaData "GetEvidenceFoldersByAssessment" "Amazonka.AuditManager.GetEvidenceFoldersByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetEvidenceFoldersByAssessment Source #

Create a value of GetEvidenceFoldersByAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:GetEvidenceFoldersByAssessment', getEvidenceFoldersByAssessment_maxResults - Represents the maximum number of results on a page or for an API request call.

GetEvidenceFoldersByAssessment, getEvidenceFoldersByAssessment_nextToken - The pagination token that's used to fetch the next set of results.

GetEvidenceFoldersByAssessment, getEvidenceFoldersByAssessment_assessmentId - The unique identifier for the assessment.

data GetEvidenceFoldersByAssessmentResponse Source #

Instances

Instances details
Generic GetEvidenceFoldersByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Read GetEvidenceFoldersByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Show GetEvidenceFoldersByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

NFData GetEvidenceFoldersByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Eq GetEvidenceFoldersByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

type Rep GetEvidenceFoldersByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

type Rep GetEvidenceFoldersByAssessmentResponse = D1 ('MetaData "GetEvidenceFoldersByAssessmentResponse" "Amazonka.AuditManager.GetEvidenceFoldersByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evidenceFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentEvidenceFolder])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetEvidenceFoldersByAssessmentResponse Source #

Create a value of GetEvidenceFoldersByAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evidenceFolders:GetEvidenceFoldersByAssessmentResponse', getEvidenceFoldersByAssessmentResponse_evidenceFolders - The list of evidence folders that the GetEvidenceFoldersByAssessment API returned.

GetEvidenceFoldersByAssessment, getEvidenceFoldersByAssessmentResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:GetEvidenceFoldersByAssessmentResponse', getEvidenceFoldersByAssessmentResponse_httpStatus - The response's http status code.

GetEvidenceFoldersByAssessmentControl

data GetEvidenceFoldersByAssessmentControl Source #

Instances

Instances details
ToHeaders GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

ToPath GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

ToQuery GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

AWSRequest GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Generic GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Read GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Show GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

NFData GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Eq GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Hashable GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

type AWSResponse GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

type Rep GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

type Rep GetEvidenceFoldersByAssessmentControl = D1 ('MetaData "GetEvidenceFoldersByAssessmentControl" "Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessmentControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newGetEvidenceFoldersByAssessmentControl Source #

Create a value of GetEvidenceFoldersByAssessmentControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:GetEvidenceFoldersByAssessmentControl', getEvidenceFoldersByAssessmentControl_maxResults - Represents the maximum number of results on a page or for an API request call.

GetEvidenceFoldersByAssessmentControl, getEvidenceFoldersByAssessmentControl_nextToken - The pagination token that's used to fetch the next set of results.

GetEvidenceFoldersByAssessmentControl, getEvidenceFoldersByAssessmentControl_assessmentId - The identifier for the assessment.

GetEvidenceFoldersByAssessmentControl, getEvidenceFoldersByAssessmentControl_controlSetId - The identifier for the control set.

GetEvidenceFoldersByAssessmentControl, getEvidenceFoldersByAssessmentControl_controlId - The identifier for the control.

data GetEvidenceFoldersByAssessmentControlResponse Source #

Instances

Instances details
Generic GetEvidenceFoldersByAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Read GetEvidenceFoldersByAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Show GetEvidenceFoldersByAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

NFData GetEvidenceFoldersByAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Eq GetEvidenceFoldersByAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

type Rep GetEvidenceFoldersByAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

type Rep GetEvidenceFoldersByAssessmentControlResponse = D1 ('MetaData "GetEvidenceFoldersByAssessmentControlResponse" "Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessmentControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evidenceFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentEvidenceFolder])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetEvidenceFoldersByAssessmentControlResponse Source #

Create a value of GetEvidenceFoldersByAssessmentControlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evidenceFolders:GetEvidenceFoldersByAssessmentControlResponse', getEvidenceFoldersByAssessmentControlResponse_evidenceFolders - The list of evidence folders that the GetEvidenceFoldersByAssessmentControl API returned.

GetEvidenceFoldersByAssessmentControl, getEvidenceFoldersByAssessmentControlResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:GetEvidenceFoldersByAssessmentControlResponse', getEvidenceFoldersByAssessmentControlResponse_httpStatus - The response's http status code.

GetInsights

data GetInsights Source #

See: newGetInsights smart constructor.

Constructors

GetInsights' 

Instances

Instances details
ToHeaders GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Methods

toHeaders :: GetInsights -> [Header] #

ToPath GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

ToQuery GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

AWSRequest GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Associated Types

type AWSResponse GetInsights #

Generic GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Associated Types

type Rep GetInsights :: Type -> Type #

Read GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Show GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

NFData GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Methods

rnf :: GetInsights -> () #

Eq GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Hashable GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type AWSResponse GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type Rep GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type Rep GetInsights = D1 ('MetaData "GetInsights" "Amazonka.AuditManager.GetInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetInsights'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetInsights :: GetInsights Source #

Create a value of GetInsights with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetInsightsResponse Source #

See: newGetInsightsResponse smart constructor.

Instances

Instances details
Generic GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Associated Types

type Rep GetInsightsResponse :: Type -> Type #

Read GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Show GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

NFData GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Methods

rnf :: GetInsightsResponse -> () #

Eq GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type Rep GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type Rep GetInsightsResponse = D1 ('MetaData "GetInsightsResponse" "Amazonka.AuditManager.GetInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetInsightsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Insights)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetInsightsResponse Source #

Create a value of GetInsightsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:insights:GetInsightsResponse', getInsightsResponse_insights - The analytics data that the GetInsights API returned.

$sel:httpStatus:GetInsightsResponse', getInsightsResponse_httpStatus - The response's http status code.

GetInsightsByAssessment

data GetInsightsByAssessment Source #

See: newGetInsightsByAssessment smart constructor.

Instances

Instances details
ToHeaders GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

ToPath GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

ToQuery GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

AWSRequest GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Generic GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Associated Types

type Rep GetInsightsByAssessment :: Type -> Type #

Read GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Show GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

NFData GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Methods

rnf :: GetInsightsByAssessment -> () #

Eq GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Hashable GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type AWSResponse GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type Rep GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type Rep GetInsightsByAssessment = D1 ('MetaData "GetInsightsByAssessment" "Amazonka.AuditManager.GetInsightsByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetInsightsByAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetInsightsByAssessment Source #

Create a value of GetInsightsByAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

GetInsightsByAssessment, getInsightsByAssessment_assessmentId - The unique identifier for the assessment.

data GetInsightsByAssessmentResponse Source #

See: newGetInsightsByAssessmentResponse smart constructor.

Instances

Instances details
Generic GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Associated Types

type Rep GetInsightsByAssessmentResponse :: Type -> Type #

Read GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Show GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

NFData GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Eq GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type Rep GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type Rep GetInsightsByAssessmentResponse = D1 ('MetaData "GetInsightsByAssessmentResponse" "Amazonka.AuditManager.GetInsightsByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetInsightsByAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "insights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsightsByAssessment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetInsightsByAssessmentResponse Source #

Create a value of GetInsightsByAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:insights:GetInsightsByAssessmentResponse', getInsightsByAssessmentResponse_insights - The assessment analytics data that the GetInsightsByAssessment API returned.

$sel:httpStatus:GetInsightsByAssessmentResponse', getInsightsByAssessmentResponse_httpStatus - The response's http status code.

GetOrganizationAdminAccount

data GetOrganizationAdminAccount Source #

See: newGetOrganizationAdminAccount smart constructor.

Instances

Instances details
ToHeaders GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

ToPath GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

ToQuery GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

AWSRequest GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Generic GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Associated Types

type Rep GetOrganizationAdminAccount :: Type -> Type #

Read GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Show GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

NFData GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Eq GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Hashable GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

type AWSResponse GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

type Rep GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

type Rep GetOrganizationAdminAccount = D1 ('MetaData "GetOrganizationAdminAccount" "Amazonka.AuditManager.GetOrganizationAdminAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetOrganizationAdminAccount'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetOrganizationAdminAccount :: GetOrganizationAdminAccount Source #

Create a value of GetOrganizationAdminAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetOrganizationAdminAccountResponse Source #

Instances

Instances details
Generic GetOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Read GetOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Show GetOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

NFData GetOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Eq GetOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

type Rep GetOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

type Rep GetOrganizationAdminAccountResponse = D1 ('MetaData "GetOrganizationAdminAccountResponse" "Amazonka.AuditManager.GetOrganizationAdminAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetOrganizationAdminAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adminAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetOrganizationAdminAccountResponse Source #

Create a value of GetOrganizationAdminAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adminAccountId:GetOrganizationAdminAccountResponse', getOrganizationAdminAccountResponse_adminAccountId - The identifier for the administrator account.

$sel:organizationId:GetOrganizationAdminAccountResponse', getOrganizationAdminAccountResponse_organizationId - The identifier for the organization.

$sel:httpStatus:GetOrganizationAdminAccountResponse', getOrganizationAdminAccountResponse_httpStatus - The response's http status code.

GetServicesInScope

data GetServicesInScope Source #

See: newGetServicesInScope smart constructor.

Constructors

GetServicesInScope' 

Instances

Instances details
ToHeaders GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

ToPath GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

ToQuery GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

AWSRequest GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type AWSResponse GetServicesInScope #

Generic GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScope :: Type -> Type #

Read GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

NFData GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Methods

rnf :: GetServicesInScope -> () #

Eq GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Hashable GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type AWSResponse GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScope = D1 ('MetaData "GetServicesInScope" "Amazonka.AuditManager.GetServicesInScope" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetServicesInScope'" 'PrefixI 'False) (U1 :: Type -> Type))

newGetServicesInScope :: GetServicesInScope Source #

Create a value of GetServicesInScope with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

data GetServicesInScopeResponse Source #

See: newGetServicesInScopeResponse smart constructor.

Instances

Instances details
Generic GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScopeResponse :: Type -> Type #

Read GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

NFData GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Eq GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScopeResponse = D1 ('MetaData "GetServicesInScopeResponse" "Amazonka.AuditManager.GetServicesInScope" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetServicesInScopeResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ServiceMetadata])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetServicesInScopeResponse Source #

Create a value of GetServicesInScopeResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceMetadata:GetServicesInScopeResponse', getServicesInScopeResponse_serviceMetadata - The metadata that's associated with the Amazon Web Service.

$sel:httpStatus:GetServicesInScopeResponse', getServicesInScopeResponse_httpStatus - The response's http status code.

GetSettings

data GetSettings Source #

See: newGetSettings smart constructor.

Instances

Instances details
ToHeaders GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Methods

toHeaders :: GetSettings -> [Header] #

ToPath GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

ToQuery GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

AWSRequest GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Associated Types

type AWSResponse GetSettings #

Generic GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Associated Types

type Rep GetSettings :: Type -> Type #

Read GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Show GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

NFData GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Methods

rnf :: GetSettings -> () #

Eq GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Hashable GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

type AWSResponse GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

type Rep GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

type Rep GetSettings = D1 ('MetaData "GetSettings" "Amazonka.AuditManager.GetSettings" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SettingAttribute)))

newGetSettings Source #

Create a value of GetSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:attribute:GetSettings', getSettings_attribute - The list of setting attribute enum values.

data GetSettingsResponse Source #

See: newGetSettingsResponse smart constructor.

Instances

Instances details
Generic GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Associated Types

type Rep GetSettingsResponse :: Type -> Type #

Read GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Show GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

NFData GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Methods

rnf :: GetSettingsResponse -> () #

Eq GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

type Rep GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

type Rep GetSettingsResponse = D1 ('MetaData "GetSettingsResponse" "Amazonka.AuditManager.GetSettings" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "GetSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Settings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetSettingsResponse Source #

Create a value of GetSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:settings:GetSettingsResponse', getSettingsResponse_settings - The settings object that holds all supported Audit Manager settings.

$sel:httpStatus:GetSettingsResponse', getSettingsResponse_httpStatus - The response's http status code.

ListAssessmentControlInsightsByControlDomain

data ListAssessmentControlInsightsByControlDomain Source #

Instances

Instances details
ToHeaders ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

ToPath ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

ToQuery ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

AWSRequest ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Generic ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Read ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Show ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

NFData ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Eq ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Hashable ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

type AWSResponse ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

type Rep ListAssessmentControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

type Rep ListAssessmentControlInsightsByControlDomain = D1 ('MetaData "ListAssessmentControlInsightsByControlDomain" "Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentControlInsightsByControlDomain'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "controlDomainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListAssessmentControlInsightsByControlDomain Source #

Create a value of ListAssessmentControlInsightsByControlDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListAssessmentControlInsightsByControlDomain', listAssessmentControlInsightsByControlDomain_maxResults - Represents the maximum number of results on a page or for an API request call.

ListAssessmentControlInsightsByControlDomain, listAssessmentControlInsightsByControlDomain_nextToken - The pagination token that's used to fetch the next set of results.

$sel:controlDomainId:ListAssessmentControlInsightsByControlDomain', listAssessmentControlInsightsByControlDomain_controlDomainId - The unique identifier for the control domain.

ListAssessmentControlInsightsByControlDomain, listAssessmentControlInsightsByControlDomain_assessmentId - The unique identifier for the active assessment.

data ListAssessmentControlInsightsByControlDomainResponse Source #

Instances

Instances details
Generic ListAssessmentControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Read ListAssessmentControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Show ListAssessmentControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

NFData ListAssessmentControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

Eq ListAssessmentControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

type Rep ListAssessmentControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain

type Rep ListAssessmentControlInsightsByControlDomainResponse = D1 ('MetaData "ListAssessmentControlInsightsByControlDomainResponse" "Amazonka.AuditManager.ListAssessmentControlInsightsByControlDomain" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentControlInsightsByControlDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlInsightsByAssessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ControlInsightsMetadataByAssessmentItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssessmentControlInsightsByControlDomainResponse Source #

Create a value of ListAssessmentControlInsightsByControlDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlInsightsByAssessment:ListAssessmentControlInsightsByControlDomainResponse', listAssessmentControlInsightsByControlDomainResponse_controlInsightsByAssessment - The assessment control analytics data that the ListAssessmentControlInsightsByControlDomain API returned.

ListAssessmentControlInsightsByControlDomain, listAssessmentControlInsightsByControlDomainResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListAssessmentControlInsightsByControlDomainResponse', listAssessmentControlInsightsByControlDomainResponse_httpStatus - The response's http status code.

ListAssessmentFrameworkShareRequests

data ListAssessmentFrameworkShareRequests Source #

Instances

Instances details
ToHeaders ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

ToPath ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

ToQuery ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

AWSRequest ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Generic ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Read ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Show ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

NFData ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Eq ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Hashable ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

type AWSResponse ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

type Rep ListAssessmentFrameworkShareRequests Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

type Rep ListAssessmentFrameworkShareRequests = D1 ('MetaData "ListAssessmentFrameworkShareRequests" "Amazonka.AuditManager.ListAssessmentFrameworkShareRequests" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentFrameworkShareRequests'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ShareRequestType))))

newListAssessmentFrameworkShareRequests Source #

Create a value of ListAssessmentFrameworkShareRequests with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListAssessmentFrameworkShareRequests', listAssessmentFrameworkShareRequests_maxResults - Represents the maximum number of results on a page or for an API request call.

ListAssessmentFrameworkShareRequests, listAssessmentFrameworkShareRequests_nextToken - The pagination token that's used to fetch the next set of results.

$sel:requestType:ListAssessmentFrameworkShareRequests', listAssessmentFrameworkShareRequests_requestType - Specifies whether the share request is a sent request or a received request.

data ListAssessmentFrameworkShareRequestsResponse Source #

Instances

Instances details
Generic ListAssessmentFrameworkShareRequestsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Read ListAssessmentFrameworkShareRequestsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Show ListAssessmentFrameworkShareRequestsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

NFData ListAssessmentFrameworkShareRequestsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

Eq ListAssessmentFrameworkShareRequestsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

type Rep ListAssessmentFrameworkShareRequestsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworkShareRequests

type Rep ListAssessmentFrameworkShareRequestsResponse = D1 ('MetaData "ListAssessmentFrameworkShareRequestsResponse" "Amazonka.AuditManager.ListAssessmentFrameworkShareRequests" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentFrameworkShareRequestsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentFrameworkShareRequests") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentFrameworkShareRequest])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssessmentFrameworkShareRequestsResponse Source #

Create a value of ListAssessmentFrameworkShareRequestsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentFrameworkShareRequests:ListAssessmentFrameworkShareRequestsResponse', listAssessmentFrameworkShareRequestsResponse_assessmentFrameworkShareRequests - The list of share requests that the ListAssessmentFrameworkShareRequests API returned.

ListAssessmentFrameworkShareRequests, listAssessmentFrameworkShareRequestsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListAssessmentFrameworkShareRequestsResponse', listAssessmentFrameworkShareRequestsResponse_httpStatus - The response's http status code.

ListAssessmentFrameworks

data ListAssessmentFrameworks Source #

See: newListAssessmentFrameworks smart constructor.

Instances

Instances details
ToHeaders ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

ToPath ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

ToQuery ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

AWSRequest ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Generic ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Associated Types

type Rep ListAssessmentFrameworks :: Type -> Type #

Read ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Show ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

NFData ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Eq ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Hashable ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

type AWSResponse ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

type Rep ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

type Rep ListAssessmentFrameworks = D1 ('MetaData "ListAssessmentFrameworks" "Amazonka.AuditManager.ListAssessmentFrameworks" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentFrameworks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "frameworkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FrameworkType))))

newListAssessmentFrameworks Source #

Create a value of ListAssessmentFrameworks with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListAssessmentFrameworks', listAssessmentFrameworks_maxResults - Represents the maximum number of results on a page or for an API request call.

ListAssessmentFrameworks, listAssessmentFrameworks_nextToken - The pagination token that's used to fetch the next set of results.

$sel:frameworkType:ListAssessmentFrameworks', listAssessmentFrameworks_frameworkType - The type of framework, such as a standard framework or a custom framework.

data ListAssessmentFrameworksResponse Source #

See: newListAssessmentFrameworksResponse smart constructor.

Instances

Instances details
Generic ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Associated Types

type Rep ListAssessmentFrameworksResponse :: Type -> Type #

Read ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Show ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

NFData ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Eq ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

type Rep ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

type Rep ListAssessmentFrameworksResponse = D1 ('MetaData "ListAssessmentFrameworksResponse" "Amazonka.AuditManager.ListAssessmentFrameworks" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentFrameworksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "frameworkMetadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentFrameworkMetadata])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssessmentFrameworksResponse Source #

Create a value of ListAssessmentFrameworksResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:frameworkMetadataList:ListAssessmentFrameworksResponse', listAssessmentFrameworksResponse_frameworkMetadataList - The list of metadata objects for the framework.

ListAssessmentFrameworks, listAssessmentFrameworksResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListAssessmentFrameworksResponse', listAssessmentFrameworksResponse_httpStatus - The response's http status code.

ListAssessmentReports

data ListAssessmentReports Source #

See: newListAssessmentReports smart constructor.

Instances

Instances details
ToHeaders ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

ToPath ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

ToQuery ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

AWSRequest ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Associated Types

type AWSResponse ListAssessmentReports #

Generic ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Associated Types

type Rep ListAssessmentReports :: Type -> Type #

Read ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Show ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

NFData ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Methods

rnf :: ListAssessmentReports -> () #

Eq ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Hashable ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

type AWSResponse ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

type Rep ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

type Rep ListAssessmentReports = D1 ('MetaData "ListAssessmentReports" "Amazonka.AuditManager.ListAssessmentReports" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentReports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListAssessmentReports :: ListAssessmentReports Source #

Create a value of ListAssessmentReports with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListAssessmentReports', listAssessmentReports_maxResults - Represents the maximum number of results on a page or for an API request call.

ListAssessmentReports, listAssessmentReports_nextToken - The pagination token that's used to fetch the next set of results.

data ListAssessmentReportsResponse Source #

See: newListAssessmentReportsResponse smart constructor.

Instances

Instances details
Generic ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Associated Types

type Rep ListAssessmentReportsResponse :: Type -> Type #

Read ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Show ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

NFData ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Eq ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

type Rep ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

type Rep ListAssessmentReportsResponse = D1 ('MetaData "ListAssessmentReportsResponse" "Amazonka.AuditManager.ListAssessmentReports" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentReportsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentReports") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentReportMetadata])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssessmentReportsResponse Source #

Create a value of ListAssessmentReportsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentReports:ListAssessmentReportsResponse', listAssessmentReportsResponse_assessmentReports - The list of assessment reports that the ListAssessmentReports API returned.

ListAssessmentReports, listAssessmentReportsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListAssessmentReportsResponse', listAssessmentReportsResponse_httpStatus - The response's http status code.

ListAssessments

data ListAssessments Source #

See: newListAssessments smart constructor.

Instances

Instances details
ToHeaders ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

ToPath ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

ToQuery ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

AWSRequest ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Associated Types

type AWSResponse ListAssessments #

Generic ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Associated Types

type Rep ListAssessments :: Type -> Type #

Read ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Show ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

NFData ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Methods

rnf :: ListAssessments -> () #

Eq ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Hashable ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

type AWSResponse ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

type Rep ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

type Rep ListAssessments = D1 ('MetaData "ListAssessments" "Amazonka.AuditManager.ListAssessments" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentStatus)))))

newListAssessments :: ListAssessments Source #

Create a value of ListAssessments with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListAssessments', listAssessments_maxResults - Represents the maximum number of results on a page or for an API request call.

ListAssessments, listAssessments_nextToken - The pagination token that's used to fetch the next set of results.

ListAssessments, listAssessments_status - The current status of the assessment.

data ListAssessmentsResponse Source #

See: newListAssessmentsResponse smart constructor.

Instances

Instances details
Generic ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Associated Types

type Rep ListAssessmentsResponse :: Type -> Type #

Read ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Show ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

NFData ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Methods

rnf :: ListAssessmentsResponse -> () #

Eq ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

type Rep ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

type Rep ListAssessmentsResponse = D1 ('MetaData "ListAssessmentsResponse" "Amazonka.AuditManager.ListAssessments" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListAssessmentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentMetadataItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAssessmentsResponse Source #

Create a value of ListAssessmentsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentMetadata:ListAssessmentsResponse', listAssessmentsResponse_assessmentMetadata - The metadata that's associated with the assessment.

ListAssessments, listAssessmentsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListAssessmentsResponse', listAssessmentsResponse_httpStatus - The response's http status code.

ListControlDomainInsights

data ListControlDomainInsights Source #

See: newListControlDomainInsights smart constructor.

Instances

Instances details
ToHeaders ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

ToPath ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

ToQuery ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

AWSRequest ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Generic ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Associated Types

type Rep ListControlDomainInsights :: Type -> Type #

Read ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Show ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

NFData ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Eq ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Hashable ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

type AWSResponse ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

type Rep ListControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

type Rep ListControlDomainInsights = D1 ('MetaData "ListControlDomainInsights" "Amazonka.AuditManager.ListControlDomainInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControlDomainInsights'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListControlDomainInsights :: ListControlDomainInsights Source #

Create a value of ListControlDomainInsights with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListControlDomainInsights', listControlDomainInsights_maxResults - Represents the maximum number of results on a page or for an API request call.

ListControlDomainInsights, listControlDomainInsights_nextToken - The pagination token that's used to fetch the next set of results.

data ListControlDomainInsightsResponse Source #

See: newListControlDomainInsightsResponse smart constructor.

Instances

Instances details
Generic ListControlDomainInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Associated Types

type Rep ListControlDomainInsightsResponse :: Type -> Type #

Read ListControlDomainInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Show ListControlDomainInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

NFData ListControlDomainInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

Eq ListControlDomainInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

type Rep ListControlDomainInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsights

type Rep ListControlDomainInsightsResponse = D1 ('MetaData "ListControlDomainInsightsResponse" "Amazonka.AuditManager.ListControlDomainInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControlDomainInsightsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlDomainInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ControlDomainInsights])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListControlDomainInsightsResponse Source #

Create a value of ListControlDomainInsightsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlDomainInsights:ListControlDomainInsightsResponse', listControlDomainInsightsResponse_controlDomainInsights - The control domain analytics data that the ListControlDomainInsights API returned.

ListControlDomainInsights, listControlDomainInsightsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListControlDomainInsightsResponse', listControlDomainInsightsResponse_httpStatus - The response's http status code.

ListControlDomainInsightsByAssessment

data ListControlDomainInsightsByAssessment Source #

Instances

Instances details
ToHeaders ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

ToPath ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

ToQuery ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

AWSRequest ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Generic ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Read ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Show ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

NFData ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Eq ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Hashable ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type AWSResponse ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type Rep ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type Rep ListControlDomainInsightsByAssessment = D1 ('MetaData "ListControlDomainInsightsByAssessment" "Amazonka.AuditManager.ListControlDomainInsightsByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControlDomainInsightsByAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListControlDomainInsightsByAssessment Source #

Create a value of ListControlDomainInsightsByAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListControlDomainInsightsByAssessment', listControlDomainInsightsByAssessment_maxResults - Represents the maximum number of results on a page or for an API request call.

ListControlDomainInsightsByAssessment, listControlDomainInsightsByAssessment_nextToken - The pagination token that's used to fetch the next set of results.

ListControlDomainInsightsByAssessment, listControlDomainInsightsByAssessment_assessmentId - The unique identifier for the active assessment.

data ListControlDomainInsightsByAssessmentResponse Source #

Instances

Instances details
Generic ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Read ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Show ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

NFData ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Eq ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type Rep ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type Rep ListControlDomainInsightsByAssessmentResponse = D1 ('MetaData "ListControlDomainInsightsByAssessmentResponse" "Amazonka.AuditManager.ListControlDomainInsightsByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControlDomainInsightsByAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlDomainInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ControlDomainInsights])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListControlDomainInsightsByAssessmentResponse Source #

Create a value of ListControlDomainInsightsByAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlDomainInsights:ListControlDomainInsightsByAssessmentResponse', listControlDomainInsightsByAssessmentResponse_controlDomainInsights - The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.

ListControlDomainInsightsByAssessment, listControlDomainInsightsByAssessmentResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListControlDomainInsightsByAssessmentResponse', listControlDomainInsightsByAssessmentResponse_httpStatus - The response's http status code.

ListControlInsightsByControlDomain

data ListControlInsightsByControlDomain Source #

Instances

Instances details
ToHeaders ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

ToPath ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

ToQuery ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

AWSRequest ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Generic ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Associated Types

type Rep ListControlInsightsByControlDomain :: Type -> Type #

Read ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Show ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

NFData ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Eq ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Hashable ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

type AWSResponse ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

type Rep ListControlInsightsByControlDomain Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

type Rep ListControlInsightsByControlDomain = D1 ('MetaData "ListControlInsightsByControlDomain" "Amazonka.AuditManager.ListControlInsightsByControlDomain" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControlInsightsByControlDomain'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlDomainId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newListControlInsightsByControlDomain Source #

Create a value of ListControlInsightsByControlDomain with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListControlInsightsByControlDomain', listControlInsightsByControlDomain_maxResults - Represents the maximum number of results on a page or for an API request call.

ListControlInsightsByControlDomain, listControlInsightsByControlDomain_nextToken - The pagination token that's used to fetch the next set of results.

$sel:controlDomainId:ListControlInsightsByControlDomain', listControlInsightsByControlDomain_controlDomainId - The unique identifier for the control domain.

data ListControlInsightsByControlDomainResponse Source #

Instances

Instances details
Generic ListControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Read ListControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Show ListControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

NFData ListControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

Eq ListControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

type Rep ListControlInsightsByControlDomainResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlInsightsByControlDomain

type Rep ListControlInsightsByControlDomainResponse = D1 ('MetaData "ListControlInsightsByControlDomainResponse" "Amazonka.AuditManager.ListControlInsightsByControlDomain" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControlInsightsByControlDomainResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlInsightsMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ControlInsightsMetadataItem])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListControlInsightsByControlDomainResponse Source #

Create a value of ListControlInsightsByControlDomainResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlInsightsMetadata:ListControlInsightsByControlDomainResponse', listControlInsightsByControlDomainResponse_controlInsightsMetadata - The control analytics data that the ListControlInsightsByControlDomain API returned.

ListControlInsightsByControlDomain, listControlInsightsByControlDomainResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListControlInsightsByControlDomainResponse', listControlInsightsByControlDomainResponse_httpStatus - The response's http status code.

ListControls

data ListControls Source #

See: newListControls smart constructor.

Instances

Instances details
ToHeaders ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

ToPath ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

ToQuery ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

AWSRequest ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type AWSResponse ListControls #

Generic ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type Rep ListControls :: Type -> Type #

Read ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Show ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

NFData ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Methods

rnf :: ListControls -> () #

Eq ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Hashable ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type AWSResponse ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControls = D1 ('MetaData "ListControls" "Amazonka.AuditManager.ListControls" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControls'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ControlType))))

newListControls Source #

Create a value of ListControls with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListControls', listControls_maxResults - Represents the maximum number of results on a page or for an API request call.

ListControls, listControls_nextToken - The pagination token that's used to fetch the next set of results.

$sel:controlType:ListControls', listControls_controlType - The type of control, such as a standard control or a custom control.

data ListControlsResponse Source #

See: newListControlsResponse smart constructor.

Instances

Instances details
Generic ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type Rep ListControlsResponse :: Type -> Type #

Read ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Show ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

NFData ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Methods

rnf :: ListControlsResponse -> () #

Eq ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControlsResponse = D1 ('MetaData "ListControlsResponse" "Amazonka.AuditManager.ListControls" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListControlsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlMetadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ControlMetadata])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListControlsResponse Source #

Create a value of ListControlsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlMetadataList:ListControlsResponse', listControlsResponse_controlMetadataList - The list of control metadata objects that the ListControls API returned.

ListControls, listControlsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListControlsResponse', listControlsResponse_httpStatus - The response's http status code.

ListKeywordsForDataSource

data ListKeywordsForDataSource Source #

See: newListKeywordsForDataSource smart constructor.

Instances

Instances details
ToHeaders ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

ToPath ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

ToQuery ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

AWSRequest ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Generic ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Associated Types

type Rep ListKeywordsForDataSource :: Type -> Type #

Read ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Show ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

NFData ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Eq ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Hashable ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

type AWSResponse ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

type Rep ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

type Rep ListKeywordsForDataSource = D1 ('MetaData "ListKeywordsForDataSource" "Amazonka.AuditManager.ListKeywordsForDataSource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListKeywordsForDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceType))))

newListKeywordsForDataSource Source #

Create a value of ListKeywordsForDataSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListKeywordsForDataSource', listKeywordsForDataSource_maxResults - Represents the maximum number of results on a page or for an API request call.

ListKeywordsForDataSource, listKeywordsForDataSource_nextToken - The pagination token that's used to fetch the next set of results.

ListKeywordsForDataSource, listKeywordsForDataSource_source - The control mapping data source that the keywords apply to.

data ListKeywordsForDataSourceResponse Source #

See: newListKeywordsForDataSourceResponse smart constructor.

Instances

Instances details
Generic ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Associated Types

type Rep ListKeywordsForDataSourceResponse :: Type -> Type #

Read ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Show ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

NFData ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Eq ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

type Rep ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

type Rep ListKeywordsForDataSourceResponse = D1 ('MetaData "ListKeywordsForDataSourceResponse" "Amazonka.AuditManager.ListKeywordsForDataSource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListKeywordsForDataSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keywords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListKeywordsForDataSourceResponse Source #

Create a value of ListKeywordsForDataSourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:keywords:ListKeywordsForDataSourceResponse', listKeywordsForDataSourceResponse_keywords - The list of keywords for the event mapping source.

ListKeywordsForDataSource, listKeywordsForDataSourceResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:httpStatus:ListKeywordsForDataSourceResponse', listKeywordsForDataSourceResponse_httpStatus - The response's http status code.

ListNotifications

data ListNotifications Source #

See: newListNotifications smart constructor.

Instances

Instances details
ToHeaders ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

ToPath ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

ToQuery ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

AWSRequest ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type AWSResponse ListNotifications #

Generic ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type Rep ListNotifications :: Type -> Type #

Read ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Show ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

NFData ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Methods

rnf :: ListNotifications -> () #

Eq ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Hashable ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type AWSResponse ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type Rep ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type Rep ListNotifications = D1 ('MetaData "ListNotifications" "Amazonka.AuditManager.ListNotifications" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListNotifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListNotifications :: ListNotifications Source #

Create a value of ListNotifications with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxResults:ListNotifications', listNotifications_maxResults - Represents the maximum number of results on a page or for an API request call.

ListNotifications, listNotifications_nextToken - The pagination token that's used to fetch the next set of results.

data ListNotificationsResponse Source #

See: newListNotificationsResponse smart constructor.

Instances

Instances details
Generic ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type Rep ListNotificationsResponse :: Type -> Type #

Read ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Show ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

NFData ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Eq ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type Rep ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type Rep ListNotificationsResponse = D1 ('MetaData "ListNotificationsResponse" "Amazonka.AuditManager.ListNotifications" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListNotificationsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Notification])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListNotificationsResponse Source #

Create a value of ListNotificationsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListNotifications, listNotificationsResponse_nextToken - The pagination token that's used to fetch the next set of results.

$sel:notifications:ListNotificationsResponse', listNotificationsResponse_notifications - The returned list of notifications.

$sel:httpStatus:ListNotificationsResponse', listNotificationsResponse_httpStatus - The response's http status code.

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
ToHeaders ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.AuditManager.ListTagsForResource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newListTagsForResource Source #

Create a value of ListTagsForResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:ListTagsForResource', listTagsForResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 ('MetaData "ListTagsForResourceResponse" "Amazonka.AuditManager.ListTagsForResource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ListTagsForResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newListTagsForResourceResponse Source #

Create a value of ListTagsForResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

ListTagsForResourceResponse, listTagsForResourceResponse_tags - The list of tags that the ListTagsForResource API returned.

$sel:httpStatus:ListTagsForResourceResponse', listTagsForResourceResponse_httpStatus - The response's http status code.

RegisterAccount

data RegisterAccount Source #

See: newRegisterAccount smart constructor.

Instances

Instances details
ToJSON RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

ToHeaders RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

ToPath RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

ToQuery RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

AWSRequest RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Associated Types

type AWSResponse RegisterAccount #

Generic RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Associated Types

type Rep RegisterAccount :: Type -> Type #

Read RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Show RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

NFData RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Methods

rnf :: RegisterAccount -> () #

Eq RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Hashable RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

type AWSResponse RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

type Rep RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

type Rep RegisterAccount = D1 ('MetaData "RegisterAccount" "Amazonka.AuditManager.RegisterAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "RegisterAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegatedAdminAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRegisterAccount :: RegisterAccount Source #

Create a value of RegisterAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:delegatedAdminAccount:RegisterAccount', registerAccount_delegatedAdminAccount - The delegated administrator account for Audit Manager.

RegisterAccount, registerAccount_kmsKey - The KMS key details.

data RegisterAccountResponse Source #

See: newRegisterAccountResponse smart constructor.

Instances

Instances details
Generic RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Associated Types

type Rep RegisterAccountResponse :: Type -> Type #

Read RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Show RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

NFData RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Methods

rnf :: RegisterAccountResponse -> () #

Eq RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

type Rep RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

type Rep RegisterAccountResponse = D1 ('MetaData "RegisterAccountResponse" "Amazonka.AuditManager.RegisterAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "RegisterAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccountStatus)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRegisterAccountResponse Source #

Create a value of RegisterAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RegisterAccountResponse, registerAccountResponse_status - The status of the account registration request.

$sel:httpStatus:RegisterAccountResponse', registerAccountResponse_httpStatus - The response's http status code.

RegisterOrganizationAdminAccount

data RegisterOrganizationAdminAccount Source #

See: newRegisterOrganizationAdminAccount smart constructor.

Instances

Instances details
ToJSON RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

ToHeaders RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

ToPath RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

ToQuery RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

AWSRequest RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Generic RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Associated Types

type Rep RegisterOrganizationAdminAccount :: Type -> Type #

Read RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Show RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

NFData RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Eq RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Hashable RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

type AWSResponse RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

type Rep RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

type Rep RegisterOrganizationAdminAccount = D1 ('MetaData "RegisterOrganizationAdminAccount" "Amazonka.AuditManager.RegisterOrganizationAdminAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "RegisterOrganizationAdminAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adminAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRegisterOrganizationAdminAccount Source #

Create a value of RegisterOrganizationAdminAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RegisterOrganizationAdminAccount, registerOrganizationAdminAccount_adminAccountId - The identifier for the delegated administrator account.

data RegisterOrganizationAdminAccountResponse Source #

Instances

Instances details
Generic RegisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Read RegisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Show RegisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

NFData RegisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Eq RegisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

type Rep RegisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

type Rep RegisterOrganizationAdminAccountResponse = D1 ('MetaData "RegisterOrganizationAdminAccountResponse" "Amazonka.AuditManager.RegisterOrganizationAdminAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "RegisterOrganizationAdminAccountResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adminAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newRegisterOrganizationAdminAccountResponse Source #

Create a value of RegisterOrganizationAdminAccountResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

RegisterOrganizationAdminAccount, registerOrganizationAdminAccountResponse_adminAccountId - The identifier for the delegated administrator account.

$sel:organizationId:RegisterOrganizationAdminAccountResponse', registerOrganizationAdminAccountResponse_organizationId - The identifier for the organization.

$sel:httpStatus:RegisterOrganizationAdminAccountResponse', registerOrganizationAdminAccountResponse_httpStatus - The response's http status code.

StartAssessmentFrameworkShare

data StartAssessmentFrameworkShare Source #

See: newStartAssessmentFrameworkShare smart constructor.

Instances

Instances details
ToJSON StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

ToHeaders StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

ToPath StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

ToQuery StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

AWSRequest StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Generic StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Associated Types

type Rep StartAssessmentFrameworkShare :: Type -> Type #

Read StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Show StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

NFData StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Eq StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Hashable StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

type AWSResponse StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

type Rep StartAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

type Rep StartAssessmentFrameworkShare = D1 ('MetaData "StartAssessmentFrameworkShare" "Amazonka.AuditManager.StartAssessmentFrameworkShare" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "StartAssessmentFrameworkShare'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "destinationAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newStartAssessmentFrameworkShare Source #

Create a value of StartAssessmentFrameworkShare with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

StartAssessmentFrameworkShare, startAssessmentFrameworkShare_comment - An optional comment from the sender about the share request.

StartAssessmentFrameworkShare, startAssessmentFrameworkShare_frameworkId - The unique identifier for the custom framework to be shared.

StartAssessmentFrameworkShare, startAssessmentFrameworkShare_destinationAccount - The Amazon Web Services account of the recipient.

StartAssessmentFrameworkShare, startAssessmentFrameworkShare_destinationRegion - The Amazon Web Services Region of the recipient.

data StartAssessmentFrameworkShareResponse Source #

Instances

Instances details
Generic StartAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Read StartAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Show StartAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

NFData StartAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

Eq StartAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

type Rep StartAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.StartAssessmentFrameworkShare

type Rep StartAssessmentFrameworkShareResponse = D1 ('MetaData "StartAssessmentFrameworkShareResponse" "Amazonka.AuditManager.StartAssessmentFrameworkShare" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "StartAssessmentFrameworkShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentFrameworkShareRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentFrameworkShareRequest)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newStartAssessmentFrameworkShareResponse Source #

Create a value of StartAssessmentFrameworkShareResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentFrameworkShareRequest:StartAssessmentFrameworkShareResponse', startAssessmentFrameworkShareResponse_assessmentFrameworkShareRequest - The share request that's created by the StartAssessmentFrameworkShare API.

$sel:httpStatus:StartAssessmentFrameworkShareResponse', startAssessmentFrameworkShareResponse_httpStatus - The response's http status code.

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
ToJSON TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

ToHeaders TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Methods

toHeaders :: TagResource -> [Header] #

ToPath TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

ToQuery TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Associated Types

type AWSResponse TagResource #

Generic TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

Read TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

NFData TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Methods

rnf :: TagResource -> () #

Eq TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Hashable TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

type Rep TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.AuditManager.TagResource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "TagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashMap Text Text))))

newTagResource Source #

Create a value of TagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:TagResource', tagResource_resourceArn - The Amazon Resource Name (ARN) of the resource.

TagResource, tagResource_tags - The tags that are associated with the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Methods

rnf :: TagResourceResponse -> () #

Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.AuditManager.TagResource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "TagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newTagResourceResponse Source #

Create a value of TagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:TagResourceResponse', tagResourceResponse_httpStatus - The response's http status code.

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
ToHeaders UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

ToPath UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

ToQuery UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Associated Types

type AWSResponse UntagResource #

Generic UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

Read UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

NFData UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Methods

rnf :: UntagResource -> () #

Eq UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.AuditManager.UntagResource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UntagResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text))))

newUntagResource Source #

Create a value of UntagResource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceArn:UntagResource', untagResource_resourceArn - The Amazon Resource Name (ARN) of the specified resource.

$sel:tagKeys:UntagResource', untagResource_tagKeys - The name or key of the tag.

data UntagResourceResponse Source #

See: newUntagResourceResponse smart constructor.

Instances

Instances details
Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.AuditManager.UntagResource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UntagResourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUntagResourceResponse Source #

Create a value of UntagResourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:httpStatus:UntagResourceResponse', untagResourceResponse_httpStatus - The response's http status code.

UpdateAssessment

data UpdateAssessment Source #

See: newUpdateAssessment smart constructor.

Instances

Instances details
ToJSON UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

ToHeaders UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

ToPath UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

ToQuery UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

AWSRequest UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Associated Types

type AWSResponse UpdateAssessment #

Generic UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Associated Types

type Rep UpdateAssessment :: Type -> Type #

Read UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Show UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

NFData UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Methods

rnf :: UpdateAssessment -> () #

Eq UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Hashable UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

type AWSResponse UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

type Rep UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

type Rep UpdateAssessment = D1 ('MetaData "UpdateAssessment" "Amazonka.AuditManager.UpdateAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportsDestination)))) :*: (S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])) :*: (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scope)))))

newUpdateAssessment Source #

Create a value of UpdateAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentDescription:UpdateAssessment', updateAssessment_assessmentDescription - The description of the assessment.

UpdateAssessment, updateAssessment_assessmentName - The name of the assessment to be updated.

UpdateAssessment, updateAssessment_assessmentReportsDestination - The assessment report storage destination for the assessment that's being updated.

UpdateAssessment, updateAssessment_roles - The list of roles for the assessment.

UpdateAssessment, updateAssessment_assessmentId - The unique identifier for the assessment.

UpdateAssessment, updateAssessment_scope - The scope of the assessment.

data UpdateAssessmentResponse Source #

See: newUpdateAssessmentResponse smart constructor.

Instances

Instances details
Generic UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Associated Types

type Rep UpdateAssessmentResponse :: Type -> Type #

Read UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Show UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

NFData UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Eq UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

type Rep UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

type Rep UpdateAssessmentResponse = D1 ('MetaData "UpdateAssessmentResponse" "Amazonka.AuditManager.UpdateAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Assessment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAssessmentResponse Source #

Create a value of UpdateAssessmentResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessment:UpdateAssessmentResponse', updateAssessmentResponse_assessment - The response object for the UpdateAssessment API. This is the name of the updated assessment.

$sel:httpStatus:UpdateAssessmentResponse', updateAssessmentResponse_httpStatus - The response's http status code.

UpdateAssessmentControl

data UpdateAssessmentControl Source #

See: newUpdateAssessmentControl smart constructor.

Instances

Instances details
ToJSON UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

ToHeaders UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

ToPath UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

ToQuery UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

AWSRequest UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Generic UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Associated Types

type Rep UpdateAssessmentControl :: Type -> Type #

Read UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Show UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

NFData UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Methods

rnf :: UpdateAssessmentControl -> () #

Eq UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Hashable UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

type AWSResponse UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

type Rep UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

type Rep UpdateAssessmentControl = D1 ('MetaData "UpdateAssessmentControl" "Amazonka.AuditManager.UpdateAssessmentControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "commentBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlStatus))) :*: (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newUpdateAssessmentControl Source #

Create a value of UpdateAssessmentControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateAssessmentControl, updateAssessmentControl_commentBody - The comment body text for the control.

$sel:controlStatus:UpdateAssessmentControl', updateAssessmentControl_controlStatus - The status of the control.

UpdateAssessmentControl, updateAssessmentControl_assessmentId - The unique identifier for the assessment.

UpdateAssessmentControl, updateAssessmentControl_controlSetId - The unique identifier for the control set.

UpdateAssessmentControl, updateAssessmentControl_controlId - The unique identifier for the control.

data UpdateAssessmentControlResponse Source #

See: newUpdateAssessmentControlResponse smart constructor.

Instances

Instances details
Generic UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Associated Types

type Rep UpdateAssessmentControlResponse :: Type -> Type #

Read UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Show UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

NFData UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Eq UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

type Rep UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

type Rep UpdateAssessmentControlResponse = D1 ('MetaData "UpdateAssessmentControlResponse" "Amazonka.AuditManager.UpdateAssessmentControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentControl)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAssessmentControlResponse Source #

Create a value of UpdateAssessmentControlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:UpdateAssessmentControlResponse', updateAssessmentControlResponse_control - The name of the updated control set that the UpdateAssessmentControl API returned.

$sel:httpStatus:UpdateAssessmentControlResponse', updateAssessmentControlResponse_httpStatus - The response's http status code.

UpdateAssessmentControlSetStatus

data UpdateAssessmentControlSetStatus Source #

See: newUpdateAssessmentControlSetStatus smart constructor.

Instances

Instances details
ToJSON UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

ToHeaders UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

ToPath UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

ToQuery UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

AWSRequest UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Generic UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Associated Types

type Rep UpdateAssessmentControlSetStatus :: Type -> Type #

Read UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Show UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

NFData UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Eq UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Hashable UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

type AWSResponse UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

type Rep UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

type Rep UpdateAssessmentControlSetStatus = D1 ('MetaData "UpdateAssessmentControlSetStatus" "Amazonka.AuditManager.UpdateAssessmentControlSetStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentControlSetStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ControlSetStatus) :*: S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateAssessmentControlSetStatus Source #

Create a value of UpdateAssessmentControlSetStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateAssessmentControlSetStatus, updateAssessmentControlSetStatus_assessmentId - The unique identifier for the assessment.

UpdateAssessmentControlSetStatus, updateAssessmentControlSetStatus_controlSetId - The unique identifier for the control set.

UpdateAssessmentControlSetStatus, updateAssessmentControlSetStatus_status - The status of the control set that's being updated.

UpdateAssessmentControlSetStatus, updateAssessmentControlSetStatus_comment - The comment that's related to the status update.

data UpdateAssessmentControlSetStatusResponse Source #

Instances

Instances details
Generic UpdateAssessmentControlSetStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Read UpdateAssessmentControlSetStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Show UpdateAssessmentControlSetStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

NFData UpdateAssessmentControlSetStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Eq UpdateAssessmentControlSetStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

type Rep UpdateAssessmentControlSetStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

type Rep UpdateAssessmentControlSetStatusResponse = D1 ('MetaData "UpdateAssessmentControlSetStatusResponse" "Amazonka.AuditManager.UpdateAssessmentControlSetStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentControlSetStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentControlSet)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAssessmentControlSetStatusResponse Source #

Create a value of UpdateAssessmentControlSetStatusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlSet:UpdateAssessmentControlSetStatusResponse', updateAssessmentControlSetStatusResponse_controlSet - The name of the updated control set that the UpdateAssessmentControlSetStatus API returned.

$sel:httpStatus:UpdateAssessmentControlSetStatusResponse', updateAssessmentControlSetStatusResponse_httpStatus - The response's http status code.

UpdateAssessmentFramework

data UpdateAssessmentFramework Source #

See: newUpdateAssessmentFramework smart constructor.

Instances

Instances details
ToJSON UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

ToHeaders UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

ToPath UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

ToQuery UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

AWSRequest UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Generic UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Associated Types

type Rep UpdateAssessmentFramework :: Type -> Type #

Read UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Show UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

NFData UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Eq UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Hashable UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

type AWSResponse UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

type Rep UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

type Rep UpdateAssessmentFramework = D1 ('MetaData "UpdateAssessmentFramework" "Amazonka.AuditManager.UpdateAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentFramework'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty UpdateAssessmentFrameworkControlSet))))))

newUpdateAssessmentFramework Source #

Create a value of UpdateAssessmentFramework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateAssessmentFramework, updateAssessmentFramework_complianceType - The compliance type that the new custom framework supports, such as CIS or HIPAA.

UpdateAssessmentFramework, updateAssessmentFramework_description - The description of the updated framework.

UpdateAssessmentFramework, updateAssessmentFramework_frameworkId - The unique identifier for the framework.

UpdateAssessmentFramework, updateAssessmentFramework_name - The name of the framework to be updated.

UpdateAssessmentFramework, updateAssessmentFramework_controlSets - The control sets that are associated with the framework.

data UpdateAssessmentFrameworkResponse Source #

See: newUpdateAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Generic UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Associated Types

type Rep UpdateAssessmentFrameworkResponse :: Type -> Type #

Read UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Show UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

NFData UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Eq UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

type Rep UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

type Rep UpdateAssessmentFrameworkResponse = D1 ('MetaData "UpdateAssessmentFrameworkResponse" "Amazonka.AuditManager.UpdateAssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentFrameworkResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "framework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Framework)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAssessmentFrameworkResponse Source #

Create a value of UpdateAssessmentFrameworkResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateAssessmentFrameworkResponse, updateAssessmentFrameworkResponse_framework - The name of the framework.

$sel:httpStatus:UpdateAssessmentFrameworkResponse', updateAssessmentFrameworkResponse_httpStatus - The response's http status code.

UpdateAssessmentFrameworkShare

data UpdateAssessmentFrameworkShare Source #

See: newUpdateAssessmentFrameworkShare smart constructor.

Instances

Instances details
ToJSON UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

ToHeaders UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

ToPath UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

ToQuery UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

AWSRequest UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Generic UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Associated Types

type Rep UpdateAssessmentFrameworkShare :: Type -> Type #

Read UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Show UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

NFData UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Eq UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Hashable UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

type AWSResponse UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

type Rep UpdateAssessmentFrameworkShare Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

type Rep UpdateAssessmentFrameworkShare = D1 ('MetaData "UpdateAssessmentFrameworkShare" "Amazonka.AuditManager.UpdateAssessmentFrameworkShare" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentFrameworkShare'" 'PrefixI 'True) (S1 ('MetaSel ('Just "requestId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "requestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ShareRequestType) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ShareRequestAction))))

newUpdateAssessmentFrameworkShare Source #

Create a value of UpdateAssessmentFrameworkShare with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:requestId:UpdateAssessmentFrameworkShare', updateAssessmentFrameworkShare_requestId - The unique identifier for the share request.

$sel:requestType:UpdateAssessmentFrameworkShare', updateAssessmentFrameworkShare_requestType - Specifies whether the share request is a sent request or a received request.

UpdateAssessmentFrameworkShare, updateAssessmentFrameworkShare_action - Specifies the update action for the share request.

data UpdateAssessmentFrameworkShareResponse Source #

Instances

Instances details
Generic UpdateAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Read UpdateAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Show UpdateAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

NFData UpdateAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

Eq UpdateAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

type Rep UpdateAssessmentFrameworkShareResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFrameworkShare

type Rep UpdateAssessmentFrameworkShareResponse = D1 ('MetaData "UpdateAssessmentFrameworkShareResponse" "Amazonka.AuditManager.UpdateAssessmentFrameworkShare" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentFrameworkShareResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentFrameworkShareRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentFrameworkShareRequest)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAssessmentFrameworkShareResponse Source #

Create a value of UpdateAssessmentFrameworkShareResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentFrameworkShareRequest:UpdateAssessmentFrameworkShareResponse', updateAssessmentFrameworkShareResponse_assessmentFrameworkShareRequest - The updated share request that's returned by the UpdateAssessmentFrameworkShare operation.

$sel:httpStatus:UpdateAssessmentFrameworkShareResponse', updateAssessmentFrameworkShareResponse_httpStatus - The response's http status code.

UpdateAssessmentStatus

data UpdateAssessmentStatus Source #

See: newUpdateAssessmentStatus smart constructor.

Instances

Instances details
ToJSON UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

ToHeaders UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

ToPath UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

ToQuery UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

AWSRequest UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Associated Types

type AWSResponse UpdateAssessmentStatus #

Generic UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Associated Types

type Rep UpdateAssessmentStatus :: Type -> Type #

Read UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Show UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

NFData UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Methods

rnf :: UpdateAssessmentStatus -> () #

Eq UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Hashable UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

type AWSResponse UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

type Rep UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

type Rep UpdateAssessmentStatus = D1 ('MetaData "UpdateAssessmentStatus" "Amazonka.AuditManager.UpdateAssessmentStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssessmentStatus)))

newUpdateAssessmentStatus Source #

Create a value of UpdateAssessmentStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateAssessmentStatus, updateAssessmentStatus_assessmentId - The unique identifier for the assessment.

UpdateAssessmentStatus, updateAssessmentStatus_status - The current status of the assessment.

data UpdateAssessmentStatusResponse Source #

See: newUpdateAssessmentStatusResponse smart constructor.

Instances

Instances details
Generic UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Associated Types

type Rep UpdateAssessmentStatusResponse :: Type -> Type #

Read UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Show UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

NFData UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Eq UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

type Rep UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

type Rep UpdateAssessmentStatusResponse = D1 ('MetaData "UpdateAssessmentStatusResponse" "Amazonka.AuditManager.UpdateAssessmentStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Assessment)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateAssessmentStatusResponse Source #

Create a value of UpdateAssessmentStatusResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessment:UpdateAssessmentStatusResponse', updateAssessmentStatusResponse_assessment - The name of the updated assessment that the UpdateAssessmentStatus API returned.

$sel:httpStatus:UpdateAssessmentStatusResponse', updateAssessmentStatusResponse_httpStatus - The response's http status code.

UpdateControl

data UpdateControl Source #

See: newUpdateControl smart constructor.

Instances

Instances details
ToJSON UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

ToHeaders UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

ToPath UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

ToQuery UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

AWSRequest UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Associated Types

type AWSResponse UpdateControl #

Generic UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Associated Types

type Rep UpdateControl :: Type -> Type #

Read UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Show UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

NFData UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Methods

rnf :: UpdateControl -> () #

Eq UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Hashable UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

type AWSResponse UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

type Rep UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

type Rep UpdateControl = D1 ('MetaData "UpdateControl" "Amazonka.AuditManager.UpdateControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "actionPlanInstructions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "actionPlanTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "testingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlMappingSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty ControlMappingSource))))))

newUpdateControl Source #

Create a value of UpdateControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateControl, updateControl_actionPlanInstructions - The recommended actions to carry out if the control isn't fulfilled.

UpdateControl, updateControl_actionPlanTitle - The title of the action plan for remediating the control.

UpdateControl, updateControl_description - The optional description of the control.

UpdateControl, updateControl_testingInformation - The steps that you should follow to determine if the control is met.

UpdateControl, updateControl_controlId - The identifier for the control.

UpdateControl, updateControl_name - The name of the updated control.

UpdateControl, updateControl_controlMappingSources - The data mapping sources for the control.

data UpdateControlResponse Source #

See: newUpdateControlResponse smart constructor.

Instances

Instances details
Generic UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Associated Types

type Rep UpdateControlResponse :: Type -> Type #

Read UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Show UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

NFData UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Methods

rnf :: UpdateControlResponse -> () #

Eq UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

type Rep UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

type Rep UpdateControlResponse = D1 ('MetaData "UpdateControlResponse" "Amazonka.AuditManager.UpdateControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "control") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Control)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateControlResponse Source #

Create a value of UpdateControlResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:control:UpdateControlResponse', updateControlResponse_control - The name of the updated control set that the UpdateControl API returned.

$sel:httpStatus:UpdateControlResponse', updateControlResponse_httpStatus - The response's http status code.

UpdateSettings

data UpdateSettings Source #

See: newUpdateSettings smart constructor.

Instances

Instances details
ToJSON UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

ToHeaders UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

ToPath UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

ToQuery UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

AWSRequest UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Associated Types

type AWSResponse UpdateSettings #

Generic UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Associated Types

type Rep UpdateSettings :: Type -> Type #

Read UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Show UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

NFData UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Methods

rnf :: UpdateSettings -> () #

Eq UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Hashable UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

type AWSResponse UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

type Rep UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

type Rep UpdateSettings = D1 ('MetaData "UpdateSettings" "Amazonka.AuditManager.UpdateSettings" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultAssessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportsDestination)) :*: (S1 ('MetaSel ('Just "defaultProcessOwners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])) :*: S1 ('MetaSel ('Just "deregistrationPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeregistrationPolicy)))) :*: (S1 ('MetaSel ('Just "evidenceFinderEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snsTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newUpdateSettings :: UpdateSettings Source #

Create a value of UpdateSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateSettings, updateSettings_defaultAssessmentReportsDestination - The default storage destination for assessment reports.

UpdateSettings, updateSettings_defaultProcessOwners - A list of the default audit owners.

UpdateSettings, updateSettings_deregistrationPolicy - 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.

$sel:evidenceFinderEnabled:UpdateSettings', updateSettings_evidenceFinderEnabled - 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 and then re-register Audit Manager.

UpdateSettings, updateSettings_kmsKey - The KMS key details.

UpdateSettings, updateSettings_snsTopic - The Amazon Simple Notification Service (Amazon SNS) topic that Audit Manager sends notifications to.

data UpdateSettingsResponse Source #

See: newUpdateSettingsResponse smart constructor.

Instances

Instances details
Generic UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Associated Types

type Rep UpdateSettingsResponse :: Type -> Type #

Read UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Show UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

NFData UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Methods

rnf :: UpdateSettingsResponse -> () #

Eq UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

type Rep UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

type Rep UpdateSettingsResponse = D1 ('MetaData "UpdateSettingsResponse" "Amazonka.AuditManager.UpdateSettings" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateSettingsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Settings)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateSettingsResponse Source #

Create a value of UpdateSettingsResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:settings:UpdateSettingsResponse', updateSettingsResponse_settings - The current list of settings.

$sel:httpStatus:UpdateSettingsResponse', updateSettingsResponse_httpStatus - The response's http status code.

ValidateAssessmentReportIntegrity

data ValidateAssessmentReportIntegrity Source #

See: newValidateAssessmentReportIntegrity smart constructor.

Instances

Instances details
ToJSON ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

ToHeaders ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

ToPath ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

ToQuery ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

AWSRequest ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Generic ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Associated Types

type Rep ValidateAssessmentReportIntegrity :: Type -> Type #

Read ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Show ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

NFData ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Eq ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Hashable ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

type AWSResponse ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

type Rep ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

type Rep ValidateAssessmentReportIntegrity = D1 ('MetaData "ValidateAssessmentReportIntegrity" "Amazonka.AuditManager.ValidateAssessmentReportIntegrity" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ValidateAssessmentReportIntegrity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3RelativePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newValidateAssessmentReportIntegrity Source #

Create a value of ValidateAssessmentReportIntegrity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3RelativePath:ValidateAssessmentReportIntegrity', validateAssessmentReportIntegrity_s3RelativePath - The relative path of the Amazon S3 bucket that the assessment report is stored in.

data ValidateAssessmentReportIntegrityResponse Source #

Instances

Instances details
Generic ValidateAssessmentReportIntegrityResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Read ValidateAssessmentReportIntegrityResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Show ValidateAssessmentReportIntegrityResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

NFData ValidateAssessmentReportIntegrityResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Eq ValidateAssessmentReportIntegrityResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

type Rep ValidateAssessmentReportIntegrityResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

type Rep ValidateAssessmentReportIntegrityResponse = D1 ('MetaData "ValidateAssessmentReportIntegrityResponse" "Amazonka.AuditManager.ValidateAssessmentReportIntegrity" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ValidateAssessmentReportIntegrityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signatureAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signatureDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signatureKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "signatureValid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "validationErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newValidateAssessmentReportIntegrityResponse Source #

Create a value of ValidateAssessmentReportIntegrityResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:signatureAlgorithm:ValidateAssessmentReportIntegrityResponse', validateAssessmentReportIntegrityResponse_signatureAlgorithm - The signature algorithm that's used to code sign the assessment report file.

$sel:signatureDateTime:ValidateAssessmentReportIntegrityResponse', validateAssessmentReportIntegrityResponse_signatureDateTime - The date and time signature that specifies when the assessment report was created.

$sel:signatureKeyId:ValidateAssessmentReportIntegrityResponse', validateAssessmentReportIntegrityResponse_signatureKeyId - The unique identifier for the validation signature key.

$sel:signatureValid:ValidateAssessmentReportIntegrityResponse', validateAssessmentReportIntegrityResponse_signatureValid - Specifies whether the signature key is valid.

$sel:validationErrors:ValidateAssessmentReportIntegrityResponse', validateAssessmentReportIntegrityResponse_validationErrors - Represents any errors that occurred when validating the assessment report.

$sel:httpStatus:ValidateAssessmentReportIntegrityResponse', validateAssessmentReportIntegrityResponse_httpStatus - The response's http status code.

Types

AccountStatus

newtype AccountStatus Source #

Constructors

AccountStatus' 

Instances

Instances details
FromJSON AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

FromJSONKey AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToJSON AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToJSONKey AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToByteString AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToHeader AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToLog AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToQuery AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

FromText AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToText AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Methods

toText :: AccountStatus -> Text #

FromXML AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToXML AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Methods

toXML :: AccountStatus -> XML #

Generic AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Associated Types

type Rep AccountStatus :: Type -> Type #

Read AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Show AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

NFData AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Methods

rnf :: AccountStatus -> () #

Eq AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Ord AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Hashable AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

type Rep AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

type Rep AccountStatus = D1 ('MetaData "AccountStatus" "Amazonka.AuditManager.Types.AccountStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "AccountStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ActionEnum

newtype ActionEnum Source #

Constructors

ActionEnum' 

Fields

Instances

Instances details
FromJSON ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

FromJSONKey ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToJSON ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToJSONKey ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToByteString ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToHeader ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToLog ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToQuery ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

FromText ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToText ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Methods

toText :: ActionEnum -> Text #

FromXML ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToXML ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Methods

toXML :: ActionEnum -> XML #

Generic ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Associated Types

type Rep ActionEnum :: Type -> Type #

Read ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Show ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

NFData ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Methods

rnf :: ActionEnum -> () #

Eq ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Ord ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Hashable ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

type Rep ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

type Rep ActionEnum = D1 ('MetaData "ActionEnum" "Amazonka.AuditManager.Types.ActionEnum" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ActionEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssessmentReportDestinationType

newtype AssessmentReportDestinationType Source #

Instances

Instances details
FromJSON AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

FromJSONKey AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToJSON AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToJSONKey AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToByteString AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToHeader AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToLog AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToQuery AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

FromText AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToText AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

FromXML AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToXML AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Generic AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Associated Types

type Rep AssessmentReportDestinationType :: Type -> Type #

Read AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Show AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

NFData AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Eq AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Ord AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Hashable AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

type Rep AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

type Rep AssessmentReportDestinationType = D1 ('MetaData "AssessmentReportDestinationType" "Amazonka.AuditManager.Types.AssessmentReportDestinationType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "AssessmentReportDestinationType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssessmentReportDestinationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssessmentReportStatus

newtype AssessmentReportStatus Source #

Instances

Instances details
FromJSON AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

FromJSONKey AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToJSON AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToJSONKey AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToByteString AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToHeader AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToLog AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToQuery AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

FromText AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToText AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

FromXML AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToXML AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Generic AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Associated Types

type Rep AssessmentReportStatus :: Type -> Type #

Read AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Show AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

NFData AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Methods

rnf :: AssessmentReportStatus -> () #

Eq AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Ord AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Hashable AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

type Rep AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

type Rep AssessmentReportStatus = D1 ('MetaData "AssessmentReportStatus" "Amazonka.AuditManager.Types.AssessmentReportStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "AssessmentReportStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssessmentReportStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AssessmentStatus

newtype AssessmentStatus Source #

Instances

Instances details
FromJSON AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

FromJSONKey AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToJSON AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToJSONKey AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToByteString AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToHeader AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToLog AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToQuery AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

FromText AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToText AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

FromXML AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToXML AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Generic AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Associated Types

type Rep AssessmentStatus :: Type -> Type #

Read AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Show AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

NFData AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Methods

rnf :: AssessmentStatus -> () #

Eq AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Ord AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Hashable AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

type Rep AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

type Rep AssessmentStatus = D1 ('MetaData "AssessmentStatus" "Amazonka.AuditManager.Types.AssessmentStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "AssessmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAssessmentStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ControlResponse

newtype ControlResponse Source #

Constructors

ControlResponse' 

Instances

Instances details
FromJSON ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

FromJSONKey ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToJSON ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToJSONKey ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToByteString ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToHeader ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToLog ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToQuery ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

FromText ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToText ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

FromXML ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToXML ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Methods

toXML :: ControlResponse -> XML #

Generic ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Associated Types

type Rep ControlResponse :: Type -> Type #

Read ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Show ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

NFData ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Methods

rnf :: ControlResponse -> () #

Eq ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Ord ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Hashable ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

type Rep ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

type Rep ControlResponse = D1 ('MetaData "ControlResponse" "Amazonka.AuditManager.Types.ControlResponse" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromControlResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ControlSetStatus

newtype ControlSetStatus Source #

Instances

Instances details
FromJSON ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

FromJSONKey ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToJSON ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToJSONKey ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToByteString ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToHeader ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToLog ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToQuery ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

FromText ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToText ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

FromXML ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToXML ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Generic ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Associated Types

type Rep ControlSetStatus :: Type -> Type #

Read ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Show ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

NFData ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Methods

rnf :: ControlSetStatus -> () #

Eq ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Ord ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Hashable ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

type Rep ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

type Rep ControlSetStatus = D1 ('MetaData "ControlSetStatus" "Amazonka.AuditManager.Types.ControlSetStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ControlSetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromControlSetStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ControlStatus

newtype ControlStatus Source #

Constructors

ControlStatus' 

Instances

Instances details
FromJSON ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

FromJSONKey ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToJSON ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToJSONKey ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToByteString ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToHeader ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToLog ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToQuery ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

FromText ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToText ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Methods

toText :: ControlStatus -> Text #

FromXML ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToXML ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Methods

toXML :: ControlStatus -> XML #

Generic ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Associated Types

type Rep ControlStatus :: Type -> Type #

Read ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Show ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

NFData ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Methods

rnf :: ControlStatus -> () #

Eq ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Ord ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Hashable ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

type Rep ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

type Rep ControlStatus = D1 ('MetaData "ControlStatus" "Amazonka.AuditManager.Types.ControlStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ControlStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromControlStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ControlType

newtype ControlType Source #

Constructors

ControlType' 

Bundled Patterns

pattern ControlType_Custom :: ControlType 
pattern ControlType_Standard :: ControlType 

Instances

Instances details
FromJSON ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

FromJSONKey ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToJSON ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToJSONKey ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToByteString ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToHeader ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToLog ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToQuery ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

FromText ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToText ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Methods

toText :: ControlType -> Text #

FromXML ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToXML ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Methods

toXML :: ControlType -> XML #

Generic ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Associated Types

type Rep ControlType :: Type -> Type #

Read ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Show ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

NFData ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Methods

rnf :: ControlType -> () #

Eq ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Ord ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Hashable ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

type Rep ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

type Rep ControlType = D1 ('MetaData "ControlType" "Amazonka.AuditManager.Types.ControlType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ControlType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromControlType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DelegationStatus

newtype DelegationStatus Source #

Instances

Instances details
FromJSON DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

FromJSONKey DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToJSON DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToJSONKey DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToByteString DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToHeader DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToLog DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToQuery DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

FromText DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToText DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

FromXML DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToXML DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Generic DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Associated Types

type Rep DelegationStatus :: Type -> Type #

Read DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Show DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

NFData DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Methods

rnf :: DelegationStatus -> () #

Eq DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Ord DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Hashable DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

type Rep DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

type Rep DelegationStatus = D1 ('MetaData "DelegationStatus" "Amazonka.AuditManager.Types.DelegationStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "DelegationStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDelegationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

DeleteResources

newtype DeleteResources Source #

Constructors

DeleteResources' 

Instances

Instances details
FromJSON DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

FromJSONKey DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToJSON DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToJSONKey DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToByteString DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToHeader DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToLog DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToQuery DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

FromText DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToText DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

FromXML DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

ToXML DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

Methods

toXML :: DeleteResources -> XML #

Generic DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

Associated Types

type Rep DeleteResources :: Type -> Type #

Read DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

Show DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

NFData DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

Methods

rnf :: DeleteResources -> () #

Eq DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

Ord DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

Hashable DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

type Rep DeleteResources Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeleteResources

type Rep DeleteResources = D1 ('MetaData "DeleteResources" "Amazonka.AuditManager.Types.DeleteResources" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "DeleteResources'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromDeleteResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EvidenceFinderBackfillStatus

newtype EvidenceFinderBackfillStatus Source #

Instances

Instances details
FromJSON EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

FromJSONKey EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToJSON EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToJSONKey EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToByteString EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToHeader EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToLog EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToQuery EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

FromText EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToText EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

FromXML EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

ToXML EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

Generic EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

Associated Types

type Rep EvidenceFinderBackfillStatus :: Type -> Type #

Read EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

Show EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

NFData EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

Eq EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

Ord EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

Hashable EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

type Rep EvidenceFinderBackfillStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus

type Rep EvidenceFinderBackfillStatus = D1 ('MetaData "EvidenceFinderBackfillStatus" "Amazonka.AuditManager.Types.EvidenceFinderBackfillStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "EvidenceFinderBackfillStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEvidenceFinderBackfillStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

EvidenceFinderEnablementStatus

newtype EvidenceFinderEnablementStatus Source #

Instances

Instances details
FromJSON EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

FromJSONKey EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToJSON EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToJSONKey EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToByteString EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToHeader EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToLog EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToQuery EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

FromText EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToText EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

FromXML EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

ToXML EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

Generic EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

Associated Types

type Rep EvidenceFinderEnablementStatus :: Type -> Type #

Read EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

Show EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

NFData EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

Eq EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

Ord EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

Hashable EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

type Rep EvidenceFinderEnablementStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus

type Rep EvidenceFinderEnablementStatus = D1 ('MetaData "EvidenceFinderEnablementStatus" "Amazonka.AuditManager.Types.EvidenceFinderEnablementStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "EvidenceFinderEnablementStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromEvidenceFinderEnablementStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

FrameworkType

newtype FrameworkType Source #

Constructors

FrameworkType' 

Instances

Instances details
FromJSON FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

FromJSONKey FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToJSON FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToJSONKey FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToByteString FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToHeader FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToLog FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToQuery FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

FromText FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToText FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Methods

toText :: FrameworkType -> Text #

FromXML FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToXML FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Methods

toXML :: FrameworkType -> XML #

Generic FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Associated Types

type Rep FrameworkType :: Type -> Type #

Read FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Show FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

NFData FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Methods

rnf :: FrameworkType -> () #

Eq FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Ord FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Hashable FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

type Rep FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

type Rep FrameworkType = D1 ('MetaData "FrameworkType" "Amazonka.AuditManager.Types.FrameworkType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "FrameworkType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromFrameworkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

KeywordInputType

newtype KeywordInputType Source #

Instances

Instances details
FromJSON KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

FromJSONKey KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToJSON KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToJSONKey KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToByteString KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToHeader KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToLog KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToQuery KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

FromText KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToText KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

FromXML KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToXML KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Generic KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Associated Types

type Rep KeywordInputType :: Type -> Type #

Read KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Show KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

NFData KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Methods

rnf :: KeywordInputType -> () #

Eq KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Ord KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Hashable KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

type Rep KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

type Rep KeywordInputType = D1 ('MetaData "KeywordInputType" "Amazonka.AuditManager.Types.KeywordInputType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "KeywordInputType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromKeywordInputType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ObjectTypeEnum

newtype ObjectTypeEnum Source #

Constructors

ObjectTypeEnum' 

Instances

Instances details
FromJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

FromJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToByteString ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToHeader ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToLog ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToQuery ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

FromText ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToText ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

FromXML ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToXML ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Methods

toXML :: ObjectTypeEnum -> XML #

Generic ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Associated Types

type Rep ObjectTypeEnum :: Type -> Type #

Read ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Show ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

NFData ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Methods

rnf :: ObjectTypeEnum -> () #

Eq ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Ord ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Hashable ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

type Rep ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

type Rep ObjectTypeEnum = D1 ('MetaData "ObjectTypeEnum" "Amazonka.AuditManager.Types.ObjectTypeEnum" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ObjectTypeEnum'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromObjectTypeEnum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RoleType

newtype RoleType Source #

Constructors

RoleType' 

Fields

Bundled Patterns

pattern RoleType_PROCESS_OWNER :: RoleType 
pattern RoleType_RESOURCE_OWNER :: RoleType 

Instances

Instances details
FromJSON RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

FromJSONKey RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToJSON RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToJSONKey RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToByteString RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

toBS :: RoleType -> ByteString #

ToHeader RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

toHeader :: HeaderName -> RoleType -> [Header] #

ToLog RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToQuery RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

FromText RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToText RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

toText :: RoleType -> Text #

FromXML RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToXML RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

toXML :: RoleType -> XML #

Generic RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Associated Types

type Rep RoleType :: Type -> Type #

Methods

from :: RoleType -> Rep RoleType x #

to :: Rep RoleType x -> RoleType #

Read RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Show RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

NFData RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

rnf :: RoleType -> () #

Eq RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Ord RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Hashable RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

hashWithSalt :: Int -> RoleType -> Int #

hash :: RoleType -> Int #

type Rep RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

type Rep RoleType = D1 ('MetaData "RoleType" "Amazonka.AuditManager.Types.RoleType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "RoleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRoleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SettingAttribute

newtype SettingAttribute Source #

Instances

Instances details
FromJSON SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

FromJSONKey SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToJSON SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToJSONKey SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToByteString SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToHeader SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToLog SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToQuery SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

FromText SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToText SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

FromXML SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToXML SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Generic SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Associated Types

type Rep SettingAttribute :: Type -> Type #

Read SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Show SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

NFData SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Methods

rnf :: SettingAttribute -> () #

Eq SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Ord SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Hashable SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

type Rep SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

type Rep SettingAttribute = D1 ('MetaData "SettingAttribute" "Amazonka.AuditManager.Types.SettingAttribute" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "SettingAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSettingAttribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ShareRequestAction

newtype ShareRequestAction Source #

Instances

Instances details
FromJSON ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

FromJSONKey ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToJSON ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToJSONKey ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToByteString ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToHeader ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToLog ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToQuery ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

FromText ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToText ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

FromXML ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

ToXML ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

Generic ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

Associated Types

type Rep ShareRequestAction :: Type -> Type #

Read ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

Show ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

NFData ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

Methods

rnf :: ShareRequestAction -> () #

Eq ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

Ord ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

Hashable ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

type Rep ShareRequestAction Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestAction

type Rep ShareRequestAction = D1 ('MetaData "ShareRequestAction" "Amazonka.AuditManager.Types.ShareRequestAction" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ShareRequestAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromShareRequestAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ShareRequestStatus

newtype ShareRequestStatus Source #

Instances

Instances details
FromJSON ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

FromJSONKey ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToJSON ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToJSONKey ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToByteString ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToHeader ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToLog ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToQuery ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

FromText ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToText ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

FromXML ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

ToXML ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

Generic ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

Associated Types

type Rep ShareRequestStatus :: Type -> Type #

Read ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

Show ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

NFData ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

Methods

rnf :: ShareRequestStatus -> () #

Eq ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

Ord ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

Hashable ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

type Rep ShareRequestStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestStatus

type Rep ShareRequestStatus = D1 ('MetaData "ShareRequestStatus" "Amazonka.AuditManager.Types.ShareRequestStatus" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ShareRequestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromShareRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ShareRequestType

newtype ShareRequestType Source #

Instances

Instances details
FromJSON ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

FromJSONKey ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToJSON ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToJSONKey ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToByteString ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToHeader ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToLog ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToQuery ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

FromText ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToText ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

FromXML ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

ToXML ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

Generic ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

Associated Types

type Rep ShareRequestType :: Type -> Type #

Read ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

Show ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

NFData ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

Methods

rnf :: ShareRequestType -> () #

Eq ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

Ord ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

Hashable ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

type Rep ShareRequestType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ShareRequestType

type Rep ShareRequestType = D1 ('MetaData "ShareRequestType" "Amazonka.AuditManager.Types.ShareRequestType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "ShareRequestType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromShareRequestType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceFrequency

newtype SourceFrequency Source #

Constructors

SourceFrequency' 

Instances

Instances details
FromJSON SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

FromJSONKey SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToJSON SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToJSONKey SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToByteString SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToHeader SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToLog SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToQuery SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

FromText SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToText SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

FromXML SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToXML SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Methods

toXML :: SourceFrequency -> XML #

Generic SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Associated Types

type Rep SourceFrequency :: Type -> Type #

Read SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Show SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

NFData SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Methods

rnf :: SourceFrequency -> () #

Eq SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Ord SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Hashable SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

type Rep SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

type Rep SourceFrequency = D1 ('MetaData "SourceFrequency" "Amazonka.AuditManager.Types.SourceFrequency" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "SourceFrequency'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceSetUpOption

newtype SourceSetUpOption Source #

Instances

Instances details
FromJSON SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

FromJSONKey SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToJSON SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToJSONKey SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToByteString SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToHeader SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToLog SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToQuery SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

FromText SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToText SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

FromXML SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToXML SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Generic SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Associated Types

type Rep SourceSetUpOption :: Type -> Type #

Read SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Show SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

NFData SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Methods

rnf :: SourceSetUpOption -> () #

Eq SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Ord SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Hashable SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

type Rep SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

type Rep SourceSetUpOption = D1 ('MetaData "SourceSetUpOption" "Amazonka.AuditManager.Types.SourceSetUpOption" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "SourceSetUpOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceSetUpOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SourceType

newtype SourceType Source #

Constructors

SourceType' 

Fields

Instances

Instances details
FromJSON SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToJSON SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToJSONKey SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToByteString SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

FromText SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToText SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Methods

toText :: SourceType -> Text #

FromXML SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToXML SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Methods

toXML :: SourceType -> XML #

Generic SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

Read SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

NFData SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Methods

rnf :: SourceType -> () #

Eq SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Hashable SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

type Rep SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.AuditManager.Types.SourceType" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'True) (C1 ('MetaCons "SourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AWSAccount

data AWSAccount Source #

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

See: newAWSAccount smart constructor.

Constructors

AWSAccount' (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

ToJSON AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Generic AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Associated Types

type Rep AWSAccount :: Type -> Type #

Read AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Show AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

NFData AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Methods

rnf :: AWSAccount -> () #

Eq AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Hashable AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

type Rep AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

type Rep AWSAccount = D1 ('MetaData "AWSAccount" "Amazonka.AuditManager.Types.AWSAccount" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AWSAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAWSAccount :: AWSAccount Source #

Create a value of AWSAccount with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:emailAddress:AWSAccount', aWSAccount_emailAddress - The email address that's associated with the Amazon Web Services account.

$sel:id:AWSAccount', aWSAccount_id - The identifier for the Amazon Web Services account.

$sel:name:AWSAccount', aWSAccount_name - The name of the Amazon Web Services account.

AWSService

data AWSService Source #

An Amazon Web Service such as Amazon S3 or CloudTrail.

See: newAWSService smart constructor.

Constructors

AWSService' (Maybe Text) 

Instances

Instances details
FromJSON AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

ToJSON AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Generic AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Associated Types

type Rep AWSService :: Type -> Type #

Read AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Show AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

NFData AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Methods

rnf :: AWSService -> () #

Eq AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Hashable AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

type Rep AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

type Rep AWSService = D1 ('MetaData "AWSService" "Amazonka.AuditManager.Types.AWSService" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AWSService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serviceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAWSService :: AWSService Source #

Create a value of AWSService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serviceName:AWSService', aWSService_serviceName - The name of the Amazon Web Service.

Assessment

data Assessment Source #

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.

See: newAssessment smart constructor.

Instances

Instances details
FromJSON Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Generic Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Associated Types

type Rep Assessment :: Type -> Type #

Read Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Show Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

NFData Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Methods

rnf :: Assessment -> () #

Eq Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Hashable Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

type Rep Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

newAssessment :: Assessment Source #

Create a value of Assessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

Assessment, assessment_arn - The Amazon Resource Name (ARN) of the assessment.

$sel:awsAccount:Assessment', assessment_awsAccount - The Amazon Web Services account that's associated with the assessment.

$sel:framework:Assessment', assessment_framework - The framework that the assessment was created from.

Assessment, assessment_metadata - The metadata for the assessment.

$sel:tags:Assessment', assessment_tags - The tags that are associated with the assessment.

AssessmentControl

data AssessmentControl Source #

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

See: newAssessmentControl smart constructor.

Instances

Instances details
FromJSON AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Generic AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Associated Types

type Rep AssessmentControl :: Type -> Type #

Read AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Show AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

NFData AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Methods

rnf :: AssessmentControl -> () #

Eq AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Hashable AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

type Rep AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

newAssessmentControl :: AssessmentControl Source #

Create a value of AssessmentControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentReportEvidenceCount:AssessmentControl', assessmentControl_assessmentReportEvidenceCount - The amount of evidence in the assessment report.

$sel:comments:AssessmentControl', assessmentControl_comments - The list of comments that's attached to the control.

$sel:description:AssessmentControl', assessmentControl_description - The description of the control.

$sel:evidenceCount:AssessmentControl', assessmentControl_evidenceCount - The amount of evidence that's collected for the control.

$sel:evidenceSources:AssessmentControl', assessmentControl_evidenceSources - The list of data sources for the evidence.

$sel:id:AssessmentControl', assessmentControl_id - The identifier for the control.

$sel:name:AssessmentControl', assessmentControl_name - The name of the control.

$sel:response:AssessmentControl', assessmentControl_response - The response of the control.

$sel:status:AssessmentControl', assessmentControl_status - The status of the control.

AssessmentControlSet

data AssessmentControlSet Source #

Represents a set of controls in an Audit Manager assessment.

See: newAssessmentControlSet smart constructor.

Instances

Instances details
FromJSON AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Generic AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Associated Types

type Rep AssessmentControlSet :: Type -> Type #

Read AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Show AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

NFData AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Methods

rnf :: AssessmentControlSet -> () #

Eq AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Hashable AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

type Rep AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

newAssessmentControlSet :: AssessmentControlSet Source #

Create a value of AssessmentControlSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controls:AssessmentControlSet', assessmentControlSet_controls - The list of controls that's contained with the control set.

$sel:delegations:AssessmentControlSet', assessmentControlSet_delegations - The delegations that are associated with the control set.

AssessmentControlSet, assessmentControlSet_description - The description for the control set.

AssessmentControlSet, assessmentControlSet_id - The identifier of the control set in the assessment. This is the control set name in a plain string format.

$sel:manualEvidenceCount:AssessmentControlSet', assessmentControlSet_manualEvidenceCount - The total number of evidence objects that are uploaded manually to the control set.

$sel:roles:AssessmentControlSet', assessmentControlSet_roles - The roles that are associated with the control set.

AssessmentControlSet, assessmentControlSet_status - The current status of the control set.

$sel:systemEvidenceCount:AssessmentControlSet', assessmentControlSet_systemEvidenceCount - The total number of evidence objects that are retrieved automatically for the control set.

AssessmentEvidenceFolder

data AssessmentEvidenceFolder Source #

The folder where Audit Manager stores evidence for an assessment.

See: newAssessmentEvidenceFolder smart constructor.

Instances

Instances details
FromJSON AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Generic AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Associated Types

type Rep AssessmentEvidenceFolder :: Type -> Type #

Read AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Show AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

NFData AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Eq AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Hashable AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

type Rep AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

type Rep AssessmentEvidenceFolder = D1 ('MetaData "AssessmentEvidenceFolder" "Amazonka.AuditManager.Types.AssessmentEvidenceFolder" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssessmentEvidenceFolder'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentReportSelectionCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "author") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "controlName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "evidenceAwsServiceSourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))) :*: (((S1 ('MetaSel ('Just "evidenceByTypeComplianceCheckCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "evidenceByTypeComplianceCheckIssuesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "evidenceByTypeConfigurationDataCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "evidenceByTypeManualCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "evidenceByTypeUserActivityCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "evidenceResourcesIncludedCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))))

newAssessmentEvidenceFolder :: AssessmentEvidenceFolder Source #

Create a value of AssessmentEvidenceFolder with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentId:AssessmentEvidenceFolder', assessmentEvidenceFolder_assessmentId - The identifier for the assessment.

$sel:assessmentReportSelectionCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_assessmentReportSelectionCount - The total count of evidence that's included in the assessment report.

$sel:author:AssessmentEvidenceFolder', assessmentEvidenceFolder_author - The name of the user who created the evidence folder.

$sel:controlId:AssessmentEvidenceFolder', assessmentEvidenceFolder_controlId - The unique identifier for the control.

$sel:controlName:AssessmentEvidenceFolder', assessmentEvidenceFolder_controlName - The name of the control.

$sel:controlSetId:AssessmentEvidenceFolder', assessmentEvidenceFolder_controlSetId - The identifier for the control set.

$sel:dataSource:AssessmentEvidenceFolder', assessmentEvidenceFolder_dataSource - The Amazon Web Service that the evidence was collected from.

$sel:date:AssessmentEvidenceFolder', assessmentEvidenceFolder_date - The date when the first evidence was added to the evidence folder.

$sel:evidenceAwsServiceSourceCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceAwsServiceSourceCount - The total number of Amazon Web Services resources that were assessed to generate the evidence.

$sel:evidenceByTypeComplianceCheckCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceByTypeComplianceCheckCount - The number of evidence that falls under the compliance check category. This evidence is collected from Config or Security Hub.

$sel:evidenceByTypeComplianceCheckIssuesCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceByTypeComplianceCheckIssuesCount - The total number of issues that were reported directly from Security Hub, Config, or both.

$sel:evidenceByTypeConfigurationDataCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceByTypeConfigurationDataCount - 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.

$sel:evidenceByTypeManualCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceByTypeManualCount - The number of evidence that falls under the manual category. This evidence is imported manually.

$sel:evidenceByTypeUserActivityCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceByTypeUserActivityCount - The number of evidence that falls under the user activity category. This evidence is collected from CloudTrail logs.

$sel:evidenceResourcesIncludedCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceResourcesIncludedCount - The amount of evidence that's included in the evidence folder.

$sel:id:AssessmentEvidenceFolder', assessmentEvidenceFolder_id - The identifier for the folder that the evidence is stored in.

$sel:name:AssessmentEvidenceFolder', assessmentEvidenceFolder_name - The name of the evidence folder.

$sel:totalEvidence:AssessmentEvidenceFolder', assessmentEvidenceFolder_totalEvidence - The total amount of evidence in the evidence folder.

AssessmentFramework

data AssessmentFramework Source #

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

See: newAssessmentFramework smart constructor.

Instances

Instances details
FromJSON AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Generic AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Associated Types

type Rep AssessmentFramework :: Type -> Type #

Read AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Show AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

NFData AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Methods

rnf :: AssessmentFramework -> () #

Eq AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Hashable AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

type Rep AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

type Rep AssessmentFramework = D1 ('MetaData "AssessmentFramework" "Amazonka.AuditManager.Types.AssessmentFramework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssessmentFramework'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentControlSet]))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameworkMetadata)))))

newAssessmentFramework :: AssessmentFramework Source #

Create a value of AssessmentFramework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:AssessmentFramework', assessmentFramework_arn - The Amazon Resource Name (ARN) of the framework.

$sel:controlSets:AssessmentFramework', assessmentFramework_controlSets - The control sets that are associated with the framework.

AssessmentFramework, assessmentFramework_id - The unique identifier for the framework.

$sel:metadata:AssessmentFramework', assessmentFramework_metadata - Undocumented member.

AssessmentFrameworkMetadata

data AssessmentFrameworkMetadata Source #

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

See: newAssessmentFrameworkMetadata smart constructor.

Instances

Instances details
FromJSON AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Generic AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Associated Types

type Rep AssessmentFrameworkMetadata :: Type -> Type #

Read AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Show AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

NFData AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Eq AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Hashable AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

type Rep AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

type Rep AssessmentFrameworkMetadata = D1 ('MetaData "AssessmentFrameworkMetadata" "Amazonka.AuditManager.Types.AssessmentFrameworkMetadata" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssessmentFrameworkMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "controlSetsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "controlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameworkType)))))))

newAssessmentFrameworkMetadata :: AssessmentFrameworkMetadata Source #

Create a value of AssessmentFrameworkMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_arn - The Amazon Resource Name (ARN) of the framework.

$sel:complianceType:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_complianceType - The compliance type that the new custom framework supports, such as CIS or HIPAA.

$sel:controlSetsCount:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_controlSetsCount - The number of control sets that are associated with the framework.

$sel:controlsCount:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_controlsCount - The number of controls that are associated with the framework.

$sel:createdAt:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_createdAt - The time when the framework was created.

$sel:description:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_description - The description of the framework.

$sel:id:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_id - The unique identifier for the framework.

$sel:lastUpdatedAt:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_lastUpdatedAt - The time when the framework was most recently updated.

$sel:logo:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_logo - The logo that's associated with the framework.

$sel:name:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_name - The name of the framework.

$sel:type':AssessmentFrameworkMetadata', assessmentFrameworkMetadata_type - The framework type, such as a standard framework or a custom framework.

AssessmentFrameworkShareRequest

data AssessmentFrameworkShareRequest Source #

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

See: newAssessmentFrameworkShareRequest smart constructor.

Instances

Instances details
FromJSON AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

Generic AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

Associated Types

type Rep AssessmentFrameworkShareRequest :: Type -> Type #

Read AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

Show AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

NFData AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

Eq AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

Hashable AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

type Rep AssessmentFrameworkShareRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest

type Rep AssessmentFrameworkShareRequest = D1 ('MetaData "AssessmentFrameworkShareRequest" "Amazonka.AuditManager.Types.AssessmentFrameworkShareRequest" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssessmentFrameworkShareRequest'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "customControlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "destinationAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "destinationRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "expirationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: (((S1 ('MetaSel ('Just "frameworkDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "frameworkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "standardControlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShareRequestStatus)))))))

newAssessmentFrameworkShareRequest :: AssessmentFrameworkShareRequest Source #

Create a value of AssessmentFrameworkShareRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comment:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_comment - An optional comment from the sender about the share request.

$sel:complianceType:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_complianceType - The compliance type that the shared custom framework supports, such as CIS or HIPAA.

$sel:creationTime:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_creationTime - The time when the share request was created.

$sel:customControlsCount:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_customControlsCount - The number of custom controls that are part of the shared custom framework.

$sel:destinationAccount:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_destinationAccount - The Amazon Web Services account of the recipient.

$sel:destinationRegion:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_destinationRegion - The Amazon Web Services Region of the recipient.

$sel:expirationTime:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_expirationTime - The time when the share request expires.

$sel:frameworkDescription:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_frameworkDescription - The description of the shared custom framework.

$sel:frameworkId:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_frameworkId - The unique identifier for the shared custom framework.

$sel:frameworkName:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_frameworkName - The name of the custom framework that the share request is for.

$sel:id:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_id - The unique identifier for the share request.

$sel:lastUpdated:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_lastUpdated - Specifies when the share request was last updated.

$sel:sourceAccount:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_sourceAccount - The Amazon Web Services account of the sender.

$sel:standardControlsCount:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_standardControlsCount - The number of standard controls that are part of the shared custom framework.

$sel:status:AssessmentFrameworkShareRequest', assessmentFrameworkShareRequest_status - The status of the share request.

AssessmentMetadata

data AssessmentMetadata Source #

The metadata that's associated with the specified assessment.

See: newAssessmentMetadata smart constructor.

Instances

Instances details
FromJSON AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Generic AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Associated Types

type Rep AssessmentMetadata :: Type -> Type #

Read AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Show AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

NFData AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Methods

rnf :: AssessmentMetadata -> () #

Eq AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Hashable AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

type Rep AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

type Rep AssessmentMetadata = D1 ('MetaData "AssessmentMetadata" "Amazonka.AuditManager.Types.AssessmentMetadata" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssessmentMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "assessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportsDestination)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Delegation])) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])) :*: (S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scope)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentStatus)))))))

newAssessmentMetadata :: AssessmentMetadata Source #

Create a value of AssessmentMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentReportsDestination:AssessmentMetadata', assessmentMetadata_assessmentReportsDestination - The destination that evidence reports are stored in for the assessment.

$sel:complianceType:AssessmentMetadata', assessmentMetadata_complianceType - The name of the compliance standard that's related to the assessment, such as PCI-DSS.

AssessmentMetadata, assessmentMetadata_creationTime - Specifies when the assessment was created.

$sel:delegations:AssessmentMetadata', assessmentMetadata_delegations - The delegations that are associated with the assessment.

$sel:description:AssessmentMetadata', assessmentMetadata_description - The description of the assessment.

AssessmentMetadata, assessmentMetadata_id - The unique identifier for the assessment.

AssessmentMetadata, assessmentMetadata_lastUpdated - The time of the most recent update.

$sel:name:AssessmentMetadata', assessmentMetadata_name - The name of the assessment.

$sel:roles:AssessmentMetadata', assessmentMetadata_roles - The roles that are associated with the assessment.

$sel:scope:AssessmentMetadata', assessmentMetadata_scope - The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.

AssessmentMetadata, assessmentMetadata_status - The overall status of the assessment.

AssessmentMetadataItem

data AssessmentMetadataItem Source #

A metadata object that's associated with an assessment in Audit Manager.

See: newAssessmentMetadataItem smart constructor.

Instances

Instances details
FromJSON AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Generic AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Associated Types

type Rep AssessmentMetadataItem :: Type -> Type #

Read AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Show AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

NFData AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Methods

rnf :: AssessmentMetadataItem -> () #

Eq AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Hashable AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

type Rep AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

newAssessmentMetadataItem :: AssessmentMetadataItem Source #

Create a value of AssessmentMetadataItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:complianceType:AssessmentMetadataItem', assessmentMetadataItem_complianceType - The name of the compliance standard that's related to the assessment, such as PCI-DSS.

AssessmentMetadataItem, assessmentMetadataItem_creationTime - Specifies when the assessment was created.

$sel:delegations:AssessmentMetadataItem', assessmentMetadataItem_delegations - The delegations that are associated with the assessment.

AssessmentMetadataItem, assessmentMetadataItem_id - The unique identifier for the assessment.

AssessmentMetadataItem, assessmentMetadataItem_lastUpdated - The time of the most recent update.

$sel:name:AssessmentMetadataItem', assessmentMetadataItem_name - The name of the assessment.

$sel:roles:AssessmentMetadataItem', assessmentMetadataItem_roles - The roles that are associated with the assessment.

AssessmentMetadataItem, assessmentMetadataItem_status - The current status of the assessment.

AssessmentReport

data AssessmentReport Source #

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.

See: newAssessmentReport smart constructor.

Instances

Instances details
FromJSON AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Generic AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Associated Types

type Rep AssessmentReport :: Type -> Type #

Read AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Show AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

NFData AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Methods

rnf :: AssessmentReport -> () #

Eq AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Hashable AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

type Rep AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

newAssessmentReport :: AssessmentReport Source #

Create a value of AssessmentReport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentId:AssessmentReport', assessmentReport_assessmentId - The identifier for the specified assessment.

$sel:assessmentName:AssessmentReport', assessmentReport_assessmentName - The name of the associated assessment.

$sel:author:AssessmentReport', assessmentReport_author - The name of the user who created the assessment report.

$sel:awsAccountId:AssessmentReport', assessmentReport_awsAccountId - The identifier for the specified Amazon Web Services account.

$sel:creationTime:AssessmentReport', assessmentReport_creationTime - Specifies when the assessment report was created.

$sel:description:AssessmentReport', assessmentReport_description - The description of the specified assessment report.

$sel:id:AssessmentReport', assessmentReport_id - The unique identifier for the assessment report.

$sel:name:AssessmentReport', assessmentReport_name - The name that's given to the assessment report.

$sel:status:AssessmentReport', assessmentReport_status - The current status of the specified assessment report.

AssessmentReportEvidenceError

data AssessmentReportEvidenceError Source #

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

See: newAssessmentReportEvidenceError smart constructor.

Instances

Instances details
FromJSON AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Generic AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Associated Types

type Rep AssessmentReportEvidenceError :: Type -> Type #

Read AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Show AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

NFData AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Eq AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Hashable AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

type Rep AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

type Rep AssessmentReportEvidenceError = D1 ('MetaData "AssessmentReportEvidenceError" "Amazonka.AuditManager.Types.AssessmentReportEvidenceError" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssessmentReportEvidenceError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evidenceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newAssessmentReportEvidenceError :: AssessmentReportEvidenceError Source #

Create a value of AssessmentReportEvidenceError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:AssessmentReportEvidenceError', assessmentReportEvidenceError_errorCode - The error code that was returned.

$sel:errorMessage:AssessmentReportEvidenceError', assessmentReportEvidenceError_errorMessage - The error message that was returned.

$sel:evidenceId:AssessmentReportEvidenceError', assessmentReportEvidenceError_evidenceId - The identifier for the evidence.

AssessmentReportMetadata

data AssessmentReportMetadata Source #

The metadata objects that are associated with the specified assessment report.

See: newAssessmentReportMetadata smart constructor.

Instances

Instances details
FromJSON AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Generic AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Associated Types

type Rep AssessmentReportMetadata :: Type -> Type #

Read AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Show AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

NFData AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Eq AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Hashable AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

type Rep AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

newAssessmentReportMetadata :: AssessmentReportMetadata Source #

Create a value of AssessmentReportMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentId:AssessmentReportMetadata', assessmentReportMetadata_assessmentId - The unique identifier for the associated assessment.

$sel:assessmentName:AssessmentReportMetadata', assessmentReportMetadata_assessmentName - The name of the associated assessment.

$sel:author:AssessmentReportMetadata', assessmentReportMetadata_author - The name of the user who created the assessment report.

$sel:creationTime:AssessmentReportMetadata', assessmentReportMetadata_creationTime - Specifies when the assessment report was created.

$sel:description:AssessmentReportMetadata', assessmentReportMetadata_description - The description of the assessment report.

$sel:id:AssessmentReportMetadata', assessmentReportMetadata_id - The unique identifier for the assessment report.

$sel:name:AssessmentReportMetadata', assessmentReportMetadata_name - The name of the assessment report.

$sel:status:AssessmentReportMetadata', assessmentReportMetadata_status - The current status of the assessment report.

AssessmentReportsDestination

data AssessmentReportsDestination Source #

The location where Audit Manager saves assessment reports for the given assessment.

See: newAssessmentReportsDestination smart constructor.

Instances

Instances details
FromJSON AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

ToJSON AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Generic AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Associated Types

type Rep AssessmentReportsDestination :: Type -> Type #

Read AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Show AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

NFData AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Eq AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Hashable AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

type Rep AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

type Rep AssessmentReportsDestination = D1 ('MetaData "AssessmentReportsDestination" "Amazonka.AuditManager.Types.AssessmentReportsDestination" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "AssessmentReportsDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "destinationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportDestinationType))))

newAssessmentReportsDestination :: AssessmentReportsDestination Source #

Create a value of AssessmentReportsDestination with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:destination:AssessmentReportsDestination', assessmentReportsDestination_destination - The destination of the assessment report.

$sel:destinationType:AssessmentReportsDestination', assessmentReportsDestination_destinationType - The destination type, such as Amazon S3.

BatchCreateDelegationByAssessmentError

data BatchCreateDelegationByAssessmentError Source #

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

See: newBatchCreateDelegationByAssessmentError smart constructor.

Instances

Instances details
FromJSON BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Generic BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Read BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Show BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

NFData BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Eq BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Hashable BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

type Rep BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

type Rep BatchCreateDelegationByAssessmentError = D1 ('MetaData "BatchCreateDelegationByAssessmentError" "Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchCreateDelegationByAssessmentError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "createDelegationRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CreateDelegationRequest)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchCreateDelegationByAssessmentError :: BatchCreateDelegationByAssessmentError Source #

Create a value of BatchCreateDelegationByAssessmentError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:createDelegationRequest:BatchCreateDelegationByAssessmentError', batchCreateDelegationByAssessmentError_createDelegationRequest - The API request to batch create delegations in Audit Manager.

$sel:errorCode:BatchCreateDelegationByAssessmentError', batchCreateDelegationByAssessmentError_errorCode - The error code that the BatchCreateDelegationByAssessment API returned.

$sel:errorMessage:BatchCreateDelegationByAssessmentError', batchCreateDelegationByAssessmentError_errorMessage - The error message that the BatchCreateDelegationByAssessment API returned.

BatchDeleteDelegationByAssessmentError

data BatchDeleteDelegationByAssessmentError Source #

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

See: newBatchDeleteDelegationByAssessmentError smart constructor.

Instances

Instances details
FromJSON BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

Generic BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

Read BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

Show BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

NFData BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

Eq BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

Hashable BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

type Rep BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

type Rep BatchDeleteDelegationByAssessmentError = D1 ('MetaData "BatchDeleteDelegationByAssessmentError" "Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchDeleteDelegationByAssessmentError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "delegationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchDeleteDelegationByAssessmentError :: BatchDeleteDelegationByAssessmentError Source #

Create a value of BatchDeleteDelegationByAssessmentError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:delegationId:BatchDeleteDelegationByAssessmentError', batchDeleteDelegationByAssessmentError_delegationId - The identifier for the delegation.

$sel:errorCode:BatchDeleteDelegationByAssessmentError', batchDeleteDelegationByAssessmentError_errorCode - The error code that the BatchDeleteDelegationByAssessment API returned.

$sel:errorMessage:BatchDeleteDelegationByAssessmentError', batchDeleteDelegationByAssessmentError_errorMessage - The error message that the BatchDeleteDelegationByAssessment API returned.

BatchImportEvidenceToAssessmentControlError

data BatchImportEvidenceToAssessmentControlError Source #

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

See: newBatchImportEvidenceToAssessmentControlError smart constructor.

Instances

Instances details
FromJSON BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

Generic BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

Read BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

Show BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

NFData BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

Eq BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

Hashable BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

type Rep BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

type Rep BatchImportEvidenceToAssessmentControlError = D1 ('MetaData "BatchImportEvidenceToAssessmentControlError" "Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "BatchImportEvidenceToAssessmentControlError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "manualEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ManualEvidence)))))

newBatchImportEvidenceToAssessmentControlError :: BatchImportEvidenceToAssessmentControlError Source #

Create a value of BatchImportEvidenceToAssessmentControlError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:BatchImportEvidenceToAssessmentControlError', batchImportEvidenceToAssessmentControlError_errorCode - The error code that the BatchImportEvidenceToAssessmentControl API returned.

$sel:errorMessage:BatchImportEvidenceToAssessmentControlError', batchImportEvidenceToAssessmentControlError_errorMessage - The error message that the BatchImportEvidenceToAssessmentControl API returned.

$sel:manualEvidence:BatchImportEvidenceToAssessmentControlError', batchImportEvidenceToAssessmentControlError_manualEvidence - Manual evidence that can't be collected automatically by Audit Manager.

ChangeLog

data ChangeLog Source #

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.

See: newChangeLog smart constructor.

Instances

Instances details
FromJSON ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Generic ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Associated Types

type Rep ChangeLog :: Type -> Type #

Read ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Show ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

NFData ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Methods

rnf :: ChangeLog -> () #

Eq ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Hashable ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

type Rep ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

type Rep ChangeLog = D1 ('MetaData "ChangeLog" "Amazonka.AuditManager.Types.ChangeLog" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ChangeLog'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionEnum)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "objectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "objectType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTypeEnum))))))

newChangeLog :: ChangeLog Source #

Create a value of ChangeLog with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:ChangeLog', changeLog_action - The action that was performed.

$sel:createdAt:ChangeLog', changeLog_createdAt - The time when the action was performed and the changelog record was created.

$sel:createdBy:ChangeLog', changeLog_createdBy - The IAM user or role that performed the action.

$sel:objectName:ChangeLog', changeLog_objectName - The name of the object that changed. This could be the name of an assessment, control, or control set.

$sel:objectType:ChangeLog', changeLog_objectType - The object that was changed, such as an assessment, control, or control set.

Control

data Control Source #

A control in Audit Manager.

See: newControl smart constructor.

Instances

Instances details
FromJSON Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Generic Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Associated Types

type Rep Control :: Type -> Type #

Methods

from :: Control -> Rep Control x #

to :: Rep Control x -> Control #

Read Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Show Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

NFData Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

rnf :: Control -> () #

Eq Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

(==) :: Control -> Control -> Bool #

(/=) :: Control -> Control -> Bool #

Hashable Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

hashWithSalt :: Int -> Control -> Int #

hash :: Control -> Int #

type Rep Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

type Rep Control = D1 ('MetaData "Control" "Amazonka.AuditManager.Types.Control" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Control'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "actionPlanInstructions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "actionPlanTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "controlMappingSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ControlMappingSource))) :*: S1 ('MetaSel ('Just "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "testingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlType)))))))

newControl :: Control Source #

Create a value of Control with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionPlanInstructions:Control', control_actionPlanInstructions - The recommended actions to carry out if the control isn't fulfilled.

$sel:actionPlanTitle:Control', control_actionPlanTitle - The title of the action plan for remediating the control.

$sel:arn:Control', control_arn - The Amazon Resource Name (ARN) of the control.

$sel:controlMappingSources:Control', control_controlMappingSources - The data mapping sources for the control.

$sel:controlSources:Control', control_controlSources - The data source types that determine where Audit Manager collects evidence from for the control.

$sel:createdAt:Control', control_createdAt - The time when the control was created.

$sel:createdBy:Control', control_createdBy - The IAM user or role that created the control.

$sel:description:Control', control_description - The description of the control.

$sel:id:Control', control_id - The unique identifier for the control.

$sel:lastUpdatedAt:Control', control_lastUpdatedAt - The time when the control was most recently updated.

$sel:lastUpdatedBy:Control', control_lastUpdatedBy - The IAM user or role that most recently updated the control.

$sel:name:Control', control_name - The name of the control.

$sel:tags:Control', control_tags - The tags associated with the control.

$sel:testingInformation:Control', control_testingInformation - The steps that you should follow to determine if the control has been satisfied.

$sel:type':Control', control_type - The type of control, such as a custom control or a standard control.

ControlComment

data ControlComment Source #

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

See: newControlComment smart constructor.

Instances

Instances details
FromJSON ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Generic ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Associated Types

type Rep ControlComment :: Type -> Type #

Read ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Show ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

NFData ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Methods

rnf :: ControlComment -> () #

Eq ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Hashable ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

type Rep ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

type Rep ControlComment = D1 ('MetaData "ControlComment" "Amazonka.AuditManager.Types.ControlComment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "commentBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "postedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newControlComment :: ControlComment Source #

Create a value of ControlComment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:authorName:ControlComment', controlComment_authorName - The name of the user who authored the comment.

$sel:commentBody:ControlComment', controlComment_commentBody - The body text of a control comment.

$sel:postedDate:ControlComment', controlComment_postedDate - The time when the comment was posted.

ControlDomainInsights

data ControlDomainInsights Source #

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.

See: newControlDomainInsights smart constructor.

Instances

Instances details
FromJSON ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Generic ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Associated Types

type Rep ControlDomainInsights :: Type -> Type #

Read ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Show ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

NFData ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Methods

rnf :: ControlDomainInsights -> () #

Eq ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

Hashable ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

type Rep ControlDomainInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlDomainInsights

type Rep ControlDomainInsights = D1 ('MetaData "ControlDomainInsights" "Amazonka.AuditManager.Types.ControlDomainInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlDomainInsights'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "controlsCountByNoncompliantEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "evidenceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvidenceInsights)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "totalControlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newControlDomainInsights :: ControlDomainInsights Source #

Create a value of ControlDomainInsights with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlsCountByNoncompliantEvidence:ControlDomainInsights', controlDomainInsights_controlsCountByNoncompliantEvidence - The number of controls in the control domain that collected non-compliant evidence on the lastUpdated date.

$sel:evidenceInsights:ControlDomainInsights', controlDomainInsights_evidenceInsights - A breakdown of the compliance check status for the evidence that’s associated with the control domain.

$sel:id:ControlDomainInsights', controlDomainInsights_id - The unique identifier for the control domain.

$sel:lastUpdated:ControlDomainInsights', controlDomainInsights_lastUpdated - The time when the control domain insights were last updated.

$sel:name:ControlDomainInsights', controlDomainInsights_name - The name of the control domain.

$sel:totalControlsCount:ControlDomainInsights', controlDomainInsights_totalControlsCount - The total number of controls in the control domain.

ControlInsightsMetadataByAssessmentItem

data ControlInsightsMetadataByAssessmentItem Source #

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.

See: newControlInsightsMetadataByAssessmentItem smart constructor.

Instances

Instances details
FromJSON ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

Generic ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

Read ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

Show ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

NFData ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

Eq ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

Hashable ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

type Rep ControlInsightsMetadataByAssessmentItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem

type Rep ControlInsightsMetadataByAssessmentItem = D1 ('MetaData "ControlInsightsMetadataByAssessmentItem" "Amazonka.AuditManager.Types.ControlInsightsMetadataByAssessmentItem" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlInsightsMetadataByAssessmentItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "controlSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evidenceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvidenceInsights))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newControlInsightsMetadataByAssessmentItem :: ControlInsightsMetadataByAssessmentItem Source #

Create a value of ControlInsightsMetadataByAssessmentItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controlSetName:ControlInsightsMetadataByAssessmentItem', controlInsightsMetadataByAssessmentItem_controlSetName - The name of the control set that the assessment control belongs to.

$sel:evidenceInsights:ControlInsightsMetadataByAssessmentItem', controlInsightsMetadataByAssessmentItem_evidenceInsights - A breakdown of the compliance check status for the evidence that’s associated with the assessment control.

$sel:id:ControlInsightsMetadataByAssessmentItem', controlInsightsMetadataByAssessmentItem_id - The unique identifier for the assessment control.

$sel:lastUpdated:ControlInsightsMetadataByAssessmentItem', controlInsightsMetadataByAssessmentItem_lastUpdated - The time when the assessment control insights were last updated.

$sel:name:ControlInsightsMetadataByAssessmentItem', controlInsightsMetadataByAssessmentItem_name - The name of the assessment control.

ControlInsightsMetadataItem

data ControlInsightsMetadataItem Source #

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.

See: newControlInsightsMetadataItem smart constructor.

Instances

Instances details
FromJSON ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Generic ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Associated Types

type Rep ControlInsightsMetadataItem :: Type -> Type #

Read ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Show ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

NFData ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Eq ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

Hashable ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

type Rep ControlInsightsMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlInsightsMetadataItem

type Rep ControlInsightsMetadataItem = D1 ('MetaData "ControlInsightsMetadataItem" "Amazonka.AuditManager.Types.ControlInsightsMetadataItem" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlInsightsMetadataItem'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "evidenceInsights") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvidenceInsights)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newControlInsightsMetadataItem :: ControlInsightsMetadataItem Source #

Create a value of ControlInsightsMetadataItem with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evidenceInsights:ControlInsightsMetadataItem', controlInsightsMetadataItem_evidenceInsights - A breakdown of the compliance check status for the evidence that’s associated with the control.

$sel:id:ControlInsightsMetadataItem', controlInsightsMetadataItem_id - The unique identifier for the control.

$sel:lastUpdated:ControlInsightsMetadataItem', controlInsightsMetadataItem_lastUpdated - The time when the control insights were last updated.

$sel:name:ControlInsightsMetadataItem', controlInsightsMetadataItem_name - The name of the control.

ControlMappingSource

data ControlMappingSource Source #

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

See: newControlMappingSource smart constructor.

Instances

Instances details
FromJSON ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

ToJSON ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Generic ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Associated Types

type Rep ControlMappingSource :: Type -> Type #

Read ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Show ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

NFData ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Methods

rnf :: ControlMappingSource -> () #

Eq ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Hashable ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

type Rep ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

type Rep ControlMappingSource = D1 ('MetaData "ControlMappingSource" "Amazonka.AuditManager.Types.ControlMappingSource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlMappingSource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "sourceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceFrequency))) :*: (S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceKeyword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceKeyword)))) :*: ((S1 ('MetaSel ('Just "sourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceSetUpOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceSetUpOption))) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)) :*: S1 ('MetaSel ('Just "troubleshootingText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newControlMappingSource :: ControlMappingSource Source #

Create a value of ControlMappingSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceDescription:ControlMappingSource', controlMappingSource_sourceDescription - The description of the source.

$sel:sourceFrequency:ControlMappingSource', controlMappingSource_sourceFrequency - The frequency of evidence collection for the control mapping source.

$sel:sourceId:ControlMappingSource', controlMappingSource_sourceId - The unique identifier for the source.

$sel:sourceKeyword:ControlMappingSource', controlMappingSource_sourceKeyword - Undocumented member.

$sel:sourceName:ControlMappingSource', controlMappingSource_sourceName - The name of the source.

$sel:sourceSetUpOption:ControlMappingSource', controlMappingSource_sourceSetUpOption - The setup option for the data source. This option reflects if the evidence collection is automated or manual.

$sel:sourceType:ControlMappingSource', controlMappingSource_sourceType - Specifies one of the five data source types for evidence collection.

$sel:troubleshootingText:ControlMappingSource', controlMappingSource_troubleshootingText - The instructions for troubleshooting the control.

ControlMetadata

data ControlMetadata Source #

The metadata that's associated with the standard control or custom control.

See: newControlMetadata smart constructor.

Instances

Instances details
FromJSON ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Generic ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Associated Types

type Rep ControlMetadata :: Type -> Type #

Read ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Show ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

NFData ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Methods

rnf :: ControlMetadata -> () #

Eq ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Hashable ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

type Rep ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

type Rep ControlMetadata = D1 ('MetaData "ControlMetadata" "Amazonka.AuditManager.Types.ControlMetadata" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newControlMetadata :: ControlMetadata Source #

Create a value of ControlMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:ControlMetadata', controlMetadata_arn - The Amazon Resource Name (ARN) of the control.

$sel:controlSources:ControlMetadata', controlMetadata_controlSources - The data source that determines where Audit Manager collects evidence from for the control.

$sel:createdAt:ControlMetadata', controlMetadata_createdAt - The time when the control was created.

$sel:id:ControlMetadata', controlMetadata_id - The unique identifier for the control.

$sel:lastUpdatedAt:ControlMetadata', controlMetadata_lastUpdatedAt - The time when the control was most recently updated.

$sel:name:ControlMetadata', controlMetadata_name - The name of the control.

ControlSet

data ControlSet Source #

A set of controls in Audit Manager.

See: newControlSet smart constructor.

Instances

Instances details
FromJSON ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Generic ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Associated Types

type Rep ControlSet :: Type -> Type #

Read ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Show ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

NFData ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Methods

rnf :: ControlSet -> () #

Eq ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Hashable ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

type Rep ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

type Rep ControlSet = D1 ('MetaData "ControlSet" "Amazonka.AuditManager.Types.ControlSet" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ControlSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Control))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newControlSet :: ControlSet Source #

Create a value of ControlSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controls:ControlSet', controlSet_controls - The list of controls within the control set.

ControlSet, controlSet_id - The identifier of the control set in the assessment. This is the control set name in a plain string format.

ControlSet, controlSet_name - The name of the control set.

CreateAssessmentFrameworkControl

data CreateAssessmentFrameworkControl Source #

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

See: newCreateAssessmentFrameworkControl smart constructor.

Instances

Instances details
ToJSON CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Generic CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Associated Types

type Rep CreateAssessmentFrameworkControl :: Type -> Type #

Read CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Show CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

NFData CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Eq CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Hashable CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

type Rep CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

type Rep CreateAssessmentFrameworkControl = D1 ('MetaData "CreateAssessmentFrameworkControl" "Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateAssessmentFrameworkControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateAssessmentFrameworkControl Source #

Create a value of CreateAssessmentFrameworkControl with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:CreateAssessmentFrameworkControl', createAssessmentFrameworkControl_id - The unique identifier of the control.

CreateAssessmentFrameworkControlSet

data CreateAssessmentFrameworkControlSet Source #

A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.

See: newCreateAssessmentFrameworkControlSet smart constructor.

Instances

Instances details
ToJSON CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

Generic CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

Read CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

Show CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

NFData CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

Eq CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

Hashable CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

type Rep CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

type Rep CreateAssessmentFrameworkControlSet = D1 ('MetaData "CreateAssessmentFrameworkControlSet" "Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateAssessmentFrameworkControlSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty CreateAssessmentFrameworkControl))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateAssessmentFrameworkControlSet Source #

Create a value of CreateAssessmentFrameworkControlSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:controls:CreateAssessmentFrameworkControlSet', createAssessmentFrameworkControlSet_controls - The list of controls within the control set. This doesn't contain the control set ID.

$sel:name:CreateAssessmentFrameworkControlSet', createAssessmentFrameworkControlSet_name - The name of the control set.

CreateControlMappingSource

data CreateControlMappingSource Source #

The control mapping fields that represent the source for evidence collection, along with related parameters and metadata. This doesn't contain mappingID.

See: newCreateControlMappingSource smart constructor.

Instances

Instances details
ToJSON CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Generic CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Associated Types

type Rep CreateControlMappingSource :: Type -> Type #

Read CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Show CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

NFData CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Eq CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Hashable CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

type Rep CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

type Rep CreateControlMappingSource = D1 ('MetaData "CreateControlMappingSource" "Amazonka.AuditManager.Types.CreateControlMappingSource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateControlMappingSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceDescription") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceFrequency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceFrequency)) :*: S1 ('MetaSel ('Just "sourceKeyword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceKeyword)))) :*: ((S1 ('MetaSel ('Just "sourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceSetUpOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceSetUpOption))) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)) :*: S1 ('MetaSel ('Just "troubleshootingText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newCreateControlMappingSource :: CreateControlMappingSource Source #

Create a value of CreateControlMappingSource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:sourceDescription:CreateControlMappingSource', createControlMappingSource_sourceDescription - The description of the data source that determines where Audit Manager collects evidence from for the control.

$sel:sourceFrequency:CreateControlMappingSource', createControlMappingSource_sourceFrequency - The frequency of evidence collection for the control mapping source.

$sel:sourceKeyword:CreateControlMappingSource', createControlMappingSource_sourceKeyword - Undocumented member.

$sel:sourceName:CreateControlMappingSource', createControlMappingSource_sourceName - The name of the control mapping data source.

$sel:sourceSetUpOption:CreateControlMappingSource', createControlMappingSource_sourceSetUpOption - The setup option for the data source, which reflects if the evidence collection is automated or manual.

$sel:sourceType:CreateControlMappingSource', createControlMappingSource_sourceType - Specifies one of the five types of data sources for evidence collection.

$sel:troubleshootingText:CreateControlMappingSource', createControlMappingSource_troubleshootingText - The instructions for troubleshooting the control.

CreateDelegationRequest

data CreateDelegationRequest Source #

A collection of attributes that's used to create a delegation for an assessment in Audit Manager.

See: newCreateDelegationRequest smart constructor.

Instances

Instances details
FromJSON CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

ToJSON CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Generic CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Associated Types

type Rep CreateDelegationRequest :: Type -> Type #

Read CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Show CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

NFData CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Methods

rnf :: CreateDelegationRequest -> () #

Eq CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Hashable CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

type Rep CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

type Rep CreateDelegationRequest = D1 ('MetaData "CreateDelegationRequest" "Amazonka.AuditManager.Types.CreateDelegationRequest" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "CreateDelegationRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoleType)))))

newCreateDelegationRequest :: CreateDelegationRequest Source #

Create a value of CreateDelegationRequest with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comment:CreateDelegationRequest', createDelegationRequest_comment - A comment that's related to the delegation request.

$sel:controlSetId:CreateDelegationRequest', createDelegationRequest_controlSetId - The unique identifier for the control set.

$sel:roleArn:CreateDelegationRequest', createDelegationRequest_roleArn - The Amazon Resource Name (ARN) of the IAM role.

$sel:roleType:CreateDelegationRequest', createDelegationRequest_roleType - 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.

Delegation

data Delegation Source #

The assignment of a control set to a delegate for review.

See: newDelegation smart constructor.

Instances

Instances details
FromJSON Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Generic Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Associated Types

type Rep Delegation :: Type -> Type #

Read Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Show Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

NFData Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Methods

rnf :: Delegation -> () #

Eq Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Hashable Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

type Rep Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

newDelegation :: Delegation Source #

Create a value of Delegation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentId:Delegation', delegation_assessmentId - The identifier for the assessment that's associated with the delegation.

$sel:assessmentName:Delegation', delegation_assessmentName - The name of the assessment that's associated with the delegation.

$sel:comment:Delegation', delegation_comment - The comment that's related to the delegation.

$sel:controlSetId:Delegation', delegation_controlSetId - The identifier for the control set that's associated with the delegation.

$sel:createdBy:Delegation', delegation_createdBy - The IAM user or role that created the delegation.

$sel:creationTime:Delegation', delegation_creationTime - Specifies when the delegation was created.

$sel:id:Delegation', delegation_id - The unique identifier for the delegation.

$sel:lastUpdated:Delegation', delegation_lastUpdated - Specifies when the delegation was last updated.

$sel:roleArn:Delegation', delegation_roleArn - The Amazon Resource Name (ARN) of the IAM role.

$sel:roleType:Delegation', delegation_roleType - 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.

$sel:status:Delegation', delegation_status - The status of the delegation.

DelegationMetadata

data DelegationMetadata Source #

The metadata that's associated with the delegation.

See: newDelegationMetadata smart constructor.

Instances

Instances details
FromJSON DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Generic DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Associated Types

type Rep DelegationMetadata :: Type -> Type #

Read DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Show DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

NFData DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Methods

rnf :: DelegationMetadata -> () #

Eq DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Hashable DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

type Rep DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

type Rep DelegationMetadata = D1 ('MetaData "DelegationMetadata" "Amazonka.AuditManager.Types.DelegationMetadata" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DelegationMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DelegationStatus))))))

newDelegationMetadata :: DelegationMetadata Source #

Create a value of DelegationMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentId:DelegationMetadata', delegationMetadata_assessmentId - The unique identifier for the assessment.

$sel:assessmentName:DelegationMetadata', delegationMetadata_assessmentName - The name of the associated assessment.

$sel:controlSetName:DelegationMetadata', delegationMetadata_controlSetName - Specifies the name of the control set that was delegated for review.

$sel:creationTime:DelegationMetadata', delegationMetadata_creationTime - Specifies when the delegation was created.

$sel:id:DelegationMetadata', delegationMetadata_id - The unique identifier for the delegation.

$sel:roleArn:DelegationMetadata', delegationMetadata_roleArn - The Amazon Resource Name (ARN) of the IAM role.

$sel:status:DelegationMetadata', delegationMetadata_status - The current status of the delegation.

DeregistrationPolicy

data DeregistrationPolicy Source #

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.

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 in the future. For more information about data retention, see Data Protection 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.

See: newDeregistrationPolicy smart constructor.

Instances

Instances details
FromJSON DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

ToJSON DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

Generic DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

Associated Types

type Rep DeregistrationPolicy :: Type -> Type #

Read DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

Show DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

NFData DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

Methods

rnf :: DeregistrationPolicy -> () #

Eq DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

Hashable DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

type Rep DeregistrationPolicy Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DeregistrationPolicy

type Rep DeregistrationPolicy = D1 ('MetaData "DeregistrationPolicy" "Amazonka.AuditManager.Types.DeregistrationPolicy" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "DeregistrationPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "deleteResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeleteResources))))

newDeregistrationPolicy :: DeregistrationPolicy Source #

Create a value of DeregistrationPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:deleteResources:DeregistrationPolicy', deregistrationPolicy_deleteResources - 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.

Evidence

data Evidence Source #

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.

See: newEvidence smart constructor.

Instances

Instances details
FromJSON Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Generic Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Associated Types

type Rep Evidence :: Type -> Type #

Methods

from :: Evidence -> Rep Evidence x #

to :: Rep Evidence x -> Evidence #

Read Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Show Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

NFData Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Methods

rnf :: Evidence -> () #

Eq Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Hashable Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Methods

hashWithSalt :: Int -> Evidence -> Int #

hash :: Evidence -> Int #

type Rep Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

type Rep Evidence = D1 ('MetaData "Evidence" "Amazonka.AuditManager.Types.Evidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Evidence'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "assessmentReportSelection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "awsOrganization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceCheck") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "eventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evidenceAwsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "evidenceByType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "iamId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourcesIncluded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Resource])) :*: S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))))

newEvidence :: Evidence Source #

Create a value of Evidence with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentReportSelection:Evidence', evidence_assessmentReportSelection - Specifies whether the evidence is included in the assessment report.

$sel:attributes:Evidence', evidence_attributes - 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).

$sel:awsAccountId:Evidence', evidence_awsAccountId - The identifier for the Amazon Web Services account.

$sel:awsOrganization:Evidence', evidence_awsOrganization - The Amazon Web Services account that the evidence is collected from, and its organization path.

Evidence, evidence_complianceCheck - 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).

$sel:dataSource:Evidence', evidence_dataSource - The data source where the evidence was collected from.

$sel:eventName:Evidence', evidence_eventName - The name of the evidence event.

$sel:eventSource:Evidence', evidence_eventSource - The Amazon Web Service that the evidence is collected from.

$sel:evidenceAwsAccountId:Evidence', evidence_evidenceAwsAccountId - The identifier for the Amazon Web Services account.

$sel:evidenceByType:Evidence', evidence_evidenceByType - The type of automated evidence.

$sel:evidenceFolderId:Evidence', evidence_evidenceFolderId - The identifier for the folder that the evidence is stored in.

$sel:iamId:Evidence', evidence_iamId - The unique identifier for the IAM user or role that's associated with the evidence.

$sel:id:Evidence', evidence_id - The identifier for the evidence.

$sel:resourcesIncluded:Evidence', evidence_resourcesIncluded - The list of resources that are assessed to generate the evidence.

$sel:time:Evidence', evidence_time - The timestamp that represents when the evidence was collected.

EvidenceFinderEnablement

data EvidenceFinderEnablement Source #

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.

See: newEvidenceFinderEnablement smart constructor.

Instances

Instances details
FromJSON EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

Generic EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

Associated Types

type Rep EvidenceFinderEnablement :: Type -> Type #

Read EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

Show EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

NFData EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

Eq EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

Hashable EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

type Rep EvidenceFinderEnablement Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceFinderEnablement

type Rep EvidenceFinderEnablement = D1 ('MetaData "EvidenceFinderEnablement" "Amazonka.AuditManager.Types.EvidenceFinderEnablement" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "EvidenceFinderEnablement'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "backfillStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvidenceFinderBackfillStatus)) :*: S1 ('MetaSel ('Just "enablementStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvidenceFinderEnablementStatus))) :*: (S1 ('MetaSel ('Just "error") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventDataStoreArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEvidenceFinderEnablement :: EvidenceFinderEnablement Source #

Create a value of EvidenceFinderEnablement with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:backfillStatus:EvidenceFinderEnablement', evidenceFinderEnablement_backfillStatus - 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.

$sel:enablementStatus:EvidenceFinderEnablement', evidenceFinderEnablement_enablementStatus - 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.

$sel:error:EvidenceFinderEnablement', evidenceFinderEnablement_error - Represents any errors that occurred when enabling or disabling evidence finder.

$sel:eventDataStoreArn:EvidenceFinderEnablement', evidenceFinderEnablement_eventDataStoreArn - 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.

EvidenceInsights

data EvidenceInsights Source #

A breakdown of the latest compliance check status for the evidence in your Audit Manager assessments.

See: newEvidenceInsights smart constructor.

Instances

Instances details
FromJSON EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Generic EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Associated Types

type Rep EvidenceInsights :: Type -> Type #

Read EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Show EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

NFData EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Methods

rnf :: EvidenceInsights -> () #

Eq EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

Hashable EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

type Rep EvidenceInsights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.EvidenceInsights

type Rep EvidenceInsights = D1 ('MetaData "EvidenceInsights" "Amazonka.AuditManager.Types.EvidenceInsights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "EvidenceInsights'" 'PrefixI 'True) (S1 ('MetaSel ('Just "compliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "inconclusiveEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "noncompliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newEvidenceInsights :: EvidenceInsights Source #

Create a value of EvidenceInsights with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:compliantEvidenceCount:EvidenceInsights', evidenceInsights_compliantEvidenceCount - 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.

$sel:inconclusiveEvidenceCount:EvidenceInsights', evidenceInsights_inconclusiveEvidenceCount - 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.

$sel:noncompliantEvidenceCount:EvidenceInsights', evidenceInsights_noncompliantEvidenceCount - 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.

Framework

data Framework Source #

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

See: newFramework smart constructor.

Instances

Instances details
FromJSON Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Generic Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Associated Types

type Rep Framework :: Type -> Type #

Read Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Show Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

NFData Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Methods

rnf :: Framework -> () #

Eq Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Hashable Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

type Rep Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

type Rep Framework = D1 ('MetaData "Framework" "Amazonka.AuditManager.Types.Framework" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Framework'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ControlSet))))) :*: ((S1 ('MetaSel ('Just "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastUpdatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameworkType)))))))

newFramework :: Framework Source #

Create a value of Framework with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Framework', framework_arn - The Amazon Resource Name (ARN) of the framework.

$sel:complianceType:Framework', framework_complianceType - The compliance type that the new custom framework supports, such as CIS or HIPAA.

$sel:controlSets:Framework', framework_controlSets - The control sets that are associated with the framework.

$sel:controlSources:Framework', framework_controlSources - The sources that Audit Manager collects evidence from for the control.

$sel:createdAt:Framework', framework_createdAt - The time when the framework was created.

$sel:createdBy:Framework', framework_createdBy - The IAM user or role that created the framework.

$sel:description:Framework', framework_description - The description of the framework.

Framework, framework_id - The unique identifier for the framework.

$sel:lastUpdatedAt:Framework', framework_lastUpdatedAt - The time when the framework was most recently updated.

$sel:lastUpdatedBy:Framework', framework_lastUpdatedBy - The IAM user or role that most recently updated the framework.

$sel:logo:Framework', framework_logo - The logo that's associated with the framework.

Framework, framework_name - The name of the framework.

$sel:tags:Framework', framework_tags - The tags that are associated with the framework.

$sel:type':Framework', framework_type - The framework type, such as a custom framework or a standard framework.

FrameworkMetadata

data FrameworkMetadata Source #

The metadata of a framework, such as the name, ID, or description.

See: newFrameworkMetadata smart constructor.

Instances

Instances details
FromJSON FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Generic FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Associated Types

type Rep FrameworkMetadata :: Type -> Type #

Read FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Show FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

NFData FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Methods

rnf :: FrameworkMetadata -> () #

Eq FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Hashable FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

type Rep FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

type Rep FrameworkMetadata = D1 ('MetaData "FrameworkMetadata" "Amazonka.AuditManager.Types.FrameworkMetadata" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "FrameworkMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFrameworkMetadata :: FrameworkMetadata Source #

Create a value of FrameworkMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:complianceType:FrameworkMetadata', frameworkMetadata_complianceType - The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.

$sel:description:FrameworkMetadata', frameworkMetadata_description - The description of the framework.

$sel:logo:FrameworkMetadata', frameworkMetadata_logo - The logo that's associated with the framework.

$sel:name:FrameworkMetadata', frameworkMetadata_name - The name of the framework.

Insights

data Insights Source #

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.

See: newInsights smart constructor.

Instances

Instances details
FromJSON Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

Generic Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

Associated Types

type Rep Insights :: Type -> Type #

Methods

from :: Insights -> Rep Insights x #

to :: Rep Insights x -> Insights #

Read Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

Show Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

NFData Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

Methods

rnf :: Insights -> () #

Eq Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

Hashable Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

Methods

hashWithSalt :: Int -> Insights -> Int #

hash :: Insights -> Int #

type Rep Insights Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Insights

type Rep Insights = D1 ('MetaData "Insights" "Amazonka.AuditManager.Types.Insights" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Insights'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "activeAssessmentsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "assessmentControlsCountByNoncompliantEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "compliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "inconclusiveEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "noncompliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalAssessmentControlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newInsights :: Insights Source #

Create a value of Insights with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:activeAssessmentsCount:Insights', insights_activeAssessmentsCount - The number of active assessments in Audit Manager.

$sel:assessmentControlsCountByNoncompliantEvidence:Insights', insights_assessmentControlsCountByNoncompliantEvidence - The number of assessment controls that collected non-compliant evidence on the lastUpdated date.

$sel:compliantEvidenceCount:Insights', insights_compliantEvidenceCount - 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.

$sel:inconclusiveEvidenceCount:Insights', insights_inconclusiveEvidenceCount - 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.

$sel:lastUpdated:Insights', insights_lastUpdated - The time when the cross-assessment insights were last updated.

$sel:noncompliantEvidenceCount:Insights', insights_noncompliantEvidenceCount - 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.

$sel:totalAssessmentControlsCount:Insights', insights_totalAssessmentControlsCount - The total number of controls across all active assessments.

InsightsByAssessment

data InsightsByAssessment Source #

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.

See: newInsightsByAssessment smart constructor.

Instances

Instances details
FromJSON InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

Generic InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

Associated Types

type Rep InsightsByAssessment :: Type -> Type #

Read InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

Show InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

NFData InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

Methods

rnf :: InsightsByAssessment -> () #

Eq InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

Hashable InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

type Rep InsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.InsightsByAssessment

type Rep InsightsByAssessment = D1 ('MetaData "InsightsByAssessment" "Amazonka.AuditManager.Types.InsightsByAssessment" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "InsightsByAssessment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "assessmentControlsCountByNoncompliantEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "compliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "inconclusiveEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "noncompliantEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalAssessmentControlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))))

newInsightsByAssessment :: InsightsByAssessment Source #

Create a value of InsightsByAssessment with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentControlsCountByNoncompliantEvidence:InsightsByAssessment', insightsByAssessment_assessmentControlsCountByNoncompliantEvidence - The number of assessment controls that collected non-compliant evidence on the lastUpdated date.

$sel:compliantEvidenceCount:InsightsByAssessment', insightsByAssessment_compliantEvidenceCount - 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.

$sel:inconclusiveEvidenceCount:InsightsByAssessment', insightsByAssessment_inconclusiveEvidenceCount - 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.

$sel:lastUpdated:InsightsByAssessment', insightsByAssessment_lastUpdated - The time when the assessment insights were last updated.

$sel:noncompliantEvidenceCount:InsightsByAssessment', insightsByAssessment_noncompliantEvidenceCount - 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.

$sel:totalAssessmentControlsCount:InsightsByAssessment', insightsByAssessment_totalAssessmentControlsCount - The total number of controls in the assessment.

ManualEvidence

data ManualEvidence Source #

Evidence that's uploaded to Audit Manager manually.

See: newManualEvidence smart constructor.

Constructors

ManualEvidence' (Maybe Text) 

Instances

Instances details
FromJSON ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

ToJSON ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Generic ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Associated Types

type Rep ManualEvidence :: Type -> Type #

Read ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Show ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

NFData ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Methods

rnf :: ManualEvidence -> () #

Eq ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Hashable ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

type Rep ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

type Rep ManualEvidence = D1 ('MetaData "ManualEvidence" "Amazonka.AuditManager.Types.ManualEvidence" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ManualEvidence'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3ResourcePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newManualEvidence :: ManualEvidence Source #

Create a value of ManualEvidence with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:s3ResourcePath:ManualEvidence', manualEvidence_s3ResourcePath - The Amazon S3 URL that points to a manual evidence object.

Notification

data Notification Source #

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.

See: newNotification smart constructor.

Instances

Instances details
FromJSON Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Generic Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Associated Types

type Rep Notification :: Type -> Type #

Read Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Show Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

NFData Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Methods

rnf :: Notification -> () #

Eq Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Hashable Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

type Rep Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

newNotification :: Notification Source #

Create a value of Notification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:assessmentId:Notification', notification_assessmentId - The identifier for the assessment.

$sel:assessmentName:Notification', notification_assessmentName - The name of the related assessment.

$sel:controlSetId:Notification', notification_controlSetId - The identifier for the control set.

$sel:controlSetName:Notification', notification_controlSetName - Specifies the name of the control set that the notification is about.

$sel:description:Notification', notification_description - The description of the notification.

$sel:eventTime:Notification', notification_eventTime - The time when the notification was sent.

$sel:id:Notification', notification_id - The unique identifier for the notification.

$sel:source:Notification', notification_source - The sender of the notification.

Resource

data Resource Source #

A system asset that's evaluated in an Audit Manager assessment.

See: newResource smart constructor.

Constructors

Resource' (Maybe Text) (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Generic Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Associated Types

type Rep Resource :: Type -> Type #

Methods

from :: Resource -> Rep Resource x #

to :: Rep Resource x -> Resource #

Read Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Show Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

NFData Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Methods

rnf :: Resource -> () #

Eq Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Hashable Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

type Rep Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.AuditManager.Types.Resource" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "complianceCheck") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newResource :: Resource Source #

Create a value of Resource with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:arn:Resource', resource_arn - The Amazon Resource Name (ARN) for the resource.

$sel:complianceCheck:Resource', resource_complianceCheck - 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).

$sel:value:Resource', resource_value - The value of the resource.

Role

data Role Source #

The wrapper that contains the Audit Manager role information of the current user. This includes the role type and IAM Amazon Resource Name (ARN).

See: newRole smart constructor.

Constructors

Role' RoleType Text 

Instances

Instances details
FromJSON Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

ToJSON Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Generic Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Associated Types

type Rep Role :: Type -> Type #

Methods

from :: Role -> Rep Role x #

to :: Rep Role x -> Role #

Read Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Show Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Methods

showsPrec :: Int -> Role -> ShowS #

show :: Role -> String #

showList :: [Role] -> ShowS #

NFData Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Methods

rnf :: Role -> () #

Eq Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Methods

(==) :: Role -> Role -> Bool #

(/=) :: Role -> Role -> Bool #

Hashable Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Methods

hashWithSalt :: Int -> Role -> Int #

hash :: Role -> Int #

type Rep Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

type Rep Role = D1 ('MetaData "Role" "Amazonka.AuditManager.Types.Role" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Role'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RoleType) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newRole Source #

Create a value of Role with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:roleType:Role', role_roleType - 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.

$sel:roleArn:Role', role_roleArn - The Amazon Resource Name (ARN) of the IAM role.

Scope

data Scope Source #

The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.

See: newScope smart constructor.

Constructors

Scope' (Maybe [AWSAccount]) (Maybe [AWSService]) 

Instances

Instances details
FromJSON Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

ToJSON Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Generic Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Associated Types

type Rep Scope :: Type -> Type #

Methods

from :: Scope -> Rep Scope x #

to :: Rep Scope x -> Scope #

Read Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Show Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Methods

showsPrec :: Int -> Scope -> ShowS #

show :: Scope -> String #

showList :: [Scope] -> ShowS #

NFData Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Methods

rnf :: Scope -> () #

Eq Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

Hashable Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Methods

hashWithSalt :: Int -> Scope -> Int #

hash :: Scope -> Int #

type Rep Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

type Rep Scope = D1 ('MetaData "Scope" "Amazonka.AuditManager.Types.Scope" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Scope'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsAccounts") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AWSAccount])) :*: S1 ('MetaSel ('Just "awsServices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AWSService]))))

newScope :: Scope Source #

Create a value of Scope with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:awsAccounts:Scope', scope_awsAccounts - The Amazon Web Services accounts that are included in the scope of the assessment.

$sel:awsServices:Scope', scope_awsServices - The Amazon Web Services services that are included in the scope of the assessment.

ServiceMetadata

data ServiceMetadata Source #

The metadata that's associated with the Amazon Web Service.

See: newServiceMetadata smart constructor.

Instances

Instances details
FromJSON ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Generic ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Associated Types

type Rep ServiceMetadata :: Type -> Type #

Read ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Show ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

NFData ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Methods

rnf :: ServiceMetadata -> () #

Eq ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Hashable ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

type Rep ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

type Rep ServiceMetadata = D1 ('MetaData "ServiceMetadata" "Amazonka.AuditManager.Types.ServiceMetadata" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "ServiceMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newServiceMetadata :: ServiceMetadata Source #

Create a value of ServiceMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:category:ServiceMetadata', serviceMetadata_category - The category that the Amazon Web Service belongs to, such as compute, storage, or database.

$sel:description:ServiceMetadata', serviceMetadata_description - The description of the Amazon Web Service.

$sel:displayName:ServiceMetadata', serviceMetadata_displayName - The display name of the Amazon Web Service.

$sel:name:ServiceMetadata', serviceMetadata_name - The name of the Amazon Web Service.

Settings

data Settings Source #

The settings object that holds all supported Audit Manager settings.

See: newSettings smart constructor.

Instances

Instances details
FromJSON Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Generic Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Associated Types

type Rep Settings :: Type -> Type #

Methods

from :: Settings -> Rep Settings x #

to :: Rep Settings x -> Settings #

Read Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Show Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

NFData Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Methods

rnf :: Settings -> () #

Eq Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Hashable Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Methods

hashWithSalt :: Int -> Settings -> Int #

hash :: Settings -> Int #

type Rep Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

type Rep Settings = D1 ('MetaData "Settings" "Amazonka.AuditManager.Types.Settings" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "Settings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultAssessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportsDestination)) :*: (S1 ('MetaSel ('Just "defaultProcessOwners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])) :*: S1 ('MetaSel ('Just "deregistrationPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DeregistrationPolicy)))) :*: ((S1 ('MetaSel ('Just "evidenceFinderEnablement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EvidenceFinderEnablement)) :*: S1 ('MetaSel ('Just "isAwsOrgEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "snsTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSettings :: Settings Source #

Create a value of Settings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:defaultAssessmentReportsDestination:Settings', settings_defaultAssessmentReportsDestination - The default storage destination for assessment reports.

$sel:defaultProcessOwners:Settings', settings_defaultProcessOwners - The designated default audit owners.

$sel:deregistrationPolicy:Settings', settings_deregistrationPolicy - 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.

$sel:evidenceFinderEnablement:Settings', settings_evidenceFinderEnablement - The current evidence finder status and event data store details.

$sel:isAwsOrgEnabled:Settings', settings_isAwsOrgEnabled - Specifies whether Organizations is enabled.

$sel:kmsKey:Settings', settings_kmsKey - The KMS key details.

$sel:snsTopic:Settings', settings_snsTopic - The designated Amazon Simple Notification Service (Amazon SNS) topic.

SourceKeyword

data SourceKeyword Source #

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/:

See: newSourceKeyword smart constructor.

Instances

Instances details
FromJSON SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

ToJSON SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Generic SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Associated Types

type Rep SourceKeyword :: Type -> Type #

Read SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Show SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

NFData SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Methods

rnf :: SourceKeyword -> () #

Eq SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Hashable SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

type Rep SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

type Rep SourceKeyword = D1 ('MetaData "SourceKeyword" "Amazonka.AuditManager.Types.SourceKeyword" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "SourceKeyword'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keywordInputType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KeywordInputType)) :*: S1 ('MetaSel ('Just "keywordValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSourceKeyword :: SourceKeyword Source #

Create a value of SourceKeyword with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:keywordInputType:SourceKeyword', sourceKeyword_keywordInputType - The input method for the keyword.

$sel:keywordValue:SourceKeyword', sourceKeyword_keywordValue - 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, you can use the rule identifier as the keywordValue. You can find the rule identifier from the list of Config managed rules.

  • For custom rules, 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, 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

URL

data URL Source #

Short for uniform resource locator. A URL is used as a unique identifier to locate a resource on the internet.

See: newURL smart constructor.

Constructors

URL' (Maybe Text) (Maybe Text) 

Instances

Instances details
FromJSON URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Generic URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Associated Types

type Rep URL :: Type -> Type #

Methods

from :: URL -> Rep URL x #

to :: Rep URL x -> URL #

Read URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Show URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

showsPrec :: Int -> URL -> ShowS #

show :: URL -> String #

showList :: [URL] -> ShowS #

NFData URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

rnf :: URL -> () #

Eq URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

(==) :: URL -> URL -> Bool #

(/=) :: URL -> URL -> Bool #

Hashable URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

hashWithSalt :: Int -> URL -> Int #

hash :: URL -> Int #

type Rep URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

type Rep URL = D1 ('MetaData "URL" "Amazonka.AuditManager.Types.URL" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "URL'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hyperlinkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newURL :: URL Source #

Create a value of URL with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hyperlinkName:URL', url_hyperlinkName - The name or word that's used as a hyperlink to the URL.

$sel:link:URL', url_link - The unique identifier for the internet resource.

UpdateAssessmentFrameworkControlSet

data UpdateAssessmentFrameworkControlSet Source #

A controlSet entity that represents a collection of controls in Audit Manager. This doesn't contain the control set ID.

See: newUpdateAssessmentFrameworkControlSet smart constructor.

Instances

Instances details
ToJSON UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

Generic UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

Read UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

Show UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

NFData UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

Eq UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

Hashable UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

type Rep UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

type Rep UpdateAssessmentFrameworkControlSet = D1 ('MetaData "UpdateAssessmentFrameworkControlSet" "Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet" "amazonka-auditmanager-2.0-FZ7GH2VR8PBBaoTT7BhtJQ" 'False) (C1 ('MetaCons "UpdateAssessmentFrameworkControlSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateAssessmentFrameworkControl)))))

newUpdateAssessmentFrameworkControlSet Source #

Create a value of UpdateAssessmentFrameworkControlSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

UpdateAssessmentFrameworkControlSet, updateAssessmentFrameworkControlSet_id - The unique identifier for the control set.

$sel:name:UpdateAssessmentFrameworkControlSet', updateAssessmentFrameworkControlSet_name - The name of the control set.

$sel:controls:UpdateAssessmentFrameworkControlSet', updateAssessmentFrameworkControlSet_controls - The list of controls that are contained within the control set.