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

Description

Returns detailed status for each member account within an organization for a given organization conformance pack.

This operation returns paginated results.

Synopsis

Creating a Request

data GetOrganizationConformancePackDetailedStatus Source #

Constructors

GetOrganizationConformancePackDetailedStatus' 

Fields

Instances

Instances details
Eq GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Read GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Show GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Generic GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

NFData GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Hashable GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

ToJSON GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

AWSPager GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

AWSRequest GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

ToHeaders GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

ToPath GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

ToQuery GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type Rep GetOrganizationConformancePackDetailedStatus Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

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

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

newGetOrganizationConformancePackDetailedStatus Source #

Create a value of GetOrganizationConformancePackDetailedStatus 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:GetOrganizationConformancePackDetailedStatus', getOrganizationConformancePackDetailedStatus_filters - An OrganizationResourceDetailedStatusFilters object.

$sel:nextToken:GetOrganizationConformancePackDetailedStatus', getOrganizationConformancePackDetailedStatus_nextToken - The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

$sel:limit:GetOrganizationConformancePackDetailedStatus', getOrganizationConformancePackDetailedStatus_limit - The maximum number of OrganizationConformancePackDetailedStatuses returned on each page. If you do not specify a number, Config uses the default. The default is 100.

$sel:organizationConformancePackName:GetOrganizationConformancePackDetailedStatus', getOrganizationConformancePackDetailedStatus_organizationConformancePackName - The name of organization conformance pack for which you want status details for member accounts.

Request Lenses

getOrganizationConformancePackDetailedStatus_nextToken :: Lens' GetOrganizationConformancePackDetailedStatus (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.

getOrganizationConformancePackDetailedStatus_limit :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe Natural) Source #

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

getOrganizationConformancePackDetailedStatus_organizationConformancePackName :: Lens' GetOrganizationConformancePackDetailedStatus Text Source #

The name of organization conformance pack for which you want status details for member accounts.

Destructuring the Response

data GetOrganizationConformancePackDetailedStatusResponse Source #

Constructors

GetOrganizationConformancePackDetailedStatusResponse' 

Fields

Instances

Instances details
Eq GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Read GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Show GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

Generic GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

NFData GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type Rep GetOrganizationConformancePackDetailedStatusResponse Source # 
Instance details

Defined in Amazonka.Config.GetOrganizationConformancePackDetailedStatus

type Rep GetOrganizationConformancePackDetailedStatusResponse = D1 ('MetaData "GetOrganizationConformancePackDetailedStatusResponse" "Amazonka.Config.GetOrganizationConformancePackDetailedStatus" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "GetOrganizationConformancePackDetailedStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "organizationConformancePackDetailedStatuses") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [OrganizationConformancePackDetailedStatus])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses

getOrganizationConformancePackDetailedStatusResponse_nextToken :: Lens' GetOrganizationConformancePackDetailedStatusResponse (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.