libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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 continuously audit your Amazon Web Services usage, and assess the effectiveness of your controls to better manage risk and simplify compliance.

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

Use the following links to get started with the 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 Query 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.

ValidationException

_ValidationException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request has invalid or missing parameters.

AccessDeniedException

_AccessDeniedException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

InternalServerException

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ResourceNotFoundException

_ResourceNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource specified in the request cannot be found.

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.

CreateAssessmentReport

data CreateAssessmentReport Source #

See: newCreateAssessmentReport smart constructor.

Instances

Instances details
Eq CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Read CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Show CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Generic CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Associated Types

type Rep CreateAssessmentReport :: Type -> Type #

NFData CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Methods

rnf :: CreateAssessmentReport -> () #

Hashable CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

ToJSON CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

AWSRequest CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Associated Types

type AWSResponse 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

type Rep CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

type Rep CreateAssessmentReport = D1 ('MetaData "CreateAssessmentReport" "Amazonka.AuditManager.CreateAssessmentReport" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "CreateAssessmentReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreateAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

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:

$sel:description:CreateAssessmentReport', createAssessmentReport_description - The description of the assessment report.

$sel:name:CreateAssessmentReport', createAssessmentReport_name - The name of the new assessment report.

$sel:assessmentId:CreateAssessmentReport', createAssessmentReport_assessmentId - The identifier for the specified assessment.

data CreateAssessmentReportResponse Source #

See: newCreateAssessmentReportResponse smart constructor.

Instances

Instances details
Eq CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Read CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Show CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Generic CreateAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentReport

Associated Types

type Rep CreateAssessmentReportResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the CreateAssessmentReport API.

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

RegisterOrganizationAdminAccount

data RegisterOrganizationAdminAccount Source #

See: newRegisterOrganizationAdminAccount smart constructor.

Instances

Instances details
Eq RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Read RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Show 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 #

NFData RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

Hashable RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

ToJSON RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

AWSRequest 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

type Rep RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

type Rep RegisterOrganizationAdminAccount = D1 ('MetaData "RegisterOrganizationAdminAccount" "Amazonka.AuditManager.RegisterOrganizationAdminAccount" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "RegisterOrganizationAdminAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adminAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse RegisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

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:

$sel:adminAccountId:RegisterOrganizationAdminAccount', registerOrganizationAdminAccount_adminAccountId - The identifier for the specified delegated administrator account.

data RegisterOrganizationAdminAccountResponse Source #

Instances

Instances details
Eq 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

Generic RegisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterOrganizationAdminAccount

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:adminAccountId:RegisterOrganizationAdminAccount', registerOrganizationAdminAccountResponse_adminAccountId - The identifier for the specified delegated administrator account.

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

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

ListNotifications

data ListNotifications Source #

See: newListNotifications smart constructor.

Instances

Instances details
Eq ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Read ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Show ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Generic ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type Rep ListNotifications :: Type -> Type #

NFData ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Methods

rnf :: ListNotifications -> () #

Hashable ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

AWSRequest ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type AWSResponse ListNotifications #

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

type Rep ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

type Rep ListNotifications = D1 ('MetaData "ListNotifications" "Amazonka.AuditManager.ListNotifications" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListNotifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListNotifications Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

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:nextToken:ListNotifications', listNotifications_nextToken - The pagination token used to fetch the next set of results.

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

data ListNotificationsResponse Source #

See: newListNotificationsResponse smart constructor.

Instances

Instances details
Eq ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Read ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Show ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Generic ListNotificationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListNotifications

Associated Types

type Rep ListNotificationsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:nextToken:ListNotifications', listNotificationsResponse_nextToken - The pagination token 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.

BatchCreateDelegationByAssessment

data BatchCreateDelegationByAssessment Source #

See: newBatchCreateDelegationByAssessment smart constructor.

Instances

Instances details
Eq BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Read BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Show 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 #

NFData BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

Hashable BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

ToJSON BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

AWSRequest 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

type Rep BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

type Rep BatchCreateDelegationByAssessment = D1 ('MetaData "BatchCreateDelegationByAssessment" "Amazonka.AuditManager.BatchCreateDelegationByAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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)))
type AWSResponse BatchCreateDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

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.

$sel:assessmentId:BatchCreateDelegationByAssessment', batchCreateDelegationByAssessment_assessmentId - The identifier for the specified assessment.

data BatchCreateDelegationByAssessmentResponse Source #

Instances

Instances details
Eq 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

Generic BatchCreateDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchCreateDelegationByAssessment

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:delegations:BatchCreateDelegationByAssessmentResponse', batchCreateDelegationByAssessmentResponse_delegations - The delegations associated with the assessment.

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

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

GetEvidenceFoldersByAssessmentControl

data GetEvidenceFoldersByAssessmentControl Source #

Instances

Instances details
Eq 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

Generic GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

NFData GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

Hashable GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

AWSRequest GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

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

type Rep GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

type Rep GetEvidenceFoldersByAssessmentControl = D1 ('MetaData "GetEvidenceFoldersByAssessmentControl" "Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessmentControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (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)))))
type AWSResponse GetEvidenceFoldersByAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

data GetEvidenceFoldersByAssessmentControlResponse Source #

Instances

Instances details
Eq 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

Generic GetEvidenceFoldersByAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessmentControl

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessmentControlResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evidenceFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentEvidenceFolder])) :*: 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:nextToken:GetEvidenceFoldersByAssessmentControl', getEvidenceFoldersByAssessmentControlResponse_nextToken - The pagination token used to fetch the next set of results.

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

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

BatchDeleteDelegationByAssessment

data BatchDeleteDelegationByAssessment Source #

See: newBatchDeleteDelegationByAssessment smart constructor.

Instances

Instances details
Eq BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Read BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Show 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 #

NFData BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

Hashable BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

ToJSON BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

AWSRequest 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

type Rep BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

type Rep BatchDeleteDelegationByAssessment = D1 ('MetaData "BatchDeleteDelegationByAssessment" "Amazonka.AuditManager.BatchDeleteDelegationByAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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)))
type AWSResponse BatchDeleteDelegationByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

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 specified delegations.

$sel:assessmentId:BatchDeleteDelegationByAssessment', batchDeleteDelegationByAssessment_assessmentId - The identifier for the specified assessment.

data BatchDeleteDelegationByAssessmentResponse Source #

Instances

Instances details
Eq 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

Generic BatchDeleteDelegationByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDeleteDelegationByAssessment

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the BatchDeleteDelegationByAssessment API.

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

ListTagsForResource

data ListTagsForResource Source #

See: newListTagsForResource smart constructor.

Instances

Instances details
Eq ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Read ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

NFData ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

Hashable ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Associated Types

type AWSResponse ListTagsForResource #

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

type Rep ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

type Rep ListTagsForResource = D1 ('MetaData "ListTagsForResource" "Amazonka.AuditManager.ListTagsForResource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListTagsForResource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ListTagsForResource Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

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 specified resource.

data ListTagsForResourceResponse Source #

See: newListTagsForResourceResponse smart constructor.

Instances

Instances details
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:tags:ListTagsForResourceResponse', listTagsForResourceResponse_tags - The list of tags returned by the ListTagsForResource API.

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

GetEvidence

data GetEvidence Source #

See: newGetEvidence smart constructor.

Instances

Instances details
Eq GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Read GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Show GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Generic GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Associated Types

type Rep GetEvidence :: Type -> Type #

NFData GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Methods

rnf :: GetEvidence -> () #

Hashable GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

AWSRequest GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Associated Types

type AWSResponse GetEvidence #

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

type Rep GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

type Rep GetEvidence = D1 ('MetaData "GetEvidence" "Amazonka.AuditManager.GetEvidence" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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))))
type AWSResponse GetEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

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:

$sel:assessmentId:GetEvidence', getEvidence_assessmentId - The identifier for the specified assessment.

$sel:controlSetId:GetEvidence', getEvidence_controlSetId - The identifier for the specified control set.

$sel:evidenceFolderId:GetEvidence', getEvidence_evidenceFolderId - The identifier for the folder in which the evidence is stored.

$sel:evidenceId:GetEvidence', getEvidence_evidenceId - The identifier for the evidence.

data GetEvidenceResponse Source #

See: newGetEvidenceResponse smart constructor.

Instances

Instances details
Eq GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Read GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Show GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Generic GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Associated Types

type Rep GetEvidenceResponse :: Type -> Type #

NFData GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

Methods

rnf :: GetEvidenceResponse -> () #

type Rep GetEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidence

type Rep GetEvidenceResponse = D1 ('MetaData "GetEvidenceResponse" "Amazonka.AuditManager.GetEvidence" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the GetEvidenceResponse API.

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

GetServicesInScope

data GetServicesInScope Source #

See: newGetServicesInScope smart constructor.

Constructors

GetServicesInScope' 

Instances

Instances details
Eq GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Read GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Generic GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScope :: Type -> Type #

NFData GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Methods

rnf :: GetServicesInScope -> () #

Hashable GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

AWSRequest GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type AWSResponse GetServicesInScope #

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

type Rep GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

type Rep GetServicesInScope = D1 ('MetaData "GetServicesInScope" "Amazonka.AuditManager.GetServicesInScope" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetServicesInScope'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetServicesInScope Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

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
Eq GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Read GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Show GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Generic GetServicesInScopeResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetServicesInScope

Associated Types

type Rep GetServicesInScopeResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 associated with the Amazon Web Service.

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

BatchDisassociateAssessmentReportEvidence

data BatchDisassociateAssessmentReportEvidence Source #

Instances

Instances details
Eq 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

Generic BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

NFData BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

Hashable BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

ToJSON BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

AWSRequest 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

type Rep BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

type Rep BatchDisassociateAssessmentReportEvidence = D1 ('MetaData "BatchDisassociateAssessmentReportEvidence" "Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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]))))
type AWSResponse BatchDisassociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

data BatchDisassociateAssessmentReportEvidenceResponse Source #

Instances

Instances details
Eq 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

Generic BatchDisassociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchDisassociateAssessmentReportEvidence

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "BatchDisassociateAssessmentReportEvidenceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evidenceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentReportEvidenceError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

DeregisterOrganizationAdminAccount

data DeregisterOrganizationAdminAccount Source #

Instances

Instances details
Eq DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Read DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Show 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 #

NFData DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

Hashable DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

ToJSON DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

AWSRequest 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

type Rep DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

type Rep DeregisterOrganizationAdminAccount = D1 ('MetaData "DeregisterOrganizationAdminAccount" "Amazonka.AuditManager.DeregisterOrganizationAdminAccount" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DeregisterOrganizationAdminAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adminAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse DeregisterOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

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 specified administrator account.

data DeregisterOrganizationAdminAccountResponse Source #

Instances

Instances details
Eq 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

Generic DeregisterOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterOrganizationAdminAccount

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetAssessmentReportUrl

data GetAssessmentReportUrl Source #

See: newGetAssessmentReportUrl smart constructor.

Instances

Instances details
Eq GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Read GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Generic GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrl :: Type -> Type #

NFData GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Methods

rnf :: GetAssessmentReportUrl -> () #

Hashable GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

AWSRequest GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type AWSResponse GetAssessmentReportUrl #

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

type Rep GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

type Rep GetAssessmentReportUrl = D1 ('MetaData "GetAssessmentReportUrl" "Amazonka.AuditManager.GetAssessmentReportUrl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetAssessmentReportUrl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentReportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAssessmentReportUrl Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

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 identifier for the assessment report.

$sel:assessmentId:GetAssessmentReportUrl', getAssessmentReportUrl_assessmentId - The identifier for the specified assessment.

data GetAssessmentReportUrlResponse Source #

See: newGetAssessmentReportUrlResponse smart constructor.

Instances

Instances details
Eq GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Read GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Show GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Generic GetAssessmentReportUrlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentReportUrl

Associated Types

type Rep GetAssessmentReportUrlResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

UpdateAssessmentControl

data UpdateAssessmentControl Source #

See: newUpdateAssessmentControl smart constructor.

Instances

Instances details
Eq UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Read UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Show 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 #

NFData UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Methods

rnf :: UpdateAssessmentControl -> () #

Hashable UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

ToJSON UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

AWSRequest 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

type Rep UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

type Rep UpdateAssessmentControl = D1 ('MetaData "UpdateAssessmentControl" "Amazonka.AuditManager.UpdateAssessmentControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "UpdateAssessmentControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "controlStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlStatus)) :*: S1 ('MetaSel ('Just "commentBody") '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)))))
type AWSResponse UpdateAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

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:

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

$sel:commentBody:UpdateAssessmentControl', updateAssessmentControl_commentBody - The comment body text for the specified control.

$sel:assessmentId:UpdateAssessmentControl', updateAssessmentControl_assessmentId - The identifier for the specified assessment.

$sel:controlSetId:UpdateAssessmentControl', updateAssessmentControl_controlSetId - The identifier for the specified control set.

$sel:controlId:UpdateAssessmentControl', updateAssessmentControl_controlId - The identifier for the specified control.

data UpdateAssessmentControlResponse Source #

See: newUpdateAssessmentControlResponse smart constructor.

Instances

Instances details
Eq UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Read UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Show UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Generic UpdateAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControl

Associated Types

type Rep UpdateAssessmentControlResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the UpdateAssessmentControl API.

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

DeleteAssessmentFramework

data DeleteAssessmentFramework Source #

See: newDeleteAssessmentFramework smart constructor.

Instances

Instances details
Eq DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Read DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Show 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 #

NFData DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Hashable DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

AWSRequest DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

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

type Rep DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

type Rep DeleteAssessmentFramework = D1 ('MetaData "DeleteAssessmentFramework" "Amazonka.AuditManager.DeleteAssessmentFramework" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DeleteAssessmentFramework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

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:

$sel:frameworkId:DeleteAssessmentFramework', deleteAssessmentFramework_frameworkId - The identifier for the specified framework.

data DeleteAssessmentFrameworkResponse Source #

See: newDeleteAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Eq DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Read DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Show DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Generic DeleteAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentFramework

Associated Types

type Rep DeleteAssessmentFrameworkResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

UpdateAssessmentFramework

data UpdateAssessmentFramework Source #

See: newUpdateAssessmentFramework smart constructor.

Instances

Instances details
Eq UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Read UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Show 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 #

NFData UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Hashable UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

ToJSON UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

AWSRequest 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

type Rep UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

type Rep UpdateAssessmentFramework = D1 ('MetaData "UpdateAssessmentFramework" "Amazonka.AuditManager.UpdateAssessmentFramework" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 [UpdateAssessmentFrameworkControlSet])))))
type AWSResponse UpdateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

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:

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

$sel:description:UpdateAssessmentFramework', updateAssessmentFramework_description - The description of the framework that is to be updated.

$sel:frameworkId:UpdateAssessmentFramework', updateAssessmentFramework_frameworkId - The identifier for the specified framework.

$sel:name:UpdateAssessmentFramework', updateAssessmentFramework_name - The name of the framework to be updated.

$sel:controlSets:UpdateAssessmentFramework', updateAssessmentFramework_controlSets - The control sets associated with the framework.

data UpdateAssessmentFrameworkResponse Source #

See: newUpdateAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Eq UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Read UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Show UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Generic UpdateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentFramework

Associated Types

type Rep UpdateAssessmentFrameworkResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:framework:UpdateAssessmentFrameworkResponse', updateAssessmentFrameworkResponse_framework - The name of the specified framework.

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

BatchAssociateAssessmentReportEvidence

data BatchAssociateAssessmentReportEvidence Source #

Instances

Instances details
Eq 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

Generic BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

NFData BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

Hashable BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

ToJSON BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

AWSRequest 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

type Rep BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

type Rep BatchAssociateAssessmentReportEvidence = D1 ('MetaData "BatchAssociateAssessmentReportEvidence" "Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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]))))
type AWSResponse BatchAssociateAssessmentReportEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

data BatchAssociateAssessmentReportEvidenceResponse Source #

Instances

Instances details
Eq 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

Generic BatchAssociateAssessmentReportEvidenceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchAssociateAssessmentReportEvidence

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "BatchAssociateAssessmentReportEvidenceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "evidenceIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentReportEvidenceError])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

GetEvidenceByEvidenceFolder

data GetEvidenceByEvidenceFolder Source #

See: newGetEvidenceByEvidenceFolder smart constructor.

Instances

Instances details
Eq GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Read GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Show 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 #

NFData GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

Hashable GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

AWSRequest GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

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

type Rep GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

type Rep GetEvidenceByEvidenceFolder = D1 ('MetaData "GetEvidenceByEvidenceFolder" "Amazonka.AuditManager.GetEvidenceByEvidenceFolder" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetEvidenceByEvidenceFolder'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (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)))))
type AWSResponse GetEvidenceByEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

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:nextToken:GetEvidenceByEvidenceFolder', getEvidenceByEvidenceFolder_nextToken - The pagination token used to fetch the next set of results.

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

$sel:assessmentId:GetEvidenceByEvidenceFolder', getEvidenceByEvidenceFolder_assessmentId - The identifier for the specified assessment.

$sel:controlSetId:GetEvidenceByEvidenceFolder', getEvidenceByEvidenceFolder_controlSetId - The identifier for the control set.

$sel:evidenceFolderId:GetEvidenceByEvidenceFolder', getEvidenceByEvidenceFolder_evidenceFolderId - The unique identifier for the folder in which the evidence is stored.

data GetEvidenceByEvidenceFolderResponse Source #

Instances

Instances details
Eq 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

Generic GetEvidenceByEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceByEvidenceFolder

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetEvidenceByEvidenceFolderResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Evidence])) :*: 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:nextToken:GetEvidenceByEvidenceFolder', getEvidenceByEvidenceFolderResponse_nextToken - The pagination token used to fetch the next set of results.

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

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

CreateAssessmentFramework

data CreateAssessmentFramework Source #

See: newCreateAssessmentFramework smart constructor.

Instances

Instances details
Eq CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Read CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Show 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 #

NFData CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Hashable CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

ToJSON CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

AWSRequest 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

type Rep CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

type Rep CreateAssessmentFramework = D1 ('MetaData "CreateAssessmentFramework" "Amazonka.AuditManager.CreateAssessmentFramework" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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))))))
type AWSResponse CreateAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

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:

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

$sel:description:CreateAssessmentFramework', createAssessmentFramework_description - An optional description for the new custom framework.

$sel:tags:CreateAssessmentFramework', createAssessmentFramework_tags - The tags associated with the framework.

$sel:name:CreateAssessmentFramework', createAssessmentFramework_name - The name of the new custom framework.

$sel:controlSets:CreateAssessmentFramework', createAssessmentFramework_controlSets - The control sets to be associated with the framework.

data CreateAssessmentFrameworkResponse Source #

See: newCreateAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Eq CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Read CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Show CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Generic CreateAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessmentFramework

Associated Types

type Rep CreateAssessmentFrameworkResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:framework:CreateAssessmentFrameworkResponse', createAssessmentFrameworkResponse_framework - The name of the new framework returned by the CreateAssessmentFramework API.

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

ListKeywordsForDataSource

data ListKeywordsForDataSource Source #

See: newListKeywordsForDataSource smart constructor.

Instances

Instances details
Eq ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Read ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Show 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 #

NFData ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Hashable ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

AWSRequest ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

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

type Rep ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

type Rep ListKeywordsForDataSource = D1 ('MetaData "ListKeywordsForDataSource" "Amazonka.AuditManager.ListKeywordsForDataSource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListKeywordsForDataSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SourceType))))
type AWSResponse ListKeywordsForDataSource Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

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:nextToken:ListKeywordsForDataSource', listKeywordsForDataSource_nextToken - The pagination token used to fetch the next set of results.

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

$sel:source:ListKeywordsForDataSource', listKeywordsForDataSource_source - The control mapping data source to which the keywords apply.

data ListKeywordsForDataSourceResponse Source #

See: newListKeywordsForDataSourceResponse smart constructor.

Instances

Instances details
Eq ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Read ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Show ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Generic ListKeywordsForDataSourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListKeywordsForDataSource

Associated Types

type Rep ListKeywordsForDataSourceResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListKeywordsForDataSourceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "keywords") '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:nextToken:ListKeywordsForDataSource', listKeywordsForDataSourceResponse_nextToken - The pagination token used to fetch the next set of results.

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

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

ListAssessmentReports

data ListAssessmentReports Source #

See: newListAssessmentReports smart constructor.

Instances

Instances details
Eq ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Read ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Show ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Generic ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Associated Types

type Rep ListAssessmentReports :: Type -> Type #

NFData ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Methods

rnf :: ListAssessmentReports -> () #

Hashable ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

AWSRequest ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Associated Types

type AWSResponse ListAssessmentReports #

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

type Rep ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

type Rep ListAssessmentReports = D1 ('MetaData "ListAssessmentReports" "Amazonka.AuditManager.ListAssessmentReports" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListAssessmentReports'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListAssessmentReports Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

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:nextToken:ListAssessmentReports', listAssessmentReports_nextToken - The pagination token used to fetch the next set of results.

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

data ListAssessmentReportsResponse Source #

See: newListAssessmentReportsResponse smart constructor.

Instances

Instances details
Eq ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Read ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Show ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Generic ListAssessmentReportsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentReports

Associated Types

type Rep ListAssessmentReportsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the ListAssessmentReports API.

$sel:nextToken:ListAssessmentReports', listAssessmentReportsResponse_nextToken - The pagination token used to fetch the next set of results.

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

ValidateAssessmentReportIntegrity

data ValidateAssessmentReportIntegrity Source #

See: newValidateAssessmentReportIntegrity smart constructor.

Instances

Instances details
Eq ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Read ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Show 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 #

NFData ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

Hashable ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

ToJSON ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

AWSRequest 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

type Rep ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

type Rep ValidateAssessmentReportIntegrity = D1 ('MetaData "ValidateAssessmentReportIntegrity" "Amazonka.AuditManager.ValidateAssessmentReportIntegrity" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ValidateAssessmentReportIntegrity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3RelativePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ValidateAssessmentReportIntegrity Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

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 specified Amazon S3 bucket in which the assessment report is stored.

data ValidateAssessmentReportIntegrityResponse Source #

Instances

Instances details
Eq 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

Generic ValidateAssessmentReportIntegrityResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ValidateAssessmentReportIntegrity

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ValidateAssessmentReportIntegrityResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signatureValid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 ('MetaSel ('Just "validationErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "signatureDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "signatureAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "signatureKeyId") '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: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:signatureDateTime:ValidateAssessmentReportIntegrityResponse', validateAssessmentReportIntegrityResponse_signatureDateTime - The date and time signature that specifies when the assessment report was created.

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

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

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

DeregisterAccount

data DeregisterAccount Source #

See: newDeregisterAccount smart constructor.

Constructors

DeregisterAccount' 

Instances

Instances details
Eq DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Read DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Show DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Generic DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Associated Types

type Rep DeregisterAccount :: Type -> Type #

NFData DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Methods

rnf :: DeregisterAccount -> () #

Hashable DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

ToJSON DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

AWSRequest DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Associated Types

type AWSResponse 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

type Rep DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

type Rep DeregisterAccount = D1 ('MetaData "DeregisterAccount" "Amazonka.AuditManager.DeregisterAccount" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DeregisterAccount'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse DeregisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

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
Eq DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Read DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Show DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Generic DeregisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeregisterAccount

Associated Types

type Rep DeregisterAccountResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:status:DeregisterAccountResponse', deregisterAccountResponse_status - The registration status of the account.

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

DeleteAssessmentReport

data DeleteAssessmentReport Source #

See: newDeleteAssessmentReport smart constructor.

Instances

Instances details
Eq DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Read DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Show DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Generic DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Associated Types

type Rep DeleteAssessmentReport :: Type -> Type #

NFData DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Methods

rnf :: DeleteAssessmentReport -> () #

Hashable DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

AWSRequest DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Associated Types

type AWSResponse DeleteAssessmentReport #

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

type Rep DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

type Rep DeleteAssessmentReport = D1 ('MetaData "DeleteAssessmentReport" "Amazonka.AuditManager.DeleteAssessmentReport" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DeleteAssessmentReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "assessmentReportId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

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:

$sel:assessmentId:DeleteAssessmentReport', deleteAssessmentReport_assessmentId - The identifier for the specified assessment.

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

data DeleteAssessmentReportResponse Source #

See: newDeleteAssessmentReportResponse smart constructor.

Instances

Instances details
Eq DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Read DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Show DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Generic DeleteAssessmentReportResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessmentReport

Associated Types

type Rep DeleteAssessmentReportResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

UpdateSettings

data UpdateSettings Source #

See: newUpdateSettings smart constructor.

Instances

Instances details
Eq UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Read UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Show UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Generic UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Associated Types

type Rep UpdateSettings :: Type -> Type #

NFData UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Methods

rnf :: UpdateSettings -> () #

Hashable UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

ToJSON UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

AWSRequest UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Associated Types

type AWSResponse 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

type Rep UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

type Rep UpdateSettings = D1 ('MetaData "UpdateSettings" "Amazonka.AuditManager.UpdateSettings" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "UpdateSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultAssessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportsDestination))) :*: (S1 ('MetaSel ('Just "snsTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultProcessOwners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])))))
type AWSResponse UpdateSettings Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

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:

$sel:kmsKey:UpdateSettings', updateSettings_kmsKey - The KMS key details.

$sel:defaultAssessmentReportsDestination:UpdateSettings', updateSettings_defaultAssessmentReportsDestination - The default storage destination for assessment reports.

$sel:snsTopic:UpdateSettings', updateSettings_snsTopic - The Amazon Simple Notification Service (Amazon SNS) topic to which Audit Manager sends notifications.

$sel:defaultProcessOwners:UpdateSettings', updateSettings_defaultProcessOwners - A list of the default audit owners.

data UpdateSettingsResponse Source #

See: newUpdateSettingsResponse smart constructor.

Instances

Instances details
Eq UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Read UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Show UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Generic UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Associated Types

type Rep UpdateSettingsResponse :: Type -> Type #

NFData UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

Methods

rnf :: UpdateSettingsResponse -> () #

type Rep UpdateSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateSettings

type Rep UpdateSettingsResponse = D1 ('MetaData "UpdateSettingsResponse" "Amazonka.AuditManager.UpdateSettings" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetAssessmentFramework

data GetAssessmentFramework Source #

See: newGetAssessmentFramework smart constructor.

Instances

Instances details
Eq GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Read GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Show GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Generic GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Associated Types

type Rep GetAssessmentFramework :: Type -> Type #

NFData GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Methods

rnf :: GetAssessmentFramework -> () #

Hashable GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

AWSRequest GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Associated Types

type AWSResponse GetAssessmentFramework #

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

type Rep GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

type Rep GetAssessmentFramework = D1 ('MetaData "GetAssessmentFramework" "Amazonka.AuditManager.GetAssessmentFramework" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetAssessmentFramework'" 'PrefixI 'True) (S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

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:

$sel:frameworkId:GetAssessmentFramework', getAssessmentFramework_frameworkId - The identifier for the specified framework.

data GetAssessmentFrameworkResponse Source #

See: newGetAssessmentFrameworkResponse smart constructor.

Instances

Instances details
Eq GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Read GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Show GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Generic GetAssessmentFrameworkResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessmentFramework

Associated Types

type Rep GetAssessmentFrameworkResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:framework:GetAssessmentFrameworkResponse', getAssessmentFrameworkResponse_framework - The framework returned by the GetAssessmentFramework API.

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

DeleteAssessment

data DeleteAssessment Source #

See: newDeleteAssessment smart constructor.

Constructors

DeleteAssessment' Text 

Instances

Instances details
Eq DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Read DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Show DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Generic DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Associated Types

type Rep DeleteAssessment :: Type -> Type #

NFData DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Methods

rnf :: DeleteAssessment -> () #

Hashable DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

AWSRequest DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Associated Types

type AWSResponse DeleteAssessment #

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

type Rep DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

type Rep DeleteAssessment = D1 ('MetaData "DeleteAssessment" "Amazonka.AuditManager.DeleteAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DeleteAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

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:

$sel:assessmentId:DeleteAssessment', deleteAssessment_assessmentId - The identifier for the specified assessment.

data DeleteAssessmentResponse Source #

See: newDeleteAssessmentResponse smart constructor.

Instances

Instances details
Eq DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Read DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Show DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Generic DeleteAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteAssessment

Associated Types

type Rep DeleteAssessmentResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetChangeLogs

data GetChangeLogs Source #

See: newGetChangeLogs smart constructor.

Instances

Instances details
Eq GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Read GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Show GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Generic GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Associated Types

type Rep GetChangeLogs :: Type -> Type #

NFData GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Methods

rnf :: GetChangeLogs -> () #

Hashable GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

AWSRequest GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Associated Types

type AWSResponse GetChangeLogs #

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

type Rep GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

type Rep GetChangeLogs = D1 ('MetaData "GetChangeLogs" "Amazonka.AuditManager.GetChangeLogs" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetChangeLogs'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse GetChangeLogs Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

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:

$sel:controlSetId:GetChangeLogs', getChangeLogs_controlSetId - The identifier for the specified control set.

$sel:nextToken:GetChangeLogs', getChangeLogs_nextToken - The pagination token used to fetch the next set of results.

$sel:controlId:GetChangeLogs', getChangeLogs_controlId - The identifier for the specified control.

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

$sel:assessmentId:GetChangeLogs', getChangeLogs_assessmentId - The identifier for the specified assessment.

data GetChangeLogsResponse Source #

See: newGetChangeLogsResponse smart constructor.

Instances

Instances details
Eq GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Read GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Show GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Generic GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Associated Types

type Rep GetChangeLogsResponse :: Type -> Type #

NFData GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

Methods

rnf :: GetChangeLogsResponse -> () #

type Rep GetChangeLogsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetChangeLogs

type Rep GetChangeLogsResponse = D1 ('MetaData "GetChangeLogsResponse" "Amazonka.AuditManager.GetChangeLogs" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

$sel:nextToken:GetChangeLogs', getChangeLogsResponse_nextToken - The pagination token used to fetch the next set of results.

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

UpdateAssessment

data UpdateAssessment Source #

See: newUpdateAssessment smart constructor.

Instances

Instances details
Eq UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Read UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Show UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Generic UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Associated Types

type Rep UpdateAssessment :: Type -> Type #

NFData UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Methods

rnf :: UpdateAssessment -> () #

Hashable UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

ToJSON UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

AWSRequest UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Associated Types

type AWSResponse 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

type Rep UpdateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

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

Defined in Amazonka.AuditManager.UpdateAssessment

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:roles:UpdateAssessment', updateAssessment_roles - The list of roles for the specified assessment.

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

$sel:assessmentReportsDestination:UpdateAssessment', updateAssessment_assessmentReportsDestination - The assessment report storage destination for the specified assessment that is being updated.

$sel:assessmentName:UpdateAssessment', updateAssessment_assessmentName - The name of the specified assessment to be updated.

$sel:assessmentId:UpdateAssessment', updateAssessment_assessmentId - The identifier for the specified assessment.

$sel:scope:UpdateAssessment', updateAssessment_scope - The scope of the specified assessment.

data UpdateAssessmentResponse Source #

See: newUpdateAssessmentResponse smart constructor.

Instances

Instances details
Eq UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Read UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Show UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Generic UpdateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessment

Associated Types

type Rep UpdateAssessmentResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 (name of the updated assessment) for the UpdateAssessmentRequest API.

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

GetDelegations

data GetDelegations Source #

See: newGetDelegations smart constructor.

Instances

Instances details
Eq GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Read GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Show GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Generic GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type Rep GetDelegations :: Type -> Type #

NFData GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Methods

rnf :: GetDelegations -> () #

Hashable GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

AWSRequest GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type AWSResponse GetDelegations #

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

type Rep GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegations = D1 ('MetaData "GetDelegations" "Amazonka.AuditManager.GetDelegations" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetDelegations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse GetDelegations Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

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:nextToken:GetDelegations', getDelegations_nextToken - The pagination token used to fetch the next set of results.

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

data GetDelegationsResponse Source #

See: newGetDelegationsResponse smart constructor.

Instances

Instances details
Eq GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Read GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Show GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Generic GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Associated Types

type Rep GetDelegationsResponse :: Type -> Type #

NFData GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

Methods

rnf :: GetDelegationsResponse -> () #

type Rep GetDelegationsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetDelegations

type Rep GetDelegationsResponse = D1 ('MetaData "GetDelegationsResponse" "Amazonka.AuditManager.GetDelegations" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:delegations:GetDelegationsResponse', getDelegationsResponse_delegations - The list of delegations returned by the GetDelegations API.

$sel:nextToken:GetDelegations', getDelegationsResponse_nextToken - The pagination token used to fetch the next set of results.

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

DisassociateAssessmentReportEvidenceFolder

data DisassociateAssessmentReportEvidenceFolder Source #

Instances

Instances details
Eq 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

Generic DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

NFData DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

Hashable DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

ToJSON DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

AWSRequest 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

type Rep DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

type Rep DisassociateAssessmentReportEvidenceFolder = D1 ('MetaData "DisassociateAssessmentReportEvidenceFolder" "Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DisassociateAssessmentReportEvidenceFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DisassociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

data DisassociateAssessmentReportEvidenceFolderResponse Source #

Instances

Instances details
Eq 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

Generic DisassociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DisassociateAssessmentReportEvidenceFolder

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

ListAssessments

data ListAssessments Source #

See: newListAssessments smart constructor.

Instances

Instances details
Eq ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Read ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Show ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Generic ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Associated Types

type Rep ListAssessments :: Type -> Type #

NFData ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Methods

rnf :: ListAssessments -> () #

Hashable ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

AWSRequest ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Associated Types

type AWSResponse ListAssessments #

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

type Rep ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

type Rep ListAssessments = D1 ('MetaData "ListAssessments" "Amazonka.AuditManager.ListAssessments" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListAssessments'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListAssessments Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

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:nextToken:ListAssessments', listAssessments_nextToken - The pagination token used to fetch the next set of results.

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

data ListAssessmentsResponse Source #

See: newListAssessmentsResponse smart constructor.

Instances

Instances details
Eq ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Read ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Show ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Generic ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Associated Types

type Rep ListAssessmentsResponse :: Type -> Type #

NFData ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

Methods

rnf :: ListAssessmentsResponse -> () #

type Rep ListAssessmentsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessments

type Rep ListAssessmentsResponse = D1 ('MetaData "ListAssessmentsResponse" "Amazonka.AuditManager.ListAssessments" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListAssessmentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assessmentMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentMetadataItem])) :*: 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:nextToken:ListAssessments', listAssessmentsResponse_nextToken - The pagination token used to fetch the next set of results.

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

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

CreateAssessment

data CreateAssessment Source #

See: newCreateAssessment smart constructor.

Instances

Instances details
Eq CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Read CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Show CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Generic CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Associated Types

type Rep CreateAssessment :: Type -> Type #

NFData CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Methods

rnf :: CreateAssessment -> () #

Hashable CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

ToJSON CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

AWSRequest CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Associated Types

type AWSResponse 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

type Rep CreateAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

type Rep CreateAssessment = D1 ('MetaData "CreateAssessment" "Amazonka.AuditManager.CreateAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "CreateAssessment'" 'PrefixI 'True) ((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 "assessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssessmentReportsDestination) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scope)) :*: (S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Role]) :*: S1 ('MetaSel ('Just "frameworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse 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:

$sel:description:CreateAssessment', createAssessment_description - The optional description of the assessment to be created.

$sel:tags:CreateAssessment', createAssessment_tags - The tags associated with the assessment.

$sel:name:CreateAssessment', createAssessment_name - The name of the assessment to be created.

$sel:assessmentReportsDestination:CreateAssessment', createAssessment_assessmentReportsDestination - The assessment report storage destination for the specified assessment that is being created.

$sel:scope:CreateAssessment', createAssessment_scope - Undocumented member.

$sel:roles:CreateAssessment', createAssessment_roles - The list of roles for the specified assessment.

$sel:frameworkId:CreateAssessment', createAssessment_frameworkId - The identifier for the specified framework.

data CreateAssessmentResponse Source #

See: newCreateAssessmentResponse smart constructor.

Instances

Instances details
Eq CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Read CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Show CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Generic CreateAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateAssessment

Associated Types

type Rep CreateAssessmentResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetEvidenceFoldersByAssessment

data GetEvidenceFoldersByAssessment Source #

See: newGetEvidenceFoldersByAssessment smart constructor.

Instances

Instances details
Eq GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Read GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Show 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 #

NFData GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

Hashable GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

AWSRequest GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

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

type Rep GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

type Rep GetEvidenceFoldersByAssessment = D1 ('MetaData "GetEvidenceFoldersByAssessment" "Amazonka.AuditManager.GetEvidenceFoldersByAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetEvidenceFoldersByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

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:nextToken:GetEvidenceFoldersByAssessment', getEvidenceFoldersByAssessment_nextToken - The pagination token used to fetch the next set of results.

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

$sel:assessmentId:GetEvidenceFoldersByAssessment', getEvidenceFoldersByAssessment_assessmentId - The identifier for the specified assessment.

data GetEvidenceFoldersByAssessmentResponse Source #

Instances

Instances details
Eq 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

Generic GetEvidenceFoldersByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFoldersByAssessment

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetEvidenceFoldersByAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evidenceFolders") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentEvidenceFolder])) :*: 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:nextToken:GetEvidenceFoldersByAssessment', getEvidenceFoldersByAssessmentResponse_nextToken - The pagination token used to fetch the next set of results.

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

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

RegisterAccount

data RegisterAccount Source #

See: newRegisterAccount smart constructor.

Instances

Instances details
Eq RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Read RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Show RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Generic RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Associated Types

type Rep RegisterAccount :: Type -> Type #

NFData RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Methods

rnf :: RegisterAccount -> () #

Hashable RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

ToJSON RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

AWSRequest RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Associated Types

type AWSResponse 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

type Rep RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

type Rep RegisterAccount = D1 ('MetaData "RegisterAccount" "Amazonka.AuditManager.RegisterAccount" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "RegisterAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "delegatedAdminAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse RegisterAccount Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

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:kmsKey:RegisterAccount', registerAccount_kmsKey - The KMS key details.

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

data RegisterAccountResponse Source #

See: newRegisterAccountResponse smart constructor.

Instances

Instances details
Eq RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Read RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Show RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Generic RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Associated Types

type Rep RegisterAccountResponse :: Type -> Type #

NFData RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

Methods

rnf :: RegisterAccountResponse -> () #

type Rep RegisterAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.RegisterAccount

type Rep RegisterAccountResponse = D1 ('MetaData "RegisterAccountResponse" "Amazonka.AuditManager.RegisterAccount" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:status:RegisterAccountResponse', registerAccountResponse_status - The status of the account registration request.

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

GetAssessment

data GetAssessment Source #

See: newGetAssessment smart constructor.

Constructors

GetAssessment' Text 

Instances

Instances details
Eq GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Read GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Show GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Generic GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Associated Types

type Rep GetAssessment :: Type -> Type #

NFData GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Methods

rnf :: GetAssessment -> () #

Hashable GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

AWSRequest GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Associated Types

type AWSResponse GetAssessment #

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

type Rep GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

type Rep GetAssessment = D1 ('MetaData "GetAssessment" "Amazonka.AuditManager.GetAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetAssessment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

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:

$sel:assessmentId:GetAssessment', getAssessment_assessmentId - The identifier for the specified assessment.

data GetAssessmentResponse Source #

See: newGetAssessmentResponse smart constructor.

Instances

Instances details
Eq GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Read GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Show GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Generic GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Associated Types

type Rep GetAssessmentResponse :: Type -> Type #

NFData GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

Methods

rnf :: GetAssessmentResponse -> () #

type Rep GetAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAssessment

type Rep GetAssessmentResponse = D1 ('MetaData "GetAssessmentResponse" "Amazonka.AuditManager.GetAssessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetAssessmentResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "userRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Role)) :*: (S1 ('MetaSel ('Just "assessment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Assessment)) :*: 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:userRole:GetAssessmentResponse', getAssessmentResponse_userRole - Undocumented member.

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

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

BatchImportEvidenceToAssessmentControl

data BatchImportEvidenceToAssessmentControl Source #

Instances

Instances details
Eq 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

Generic BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

NFData BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

Hashable BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

ToJSON BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

AWSRequest 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

type Rep BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

type Rep BatchImportEvidenceToAssessmentControl = D1 ('MetaData "BatchImportEvidenceToAssessmentControl" "Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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)))))
type AWSResponse BatchImportEvidenceToAssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

data BatchImportEvidenceToAssessmentControlResponse Source #

Instances

Instances details
Eq 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

Generic BatchImportEvidenceToAssessmentControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.BatchImportEvidenceToAssessmentControl

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the BatchImportEvidenceToAssessmentControl API.

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

TagResource

data TagResource Source #

See: newTagResource smart constructor.

Instances

Instances details
Eq TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Read TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Show TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Generic TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Associated Types

type Rep TagResource :: Type -> Type #

NFData TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Methods

rnf :: TagResource -> () #

Hashable TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

ToJSON TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

AWSRequest TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Associated Types

type AWSResponse 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

type Rep TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

type Rep TagResource = D1 ('MetaData "TagResource" "Amazonka.AuditManager.TagResource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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))))
type AWSResponse TagResource Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

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 specified resource.

$sel:tags:TagResource', tagResource_tags - The tags to be associated with the resource.

data TagResourceResponse Source #

See: newTagResourceResponse smart constructor.

Instances

Instances details
Eq TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Read TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Show TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Generic TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Associated Types

type Rep TagResourceResponse :: Type -> Type #

NFData TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

Methods

rnf :: TagResourceResponse -> () #

type Rep TagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.TagResource

type Rep TagResourceResponse = D1 ('MetaData "TagResourceResponse" "Amazonka.AuditManager.TagResource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetEvidenceFolder

data GetEvidenceFolder Source #

See: newGetEvidenceFolder smart constructor.

Instances

Instances details
Eq GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Read GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Show GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Generic GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Associated Types

type Rep GetEvidenceFolder :: Type -> Type #

NFData GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Methods

rnf :: GetEvidenceFolder -> () #

Hashable GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

AWSRequest GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Associated Types

type AWSResponse GetEvidenceFolder #

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

type Rep GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

type Rep GetEvidenceFolder = D1 ('MetaData "GetEvidenceFolder" "Amazonka.AuditManager.GetEvidenceFolder" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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))))
type AWSResponse GetEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

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:

$sel:assessmentId:GetEvidenceFolder', getEvidenceFolder_assessmentId - The identifier for the specified assessment.

$sel:controlSetId:GetEvidenceFolder', getEvidenceFolder_controlSetId - The identifier for the specified control set.

$sel:evidenceFolderId:GetEvidenceFolder', getEvidenceFolder_evidenceFolderId - The identifier for the folder in which the evidence is stored.

data GetEvidenceFolderResponse Source #

See: newGetEvidenceFolderResponse smart constructor.

Instances

Instances details
Eq GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Read GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Show GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Generic GetEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetEvidenceFolder

Associated Types

type Rep GetEvidenceFolderResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 in which evidence is stored.

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

ListAssessmentFrameworks

data ListAssessmentFrameworks Source #

See: newListAssessmentFrameworks smart constructor.

Instances

Instances details
Eq ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Read ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Show 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 #

NFData ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Hashable ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

AWSRequest ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

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

type Rep ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

type Rep ListAssessmentFrameworks = D1 ('MetaData "ListAssessmentFrameworks" "Amazonka.AuditManager.ListAssessmentFrameworks" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListAssessmentFrameworks'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "frameworkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 FrameworkType))))
type AWSResponse ListAssessmentFrameworks Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

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:nextToken:ListAssessmentFrameworks', listAssessmentFrameworks_nextToken - The pagination token used to fetch the next set of results.

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

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

data ListAssessmentFrameworksResponse Source #

See: newListAssessmentFrameworksResponse smart constructor.

Instances

Instances details
Eq ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Read ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Show ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Generic ListAssessmentFrameworksResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListAssessmentFrameworks

Associated Types

type Rep ListAssessmentFrameworksResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListAssessmentFrameworksResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "frameworkMetadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentFrameworkMetadata])) :*: 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:nextToken:ListAssessmentFrameworks', listAssessmentFrameworksResponse_nextToken - The pagination token used to fetch the next set of results.

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

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

CreateControl

data CreateControl Source #

See: newCreateControl smart constructor.

Instances

Instances details
Eq CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Read CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Show CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Generic CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Associated Types

type Rep CreateControl :: Type -> Type #

NFData CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Methods

rnf :: CreateControl -> () #

Hashable CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

ToJSON CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

AWSRequest CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Associated Types

type AWSResponse 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

type Rep CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

type Rep CreateControl = D1 ('MetaData "CreateControl" "Amazonka.AuditManager.CreateControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "CreateControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "testingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "controlMappingSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CreateControlMappingSource))))))
type AWSResponse CreateControl Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

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:

$sel:testingInformation:CreateControl', createControl_testingInformation - The steps to follow to determine if the control has been satisfied.

$sel:actionPlanInstructions:CreateControl', createControl_actionPlanInstructions - The recommended actions to carry out if the control is not fulfilled.

$sel:actionPlanTitle:CreateControl', createControl_actionPlanTitle - The title of the action plan for remediating the control.

$sel:description:CreateControl', createControl_description - The description of the control.

$sel:tags:CreateControl', createControl_tags - The tags associated with the control.

$sel:name:CreateControl', createControl_name - The name of the control.

$sel:controlMappingSources:CreateControl', createControl_controlMappingSources - The data mapping sources for the specified control.

data CreateControlResponse Source #

See: newCreateControlResponse smart constructor.

Instances

Instances details
Eq CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Read CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Show CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Generic CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Associated Types

type Rep CreateControlResponse :: Type -> Type #

NFData CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

Methods

rnf :: CreateControlResponse -> () #

type Rep CreateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.CreateControl

type Rep CreateControlResponse = D1 ('MetaData "CreateControlResponse" "Amazonka.AuditManager.CreateControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the CreateControl API.

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

UpdateAssessmentStatus

data UpdateAssessmentStatus Source #

See: newUpdateAssessmentStatus smart constructor.

Instances

Instances details
Eq UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Read UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Show UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Generic UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Associated Types

type Rep UpdateAssessmentStatus :: Type -> Type #

NFData UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Methods

rnf :: UpdateAssessmentStatus -> () #

Hashable UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

ToJSON UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

AWSRequest UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Associated Types

type AWSResponse 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

type Rep UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

type Rep UpdateAssessmentStatus = D1 ('MetaData "UpdateAssessmentStatus" "Amazonka.AuditManager.UpdateAssessmentStatus" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "UpdateAssessmentStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AssessmentStatus)))
type AWSResponse UpdateAssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

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:

$sel:assessmentId:UpdateAssessmentStatus', updateAssessmentStatus_assessmentId - The identifier for the specified assessment.

$sel:status:UpdateAssessmentStatus', updateAssessmentStatus_status - The current status of the specified assessment.

data UpdateAssessmentStatusResponse Source #

See: newUpdateAssessmentStatusResponse smart constructor.

Instances

Instances details
Eq UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Read UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Show UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Generic UpdateAssessmentStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentStatus

Associated Types

type Rep UpdateAssessmentStatusResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the UpdateAssessmentStatus API.

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

GetAccountStatus

data GetAccountStatus Source #

See: newGetAccountStatus smart constructor.

Constructors

GetAccountStatus' 

Instances

Instances details
Eq GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Read GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Show GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Generic GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Associated Types

type Rep GetAccountStatus :: Type -> Type #

NFData GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Methods

rnf :: GetAccountStatus -> () #

Hashable GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

AWSRequest GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Associated Types

type AWSResponse GetAccountStatus #

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

type Rep GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

type Rep GetAccountStatus = D1 ('MetaData "GetAccountStatus" "Amazonka.AuditManager.GetAccountStatus" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetAccountStatus'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetAccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

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
Eq GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Read GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Show GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Generic GetAccountStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetAccountStatus

Associated Types

type Rep GetAccountStatusResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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:

$sel:status:GetAccountStatusResponse', getAccountStatusResponse_status - The status of the specified Amazon Web Services account.

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

UntagResource

data UntagResource Source #

See: newUntagResource smart constructor.

Instances

Instances details
Eq UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Read UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Show UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Generic UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Associated Types

type Rep UntagResource :: Type -> Type #

NFData UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Methods

rnf :: UntagResource -> () #

Hashable UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

AWSRequest UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Associated Types

type AWSResponse UntagResource #

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

type Rep UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

type Rep UntagResource = D1 ('MetaData "UntagResource" "Amazonka.AuditManager.UntagResource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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))))
type AWSResponse UntagResource Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

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
Eq UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Read UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Show UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Generic UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Associated Types

type Rep UntagResourceResponse :: Type -> Type #

NFData UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

Methods

rnf :: UntagResourceResponse -> () #

type Rep UntagResourceResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UntagResource

type Rep UntagResourceResponse = D1 ('MetaData "UntagResourceResponse" "Amazonka.AuditManager.UntagResource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetSettings

data GetSettings Source #

See: newGetSettings smart constructor.

Instances

Instances details
Eq GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Read GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Show GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Generic GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Associated Types

type Rep GetSettings :: Type -> Type #

NFData GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Methods

rnf :: GetSettings -> () #

Hashable GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

AWSRequest GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Associated Types

type AWSResponse GetSettings #

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

type Rep GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

type Rep GetSettings = D1 ('MetaData "GetSettings" "Amazonka.AuditManager.GetSettings" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attribute") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SettingAttribute)))
type AWSResponse GetSettings Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

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 SettingAttribute enum values.

data GetSettingsResponse Source #

See: newGetSettingsResponse smart constructor.

Instances

Instances details
Eq GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Read GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Show GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Generic GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Associated Types

type Rep GetSettingsResponse :: Type -> Type #

NFData GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

Methods

rnf :: GetSettingsResponse -> () #

type Rep GetSettingsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetSettings

type Rep GetSettingsResponse = D1 ('MetaData "GetSettingsResponse" "Amazonka.AuditManager.GetSettings" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetOrganizationAdminAccount

data GetOrganizationAdminAccount Source #

See: newGetOrganizationAdminAccount smart constructor.

Instances

Instances details
Eq GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Read GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Show 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 #

NFData GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

Hashable GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

AWSRequest GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

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

type Rep GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

type Rep GetOrganizationAdminAccount = D1 ('MetaData "GetOrganizationAdminAccount" "Amazonka.AuditManager.GetOrganizationAdminAccount" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetOrganizationAdminAccount'" 'PrefixI 'False) (U1 :: Type -> Type))
type AWSResponse GetOrganizationAdminAccount Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

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
Eq 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

Generic GetOrganizationAdminAccountResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetOrganizationAdminAccount

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 specified administrator account.

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

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

DeleteControl

data DeleteControl Source #

See: newDeleteControl smart constructor.

Constructors

DeleteControl' Text 

Instances

Instances details
Eq DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Read DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Show DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Generic DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Associated Types

type Rep DeleteControl :: Type -> Type #

NFData DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Methods

rnf :: DeleteControl -> () #

Hashable DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

AWSRequest DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Associated Types

type AWSResponse DeleteControl #

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

type Rep DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

type Rep DeleteControl = D1 ('MetaData "DeleteControl" "Amazonka.AuditManager.DeleteControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DeleteControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteControl Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

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:

$sel:controlId:DeleteControl', deleteControl_controlId - The identifier for the specified control.

data DeleteControlResponse Source #

See: newDeleteControlResponse smart constructor.

Instances

Instances details
Eq DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Read DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Show DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Generic DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Associated Types

type Rep DeleteControlResponse :: Type -> Type #

NFData DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

Methods

rnf :: DeleteControlResponse -> () #

type Rep DeleteControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.DeleteControl

type Rep DeleteControlResponse = D1 ('MetaData "DeleteControlResponse" "Amazonka.AuditManager.DeleteControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

UpdateControl

data UpdateControl Source #

See: newUpdateControl smart constructor.

Instances

Instances details
Eq UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Read UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Show UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Generic UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Associated Types

type Rep UpdateControl :: Type -> Type #

NFData UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Methods

rnf :: UpdateControl -> () #

Hashable UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

ToJSON UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

AWSRequest UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Associated Types

type AWSResponse 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

type Rep UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

type Rep UpdateControl = D1 ('MetaData "UpdateControl" "Amazonka.AuditManager.UpdateControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "UpdateControl'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "testingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (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 "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))))))
type AWSResponse UpdateControl Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

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:

$sel:testingInformation:UpdateControl', updateControl_testingInformation - The steps that to follow to determine if the control has been satisfied.

$sel:actionPlanInstructions:UpdateControl', updateControl_actionPlanInstructions - The recommended actions to carry out if the control is not fulfilled.

$sel:actionPlanTitle:UpdateControl', updateControl_actionPlanTitle - The title of the action plan for remediating the control.

$sel:description:UpdateControl', updateControl_description - The optional description of the control.

$sel:controlId:UpdateControl', updateControl_controlId - The identifier for the specified control.

$sel:name:UpdateControl', updateControl_name - The name of the control to be updated.

$sel:controlMappingSources:UpdateControl', updateControl_controlMappingSources - The data mapping sources for the specified control.

data UpdateControlResponse Source #

See: newUpdateControlResponse smart constructor.

Instances

Instances details
Eq UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Read UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Show UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Generic UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Associated Types

type Rep UpdateControlResponse :: Type -> Type #

NFData UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

Methods

rnf :: UpdateControlResponse -> () #

type Rep UpdateControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateControl

type Rep UpdateControlResponse = D1 ('MetaData "UpdateControlResponse" "Amazonka.AuditManager.UpdateControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the UpdateControl API.

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

UpdateAssessmentControlSetStatus

data UpdateAssessmentControlSetStatus Source #

See: newUpdateAssessmentControlSetStatus smart constructor.

Instances

Instances details
Eq UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Read UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Show 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 #

NFData UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

Hashable UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

ToJSON UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

AWSRequest 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

type Rep UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

type Rep UpdateAssessmentControlSetStatus = D1 ('MetaData "UpdateAssessmentControlSetStatus" "Amazonka.AuditManager.UpdateAssessmentControlSetStatus" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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))))
type AWSResponse UpdateAssessmentControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

data UpdateAssessmentControlSetStatusResponse Source #

Instances

Instances details
Eq 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

Generic UpdateAssessmentControlSetStatusResponse Source # 
Instance details

Defined in Amazonka.AuditManager.UpdateAssessmentControlSetStatus

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the UpdateAssessmentControlSetStatus API.

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

ListControls

data ListControls Source #

See: newListControls smart constructor.

Instances

Instances details
Eq ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Read ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Show ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Generic ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type Rep ListControls :: Type -> Type #

NFData ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Methods

rnf :: ListControls -> () #

Hashable ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

AWSRequest ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type AWSResponse ListControls #

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

type Rep ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControls = D1 ('MetaData "ListControls" "Amazonka.AuditManager.ListControls" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListControls'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "controlType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ControlType))))
type AWSResponse ListControls Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

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:nextToken:ListControls', listControls_nextToken - The pagination token used to fetch the next set of results.

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

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

data ListControlsResponse Source #

See: newListControlsResponse smart constructor.

Instances

Instances details
Eq ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Read ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Show ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Generic ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Associated Types

type Rep ListControlsResponse :: Type -> Type #

NFData ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

Methods

rnf :: ListControlsResponse -> () #

type Rep ListControlsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControls

type Rep ListControlsResponse = D1 ('MetaData "ListControlsResponse" "Amazonka.AuditManager.ListControls" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ListControlsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "controlMetadataList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ControlMetadata])) :*: 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:nextToken:ListControls', listControlsResponse_nextToken - The pagination token used to fetch the next set of results.

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

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

AssociateAssessmentReportEvidenceFolder

data AssociateAssessmentReportEvidenceFolder Source #

Instances

Instances details
Eq 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

Generic AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

NFData AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

Hashable AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

ToJSON AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

AWSRequest 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

type Rep AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

type Rep AssociateAssessmentReportEvidenceFolder = D1 ('MetaData "AssociateAssessmentReportEvidenceFolder" "Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AssociateAssessmentReportEvidenceFolder'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evidenceFolderId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateAssessmentReportEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

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:

$sel:assessmentId:AssociateAssessmentReportEvidenceFolder', associateAssessmentReportEvidenceFolder_assessmentId - The identifier for the specified assessment.

$sel:evidenceFolderId:AssociateAssessmentReportEvidenceFolder', associateAssessmentReportEvidenceFolder_evidenceFolderId - The identifier for the folder in which evidence is stored.

data AssociateAssessmentReportEvidenceFolderResponse Source #

Instances

Instances details
Eq 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

Generic AssociateAssessmentReportEvidenceFolderResponse Source # 
Instance details

Defined in Amazonka.AuditManager.AssociateAssessmentReportEvidenceFolder

NFData 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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.

GetControl

data GetControl Source #

See: newGetControl smart constructor.

Constructors

GetControl' Text 

Instances

Instances details
Eq GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Read GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Show GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Generic GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Associated Types

type Rep GetControl :: Type -> Type #

NFData GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Methods

rnf :: GetControl -> () #

Hashable GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

AWSRequest GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Associated Types

type AWSResponse GetControl #

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

type Rep GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

type Rep GetControl = D1 ('MetaData "GetControl" "Amazonka.AuditManager.GetControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "GetControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetControl Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

newGetControl Source #

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:

$sel:controlId:GetControl', getControl_controlId - The identifier for the specified control.

data GetControlResponse Source #

See: newGetControlResponse smart constructor.

Instances

Instances details
Eq GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Read GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Show GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Generic GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Associated Types

type Rep GetControlResponse :: Type -> Type #

NFData GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

Methods

rnf :: GetControlResponse -> () #

type Rep GetControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetControl

type Rep GetControlResponse = D1 ('MetaData "GetControlResponse" "Amazonka.AuditManager.GetControl" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the GetControl API.

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

Types

AccountStatus

newtype AccountStatus Source #

Constructors

AccountStatus' 

Instances

Instances details
Eq AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Ord AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Read AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Show AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Generic AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Associated Types

type Rep AccountStatus :: Type -> Type #

NFData AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

Methods

rnf :: AccountStatus -> () #

Hashable 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

FromJSON AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

FromJSONKey AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToLog AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToHeader AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

ToQuery AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

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 #

ToByteString 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 #

type Rep AccountStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AccountStatus

type Rep AccountStatus = D1 ('MetaData "AccountStatus" "Amazonka.AuditManager.Types.AccountStatus" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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
Eq ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Ord ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Read ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Show ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Generic ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Associated Types

type Rep ActionEnum :: Type -> Type #

NFData ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

Methods

rnf :: ActionEnum -> () #

Hashable 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

FromJSON ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

FromJSONKey ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToLog ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToHeader ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

ToQuery ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

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 #

ToByteString 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 #

type Rep ActionEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ActionEnum

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

AssessmentReportDestinationType

newtype AssessmentReportDestinationType Source #

Instances

Instances details
Eq AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Ord AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Read AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Show 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 #

NFData AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

Hashable 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

FromJSON AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

FromJSONKey AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToLog AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToHeader AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

ToQuery 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

ToByteString 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

type Rep AssessmentReportDestinationType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportDestinationType

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

AssessmentReportStatus

newtype AssessmentReportStatus Source #

Instances

Instances details
Eq AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Ord AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Read AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Show 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 #

NFData AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

Methods

rnf :: AssessmentReportStatus -> () #

Hashable 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

FromJSON AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

FromJSONKey AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToLog AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToHeader AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

ToQuery 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

ToByteString 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

type Rep AssessmentReportStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportStatus

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

AssessmentStatus

newtype AssessmentStatus Source #

Instances

Instances details
Eq AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Ord AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Read AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Show 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 #

NFData AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

Methods

rnf :: AssessmentStatus -> () #

Hashable 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

FromJSON AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

FromJSONKey AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToLog AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToHeader AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

ToQuery 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

ToByteString 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

type Rep AssessmentStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentStatus

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

ControlResponse

newtype ControlResponse Source #

Constructors

ControlResponse' 

Instances

Instances details
Eq ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Ord ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Read ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Show ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Generic ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Associated Types

type Rep ControlResponse :: Type -> Type #

NFData ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

Methods

rnf :: ControlResponse -> () #

Hashable 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

FromJSON ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

FromJSONKey ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToLog ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToHeader ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

ToQuery 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 #

ToByteString 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

type Rep ControlResponse Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlResponse

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

ControlSetStatus

newtype ControlSetStatus Source #

Instances

Instances details
Eq ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Ord ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Read ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Show 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 #

NFData ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

Methods

rnf :: ControlSetStatus -> () #

Hashable 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

FromJSON ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

FromJSONKey ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToLog ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToHeader ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

ToQuery 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

ToByteString 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

type Rep ControlSetStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSetStatus

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

ControlStatus

newtype ControlStatus Source #

Constructors

ControlStatus' 

Instances

Instances details
Eq ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Ord ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Read ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Show ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Generic ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Associated Types

type Rep ControlStatus :: Type -> Type #

NFData ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

Methods

rnf :: ControlStatus -> () #

Hashable 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

FromJSON ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

FromJSONKey ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToLog ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToHeader ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

ToQuery ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

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 #

ToByteString 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 #

type Rep ControlStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlStatus

type Rep ControlStatus = D1 ('MetaData "ControlStatus" "Amazonka.AuditManager.Types.ControlStatus" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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
Eq ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Ord ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Read ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Show ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Generic ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Associated Types

type Rep ControlType :: Type -> Type #

NFData ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

Methods

rnf :: ControlType -> () #

Hashable 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

FromJSON ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

FromJSONKey ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToLog ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToHeader ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

ToQuery ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

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 #

ToByteString 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 #

type Rep ControlType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlType

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

DelegationStatus

newtype DelegationStatus Source #

Instances

Instances details
Eq DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Ord DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Read DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Show 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 #

NFData DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

Methods

rnf :: DelegationStatus -> () #

Hashable 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

FromJSON DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

FromJSONKey DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToLog DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToHeader DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

ToQuery 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

ToByteString 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

type Rep DelegationStatus Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationStatus

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

FrameworkType

newtype FrameworkType Source #

Constructors

FrameworkType' 

Instances

Instances details
Eq FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Ord FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Read FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Show FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Generic FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Associated Types

type Rep FrameworkType :: Type -> Type #

NFData FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

Methods

rnf :: FrameworkType -> () #

Hashable 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

FromJSON FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

FromJSONKey FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToLog FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToHeader FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

ToQuery FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

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 #

ToByteString 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 #

type Rep FrameworkType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkType

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

KeywordInputType

newtype KeywordInputType Source #

Instances

Instances details
Eq KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Ord KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Read KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Show 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 #

NFData KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

Methods

rnf :: KeywordInputType -> () #

Hashable 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

FromJSON KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

FromJSONKey KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToLog KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToHeader KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

ToQuery 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

ToByteString 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

type Rep KeywordInputType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.KeywordInputType

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

ObjectTypeEnum

newtype ObjectTypeEnum Source #

Constructors

ObjectTypeEnum' 

Instances

Instances details
Eq ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Ord ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Read ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Show ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Generic ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Associated Types

type Rep ObjectTypeEnum :: Type -> Type #

NFData ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

Methods

rnf :: ObjectTypeEnum -> () #

Hashable 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

FromJSON ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

FromJSONKey ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToLog ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToHeader ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

ToQuery 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 #

ToByteString 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

type Rep ObjectTypeEnum Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ObjectTypeEnum

type Rep ObjectTypeEnum = D1 ('MetaData "ObjectTypeEnum" "Amazonka.AuditManager.Types.ObjectTypeEnum" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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
Eq RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Ord RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Read RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Show RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

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 #

NFData RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

rnf :: RoleType -> () #

Hashable RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

hashWithSalt :: Int -> RoleType -> Int #

hash :: RoleType -> Int #

ToJSON RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToJSONKey RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

FromJSON RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

FromJSONKey RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToLog RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

ToHeader RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

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

ToQuery RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

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 #

ToByteString RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

Methods

toBS :: RoleType -> ByteString #

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 #

type Rep RoleType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.RoleType

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

SettingAttribute

newtype SettingAttribute Source #

Instances

Instances details
Eq SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Ord SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Read SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Show 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 #

NFData SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

Methods

rnf :: SettingAttribute -> () #

Hashable 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

FromJSON SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

FromJSONKey SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToLog SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToHeader SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

ToQuery 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

ToByteString 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

type Rep SettingAttribute Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SettingAttribute

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

SourceFrequency

newtype SourceFrequency Source #

Constructors

SourceFrequency' 

Instances

Instances details
Eq SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Ord SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Read SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Show SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Generic SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Associated Types

type Rep SourceFrequency :: Type -> Type #

NFData SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

Methods

rnf :: SourceFrequency -> () #

Hashable 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

FromJSON SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

FromJSONKey SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToLog SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToHeader SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

ToQuery 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 #

ToByteString 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

type Rep SourceFrequency Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceFrequency

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

SourceSetUpOption

newtype SourceSetUpOption Source #

Instances

Instances details
Eq SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Ord SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Read SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Show 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 #

NFData SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

Methods

rnf :: SourceSetUpOption -> () #

Hashable 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

FromJSON SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

FromJSONKey SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToLog SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToHeader SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

ToQuery 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

ToByteString 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

type Rep SourceSetUpOption Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceSetUpOption

type Rep SourceSetUpOption = D1 ('MetaData "SourceSetUpOption" "Amazonka.AuditManager.Types.SourceSetUpOption" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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
Eq SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Ord SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Read SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Show SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Generic SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Associated Types

type Rep SourceType :: Type -> Type #

NFData SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

Methods

rnf :: SourceType -> () #

Hashable 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

FromJSON SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

FromJSONKey SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToLog SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToHeader SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

ToQuery SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

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 #

ToByteString 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 #

type Rep SourceType Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceType

type Rep SourceType = D1 ('MetaData "SourceType" "Amazonka.AuditManager.Types.SourceType" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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, email address, and so on.

See: newAWSAccount smart constructor.

Constructors

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

Instances

Instances details
Eq AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Read AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Show 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 #

NFData AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

Methods

rnf :: AWSAccount -> () #

Hashable AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

ToJSON AWSAccount Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSAccount

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AWSAccount'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") '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:name:AWSAccount', aWSAccount_name - The name of the specified Amazon Web Services account.

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

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

AWSService

data AWSService Source #

An Amazon Web Service such as Amazon S3, CloudTrail, and so on.

See: newAWSService smart constructor.

Constructors

AWSService' (Maybe Text) 

Instances

Instances details
Eq AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Read AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Show 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 #

NFData AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

Methods

rnf :: AWSService -> () #

Hashable AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

ToJSON AWSService Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AWSService

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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
Eq Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Read Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Show 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 #

NFData Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

Methods

rnf :: Assessment -> () #

Hashable Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

FromJSON Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

type Rep Assessment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Assessment

type Rep Assessment = D1 ('MetaData "Assessment" "Amazonka.AuditManager.Types.Assessment" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Assessment'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "framework") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentFramework)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AWSAccount)) :*: (S1 ('MetaSel ('Just "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentMetadata)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))))

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:

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

$sel:arn:Assessment', assessment_arn - The Amazon Resource Name (ARN) of the assessment.

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

$sel:metadata:Assessment', assessment_metadata - The metadata for the specified assessment.

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

AssessmentControl

data AssessmentControl Source #

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

See: newAssessmentControl smart constructor.

Instances

Instances details
Eq AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Read AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Show 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 #

NFData AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

Methods

rnf :: AssessmentControl -> () #

Hashable AssessmentControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControl

FromJSON 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:status:AssessmentControl', assessmentControl_status - The status of the specified control.

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

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

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

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

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

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

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

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

AssessmentControlSet

data AssessmentControlSet Source #

Represents a set of controls in an Audit Manager assessment.

See: newAssessmentControlSet smart constructor.

Instances

Instances details
Eq AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Read AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Show 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 #

NFData AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

Methods

rnf :: AssessmentControlSet -> () #

Hashable AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

FromJSON AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

type Rep AssessmentControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentControlSet

type Rep AssessmentControlSet = D1 ('MetaData "AssessmentControlSet" "Amazonka.AuditManager.Types.AssessmentControlSet" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AssessmentControlSet'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlSetStatus)) :*: S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AssessmentControl]))) :*: (S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])) :*: S1 ('MetaSel ('Just "manualEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Delegation])) :*: S1 ('MetaSel ('Just "systemEvidenceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:status:AssessmentControlSet', assessmentControlSet_status - Specifies the current status of the control set.

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

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

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

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

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

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

$sel:description:AssessmentControlSet', assessmentControlSet_description - The description for the control set.

AssessmentEvidenceFolder

data AssessmentEvidenceFolder Source #

The folder in which Audit Manager stores evidence for an assessment.

See: newAssessmentEvidenceFolder smart constructor.

Instances

Instances details
Eq AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Read AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Show 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 #

NFData AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

Hashable AssessmentEvidenceFolder Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentEvidenceFolder

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AssessmentEvidenceFolder'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "evidenceByTypeComplianceCheckIssuesCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "assessmentReportSelectionCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "totalEvidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "evidenceByTypeManualCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "date") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evidenceByTypeUserActivityCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "controlId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))) :*: (((S1 ('MetaSel ('Just "evidenceAwsServiceSourceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "author") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "controlName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evidenceByTypeComplianceCheckCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "evidenceByTypeConfigurationDataCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "evidenceResourcesIncludedCount") '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:evidenceByTypeComplianceCheckIssuesCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceByTypeComplianceCheckIssuesCount - The total number of issues that were reported directly from Security Hub, Config, or both.

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

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

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

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

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

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

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

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

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

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

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

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

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

$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:assessmentId:AssessmentEvidenceFolder', assessmentEvidenceFolder_assessmentId - The identifier for the specified assessment.

$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 services such as Amazon EC2, Amazon S3, or IAM.

$sel:evidenceResourcesIncludedCount:AssessmentEvidenceFolder', assessmentEvidenceFolder_evidenceResourcesIncludedCount - The amount of evidence included 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
Eq AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Read AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Show 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 #

NFData AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

Methods

rnf :: AssessmentFramework -> () #

Hashable AssessmentFramework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFramework

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 "metadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameworkMetadata)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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 specified framework.

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

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

$sel:id:AssessmentFramework', assessmentFramework_id - The unique identifier for the framework.

AssessmentFrameworkMetadata

data AssessmentFrameworkMetadata Source #

The metadata associated with a standard or custom framework.

See: newAssessmentFrameworkMetadata smart constructor.

Instances

Instances details
Eq AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Read AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Show 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 #

NFData AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

Hashable AssessmentFrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentFrameworkMetadata

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AssessmentFrameworkMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "controlsCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "name") '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 "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameworkType)) :*: (S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:controlsCount:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_controlsCount - The number of controls associated with the specified framework.

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

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

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

$sel:name:AssessmentFrameworkMetadata', assessmentFrameworkMetadata_name - The name of the specified 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 associated with the specified framework.

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

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

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

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

AssessmentMetadata

data AssessmentMetadata Source #

The metadata associated with the specified assessment.

See: newAssessmentMetadata smart constructor.

Instances

Instances details
Eq AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Read AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Show 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 #

NFData AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

Methods

rnf :: AssessmentMetadata -> () #

Hashable AssessmentMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadata

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AssessmentMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentStatus))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])) :*: S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Delegation]))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "assessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportsDestination)) :*: S1 ('MetaSel ('Just "scope") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scope)))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:creationTime:AssessmentMetadata', assessmentMetadata_creationTime - Specifies when the assessment was created.

$sel:status:AssessmentMetadata', assessmentMetadata_status - The overall status of the assessment.

$sel:lastUpdated:AssessmentMetadata', assessmentMetadata_lastUpdated - The time of the most recent update.

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

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

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

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

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

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

$sel:id:AssessmentMetadata', assessmentMetadata_id - The unique identifier for the assessment.

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

AssessmentMetadataItem

data AssessmentMetadataItem Source #

A metadata object associated with an assessment in Audit Manager.

See: newAssessmentMetadataItem smart constructor.

Instances

Instances details
Eq AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Read AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Show 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 #

NFData AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

Methods

rnf :: AssessmentMetadataItem -> () #

Hashable AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

FromJSON AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

type Rep AssessmentMetadataItem Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentMetadataItem

type Rep AssessmentMetadataItem = D1 ('MetaData "AssessmentMetadataItem" "Amazonka.AuditManager.Types.AssessmentMetadataItem" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AssessmentMetadataItem'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentStatus))) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "roles") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])))) :*: ((S1 ('MetaSel ('Just "delegations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Delegation])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:creationTime:AssessmentMetadataItem', assessmentMetadataItem_creationTime - Specifies when the assessment was created.

$sel:status:AssessmentMetadataItem', assessmentMetadataItem_status - The current status of the assessment.

$sel:lastUpdated:AssessmentMetadataItem', assessmentMetadataItem_lastUpdated - The time of the most recent update.

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

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

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

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

$sel:id:AssessmentMetadataItem', assessmentMetadataItem_id - The unique identifier for the assessment.

AssessmentReport

data AssessmentReport Source #

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

See: newAssessmentReport smart constructor.

Instances

Instances details
Eq AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Read AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Show 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 #

NFData AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

Methods

rnf :: AssessmentReport -> () #

Hashable AssessmentReport Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReport

FromJSON 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:creationTime:AssessmentReport', assessmentReport_creationTime - Specifies when the assessment report was created.

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

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

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

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

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

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

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

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

AssessmentReportEvidenceError

data AssessmentReportEvidenceError Source #

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

See: newAssessmentReportEvidenceError smart constructor.

Instances

Instances details
Eq AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Read AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Show 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 #

NFData AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

Hashable AssessmentReportEvidenceError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportEvidenceError

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the AssessmentReportEvidence API.

$sel:errorMessage:AssessmentReportEvidenceError', assessmentReportEvidenceError_errorMessage - The error message returned by the AssessmentReportEvidence API.

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

AssessmentReportMetadata

data AssessmentReportMetadata Source #

The metadata objects associated with the specified assessment report.

See: newAssessmentReportMetadata smart constructor.

Instances

Instances details
Eq AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Read AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Show 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 #

NFData AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

Hashable AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

FromJSON AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

type Rep AssessmentReportMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportMetadata

type Rep AssessmentReportMetadata = D1 ('MetaData "AssessmentReportMetadata" "Amazonka.AuditManager.Types.AssessmentReportMetadata" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "AssessmentReportMetadata'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportStatus))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "author") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:creationTime:AssessmentReportMetadata', assessmentReportMetadata_creationTime - Specifies when the assessment report was created.

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

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

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

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

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

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

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

AssessmentReportsDestination

data AssessmentReportsDestination Source #

The location in which Audit Manager saves assessment reports for the given assessment.

See: newAssessmentReportsDestination smart constructor.

Instances

Instances details
Eq AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Read AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Show 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 #

NFData AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

Hashable AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

ToJSON AssessmentReportsDestination Source # 
Instance details

Defined in Amazonka.AuditManager.Types.AssessmentReportsDestination

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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
Eq 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

Generic BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

NFData BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

Hashable BatchCreateDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchCreateDelegationByAssessmentError

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the BatchCreateDelegationByAssessment API.

$sel:errorMessage:BatchCreateDelegationByAssessmentError', batchCreateDelegationByAssessmentError_errorMessage - The error message returned by the BatchCreateDelegationByAssessment API.

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
Eq 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

Generic BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

NFData BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

Hashable BatchDeleteDelegationByAssessmentError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchDeleteDelegationByAssessmentError

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 specified delegation.

$sel:errorCode:BatchDeleteDelegationByAssessmentError', batchDeleteDelegationByAssessmentError_errorCode - The error code returned by the BatchDeleteDelegationByAssessment API.

$sel:errorMessage:BatchDeleteDelegationByAssessmentError', batchDeleteDelegationByAssessmentError_errorMessage - The error message returned by the BatchDeleteDelegationByAssessment API.

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
Eq 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

Generic BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

NFData BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

Hashable BatchImportEvidenceToAssessmentControlError Source # 
Instance details

Defined in Amazonka.AuditManager.Types.BatchImportEvidenceToAssessmentControlError

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 returned by the BatchImportEvidenceToAssessmentControl API.

$sel:errorMessage:BatchImportEvidenceToAssessmentControlError', batchImportEvidenceToAssessmentControlError_errorMessage - The error message returned by the BatchImportEvidenceToAssessmentControl API.

$sel:manualEvidence:BatchImportEvidenceToAssessmentControlError', batchImportEvidenceToAssessmentControlError_manualEvidence - Manual evidence that cannot be collected automatically by Audit Manager.

ChangeLog

data ChangeLog Source #

The record of a change within Audit Manager, such as a modified assessment, a delegated control set, and so on.

See: newChangeLog smart constructor.

Instances

Instances details
Eq ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Read ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Show 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 #

NFData ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

Methods

rnf :: ChangeLog -> () #

Hashable ChangeLog Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ChangeLog

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ChangeLog'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "objectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "objectType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ObjectTypeEnum)) :*: (S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionEnum))))))

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:objectName:ChangeLog', changeLog_objectName - The name of the changelog object.

$sel:createdAt:ChangeLog', changeLog_createdAt - The time of creation for the changelog object.

$sel:objectType:ChangeLog', changeLog_objectType - The changelog object type, such as an assessment, control, or control set.

$sel:createdBy:ChangeLog', changeLog_createdBy - The IAM user or role that performed the action.

$sel:action:ChangeLog', changeLog_action - The action performed.

Control

data Control Source #

A control in Audit Manager.

See: newControl smart constructor.

Instances

Instances details
Eq Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

(==) :: Control -> Control -> Bool #

(/=) :: Control -> Control -> Bool #

Read Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Show 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 #

NFData Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

rnf :: Control -> () #

Hashable Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

Methods

hashWithSalt :: Int -> Control -> Int #

hash :: Control -> Int #

FromJSON Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

type Rep Control Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Control

type Rep Control = D1 ('MetaData "Control" "Amazonka.AuditManager.Types.Control" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Control'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "testingInformation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "controlMappingSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ControlMappingSource))) :*: S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "actionPlanInstructions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "actionPlanTitle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ControlType))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))))

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:lastUpdatedBy:Control', control_lastUpdatedBy - The IAM user or role that most recently updated the control.

$sel:testingInformation:Control', control_testingInformation - The steps to follow to determine if the control has been satisfied.

$sel:lastUpdatedAt:Control', control_lastUpdatedAt - Specifies when the control was most recently updated.

$sel:arn:Control', control_arn - The Amazon Resource Name (ARN) of the specified control.

$sel:createdAt:Control', control_createdAt - Specifies when the control was created.

$sel:controlMappingSources:Control', control_controlMappingSources - The data mapping sources for the specified control.

$sel:createdBy:Control', control_createdBy - The IAM user or role that created the control.

$sel:actionPlanInstructions:Control', control_actionPlanInstructions - The recommended actions to carry out if the control is not fulfilled.

$sel:controlSources:Control', control_controlSources - The data source that determines from where Audit Manager collects evidence for the control.

$sel:name:Control', control_name - The name of the specified control.

$sel:actionPlanTitle:Control', control_actionPlanTitle - The title of the action plan for remediating the control.

$sel:id:Control', control_id - The unique identifier for the control.

$sel:type':Control', control_type - The type of control, such as custom or standard.

$sel:description:Control', control_description - The description of the specified control.

$sel:tags:Control', control_tags - The tags associated with the control.

ControlComment

data ControlComment Source #

A comment 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
Eq ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Read ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Show 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 #

NFData ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

Methods

rnf :: ControlComment -> () #

Hashable ControlComment Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlComment

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ControlComment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "authorName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "postedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "commentBody") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:postedDate:ControlComment', controlComment_postedDate - The time when the comment was posted.

$sel:commentBody:ControlComment', controlComment_commentBody - The body text of a control comment.

ControlMappingSource

data ControlMappingSource Source #

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

See: newControlMappingSource smart constructor.

Instances

Instances details
Eq ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Read ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Show 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 #

NFData ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

Methods

rnf :: ControlMappingSource -> () #

Hashable ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

ToJSON ControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMappingSource

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ControlMappingSource'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "sourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType))) :*: (S1 ('MetaSel ('Just "troubleshootingText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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 "sourceSetUpOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceSetUpOption))))))

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:sourceName:ControlMappingSource', controlMappingSource_sourceName - The name of the specified source.

$sel:sourceType:ControlMappingSource', controlMappingSource_sourceType - Specifies one of the five types of data sources for evidence collection.

$sel:troubleshootingText:ControlMappingSource', controlMappingSource_troubleshootingText - The instructions for troubleshooting the specified control.

$sel:sourceId:ControlMappingSource', controlMappingSource_sourceId - The unique identifier for the specified source.

$sel:sourceDescription:ControlMappingSource', controlMappingSource_sourceDescription - The description of the specified source.

$sel:sourceFrequency:ControlMappingSource', controlMappingSource_sourceFrequency - The frequency of evidence collection for the specified control mapping source.

$sel:sourceKeyword:ControlMappingSource', controlMappingSource_sourceKeyword - Undocumented member.

$sel:sourceSetUpOption:ControlMappingSource', controlMappingSource_sourceSetUpOption - The setup option for the data source, which reflects if the evidence collection is automated or manual.

ControlMetadata

data ControlMetadata Source #

The metadata associated with the specified standard or custom control.

See: newControlMetadata smart constructor.

Instances

Instances details
Eq ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Read ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Show 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 #

NFData ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

Methods

rnf :: ControlMetadata -> () #

Hashable ControlMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlMetadata

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ControlMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") '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:lastUpdatedAt:ControlMetadata', controlMetadata_lastUpdatedAt - Specifies when the control was most recently updated.

$sel:arn:ControlMetadata', controlMetadata_arn - The Amazon Resource Name (ARN) of the specified control.

$sel:createdAt:ControlMetadata', controlMetadata_createdAt - Specifies when the control was created.

$sel:controlSources:ControlMetadata', controlMetadata_controlSources - The data source that determines from where Audit Manager collects evidence for the control.

$sel:name:ControlMetadata', controlMetadata_name - The name of the specified control.

$sel:id:ControlMetadata', controlMetadata_id - The unique identifier for the specified control.

ControlSet

data ControlSet Source #

A set of controls in Audit Manager.

See: newControlSet smart constructor.

Instances

Instances details
Eq ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Read ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Show 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 #

NFData ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

Methods

rnf :: ControlSet -> () #

Hashable ControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ControlSet

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ControlSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Control))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") '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.

$sel:name:ControlSet', controlSet_name - The name of the control set.

$sel:id:ControlSet', controlSet_id - The identifier of the control set in the assessment. This is the control set name in a plain string format.

CreateAssessmentFrameworkControl

data CreateAssessmentFrameworkControl Source #

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
Eq CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Read CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Show 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 #

NFData CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

Hashable CreateAssessmentFrameworkControl Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControl

ToJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "CreateAssessmentFrameworkControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newCreateAssessmentFrameworkControl :: CreateAssessmentFrameworkControl 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 does not contain the control set ID.

See: newCreateAssessmentFrameworkControlSet smart constructor.

Instances

Instances details
Eq 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

Generic CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

NFData CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

Hashable CreateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateAssessmentFrameworkControlSet

ToJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 does not contain the control set ID.

$sel:name:CreateAssessmentFrameworkControlSet', createAssessmentFrameworkControlSet_name - The name of the specified control set.

CreateControlMappingSource

data CreateControlMappingSource Source #

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

See: newCreateControlMappingSource smart constructor.

Instances

Instances details
Eq CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Read CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Show 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 #

NFData CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

Hashable CreateControlMappingSource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateControlMappingSource

ToJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "CreateControlMappingSource'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "sourceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceType)) :*: S1 ('MetaSel ('Just "troubleshootingText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((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 "sourceSetUpOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SourceSetUpOption))))))

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:sourceName:CreateControlMappingSource', createControlMappingSource_sourceName - The name of the control mapping data source.

$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 specified control.

$sel:sourceDescription:CreateControlMappingSource', createControlMappingSource_sourceDescription - The description of the data source that determines from where Audit Manager collects evidence for the control.

$sel:sourceFrequency:CreateControlMappingSource', createControlMappingSource_sourceFrequency - The frequency of evidence collection for the specified control mapping source.

$sel:sourceKeyword:CreateControlMappingSource', createControlMappingSource_sourceKeyword - Undocumented member.

$sel:sourceSetUpOption:CreateControlMappingSource', createControlMappingSource_sourceSetUpOption - The setup option for the data source, which reflects if the evidence collection is automated or manual.

CreateDelegationRequest

data CreateDelegationRequest Source #

A collection of attributes used to create a delegation for an assessment in Audit Manager.

See: newCreateDelegationRequest smart constructor.

Instances

Instances details
Eq CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Read CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Show 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 #

NFData CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

Methods

rnf :: CreateDelegationRequest -> () #

Hashable CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

ToJSON CreateDelegationRequest Source # 
Instance details

Defined in Amazonka.AuditManager.Types.CreateDelegationRequest

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "CreateDelegationRequest'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "roleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoleType)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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: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.

$sel:controlSetId:CreateDelegationRequest', createDelegationRequest_controlSetId - The unique identifier for the control set.

$sel:comment:CreateDelegationRequest', createDelegationRequest_comment - A comment related to the delegation request.

$sel:roleArn:CreateDelegationRequest', createDelegationRequest_roleArn - The Amazon Resource Name (ARN) of the IAM role.

Delegation

data Delegation Source #

The assignment of a control set to a delegate for review.

See: newDelegation smart constructor.

Instances

Instances details
Eq Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Read Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Show 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 #

NFData Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

Methods

rnf :: Delegation -> () #

Hashable Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

FromJSON Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

type Rep Delegation Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Delegation

type Rep Delegation = D1 ('MetaData "Delegation" "Amazonka.AuditManager.Types.Delegation" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Delegation'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "roleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoleType)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DelegationStatus)) :*: (S1 ('MetaSel ('Just "lastUpdated") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "createdBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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: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:creationTime:Delegation', delegation_creationTime - Specifies when the delegation was created.

$sel:status:Delegation', delegation_status - The status of the delegation.

$sel:lastUpdated:Delegation', delegation_lastUpdated - Specifies when the delegation was last updated.

$sel:controlSetId:Delegation', delegation_controlSetId - The identifier for the associated control set.

$sel:createdBy:Delegation', delegation_createdBy - The IAM user or role that created the delegation.

$sel:id:Delegation', delegation_id - The unique identifier for the delegation.

$sel:assessmentId:Delegation', delegation_assessmentId - The identifier for the associated assessment.

$sel:comment:Delegation', delegation_comment - The comment related to the delegation.

$sel:roleArn:Delegation', delegation_roleArn - The Amazon Resource Name (ARN) of the IAM role.

$sel:assessmentName:Delegation', delegation_assessmentName - The name of the associated assessment.

DelegationMetadata

data DelegationMetadata Source #

The metadata associated with the specified delegation.

See: newDelegationMetadata smart constructor.

Instances

Instances details
Eq DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Read DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Show 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 #

NFData DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

Methods

rnf :: DelegationMetadata -> () #

Hashable DelegationMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.DelegationMetadata

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "DelegationMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DelegationStatus)) :*: S1 ('MetaSel ('Just "controlSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:creationTime:DelegationMetadata', delegationMetadata_creationTime - Specifies when the delegation was created.

$sel:status:DelegationMetadata', delegationMetadata_status - The current status of the delgation.

$sel:controlSetName:DelegationMetadata', delegationMetadata_controlSetName - Specifies the name of the control set delegated for review.

$sel:id:DelegationMetadata', delegationMetadata_id - The unique identifier for the delegation.

$sel:assessmentId:DelegationMetadata', delegationMetadata_assessmentId - The unique identifier for the specified assessment.

$sel:roleArn:DelegationMetadata', delegationMetadata_roleArn - The Amazon Resource Name (ARN) of the IAM role.

$sel:assessmentName:DelegationMetadata', delegationMetadata_assessmentName - The name of the associated assessment.

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 triggered by a user, or a system configuration snapshot.

See: newEvidence smart constructor.

Instances

Instances details
Eq Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Read Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Show 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 #

NFData Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Methods

rnf :: Evidence -> () #

Hashable Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

Methods

hashWithSalt :: Int -> Evidence -> Int #

hash :: Evidence -> Int #

FromJSON Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

type Rep Evidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Evidence

type Rep Evidence = D1 ('MetaData "Evidence" "Amazonka.AuditManager.Types.Evidence" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Evidence'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "time") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "assessmentReportSelection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "evidenceByType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "complianceCheck") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "awsOrganization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "awsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))))) :*: (((S1 ('MetaSel ('Just "evidenceAwsAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "dataSource") '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 "eventName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "resourcesIncluded") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Resource])) :*: S1 ('MetaSel ('Just "eventSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

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:time:Evidence', evidence_time - The timestamp that represents when the evidence was collected.

$sel:assessmentReportSelection:Evidence', evidence_assessmentReportSelection - Specifies whether the evidence is included in the assessment report.

$sel:evidenceByType:Evidence', evidence_evidenceByType - The type of automated evidence.

$sel:complianceCheck:Evidence', evidence_complianceCheck - The evaluation status for evidence that falls under the compliance check category. For evidence collected from Security Hub, a Pass or Fail result is shown. For evidence collected from Config, a Compliant or Noncompliant result is shown.

$sel:awsOrganization:Evidence', evidence_awsOrganization - The Amazon Web Services account from which the evidence is collected, and its organization path.

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

$sel:attributes:Evidence', evidence_attributes - The names and values used by the evidence event, including an attribute name (such as allowUsersToChangePassword) and value (such as true or false).

$sel:evidenceAwsAccountId:Evidence', evidence_evidenceAwsAccountId - The identifier for the specified Amazon Web Services account.

$sel:id:Evidence', evidence_id - The identifier for the evidence.

$sel:dataSource:Evidence', evidence_dataSource - The data source from which the specified evidence was collected.

$sel:evidenceFolderId:Evidence', evidence_evidenceFolderId - The identifier for the folder in which the evidence is stored.

$sel:iamId:Evidence', evidence_iamId - The unique identifier for the IAM user or role associated with the evidence.

$sel:eventName:Evidence', evidence_eventName - The name of the specified evidence event.

$sel:resourcesIncluded:Evidence', evidence_resourcesIncluded - The list of resources assessed to generate the evidence.

$sel:eventSource:Evidence', evidence_eventSource - The Amazon Web Service from which the evidence is collected.

Framework

data Framework Source #

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

See: newFramework smart constructor.

Instances

Instances details
Eq Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Read Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Show 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 #

NFData Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

Methods

rnf :: Framework -> () #

Hashable Framework Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Framework

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Framework'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "lastUpdatedBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") '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 "controlSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ControlSet))) :*: S1 ('MetaSel ('Just "controlSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FrameworkType)) :*: S1 ('MetaSel ('Just "logo") '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))))))))

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:lastUpdatedBy:Framework', framework_lastUpdatedBy - The IAM user or role that most recently updated the framework.

$sel:lastUpdatedAt:Framework', framework_lastUpdatedAt - Specifies when the framework was most recently updated.

$sel:arn:Framework', framework_arn - The Amazon Resource Name (ARN) of the specified framework.

$sel:createdAt:Framework', framework_createdAt - Specifies when the framework was created.

$sel:createdBy:Framework', framework_createdBy - The IAM user or role that created the framework.

$sel:controlSets:Framework', framework_controlSets - The control sets associated with the framework.

$sel:controlSources:Framework', framework_controlSources - The sources from which Audit Manager collects evidence for the control.

$sel:name:Framework', framework_name - The name of the specified framework.

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

$sel:id:Framework', framework_id - The unique identifier for the specified framework.

$sel:type':Framework', framework_type - The framework type, such as custom or standard.

$sel:logo:Framework', framework_logo - The logo associated with the framework.

$sel:description:Framework', framework_description - The description of the specified framework.

$sel:tags:Framework', framework_tags - The tags associated with the framework.

FrameworkMetadata

data FrameworkMetadata Source #

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

See: newFrameworkMetadata smart constructor.

Instances

Instances details
Eq FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Read FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Show 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 #

NFData FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

Methods

rnf :: FrameworkMetadata -> () #

Hashable FrameworkMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.FrameworkMetadata

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "FrameworkMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "complianceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "logo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") '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:name:FrameworkMetadata', frameworkMetadata_name - The name of the framework.

$sel:complianceType:FrameworkMetadata', frameworkMetadata_complianceType - The compliance standard associated with the framework, such as PCI-DSS or HIPAA.

$sel:logo:FrameworkMetadata', frameworkMetadata_logo - The logo associated with the framework.

$sel:description:FrameworkMetadata', frameworkMetadata_description - The description of the framework.

ManualEvidence

data ManualEvidence Source #

Evidence that is uploaded to Audit Manager manually.

See: newManualEvidence smart constructor.

Constructors

ManualEvidence' (Maybe Text) 

Instances

Instances details
Eq ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Read ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Show 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 #

NFData ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

Methods

rnf :: ManualEvidence -> () #

Hashable ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

ToJSON ManualEvidence Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ManualEvidence

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 used to inform a user of an update in Audit Manager. For example, this includes the notification that is sent when a control set is delegated for review.

See: newNotification smart constructor.

Instances

Instances details
Eq Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Read Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Show 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 #

NFData Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

Methods

rnf :: Notification -> () #

Hashable Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

FromJSON Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

type Rep Notification Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Notification

type Rep Notification = D1 ('MetaData "Notification" "Amazonka.AuditManager.Types.Notification" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Notification'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "controlSetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "controlSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "eventTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "assessmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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:controlSetName:Notification', notification_controlSetName - Specifies the name of the control set that the notification is about.

$sel:controlSetId:Notification', notification_controlSetId - The identifier for the specified control set.

$sel:eventTime:Notification', notification_eventTime - The time when the notification was sent.

$sel:source:Notification', notification_source - The sender of the notification.

$sel:id:Notification', notification_id - The unique identifier for the notification.

$sel:assessmentId:Notification', notification_assessmentId - The identifier for the specified assessment.

$sel:description:Notification', notification_description - The description of the notification.

$sel:assessmentName:Notification', notification_assessmentName - The name of the related assessment.

Resource

data Resource Source #

A system asset that is evaluated in an Audit Manager assessment.

See: newResource smart constructor.

Constructors

Resource' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Read Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Show 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 #

NFData Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Methods

rnf :: Resource -> () #

Hashable Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

Methods

hashWithSalt :: Int -> Resource -> Int #

hash :: Resource -> Int #

FromJSON Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

type Rep Resource Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Resource

type Rep Resource = D1 ('MetaData "Resource" "Amazonka.AuditManager.Types.Resource" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Resource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") '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 specified resource.

$sel:value:Resource', resource_value - The value of the specified resource.

Role

data Role Source #

The wrapper that contains the Audit Manager role information of the current user, such as the role type and IAM Amazon Resource Name (ARN).

See: newRole smart constructor.

Constructors

Role' (Maybe RoleType) (Maybe Text) 

Instances

Instances details
Eq Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Methods

(==) :: Role -> Role -> Bool #

(/=) :: Role -> Role -> Bool #

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 #

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 #

NFData Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Methods

rnf :: Role -> () #

Hashable Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

Methods

hashWithSalt :: Int -> Role -> Int #

hash :: Role -> Int #

ToJSON Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

FromJSON Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

type Rep Role Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Role

type Rep Role = D1 ('MetaData "Role" "Amazonka.AuditManager.Types.Role" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Role'" 'PrefixI 'True) (S1 ('MetaSel ('Just "roleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RoleType)) :*: S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newRole :: Role 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 in scope for the assessment.

See: newScope smart constructor.

Constructors

Scope' (Maybe [AWSAccount]) (Maybe [AWSService]) 

Instances

Instances details
Eq Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Methods

(==) :: Scope -> Scope -> Bool #

(/=) :: Scope -> Scope -> Bool #

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 #

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 #

NFData Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Methods

rnf :: Scope -> () #

Hashable Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

Methods

hashWithSalt :: Int -> Scope -> Int #

hash :: Scope -> Int #

ToJSON Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

FromJSON Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

type Rep Scope Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Scope

type Rep Scope = D1 ('MetaData "Scope" "Amazonka.AuditManager.Types.Scope" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 included in the scope of the assessment.

$sel:awsServices:Scope', scope_awsServices - The Amazon Web Services services included in the scope of the assessment.

ServiceMetadata

data ServiceMetadata Source #

The metadata associated with the specified Amazon Web Service.

See: newServiceMetadata smart constructor.

Instances

Instances details
Eq ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Read ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Show 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 #

NFData ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

Methods

rnf :: ServiceMetadata -> () #

Hashable ServiceMetadata Source # 
Instance details

Defined in Amazonka.AuditManager.Types.ServiceMetadata

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "ServiceMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") '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 in which the Amazon Web Service belongs, such as compute, storage, database, and so on.

$sel:name:ServiceMetadata', serviceMetadata_name - The name of the Amazon Web Service.

$sel:displayName:ServiceMetadata', serviceMetadata_displayName - The display name of the Amazon Web Service.

$sel:description:ServiceMetadata', serviceMetadata_description - The description of the specified Amazon Web Service.

Settings

data Settings Source #

The settings object that holds all supported Audit Manager settings.

See: newSettings smart constructor.

Instances

Instances details
Eq Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Read Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Show 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 #

NFData Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Methods

rnf :: Settings -> () #

Hashable Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

Methods

hashWithSalt :: Int -> Settings -> Int #

hash :: Settings -> Int #

FromJSON Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

type Rep Settings Source # 
Instance details

Defined in Amazonka.AuditManager.Types.Settings

type Rep Settings = D1 ('MetaData "Settings" "Amazonka.AuditManager.Types.Settings" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "Settings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kmsKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "defaultAssessmentReportsDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssessmentReportsDestination))) :*: (S1 ('MetaSel ('Just "snsTopic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "defaultProcessOwners") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Role])) :*: S1 ('MetaSel ('Just "isAwsOrgEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))))

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:kmsKey:Settings', settings_kmsKey - The KMS key details.

$sel:defaultAssessmentReportsDestination:Settings', settings_defaultAssessmentReportsDestination - The default storage destination for assessment reports.

$sel:snsTopic:Settings', settings_snsTopic - The designated Amazon Simple Notification Service (Amazon SNS) topic.

$sel:defaultProcessOwners:Settings', settings_defaultProcessOwners - The designated default audit owners.

$sel:isAwsOrgEnabled:Settings', settings_isAwsOrgEnabled - Specifies whether Organizations is enabled.

SourceKeyword

data SourceKeyword Source #

The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names.

See: newSourceKeyword smart constructor.

Instances

Instances details
Eq SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Read SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Show 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 #

NFData SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

Methods

rnf :: SourceKeyword -> () #

Hashable SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

ToJSON SourceKeyword Source # 
Instance details

Defined in Amazonka.AuditManager.Types.SourceKeyword

FromJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" '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 method of input for the specified keyword.

$sel:keywordValue:SourceKeyword', sourceKeyword_keywordValue - The value of the keyword used to search CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names when mapping a control data source.

URL

data URL Source #

A uniform resource locator, 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
Eq URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

(==) :: URL -> URL -> Bool #

(/=) :: URL -> URL -> Bool #

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 #

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 #

NFData URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

rnf :: URL -> () #

Hashable URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

Methods

hashWithSalt :: Int -> URL -> Int #

hash :: URL -> Int #

FromJSON URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

type Rep URL Source # 
Instance details

Defined in Amazonka.AuditManager.Types.URL

type Rep URL = D1 ('MetaData "URL" "Amazonka.AuditManager.Types.URL" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "URL'" 'PrefixI 'True) (S1 ('MetaSel ('Just "link") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "hyperlinkName") '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:link:URL', url_link - The unique identifier for the internet resource.

$sel:hyperlinkName:URL', url_hyperlinkName - The name or word used as a hyperlink to the URL.

UpdateAssessmentFrameworkControlSet

data UpdateAssessmentFrameworkControlSet Source #

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

See: newUpdateAssessmentFrameworkControlSet smart constructor.

Instances

Instances details
Eq 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

Generic UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

NFData UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

Hashable UpdateAssessmentFrameworkControlSet Source # 
Instance details

Defined in Amazonka.AuditManager.Types.UpdateAssessmentFrameworkControlSet

ToJSON 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" "libZSservicesZSamazonka-auditmanagerZSamazonka-auditmanager" 'False) (C1 ('MetaCons "UpdateAssessmentFrameworkControlSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "controls") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty CreateAssessmentFrameworkControl))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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:

$sel:controls:UpdateAssessmentFrameworkControlSet', updateAssessmentFrameworkControlSet_controls - The list of controls contained within the control set.

$sel:id:UpdateAssessmentFrameworkControlSet', updateAssessmentFrameworkControlSet_id - The unique identifier for the control set.

$sel:name:UpdateAssessmentFrameworkControlSet', updateAssessmentFrameworkControlSet_name - The name of the control set.