Module Values_1.DescribeFleetsInstancesSource

Describes the instances that were launched by the fleet.

Sourcetype nonrec t = {
  1. launchTemplateAndOverrides : Values_0.LaunchTemplateAndOverridesResponse.t option;
    (*

    The launch templates and overrides that were used for launching the instances. The values that you specify in the Overrides replace the values in the launch template.

    *)
  2. lifecycle : Values_0.InstanceLifecycle.t option;
    (*

    Indicates if the instance that was launched is a Spot, On-Demand, Capacity Block, or Interruptible Capacity Reservation instance.

    *)
  3. instanceIds : Values_0.InstanceIdsSet.t option;
    (*

    The IDs of the instances.

    *)
  4. instanceType : Values_0.InstanceType.t option;
    (*

    The instance type.

    *)
  5. platform : Values_0.PlatformValues.t option;
    (*

    The value is windows for Windows instances in an EC2 Fleet. Otherwise, the value is blank.

    *)
}
Sourceval make : ?launchTemplateAndOverrides:??? -> ?lifecycle:??? -> ?instanceIds:??? -> ?instanceType:??? -> ?platform:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of string ] list | `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `List of [> `Structure of (string * [> `String of string | `Structure of (string * [> `Boolean of bool | `Enum of string | `Integer of int | `String of string ]) 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 ]) 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