put_metadata_flag
(**kwargs)¶Stores the metadata information about a feature on a form or view.
See also: AWS API Documentation
Request Syntax
response = client.put_metadata_flag(
appId='string',
body={
'newValue': 'string'
},
environmentName='string',
featureName='string'
)
[REQUIRED]
The unique ID for the Amplify app.
[REQUIRED]
The metadata information to store.
The new information to store.
[REQUIRED]
The name of the backend environment that is part of the Amplify app.
[REQUIRED]
The name of the feature associated with the metadata.
None
Exceptions
AmplifyUIBuilder.Client.exceptions.UnauthorizedException
AmplifyUIBuilder.Client.exceptions.InvalidParameterException