:doc:`ChimeSDKIdentity <../../chime-sdk-identity>` / Client / update_app_instance

*******************
update_app_instance
*******************



.. py:method:: ChimeSDKIdentity.Client.update_app_instance(**kwargs)

  

  Updates ``AppInstance`` metadata.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-sdk-identity-2021-04-20/UpdateAppInstance>`_  


  **Request Syntax**
  ::

    response = client.update_app_instance(
        AppInstanceArn='string',
        Name='string',
        Metadata='string'
    )
    
  :type AppInstanceArn: string
  :param AppInstanceArn: **[REQUIRED]** 

    The ARN of the ``AppInstance``.

    

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

    The name that you want to change.

    

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

    The metadata that you want to change.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **AppInstanceArn** *(string) --* 

        The ARN of the ``AppInstance``.

        
  
  **Exceptions**
  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.BadRequestException`

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

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

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.UnauthorizedClientException`

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

  
  *   :py:class:`ChimeSDKIdentity.Client.exceptions.ServiceFailureException`

  