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'
)
[REQUIRED]
The unique ID of the Amplify app.
[REQUIRED]
The name of the backend environment that is part of the Amplify app.
dict
Response Syntax
{
'features': {
'string': 'string'
}
}
Response Structure
(dict) --
features (dict) --
Represents the configuration settings for the features metadata.
Exceptions
AmplifyUIBuilder.Client.exceptions.UnauthorizedException
AmplifyUIBuilder.Client.exceptions.InvalidParameterException