Values_1.DeleteThemeAliasResponseSourceDeletes 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.
type nonrec t = {aliasName : Values_0.AliasName.t option;The name for the theme alias.
*)arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the theme resource using the deleted alias.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)status : StatusCode.t option;The HTTP status of the request.
*)themeId : Values_0.ShortRestrictiveResourceId.t option;An ID for the theme associated with the deletion.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalFailureException of InternalFailureException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `UnsupportedUserEditionException of UnsupportedUserEditionException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalFailureException of InternalFailureException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `UnsupportedUserEditionException of UnsupportedUserEditionException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Integer of StatusCode.t | `String of Values_0.AliasName.t ])
list ]