Values_6.DeleteLaunchTemplateVersionsResultSourceDeletes one or more versions of a launch template. You can't delete the default version of a launch template; you must first assign a different version as the default. If the default version is the only version for the launch template, you must delete the entire launch template using DeleteLaunchTemplate. You can delete up to 200 launch template versions in a single request. To delete more than 200 versions in a single request, use DeleteLaunchTemplate, which deletes the launch template and all of its versions. For more information, see Delete a launch template version in the Amazon EC2 User Guide.
type nonrec t = {successfullyDeletedLaunchTemplateVersions : Values_3.DeleteLaunchTemplateVersionsResponseSuccessSet.t
option;Information about the launch template versions that were successfully deleted.
*)unsuccessfullyDeletedLaunchTemplateVersions : Values_3.DeleteLaunchTemplateVersionsResponseErrorSet.t
option;Information about the launch template versions that could not be deleted.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Long of Values_0.Long.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t ])
list ])
list ]
list ])
list ]