Module Values_2.UpdateThemeAliasRequestSource

Updates an alias of a theme.

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

    The ID of the Amazon Web Services account that contains the theme alias that you're updating.

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

    The ID for the theme.

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

    The name of the theme alias that you want to update.

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

    The version number of the theme that the alias should reference.

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