Values_6.DeleteLaunchTemplateRequestSourceDeletes a launch template. Deleting a launch template deletes all of its versions.
type nonrec t = {dryRun : Values_0.Boolean.t option;Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
*)launchTemplateId : Values_0.LaunchTemplateId.t option;The ID of the launch template. You must specify either the launch template ID or the launch template name, but not both.
*)launchTemplateName : Values_0.LaunchTemplateName.t option;The name of the launch template. You must specify either the launch template ID or the launch template name, but not both.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.LaunchTemplateId.t ])
list ]