Module Values_2.UpdateAccountCustomizationRequestSource

Updates Amazon Quick Sight customizations. Currently, the only customization that you can use is a theme. You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Quick Sight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services account. To find out which customizations apply, use the DescribeAccountCustomization API operation.

Sourcetype nonrec t = {
  1. awsAccountId : Values_1.AwsAccountId.t;
    (*

    The ID for the Amazon Web Services account that you want to update Quick Sight customizations for.

    *)
  2. namespace : Values_0.Namespace.t option;
    (*

    The namespace that you want to update Quick Sight customizations for.

    *)
  3. accountCustomization : Values_0.AccountCustomization.t;
    (*

    The Quick Sight customizations you're updating.

    *)
}
Sourceval context_ : string
Sourceval make : ?namespace:??? -> awsAccountId:Values_1.AwsAccountId.t -> accountCustomization:Values_0.AccountCustomization.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.AwsAccountId.t | `Structure of (string * [> `String of string ]) list ]) 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