| 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 |
Amazonka.Route53RecoveryReadiness.UpdateCell
Description
Updates an existing Cell.
Synopsis
- data UpdateCell = UpdateCell' {}
- newUpdateCell :: Text -> UpdateCell
- updateCell_cellName :: Lens' UpdateCell Text
- updateCell_cells :: Lens' UpdateCell [Text]
- data UpdateCellResponse = UpdateCellResponse' {}
- newUpdateCellResponse :: Int -> UpdateCellResponse
- updateCellResponse_cells :: Lens' UpdateCellResponse (Maybe [Text])
- updateCellResponse_parentReadinessScopes :: Lens' UpdateCellResponse (Maybe [Text])
- updateCellResponse_cellName :: Lens' UpdateCellResponse (Maybe Text)
- updateCellResponse_cellArn :: Lens' UpdateCellResponse (Maybe Text)
- updateCellResponse_tags :: Lens' UpdateCellResponse (Maybe (HashMap Text Text))
- updateCellResponse_httpStatus :: Lens' UpdateCellResponse Int
Creating a Request
data UpdateCell Source #
Parameters to update for the Cell
See: newUpdateCell smart constructor.
Constructors
| UpdateCell' | |
Instances
Arguments
| :: Text | |
| -> UpdateCell |
Create a value of UpdateCell 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:UpdateCell', updateCell_cellName - The Cell to update
$sel:cells:UpdateCell', updateCell_cells - A list of Cell arns, completely replaces previous list
Request Lenses
updateCell_cellName :: Lens' UpdateCell Text Source #
The Cell to update
updateCell_cells :: Lens' UpdateCell [Text] Source #
A list of Cell arns, completely replaces previous list
Destructuring the Response
data UpdateCellResponse Source #
See: newUpdateCellResponse smart constructor.
Constructors
| UpdateCellResponse' | |
Instances
newUpdateCellResponse Source #
Arguments
| :: Int | |
| -> UpdateCellResponse |
Create a value of UpdateCellResponse 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:UpdateCell', updateCellResponse_cells - A list of Cell arns
$sel:parentReadinessScopes:UpdateCellResponse', updateCellResponse_parentReadinessScopes - A list of Cell ARNs and/or RecoveryGroup ARNs
$sel:cellName:UpdateCell', updateCellResponse_cellName - The name of the Cell
$sel:cellArn:UpdateCellResponse', updateCellResponse_cellArn - The arn for the Cell
$sel:tags:UpdateCellResponse', updateCellResponse_tags - Undocumented member.
$sel:httpStatus:UpdateCellResponse', updateCellResponse_httpStatus - The response's http status code.
Response Lenses
updateCellResponse_cells :: Lens' UpdateCellResponse (Maybe [Text]) Source #
A list of Cell arns
updateCellResponse_parentReadinessScopes :: Lens' UpdateCellResponse (Maybe [Text]) Source #
A list of Cell ARNs and/or RecoveryGroup ARNs
updateCellResponse_cellName :: Lens' UpdateCellResponse (Maybe Text) Source #
The name of the Cell
updateCellResponse_cellArn :: Lens' UpdateCellResponse (Maybe Text) Source #
The arn for the Cell
updateCellResponse_tags :: Lens' UpdateCellResponse (Maybe (HashMap Text Text)) Source #
Undocumented member.
updateCellResponse_httpStatus :: Lens' UpdateCellResponse Int Source #
The response's http status code.