Values_3.CancelSpotFleetRequestsSuccessItemSourceDescribes a Spot Fleet request that was successfully canceled.
type nonrec t = {currentSpotFleetRequestState : Values_1.BatchState.t option;The current state of the Spot Fleet request.
*)previousSpotFleetRequestState : Values_1.BatchState.t option;The previous state of the Spot Fleet request.
*)spotFleetRequestId : Values_0.String_.t option;The ID of the Spot Fleet request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]