Module Values_2.SpotFleetRequestConfigSource

Describes a Spot Fleet request.

Sourcetype nonrec t = {
  1. activityStatus : Values_1.ActivityStatus.t option;
    (*

    The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

    *)
  2. createTime : Values_0.MillisecondDateTime.t option;
    (*

    The creation date and time of the request.

    *)
  3. spotFleetRequestConfig : Values_1.SpotFleetRequestConfigData.t option;
    (*

    The configuration of the Spot Fleet request.

    *)
  4. spotFleetRequestId : Values_0.String_.t option;
    (*

    The ID of the Spot Fleet request.

    *)
  5. spotFleetRequestState : Values_1.BatchState.t option;
    (*

    The state of the Spot Fleet request.

    *)
  6. tags : Values_0.TagList.t option;
    (*

    The tags for a Spot Fleet resource.

    *)
}
Sourceval make : ?activityStatus:??? -> ?createTime:??? -> ?spotFleetRequestConfig:??? -> ?spotFleetRequestId:??? -> ?spotFleetRequestState:??? -> ?tags:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Double of Values_0.Double.t | `Enum of string | `Integer of Values_0.Integer.t | `List of [> `Structure of (string * [> `Boolean of bool | `Double of float | `Enum of string | `List of [> `Structure of (string * [> `Boolean of bool | `Double of float | `Enum of string | `Integer of int | `List of [> `String of string | `Structure of (string * [> `Boolean of bool | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Double of float | `Integer of int | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string ] list | `String of string | `Structure of (string * [> `Double of float | `Integer of int | `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list ]) list ]) list ] list | `String of Values_0.String_.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `String of string ]) list ] list ]) list ]) list | `Timestamp of Values_0.DateTime.t ]) list | `Timestamp of Values_0.MillisecondDateTime.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