:doc:`BackupGateway <../../backup-gateway>` / Client / update_gateway_information

**************************
update_gateway_information
**************************



.. py:method:: BackupGateway.Client.update_gateway_information(**kwargs)

  

  Updates a gateway's name. Specify which gateway to update using the Amazon Resource Name (ARN) of the gateway in your request.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/UpdateGatewayInformation>`_  


  **Request Syntax**
  ::

    response = client.update_gateway_information(
        GatewayArn='string',
        GatewayDisplayName='string'
    )
    
  :type GatewayArn: string
  :param GatewayArn: **[REQUIRED]** 

    The Amazon Resource Name (ARN) of the gateway to update.

    

  
  :type GatewayDisplayName: string
  :param GatewayDisplayName: 

    The updated display name of the gateway.

    

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

    
    ::

      {
          'GatewayArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **GatewayArn** *(string) --* 

        The Amazon Resource Name (ARN) of the gateway you updated.

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

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

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

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

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

  