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

Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Description

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

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

Synopsis

Creating a Request

data ListControlDomainInsightsByAssessment Source #

Constructors

ListControlDomainInsightsByAssessment' 

Fields

Instances

Instances details
ToHeaders ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

ToPath ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

ToQuery ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

AWSRequest ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Generic ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Read ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Show ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

NFData ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Eq ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Hashable ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type AWSResponse ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type Rep ListControlDomainInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

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

newListControlDomainInsightsByAssessment Source #

Create a value of ListControlDomainInsightsByAssessment with all optional fields omitted.

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

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

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

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

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

Request Lenses

listControlDomainInsightsByAssessment_maxResults :: Lens' ListControlDomainInsightsByAssessment (Maybe Natural) Source #

Represents the maximum number of results on a page or for an API request call.

listControlDomainInsightsByAssessment_nextToken :: Lens' ListControlDomainInsightsByAssessment (Maybe Text) Source #

The pagination token that's used to fetch the next set of results.

Destructuring the Response

data ListControlDomainInsightsByAssessmentResponse Source #

Constructors

ListControlDomainInsightsByAssessmentResponse' 

Fields

Instances

Instances details
Generic ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Read ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Show ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

NFData ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

Eq ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

type Rep ListControlDomainInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.ListControlDomainInsightsByAssessment

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

newListControlDomainInsightsByAssessmentResponse Source #

Create a value of ListControlDomainInsightsByAssessmentResponse with all optional fields omitted.

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

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

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

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

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

Response Lenses

listControlDomainInsightsByAssessmentResponse_controlDomainInsights :: Lens' ListControlDomainInsightsByAssessmentResponse (Maybe [ControlDomainInsights]) Source #

The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.