Module Values_0.AccountCustomizationSource

The Quick Sight customizations associated with your Amazon Web Services account or a Quick Sight namespace in a specific Amazon Web Services Region.

Sourcetype nonrec t = {
  1. defaultTheme : Arn.t option;
    (*

    The default theme for this Quick Sight subscription.

    *)
  2. defaultEmailCustomizationTemplate : Arn.t option;
    (*

    The default email customization template.

    *)
}
Sourceval make : ?defaultTheme:??? -> ?defaultEmailCustomizationTemplate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Arn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t