Values.UpdateThemeRequestSourceUpdates an existing theme.
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.
*)id : Uuid.t;The unique ID for the theme.
*)clientToken : String_.t option;The unique client token.
*)updatedTheme : UpdateThemeData.t;The configuration of the updated theme.
*)}val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * UpdateThemeData.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of String_.t
| `Structure of (string * Awso.Botodata.value) list ])
list ]