Module Values_1.CreateThemeAliasRequestSource

Creates a theme alias for a theme.

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

    The ID of the Amazon Web Services account that contains the theme for the new theme alias.

    *)
  2. themeId : Values_0.ShortRestrictiveResourceId.t;
    (*

    An ID for the theme alias.

    *)
  3. aliasName : Values_0.AliasName.t;
    (*

    The name that you want to give to the theme alias that you are creating. The alias name can't begin with a $. Alias names that start with $ are reserved by Amazon Quick Sight.

    *)
  4. themeVersionNumber : VersionNumber.t;
    (*

    The version number of the theme.

    *)
}
Sourceval context_ : string
Sourceval make : awsAccountId:AwsAccountId.t -> themeId:Values_0.ShortRestrictiveResourceId.t -> aliasName:Values_0.AliasName.t -> themeVersionNumber:VersionNumber.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of VersionNumber.t | `String of AwsAccountId.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