:doc:`AmplifyUIBuilder <../../amplifyuibuilder>` / Client / get_metadata

************
get_metadata
************



.. py:method:: AmplifyUIBuilder.Client.get_metadata(**kwargs)

  

  Returns existing metadata for an Amplify app.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/GetMetadata>`_  


  **Request Syntax**
  ::

    response = client.get_metadata(
        appId='string',
        environmentName='string'
    )
    
  :type appId: string
  :param appId: **[REQUIRED]** 

    The unique ID of the Amplify app.

    

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

    The name of the backend environment that is part of the Amplify app.

    

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

    
    ::

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

    

    - *(dict) --* 
      

      - **features** *(dict) --* 

        Represents the configuration settings for the features metadata.

        
        

        - *(string) --* 
          

          - *(string) --* 
    
  
  
  **Exceptions**
  
  *   :py:class:`AmplifyUIBuilder.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`AmplifyUIBuilder.Client.exceptions.InvalidParameterException`

  