:doc:`Route53RecoveryControlConfig <../../route53-recovery-control-config>` / Client / update_routing_control

**********************
update_routing_control
**********************



.. py:method:: Route53RecoveryControlConfig.Client.update_routing_control(**kwargs)

  

  Updates a routing control. You can only update the name of the routing control. To get or update the routing control state, see the Recovery Cluster (data plane) API actions for Amazon Route 53 Application Recovery Controller.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53-recovery-control-config-2020-11-02/UpdateRoutingControl>`_  


  **Request Syntax**
  ::

    response = client.update_routing_control(
        RoutingControlArn='string',
        RoutingControlName='string'
    )
    
  :type RoutingControlArn: string
  :param RoutingControlArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the routing control.

    

  
  :type RoutingControlName: string
  :param RoutingControlName: **[REQUIRED]** 

    The name of the routing control.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'RoutingControl': {
              'ControlPanelArn': 'string',
              'Name': 'string',
              'RoutingControlArn': 'string',
              'Status': 'PENDING'|'DEPLOYED'|'PENDING_DELETION',
              'Owner': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response - Success.

      
      

      - **RoutingControl** *(dict) --* 

        The routing control that was updated.

        
        

        - **ControlPanelArn** *(string) --* 

          The Amazon Resource Name (ARN) of the control panel that includes the routing control.

          
        

        - **Name** *(string) --* 

          The name of the routing control.

          
        

        - **RoutingControlArn** *(string) --* 

          The Amazon Resource Name (ARN) of the routing control.

          
        

        - **Status** *(string) --* 

          The deployment status of a routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

          
        

        - **Owner** *(string) --* 

          The Amazon Web Services account ID of the routing control owner.

          
    
  
  **Exceptions**
  
  *   :py:class:`Route53RecoveryControlConfig.Client.exceptions.ValidationException`

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

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

  
  *   :py:class:`Route53RecoveryControlConfig.Client.exceptions.ResourceNotFoundException`

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

  
  *   :py:class:`Route53RecoveryControlConfig.Client.exceptions.ConflictException`

  