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

Description

Provides organization conformance pack deployment status for an organization.

The status is not considered successful until organization conformance pack is successfully deployed in all the member accounts with an exception of excluded accounts.

When you specify the limit and the next token, you receive a paginated response. Limit and next token are not applicable if you specify organization conformance pack names. They are only applicable, when you request all the organization conformance packs.

This operation returns paginated results.

Synopsis

Creating a Request

data DescribeOrganizationConformancePackStatuses Source #

Constructors

DescribeOrganizationConformancePackStatuses' 

Fields

  • limit :: Maybe Natural

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

  • nextToken :: Maybe Text

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

  • organizationConformancePackNames :: Maybe [Text]

    The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.

Instances

Instances details
ToJSON DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

ToHeaders DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

ToPath DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

ToQuery DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

AWSPager DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

AWSRequest DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Generic DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Read DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Show DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

NFData DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Eq DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Hashable DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type AWSResponse DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type Rep DescribeOrganizationConformancePackStatuses Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

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

newDescribeOrganizationConformancePackStatuses :: DescribeOrganizationConformancePackStatuses Source #

Create a value of DescribeOrganizationConformancePackStatuses 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:limit:DescribeOrganizationConformancePackStatuses', describeOrganizationConformancePackStatuses_limit - The maximum number of OrganizationConformancePackStatuses returned on each page. If you do no specify a number, Config uses the default. The default is 100.

DescribeOrganizationConformancePackStatuses, describeOrganizationConformancePackStatuses_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:organizationConformancePackNames:DescribeOrganizationConformancePackStatuses', describeOrganizationConformancePackStatuses_organizationConformancePackNames - The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.

Request Lenses

describeOrganizationConformancePackStatuses_limit :: Lens' DescribeOrganizationConformancePackStatuses (Maybe Natural) Source #

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

describeOrganizationConformancePackStatuses_nextToken :: Lens' DescribeOrganizationConformancePackStatuses (Maybe Text) Source #

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

describeOrganizationConformancePackStatuses_organizationConformancePackNames :: Lens' DescribeOrganizationConformancePackStatuses (Maybe [Text]) Source #

The names of organization conformance packs for which you want status details. If you do not specify any names, Config returns details for all your organization conformance packs.

Destructuring the Response

data DescribeOrganizationConformancePackStatusesResponse Source #

Constructors

DescribeOrganizationConformancePackStatusesResponse' 

Fields

Instances

Instances details
Generic DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Read DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Show DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

NFData DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

Eq DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

type Rep DescribeOrganizationConformancePackStatusesResponse Source # 
Instance details

Defined in Amazonka.Config.DescribeOrganizationConformancePackStatuses

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

Response Lenses

describeOrganizationConformancePackStatusesResponse_nextToken :: Lens' DescribeOrganizationConformancePackStatusesResponse (Maybe Text) Source #

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