libZSservicesZSamazonka-configZSamazonka-config
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.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
Eq 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

Generic GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

NFData GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

Hashable GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

ToJSON GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

AWSRequest 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

type Rep GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

type Rep GetConformancePackComplianceDetails = D1 ('MetaData "GetConformancePackComplianceDetails" "Amazonka.Config.GetConformancePackComplianceDetails" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "GetConformancePackComplianceDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "filters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConformancePackEvaluationFilters)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetConformancePackComplianceDetails Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

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

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

$sel:conformancePackName:GetConformancePackComplianceDetails', getConformancePackComplianceDetails_conformancePackName - Name of the conformance pack.

Request Lenses

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.

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.

Destructuring the Response

data GetConformancePackComplianceDetailsResponse Source #

Constructors

GetConformancePackComplianceDetailsResponse' 

Fields

Instances

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

Generic GetConformancePackComplianceDetailsResponse Source # 
Instance details

Defined in Amazonka.Config.GetConformancePackComplianceDetails

NFData 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" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "GetConformancePackComplianceDetailsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "conformancePackRuleEvaluationResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ConformancePackEvaluationResult]))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "conformancePackName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

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.