Values_6.DeleteQueuedReservedInstancesResultSourceDeletes the queued purchases for the specified Reserved Instances.
type nonrec t = {successfulQueuedPurchaseDeletions : Values_3.SuccessfulQueuedPurchaseDeletionSet.t
option;Information about the queued purchases that were successfully deleted.
*)failedQueuedPurchaseDeletions : Values_3.FailedQueuedPurchaseDeletionSet.t
option;Information about the queued purchases 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
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t ])
list ])
list ]
list ])
list ]