:doc:`Schemas <../../schemas>` / Client / update_registry

***************
update_registry
***************



.. py:method:: Schemas.Client.update_registry(**kwargs)

  

  Updates a registry.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/schemas-2019-12-02/UpdateRegistry>`_  


  **Request Syntax**
  ::

    response = client.update_registry(
        Description='string',
        RegistryName='string'
    )
    
  :type Description: string
  :param Description: 

    The description of the registry to update.

    

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

    The name of the registry.

    

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

    
    ::

      {
          'Description': 'string',
          'RegistryArn': 'string',
          'RegistryName': 'string',
          'Tags': {
              'string': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 

      200 response

      
      

      - **Description** *(string) --* 

        The description of the registry.

        
      

      - **RegistryArn** *(string) --* 

        The ARN of the registry.

        
      

      - **RegistryName** *(string) --* 

        The name of the registry.

        
      

      - **Tags** *(dict) --* 

        Tags associated with the registry.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`Schemas.Client.exceptions.BadRequestException`

  
  *   :py:class:`Schemas.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`Schemas.Client.exceptions.InternalServerErrorException`

  
  *   :py:class:`Schemas.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Schemas.Client.exceptions.NotFoundException`

  
  *   :py:class:`Schemas.Client.exceptions.ServiceUnavailableException`

  