Values_2.InstanceImageMetadataSourceInformation about the instance and the AMI used to launch the instance.
type nonrec t = {instanceId : Values_0.InstanceId.t option;The ID of the instance.
*)instanceType : Values_0.InstanceType.t option;The instance type.
*)launchTime : Values_0.MillisecondDateTime.t option;The time the instance was launched.
*)availabilityZone : Values_0.String_.t option;The Availability Zone or Local Zone of the instance.
*)zoneId : Values_0.String_.t option;The ID of the Availability Zone or Local Zone of the instance.
*)state : Values_0.InstanceState.t option;The current state of the instance.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the instance.
*)imageMetadata : Values_1.ImageMetadata.t option;Information about the AMI used to launch the instance.
*)operator : Values_0.OperatorResponse.t option;The entity that manages the instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.InstanceId.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Integer of int
| `String of Values_0.ImageId.t ])
list
| `Timestamp of Values_0.MillisecondDateTime.t ])
list ]