Module Types.DescribeFleetHistoryResult
type t={history_records : HistoryRecordSet.t;last_evaluated_time : Aws.BaseTypes.DateTime.t option;next_token : Aws.BaseTypes.String.t option;fleet_id : Aws.BaseTypes.String.t option;start_time : Aws.BaseTypes.DateTime.t option;}
val make : ?history_records:HistoryRecordSet.t -> ?last_evaluated_time:Aws.BaseTypes.DateTime.t -> ?next_token:Aws.BaseTypes.String.t -> ?fleet_id:Aws.BaseTypes.String.t -> ?start_time:Aws.BaseTypes.DateTime.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t