Values_3.InstanceRequirementsWithMetadataRequestSourceThe architecture type, virtualization type, and other attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes. If you specify InstanceRequirementsWithMetadataRequest, you can't specify InstanceTypes.
type nonrec t = {architectureTypes : Values_2.ArchitectureTypeSet.t option;The architecture type.
*)virtualizationTypes : Values_2.VirtualizationTypeSet.t option;The virtualization type.
*)instanceRequirements : Values_0.InstanceRequirementsRequest.t option;The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `Integer of int
| `List of [> `Enum of string | `String of string ] list
| `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 ]