Values_3.CancelledSpotInstanceRequestSourceDescribes a request to cancel a Spot Instance.
type nonrec t = {spotInstanceRequestId : Values_0.String_.t option;The ID of the Spot Instance request.
*)state : Values_1.CancelSpotInstanceRequestState.t option;The state of the Spot Instance request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]