Values_1.DeleteTemplateRequestSourceDeletes a template.
type nonrec t = {awsAccountId : AwsAccountId.t;The ID of the Amazon Web Services account that contains the template that you're deleting.
*)templateId : Values_0.ShortRestrictiveResourceId.t;An ID for the template you want to delete.
*)versionNumber : VersionNumber.t option;Specifies the version of the template that you want to delete. If you don't provide a version number, DeleteTemplate deletes all versions of the template.
*)}val make :
?versionNumber:??? ->
awsAccountId:AwsAccountId.t ->
templateId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Long of VersionNumber.t | `String of AwsAccountId.t ])
list ]