amazonka-config-2.0: Amazon Config 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.Config.GetConformancePackComplianceDetails

Description

Returns compliance details of a conformance pack for all Amazon Web Services resources that are monitered by conformance pack.

Synopsis

Creating a Request

data GetConformancePackComplianceDetails Source #

Constructors

GetConformancePackComplianceDetails' 

Fields

Instances

Instances details
ToJSON GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

ToHeaders GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

ToPath GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

ToQuery GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

AWSRequest GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Generic GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Read GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Show GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

NFData GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Eq GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Hashable GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type AWSResponse GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetails = D1 ('MetaData "GetConformancePackComplianceDetails" "Amazonka.Config.GetConformancePackComplianceDetails" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetConformancePackComplianceDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackEvaluationFilters)) :*: S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetConformancePackComplianceDetails Source #

Create a value of GetConformancePackComplianceDetails with all optional fields omitted.

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

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

$sel:filters:GetConformancePackComplianceDetails', getConformancePackComplianceDetails_filters - A ConformancePackEvaluationFilters object.

$sel:limit:GetConformancePackComplianceDetails', getConformancePackComplianceDetails_limit - The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.

GetConformancePackComplianceDetails, getConformancePackComplianceDetails_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

GetConformancePackComplianceDetails, getConformancePackComplianceDetails_conformancePackName - Name of the conformance pack.

Request Lenses

getConformancePackComplianceDetails_limit :: Lens' GetConformancePackComplianceDetails (Maybe Natural) Source #

The maximum number of evaluation results returned on each page. If you do no specify a number, Config uses the default. The default is 100.

getConformancePackComplianceDetails_nextToken :: Lens' GetConformancePackComplianceDetails (Maybe Text) Source #

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

Destructuring the Response

data GetConformancePackComplianceDetailsResponse Source #

Constructors

GetConformancePackComplianceDetailsResponse' 

Fields

Instances

Instances details
Generic GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Read GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Show GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

NFData GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Eq GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetailsResponse = D1 ('MetaData "GetConformancePackComplianceDetailsResponse" "Amazonka.Config.GetConformancePackComplianceDetails" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "GetConformancePackComplianceDetailsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "conformancePackRuleEvaluationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackEvaluationResult])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newGetConformancePackComplianceDetailsResponse Source #

Create a value of GetConformancePackComplianceDetailsResponse with all optional fields omitted.

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

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

$sel:conformancePackRuleEvaluationResults:GetConformancePackComplianceDetailsResponse', getConformancePackComplianceDetailsResponse_conformancePackRuleEvaluationResults - Returns a list of ConformancePackEvaluationResult objects.

GetConformancePackComplianceDetails, getConformancePackComplianceDetailsResponse_nextToken - The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.

$sel:httpStatus:GetConformancePackComplianceDetailsResponse', getConformancePackComplianceDetailsResponse_httpStatus - The response's http status code.

GetConformancePackComplianceDetails, getConformancePackComplianceDetailsResponse_conformancePackName - Name of the conformance pack.

Response Lenses

getConformancePackComplianceDetailsResponse_nextToken :: Lens' GetConformancePackComplianceDetailsResponse (Maybe Text) Source #

The nextToken string returned in a previous request that you use to request the next page of results in a paginated response.