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

Description

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

Synopsis

Creating a Request

data GetInsights Source #

See: newGetInsights smart constructor.

Constructors

GetInsights' 

Instances

Instances details
ToHeaders GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Methods

toHeaders :: GetInsights -> [Header] #

ToPath GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

ToQuery GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

AWSRequest GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Associated Types

type AWSResponse GetInsights #

Generic GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Associated Types

type Rep GetInsights :: Type -> Type #

Read GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Show GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

NFData GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Methods

rnf :: GetInsights -> () #

Eq GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Hashable GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type AWSResponse GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type Rep GetInsights Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

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

newGetInsights :: GetInsights Source #

Create a value of GetInsights with all optional fields omitted.

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

Destructuring the Response

data GetInsightsResponse Source #

See: newGetInsightsResponse smart constructor.

Constructors

GetInsightsResponse' 

Fields

Instances

Instances details
Generic GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Associated Types

type Rep GetInsightsResponse :: Type -> Type #

Read GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Show GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

NFData GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

Methods

rnf :: GetInsightsResponse -> () #

Eq GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

type Rep GetInsightsResponse Source # 
Instance details

Defined in Amazonka.AuditManager.GetInsights

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

newGetInsightsResponse Source #

Create a value of GetInsightsResponse with all optional fields omitted.

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

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

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

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

Response Lenses

getInsightsResponse_insights :: Lens' GetInsightsResponse (Maybe Insights) Source #

The analytics data that the GetInsights API returned.