Module Values_6.DeleteLaunchTemplateVersionsResultSource

Deletes 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.

Sourcetype nonrec t = {
  1. successfullyDeletedLaunchTemplateVersions : Values_3.DeleteLaunchTemplateVersionsResponseSuccessSet.t option;
    (*

    Information about the launch template versions that were successfully deleted.

    *)
  2. unsuccessfullyDeletedLaunchTemplateVersions : Values_3.DeleteLaunchTemplateVersionsResponseErrorSet.t option;
    (*

    Information about the launch template versions that could not be deleted.

    *)
}
Sourcetype nonrec error = [
  1. | `Unknown_operation_error of string * string option
]
Sourceval make : ?successfullyDeletedLaunchTemplateVersions:??? -> ?unsuccessfullyDeletedLaunchTemplateVersions:??? -> unit -> t
Sourceval error_of_json : 'a -> Yojson.Safe.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_of_xml : 'a -> Awso.Xml.t -> [> `Unknown_operation_error of 'a * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t