Module Values.LaunchedInstanceSource

Launched instance.

Sourcetype nonrec t = {
  1. ec2InstanceID : EC2InstanceID.t option;
    (*

    Launched instance EC2 ID.

    *)
  2. jobID : JobID.t option;
    (*

    Launched instance Job ID.

    *)
  3. firstBoot : FirstBoot.t option;
    (*

    Launched instance first boot.

    *)
}
Sourceval make : ?ec2InstanceID:??? -> ?jobID:??? -> ?firstBoot:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of EC2InstanceID.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