Module Values_1.DeleteThemeAliasRequestSource

Deletes the version of the theme that the specified theme alias points to. If you provide a specific alias, you delete the version of the theme that the alias points to.

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

    The ID of the Amazon Web Services account that contains the theme alias to delete.

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

    The ID for the theme that the specified alias is for.

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

    The unique name for the theme alias to delete.

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