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