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 one or more conformance packs deployment status.
If there are no conformance packs then you will see an empty result.
This operation returns paginated results.
Synopsis
- data DescribeConformancePackStatus = DescribeConformancePackStatus' {}
- newDescribeConformancePackStatus :: DescribeConformancePackStatus
- describeConformancePackStatus_conformancePackNames :: Lens' DescribeConformancePackStatus (Maybe [Text])
- describeConformancePackStatus_nextToken :: Lens' DescribeConformancePackStatus (Maybe Text)
- describeConformancePackStatus_limit :: Lens' DescribeConformancePackStatus (Maybe Natural)
- data DescribeConformancePackStatusResponse = DescribeConformancePackStatusResponse' {}
- newDescribeConformancePackStatusResponse :: Int -> DescribeConformancePackStatusResponse
- describeConformancePackStatusResponse_conformancePackStatusDetails :: Lens' DescribeConformancePackStatusResponse (Maybe [ConformancePackStatusDetail])
- describeConformancePackStatusResponse_nextToken :: Lens' DescribeConformancePackStatusResponse (Maybe Text)
- describeConformancePackStatusResponse_httpStatus :: Lens' DescribeConformancePackStatusResponse Int
Creating a Request
data DescribeConformancePackStatus Source #
See: newDescribeConformancePackStatus
smart constructor.
DescribeConformancePackStatus' | |
|
Instances
newDescribeConformancePackStatus :: DescribeConformancePackStatus Source #
Create a value of DescribeConformancePackStatus
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:conformancePackNames:DescribeConformancePackStatus'
, describeConformancePackStatus_conformancePackNames
- Comma-separated list of conformance pack names.
$sel:nextToken:DescribeConformancePackStatus'
, describeConformancePackStatus_nextToken
- The nextToken
string returned in a previous request that you use to
request the next page of results in a paginated response.
$sel:limit:DescribeConformancePackStatus'
, describeConformancePackStatus_limit
- The maximum number of conformance packs status returned on each page.
Request Lenses
describeConformancePackStatus_conformancePackNames :: Lens' DescribeConformancePackStatus (Maybe [Text]) Source #
Comma-separated list of conformance pack names.
describeConformancePackStatus_nextToken :: Lens' DescribeConformancePackStatus (Maybe Text) Source #
The nextToken
string returned in a previous request that you use to
request the next page of results in a paginated response.
describeConformancePackStatus_limit :: Lens' DescribeConformancePackStatus (Maybe Natural) Source #
The maximum number of conformance packs status returned on each page.
Destructuring the Response
data DescribeConformancePackStatusResponse Source #
See: newDescribeConformancePackStatusResponse
smart constructor.
DescribeConformancePackStatusResponse' | |
|
Instances
newDescribeConformancePackStatusResponse Source #
Create a value of DescribeConformancePackStatusResponse
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:conformancePackStatusDetails:DescribeConformancePackStatusResponse'
, describeConformancePackStatusResponse_conformancePackStatusDetails
- A list of ConformancePackStatusDetail
objects.
$sel:nextToken:DescribeConformancePackStatus'
, describeConformancePackStatusResponse_nextToken
- The nextToken
string returned in a previous request that you use to
request the next page of results in a paginated response.
$sel:httpStatus:DescribeConformancePackStatusResponse'
, describeConformancePackStatusResponse_httpStatus
- The response's http status code.
Response Lenses
describeConformancePackStatusResponse_conformancePackStatusDetails :: Lens' DescribeConformancePackStatusResponse (Maybe [ConformancePackStatusDetail]) Source #
A list of ConformancePackStatusDetail
objects.
describeConformancePackStatusResponse_nextToken :: Lens' DescribeConformancePackStatusResponse (Maybe Text) Source #
The nextToken
string returned in a previous request that you use to
request the next page of results in a paginated response.
describeConformancePackStatusResponse_httpStatus :: Lens' DescribeConformancePackStatusResponse Int Source #
The response's http status code.