put_metadata_flag

AmplifyUIBuilder.Client.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'
)
Parameters
  • appId (string) --

    [REQUIRED]

    The unique ID for the Amplify app.

  • body (dict) --

    [REQUIRED]

    The metadata information to store.

    • newValue (string) -- [REQUIRED]

      The new information to store.

  • 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.

Returns

None

Exceptions

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