Module Values_3.DeleteFleetSuccessItemSource

Describes an EC2 Fleet that was successfully deleted.

Sourcetype nonrec t = {
  1. currentFleetState : Values_1.FleetStateCode.t option;
    (*

    The current state of the EC2 Fleet.

    *)
  2. previousFleetState : Values_1.FleetStateCode.t option;
    (*

    The previous state of the EC2 Fleet.

    *)
  3. fleetId : Values_1.FleetId.t option;
    (*

    The ID of the EC2 Fleet.

    *)
}
Sourceval make : ?currentFleetState:??? -> ?previousFleetState:??? -> ?fleetId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_1.FleetId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t