Values_1.DeleteProvisioningTemplateVersionRequestSourceDeletes a provisioning template version. Requires permission to access the DeleteProvisioningTemplateVersion action.
type nonrec t = {templateName : Values_0.TemplateName.t;The name of the provisioning template version to delete.
*)versionId : Values_0.TemplateVersionId.t;The provisioning template version ID to delete.
*)}val make :
templateName:Values_0.TemplateName.t ->
versionId:Values_0.TemplateVersionId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.TemplateVersionId.t
| `String of Values_0.TemplateName.t ])
list ]