Values_3.DeleteLaunchTemplateVersionsResponseSuccessItemSourceDescribes a launch template version that was successfully deleted.
type nonrec t = {launchTemplateId : Values_0.String_.t option;The ID of the launch template.
*)launchTemplateName : Values_0.String_.t option;The name of the launch template.
*)versionNumber : Values_0.Long.t option;The version number of the launch template.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Values_0.Long.t | `String of Values_0.String_.t ])
list ]