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 |
Returns detailed status for each member account within an organization for a given organization conformance pack.
This operation returns paginated results.
Synopsis
- data GetOrganizationConformancePackDetailedStatus = GetOrganizationConformancePackDetailedStatus' {}
- newGetOrganizationConformancePackDetailedStatus :: Text -> GetOrganizationConformancePackDetailedStatus
- getOrganizationConformancePackDetailedStatus_filters :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe OrganizationResourceDetailedStatusFilters)
- getOrganizationConformancePackDetailedStatus_nextToken :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe Text)
- getOrganizationConformancePackDetailedStatus_limit :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe Natural)
- getOrganizationConformancePackDetailedStatus_organizationConformancePackName :: Lens' GetOrganizationConformancePackDetailedStatus Text
- data GetOrganizationConformancePackDetailedStatusResponse = GetOrganizationConformancePackDetailedStatusResponse' {}
- newGetOrganizationConformancePackDetailedStatusResponse :: Int -> GetOrganizationConformancePackDetailedStatusResponse
- getOrganizationConformancePackDetailedStatusResponse_organizationConformancePackDetailedStatuses :: Lens' GetOrganizationConformancePackDetailedStatusResponse (Maybe [OrganizationConformancePackDetailedStatus])
- getOrganizationConformancePackDetailedStatusResponse_nextToken :: Lens' GetOrganizationConformancePackDetailedStatusResponse (Maybe Text)
- getOrganizationConformancePackDetailedStatusResponse_httpStatus :: Lens' GetOrganizationConformancePackDetailedStatusResponse Int
Creating a Request
data GetOrganizationConformancePackDetailedStatus Source #
See: newGetOrganizationConformancePackDetailedStatus
smart constructor.
GetOrganizationConformancePackDetailedStatus' | |
|
Instances
newGetOrganizationConformancePackDetailedStatus Source #
:: Text |
|
-> GetOrganizationConformancePackDetailedStatus |
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_filters :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe OrganizationResourceDetailedStatusFilters) Source #
An OrganizationResourceDetailedStatusFilters
object.
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 #
See: newGetOrganizationConformancePackDetailedStatusResponse
smart constructor.
GetOrganizationConformancePackDetailedStatusResponse' | |
|
Instances
newGetOrganizationConformancePackDetailedStatusResponse Source #
:: Int |
|
-> GetOrganizationConformancePackDetailedStatusResponse |
Create a value of GetOrganizationConformancePackDetailedStatusResponse
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:organizationConformancePackDetailedStatuses:GetOrganizationConformancePackDetailedStatusResponse'
, getOrganizationConformancePackDetailedStatusResponse_organizationConformancePackDetailedStatuses
- A list of OrganizationConformancePackDetailedStatus
objects.
$sel:nextToken:GetOrganizationConformancePackDetailedStatus'
, getOrganizationConformancePackDetailedStatusResponse_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:GetOrganizationConformancePackDetailedStatusResponse'
, getOrganizationConformancePackDetailedStatusResponse_httpStatus
- The response's http status code.
Response Lenses
getOrganizationConformancePackDetailedStatusResponse_organizationConformancePackDetailedStatuses :: Lens' GetOrganizationConformancePackDetailedStatusResponse (Maybe [OrganizationConformancePackDetailedStatus]) Source #
A list of OrganizationConformancePackDetailedStatus
objects.
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.
getOrganizationConformancePackDetailedStatusResponse_httpStatus :: Lens' GetOrganizationConformancePackDetailedStatusResponse Int Source #
The response's http status code.