| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
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
- data GetOrganizationConformancePackDetailedStatus = GetOrganizationConformancePackDetailedStatus' {}
- newGetOrganizationConformancePackDetailedStatus :: Text -> GetOrganizationConformancePackDetailedStatus
- getOrganizationConformancePackDetailedStatus_filters :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe OrganizationResourceDetailedStatusFilters)
- getOrganizationConformancePackDetailedStatus_limit :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe Natural)
- getOrganizationConformancePackDetailedStatus_nextToken :: Lens' GetOrganizationConformancePackDetailedStatus (Maybe Text)
- getOrganizationConformancePackDetailedStatus_organizationConformancePackName :: Lens' GetOrganizationConformancePackDetailedStatus Text
- data GetOrganizationConformancePackDetailedStatusResponse = GetOrganizationConformancePackDetailedStatusResponse' {}
- newGetOrganizationConformancePackDetailedStatusResponse :: Int -> GetOrganizationConformancePackDetailedStatusResponse
- getOrganizationConformancePackDetailedStatusResponse_nextToken :: Lens' GetOrganizationConformancePackDetailedStatusResponse (Maybe Text)
- getOrganizationConformancePackDetailedStatusResponse_organizationConformancePackDetailedStatuses :: Lens' GetOrganizationConformancePackDetailedStatusResponse (Maybe [OrganizationConformancePackDetailedStatus])
- getOrganizationConformancePackDetailedStatusResponse_httpStatus :: Lens' GetOrganizationConformancePackDetailedStatusResponse Int
Creating a Request
data GetOrganizationConformancePackDetailedStatus Source #
See: newGetOrganizationConformancePackDetailedStatus smart constructor.
Constructors
| GetOrganizationConformancePackDetailedStatus' | |
Fields
| |
Instances
newGetOrganizationConformancePackDetailedStatus Source #
Arguments
| :: 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: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.
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.
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_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_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_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.
Constructors
| GetOrganizationConformancePackDetailedStatusResponse' | |
Fields
| |
Instances
newGetOrganizationConformancePackDetailedStatusResponse Source #
Arguments
| :: 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:
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:organizationConformancePackDetailedStatuses:GetOrganizationConformancePackDetailedStatusResponse', getOrganizationConformancePackDetailedStatusResponse_organizationConformancePackDetailedStatuses - A list of OrganizationConformancePackDetailedStatus objects.
$sel:httpStatus:GetOrganizationConformancePackDetailedStatusResponse', getOrganizationConformancePackDetailedStatusResponse_httpStatus - The response's http status code.
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.
getOrganizationConformancePackDetailedStatusResponse_organizationConformancePackDetailedStatuses :: Lens' GetOrganizationConformancePackDetailedStatusResponse (Maybe [OrganizationConformancePackDetailedStatus]) Source #
A list of OrganizationConformancePackDetailedStatus objects.
getOrganizationConformancePackDetailedStatusResponse_httpStatus :: Lens' GetOrganizationConformancePackDetailedStatusResponse Int Source #
The response's http status code.