Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_cell

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