update_cell

Route53RecoveryReadiness.Client.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',
    ]
)
Parameters
  • CellName (string) --

    [REQUIRED]

    The name of the cell.

  • Cells (list) --

    [REQUIRED]

    A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.

    • (string) --
Return type

dict

Returns

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.

      • (string) --
    • 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.

      • (string) --
    • Tags (dict) --

      Tags on the resources.

      • (string) --
        • (string) --

Exceptions

  • Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
  • Route53RecoveryReadiness.Client.exceptions.ThrottlingException
  • Route53RecoveryReadiness.Client.exceptions.ValidationException
  • Route53RecoveryReadiness.Client.exceptions.InternalServerException
  • Route53RecoveryReadiness.Client.exceptions.AccessDeniedException