Module Values_1.DeleteThemeRequestSource

Deletes a theme.

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

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

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

    An ID for the theme that you want to delete.

    *)
  3. versionNumber : VersionNumber.t option;
    (*

    The version of the theme that you want to delete. Note: If you don't provide a version number, you're using this call to DeleteTheme to delete all versions of the theme.

    *)
}
Sourceval context_ : string
Sourceval make : ?versionNumber:??? -> awsAccountId:AwsAccountId.t -> themeId:Values_0.ShortRestrictiveResourceId.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