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 information about readiness of a Cell.
This operation returns paginated results.
Synopsis
- data GetCellReadinessSummary = GetCellReadinessSummary' {}
- newGetCellReadinessSummary :: Text -> GetCellReadinessSummary
- getCellReadinessSummary_nextToken :: Lens' GetCellReadinessSummary (Maybe Text)
- getCellReadinessSummary_maxResults :: Lens' GetCellReadinessSummary (Maybe Natural)
- getCellReadinessSummary_cellName :: Lens' GetCellReadinessSummary Text
- data GetCellReadinessSummaryResponse = GetCellReadinessSummaryResponse' {}
- newGetCellReadinessSummaryResponse :: Int -> GetCellReadinessSummaryResponse
- getCellReadinessSummaryResponse_readinessChecks :: Lens' GetCellReadinessSummaryResponse (Maybe [ReadinessCheckSummary])
- getCellReadinessSummaryResponse_readiness :: Lens' GetCellReadinessSummaryResponse (Maybe Readiness)
- getCellReadinessSummaryResponse_nextToken :: Lens' GetCellReadinessSummaryResponse (Maybe Text)
- getCellReadinessSummaryResponse_httpStatus :: Lens' GetCellReadinessSummaryResponse Int
Creating a Request
data GetCellReadinessSummary Source #
See: newGetCellReadinessSummary
smart constructor.
Instances
newGetCellReadinessSummary Source #
Create a value of GetCellReadinessSummary
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:GetCellReadinessSummary'
, getCellReadinessSummary_nextToken
- A token used to resume pagination from the end of a previous request.
$sel:maxResults:GetCellReadinessSummary'
, getCellReadinessSummary_maxResults
- Upper bound on number of records to return.
$sel:cellName:GetCellReadinessSummary'
, getCellReadinessSummary_cellName
- The name of the Cell
Request Lenses
getCellReadinessSummary_nextToken :: Lens' GetCellReadinessSummary (Maybe Text) Source #
A token used to resume pagination from the end of a previous request.
getCellReadinessSummary_maxResults :: Lens' GetCellReadinessSummary (Maybe Natural) Source #
Upper bound on number of records to return.
getCellReadinessSummary_cellName :: Lens' GetCellReadinessSummary Text Source #
The name of the Cell
Destructuring the Response
data GetCellReadinessSummaryResponse Source #
See: newGetCellReadinessSummaryResponse
smart constructor.
GetCellReadinessSummaryResponse' | |
|
Instances
newGetCellReadinessSummaryResponse Source #
Create a value of GetCellReadinessSummaryResponse
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:readinessChecks:GetCellReadinessSummaryResponse'
, getCellReadinessSummaryResponse_readinessChecks
- Summaries for the ReadinessChecks making up the Cell
$sel:readiness:GetCellReadinessSummaryResponse'
, getCellReadinessSummaryResponse_readiness
- The readiness at Cell level.
$sel:nextToken:GetCellReadinessSummary'
, getCellReadinessSummaryResponse_nextToken
- A token that can be used to resume pagination from the end of the
collection.
$sel:httpStatus:GetCellReadinessSummaryResponse'
, getCellReadinessSummaryResponse_httpStatus
- The response's http status code.
Response Lenses
getCellReadinessSummaryResponse_readinessChecks :: Lens' GetCellReadinessSummaryResponse (Maybe [ReadinessCheckSummary]) Source #
Summaries for the ReadinessChecks making up the Cell
getCellReadinessSummaryResponse_readiness :: Lens' GetCellReadinessSummaryResponse (Maybe Readiness) Source #
The readiness at Cell level.
getCellReadinessSummaryResponse_nextToken :: Lens' GetCellReadinessSummaryResponse (Maybe Text) Source #
A token that can be used to resume pagination from the end of the collection.
getCellReadinessSummaryResponse_httpStatus :: Lens' GetCellReadinessSummaryResponse Int Source #
The response's http status code.