get_metadata

AmplifyUIBuilder.Client.get_metadata(**kwargs)

Returns existing metadata for an Amplify app.

See also: AWS API Documentation

Request Syntax

response = client.get_metadata(
    appId='string',
    environmentName='string'
)
Parameters
  • appId (string) --

    [REQUIRED]

    The unique ID of the Amplify app.

  • environmentName (string) --

    [REQUIRED]

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

Return type

dict

Returns

Response Syntax

{
    'features': {
        'string': 'string'
    }
}

Response Structure

  • (dict) --

    • features (dict) --

      Represents the configuration settings for the features metadata.

      • (string) --
        • (string) --

Exceptions

  • AmplifyUIBuilder.Client.exceptions.UnauthorizedException
  • AmplifyUIBuilder.Client.exceptions.InvalidParameterException