:doc:`Route53RecoveryReadiness <../../route53-recovery-readiness>` / Client / update_cell

***********
update_cell
***********



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-readiness-2019-12-02/UpdateCell>`_  


  **Request Syntax**
  ::

    response = client.update_cell(
        CellName='string',
        Cells=[
            'string',
        ]
    )
    
  :type CellName: string
  :param CellName: **[REQUIRED]** 

    The name of the cell.

    

  
  :type Cells: list
  :param Cells: **[REQUIRED]** 

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

    

  
    - *(string) --* 

    

  
  :rtype: 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**
  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ThrottlingException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.ValidationException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.InternalServerException`

  
  *   :py:class:`Route53RecoveryReadiness.Client.exceptions.AccessDeniedException`

  