update_cell
(**kwargs)¶Updates a cell to replace the list of nested cells with a new list of nested cells.
See also: AWS API Documentation
Request Syntax
response = client.update_cell(
CellName='string',
Cells=[
'string',
]
)
[REQUIRED]
The name of the cell.
[REQUIRED]
A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.
dict
Response Syntax
{
'CellArn': 'string',
'CellName': 'string',
'Cells': [
'string',
],
'ParentReadinessScopes': [
'string',
],
'Tags': {
'string': 'string'
}
}
Response Structure
(dict) --
200 response - Success.
CellArn (string) --
The Amazon Resource Name (ARN) for the cell.
CellName (string) --
The name of the cell.
Cells (list) --
A list of cell ARNs.
ParentReadinessScopes (list) --
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.
Tags (dict) --
Tags on the resources.
Exceptions
Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
Route53RecoveryReadiness.Client.exceptions.ThrottlingException
Route53RecoveryReadiness.Client.exceptions.ValidationException
Route53RecoveryReadiness.Client.exceptions.InternalServerException
Route53RecoveryReadiness.Client.exceptions.AccessDeniedException