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

Description

Gets the latest analytics data for a specific active assessment.

Synopsis

Creating a Request

data GetInsightsByAssessment Source #

See: newGetInsightsByAssessment smart constructor.

Constructors

GetInsightsByAssessment' 

Fields

Instances

Instances details
ToHeaders GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

ToPath GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

ToQuery GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

AWSRequest GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Generic GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Associated Types

type Rep GetInsightsByAssessment :: Type -> Type #

Read GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Show GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

NFData GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Methods

rnf :: GetInsightsByAssessment -> () #

Eq GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Hashable GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type AWSResponse GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type Rep GetInsightsByAssessment Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

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

newGetInsightsByAssessment Source #

Create a value of GetInsightsByAssessment with all optional fields omitted.

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

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

GetInsightsByAssessment, getInsightsByAssessment_assessmentId - The unique identifier for the assessment.

Request Lenses

Destructuring the Response

data GetInsightsByAssessmentResponse Source #

See: newGetInsightsByAssessmentResponse smart constructor.

Constructors

GetInsightsByAssessmentResponse' 

Fields

Instances

Instances details
Generic GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Associated Types

type Rep GetInsightsByAssessmentResponse :: Type -> Type #

Read GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Show GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

NFData GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

Eq GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

type Rep GetInsightsByAssessmentResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsightsByAssessment

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

newGetInsightsByAssessmentResponse Source #

Create a value of GetInsightsByAssessmentResponse with all optional fields omitted.

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

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

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

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

Response Lenses

getInsightsByAssessmentResponse_insights :: Lens' GetInsightsByAssessmentResponse (Maybe InsightsByAssessment) Source #

The assessment analytics data that the GetInsightsByAssessment API returned.