Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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
- data DescribeOrganizationConformancePackStatuses = DescribeOrganizationConformancePackStatuses' {}
- newDescribeOrganizationConformancePackStatuses :: DescribeOrganizationConformancePackStatuses
- describeOrganizationConformancePackStatuses_nextToken :: Lens' DescribeOrganizationConformancePackStatuses (Maybe Text)
- describeOrganizationConformancePackStatuses_limit :: Lens' DescribeOrganizationConformancePackStatuses (Maybe Natural)
- describeOrganizationConformancePackStatuses_organizationConformancePackNames :: Lens' DescribeOrganizationConformancePackStatuses (Maybe [Text])
- data DescribeOrganizationConformancePackStatusesResponse = DescribeOrganizationConformancePackStatusesResponse' {}
- newDescribeOrganizationConformancePackStatusesResponse :: Int -> DescribeOrganizationConformancePackStatusesResponse
- describeOrganizationConformancePackStatusesResponse_organizationConformancePackStatuses :: Lens' DescribeOrganizationConformancePackStatusesResponse (Maybe [OrganizationConformancePackStatus])
- describeOrganizationConformancePackStatusesResponse_nextToken :: Lens' DescribeOrganizationConformancePackStatusesResponse (Maybe Text)
- describeOrganizationConformancePackStatusesResponse_httpStatus :: Lens' DescribeOrganizationConformancePackStatusesResponse Int
Creating a Request
data DescribeOrganizationConformancePackStatuses Source #
See: newDescribeOrganizationConformancePackStatuses
smart constructor.
DescribeOrganizationConformancePackStatuses' | |
|
Instances
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:nextToken: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: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.
$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_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_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_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 #
See: newDescribeOrganizationConformancePackStatusesResponse
smart constructor.
DescribeOrganizationConformancePackStatusesResponse' | |
|
Instances
newDescribeOrganizationConformancePackStatusesResponse Source #
:: Int |
|
-> DescribeOrganizationConformancePackStatusesResponse |
Create a value of DescribeOrganizationConformancePackStatusesResponse
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:organizationConformancePackStatuses:DescribeOrganizationConformancePackStatusesResponse'
, describeOrganizationConformancePackStatusesResponse_organizationConformancePackStatuses
- A list of OrganizationConformancePackStatus
objects.
$sel:nextToken:DescribeOrganizationConformancePackStatuses'
, describeOrganizationConformancePackStatusesResponse_nextToken
- The nextToken string returned on a previous page that you use to get the
next page of results in a paginated response.
$sel:httpStatus:DescribeOrganizationConformancePackStatusesResponse'
, describeOrganizationConformancePackStatusesResponse_httpStatus
- The response's http status code.
Response Lenses
describeOrganizationConformancePackStatusesResponse_organizationConformancePackStatuses :: Lens' DescribeOrganizationConformancePackStatusesResponse (Maybe [OrganizationConformancePackStatus]) Source #
A list of OrganizationConformancePackStatus
objects.
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.
describeOrganizationConformancePackStatusesResponse_httpStatus :: Lens' DescribeOrganizationConformancePackStatusesResponse Int Source #
The response's http status code.