| 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.GetCell
Description
Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.
Synopsis
- data GetCell = GetCell' {}
- newGetCell :: Text -> GetCell
- getCell_cellName :: Lens' GetCell Text
- data GetCellResponse = GetCellResponse' {}
- newGetCellResponse :: Int -> GetCellResponse
- getCellResponse_cellArn :: Lens' GetCellResponse (Maybe Text)
- getCellResponse_cellName :: Lens' GetCellResponse (Maybe Text)
- getCellResponse_cells :: Lens' GetCellResponse (Maybe [Text])
- getCellResponse_parentReadinessScopes :: Lens' GetCellResponse (Maybe [Text])
- getCellResponse_tags :: Lens' GetCellResponse (Maybe (HashMap Text Text))
- getCellResponse_httpStatus :: Lens' GetCellResponse Int
Creating a Request
See: newGetCell smart constructor.
Instances
Create a value of GetCell 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:
GetCell, getCell_cellName - The name of the cell.
Request Lenses
Destructuring the Response
data GetCellResponse Source #
See: newGetCellResponse smart constructor.
Constructors
| GetCellResponse' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> GetCellResponse |
Create a value of GetCellResponse 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:
GetCellResponse, getCellResponse_cellArn - The Amazon Resource Name (ARN) for the cell.
GetCell, getCellResponse_cellName - The name of the cell.
GetCellResponse, getCellResponse_cells - A list of cell ARNs.
GetCellResponse, getCellResponse_parentReadinessScopes - The readiness scope for the cell, which can be a cell Amazon Resource
Name (ARN) or a recovery group ARN. This is a list but currently can
have only one element.
GetCellResponse, getCellResponse_tags - Tags on the resources.
$sel:httpStatus:GetCellResponse', getCellResponse_httpStatus - The response's http status code.
Response Lenses
getCellResponse_cellArn :: Lens' GetCellResponse (Maybe Text) Source #
The Amazon Resource Name (ARN) for the cell.
getCellResponse_cellName :: Lens' GetCellResponse (Maybe Text) Source #
The name of the cell.
getCellResponse_cells :: Lens' GetCellResponse (Maybe [Text]) Source #
A list of cell ARNs.
getCellResponse_parentReadinessScopes :: Lens' GetCellResponse (Maybe [Text]) Source #
The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.
getCellResponse_tags :: Lens' GetCellResponse (Maybe (HashMap Text Text)) Source #
Tags on the resources.
getCellResponse_httpStatus :: Lens' GetCellResponse Int Source #
The response's http status code.