| 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.Route53RecoveryReadiness.GetCellReadinessSummary
Description
Gets readiness for a cell. Aggregates the readiness of all the resources that are associated with the cell into a single value.
This operation returns paginated results.
Synopsis
- data GetCellReadinessSummary = GetCellReadinessSummary' {}
- newGetCellReadinessSummary :: Text -> GetCellReadinessSummary
- getCellReadinessSummary_maxResults :: Lens' GetCellReadinessSummary (Maybe Natural)
- getCellReadinessSummary_nextToken :: Lens' GetCellReadinessSummary (Maybe Text)
- getCellReadinessSummary_cellName :: Lens' GetCellReadinessSummary Text
- data GetCellReadinessSummaryResponse = GetCellReadinessSummaryResponse' {}
- newGetCellReadinessSummaryResponse :: Int -> GetCellReadinessSummaryResponse
- getCellReadinessSummaryResponse_nextToken :: Lens' GetCellReadinessSummaryResponse (Maybe Text)
- getCellReadinessSummaryResponse_readiness :: Lens' GetCellReadinessSummaryResponse (Maybe Readiness)
- getCellReadinessSummaryResponse_readinessChecks :: Lens' GetCellReadinessSummaryResponse (Maybe [ReadinessCheckSummary])
- getCellReadinessSummaryResponse_httpStatus :: Lens' GetCellReadinessSummaryResponse Int
Creating a Request
data GetCellReadinessSummary Source #
See: newGetCellReadinessSummary smart constructor.
Constructors
| GetCellReadinessSummary' | |
Instances
newGetCellReadinessSummary Source #
Arguments
| :: Text | |
| -> GetCellReadinessSummary |
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:maxResults:GetCellReadinessSummary', getCellReadinessSummary_maxResults - The number of objects that you want to return with this call.
GetCellReadinessSummary, getCellReadinessSummary_nextToken - The token that identifies which batch of results you want to see.
GetCellReadinessSummary, getCellReadinessSummary_cellName - The name of the cell.
Request Lenses
getCellReadinessSummary_maxResults :: Lens' GetCellReadinessSummary (Maybe Natural) Source #
The number of objects that you want to return with this call.
getCellReadinessSummary_nextToken :: Lens' GetCellReadinessSummary (Maybe Text) Source #
The token that identifies which batch of results you want to see.
getCellReadinessSummary_cellName :: Lens' GetCellReadinessSummary Text Source #
The name of the cell.
Destructuring the Response
data GetCellReadinessSummaryResponse Source #
See: newGetCellReadinessSummaryResponse smart constructor.
Constructors
| GetCellReadinessSummaryResponse' | |
Fields
| |
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:
GetCellReadinessSummary, getCellReadinessSummaryResponse_nextToken - The token that identifies which batch of results you want to see.
GetCellReadinessSummaryResponse, getCellReadinessSummaryResponse_readiness - The readiness at a cell level.
$sel:readinessChecks:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_readinessChecks - Summaries for the readiness checks that make up the cell.
$sel:httpStatus:GetCellReadinessSummaryResponse', getCellReadinessSummaryResponse_httpStatus - The response's http status code.
Response Lenses
getCellReadinessSummaryResponse_nextToken :: Lens' GetCellReadinessSummaryResponse (Maybe Text) Source #
The token that identifies which batch of results you want to see.
getCellReadinessSummaryResponse_readiness :: Lens' GetCellReadinessSummaryResponse (Maybe Readiness) Source #
The readiness at a cell level.
getCellReadinessSummaryResponse_readinessChecks :: Lens' GetCellReadinessSummaryResponse (Maybe [ReadinessCheckSummary]) Source #
Summaries for the readiness checks that make up the cell.
getCellReadinessSummaryResponse_httpStatus :: Lens' GetCellReadinessSummaryResponse Int Source #
The response's http status code.