Values_3.DeleteFleetSuccessItemSourceDescribes an EC2 Fleet that was successfully deleted.
type nonrec t = {currentFleetState : Values_1.FleetStateCode.t option;The current state of the EC2 Fleet.
*)previousFleetState : Values_1.FleetStateCode.t option;The previous state of the EC2 Fleet.
*)fleetId : Values_1.FleetId.t option;The ID of the EC2 Fleet.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_1.FleetId.t ]) list ]