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

Description

Provides one or more conformance packs deployment status.

If there are no conformance packs then you will see an empty result.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeConformancePackStatus Source #

See: newDescribeConformancePackStatus smart constructor.

Constructors

DescribeConformancePackStatus' 

Fields

  • conformancePackNames :: Maybe [Text]

    Comma-separated list of conformance pack names.

  • limit :: Maybe Natural

    The maximum number of conformance packs status returned on each page.

  • nextToken :: Maybe Text

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

Instances

Instances details
ToJSON DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

ToHeaders DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

ToPath DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

ToQuery DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

AWSPager DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

AWSRequest DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Generic DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Associated Types

type Rep DescribeConformancePackStatus :: Type -> Type #

Read DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Show DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

NFData DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Eq DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Hashable DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type AWSResponse DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type Rep DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

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

newDescribeConformancePackStatus :: DescribeConformancePackStatus Source #

Create a value of DescribeConformancePackStatus 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:

DescribeConformancePackStatus, describeConformancePackStatus_conformancePackNames - Comma-separated list of conformance pack names.

$sel:limit:DescribeConformancePackStatus', describeConformancePackStatus_limit - The maximum number of conformance packs status returned on each page.

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

Request Lenses

describeConformancePackStatus_limit :: Lens' DescribeConformancePackStatus (Maybe Natural) Source #

The maximum number of conformance packs status returned on each page.

describeConformancePackStatus_nextToken :: Lens' DescribeConformancePackStatus (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 DescribeConformancePackStatusResponse Source #

Constructors

DescribeConformancePackStatusResponse' 

Fields

Instances

Instances details
Generic DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Read DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Show DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

NFData DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Eq DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

type Rep DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

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

newDescribeConformancePackStatusResponse Source #

Create a value of DescribeConformancePackStatusResponse 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:conformancePackStatusDetails:DescribeConformancePackStatusResponse', describeConformancePackStatusResponse_conformancePackStatusDetails - A list of ConformancePackStatusDetail objects.

DescribeConformancePackStatus, describeConformancePackStatusResponse_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:DescribeConformancePackStatusResponse', describeConformancePackStatusResponse_httpStatus - The response's http status code.

Response Lenses

describeConformancePackStatusResponse_nextToken :: Lens' DescribeConformancePackStatusResponse (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.