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 a Cell.
Synopsis
- data GetCell = GetCell' {}
- newGetCell :: Text -> GetCell
- getCell_cellName :: Lens' GetCell Text
- data GetCellResponse = GetCellResponse' {}
- newGetCellResponse :: Int -> GetCellResponse
- getCellResponse_cells :: Lens' GetCellResponse (Maybe [Text])
- getCellResponse_parentReadinessScopes :: Lens' GetCellResponse (Maybe [Text])
- getCellResponse_cellName :: Lens' GetCellResponse (Maybe Text)
- getCellResponse_cellArn :: 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:
$sel:cellName:GetCell'
, getCell_cellName
- The Cell to get
Request Lenses
Destructuring the Response
data GetCellResponse Source #
See: newGetCellResponse
smart constructor.
Instances
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:
$sel:cells:GetCellResponse'
, getCellResponse_cells
- A list of Cell arns
$sel:parentReadinessScopes:GetCellResponse'
, getCellResponse_parentReadinessScopes
- A list of Cell ARNs and/or RecoveryGroup ARNs
$sel:cellName:GetCell'
, getCellResponse_cellName
- The name of the Cell
$sel:cellArn:GetCellResponse'
, getCellResponse_cellArn
- The arn for the Cell
$sel:tags:GetCellResponse'
, getCellResponse_tags
- Undocumented member.
$sel:httpStatus:GetCellResponse'
, getCellResponse_httpStatus
- The response's http status code.
Response Lenses
getCellResponse_cells :: Lens' GetCellResponse (Maybe [Text]) Source #
A list of Cell arns
getCellResponse_parentReadinessScopes :: Lens' GetCellResponse (Maybe [Text]) Source #
A list of Cell ARNs and/or RecoveryGroup ARNs
getCellResponse_cellName :: Lens' GetCellResponse (Maybe Text) Source #
The name of the Cell
getCellResponse_cellArn :: Lens' GetCellResponse (Maybe Text) Source #
The arn for the Cell
getCellResponse_tags :: Lens' GetCellResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
getCellResponse_httpStatus :: Lens' GetCellResponse Int Source #
The response's http status code.