AmplifyUIBuilder.Themesee 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 ->
propertiesval make_theme_values :
?value:theme_value ->
?key:string ->
unit ->
theme_valuesval make_theme_value :
?value:string ->
?children:theme_values list ->
unit ->
theme_valueval yojson_of_theme_values : theme_values -> Yojson.Safe.tval yojson_of_theme_value : theme_value -> Yojson.Safe.tval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes