Values_1.DeleteTemplateAliasResponseSourceDeletes the item that the specified template alias points to. If you provide a specific alias, you delete the version of the template that the alias points to.
type nonrec t = {status : StatusCode.t option;The HTTP status of the request.
*)templateId : Values_0.ShortRestrictiveResourceId.t option;An ID for the template associated with the deletion.
*)aliasName : Values_0.AliasName.t option;The name for the template alias.
*)arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the template you want to delete.
*)requestId : Values_0.String_.t option;The Amazon Web Services request ID for this operation.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `InternalFailureException of InternalFailureException.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
| `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
| `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.ShortRestrictiveResourceId.t ])
list ]