Values.InstanceDetailsSourceContains information about the details of an instance.
type nonrec t = {availabilityZone : String_.t option;The Availability Zone of the EC2 instance.
*)iamInstanceProfile : IamInstanceProfile.t option;The profile information of the EC2 instance.
*)imageDescription : String_.t option;The image description of the EC2 instance.
*)imageId : String_.t option;The image ID of the EC2 instance.
*)instanceId : String_.t option;The ID of the EC2 instance.
*)instanceState : String_.t option;The state of the EC2 instance.
*)instanceType : String_.t option;The type of the EC2 instance.
*)outpostArn : String_.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Outpost. Only applicable to Amazon Web Services Outposts instances.
*)launchTime : String_.t option;The launch time of the EC2 instance.
*)networkInterfaces : NetworkInterfaces.t option;The elastic network interface information of the EC2 instance.
*)platform : String_.t option;The platform of the EC2 instance.
*)productCodes : ProductCodes.t option;The product code of the EC2 instance.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]