Values_7.CancelSpotFleetRequestsResponseSourceContains the output of CancelSpotFleetRequests.
type nonrec t = {successfulFleetRequests : Values_4.CancelSpotFleetRequestsSuccessSet.t option;Information about the Spot Fleet requests that are successfully canceled.
*)unsuccessfulFleetRequests : Values_4.CancelSpotFleetRequestsErrorSet.t option;Information about the Spot Fleet requests that are not successfully canceled.
*)}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
* [> `Enum of string
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.String_.t ])
list ])
list ]
list ])
list ]