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

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

  • limit :: Maybe Natural

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

Instances

Instances details
Eq DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Read DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Show 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 #

NFData DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

Hashable DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

ToJSON 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

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

type Rep DescribeConformancePackStatus Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

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

Defined in Amazonka.Config.DescribeConformancePackStatus

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:

$sel:conformancePackNames:DescribeConformancePackStatus', describeConformancePackStatus_conformancePackNames - Comma-separated list of conformance pack names.

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

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

Request Lenses

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.

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

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

Destructuring the Response

data DescribeConformancePackStatusResponse Source #

Constructors

DescribeConformancePackStatusResponse' 

Fields

Instances

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

Generic DescribeConformancePackStatusResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeConformancePackStatus

NFData 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" "libZSservicesZSamazonka-configZSamazonka-config" '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.

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