AmplifyUIBuilder.Theme
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalues.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.html
type properties = {
app_id : string option;
environment_name : string option;
values : theme_values list option;
overrides : theme_values list option;
name : string option;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html;
val make_properties :
?app_id:string ->
?environment_name:string ->
?values:theme_values list ->
?overrides:theme_values list ->
?tags:string Stdlib__Map.Make(Stdlib.String).t ->
?name:string ->
unit ->
properties
val make_theme_values :
?value:theme_value ->
?key:string ->
unit ->
theme_values
val make_theme_value :
?value:string ->
?children:theme_values list ->
unit ->
theme_value
val yojson_of_theme_values : theme_values -> Yojson.Safe.t
val yojson_of_theme_value : theme_value -> Yojson.Safe.t
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes