Values.PutMetadataFlagRequestSourceStores the metadata information about a feature on a form.
type nonrec t = {appId : String_.t;The unique ID for the Amplify app.
*)environmentName : String_.t;The name of the backend environment that is part of the Amplify app.
*)featureName : String_.t;The name of the feature associated with the metadata.
*)body : PutMetadataFlagBody.t;The metadata information to store.
*)}val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * PutMetadataFlagBody.t) ->
t