Values_2.HostSourceDescribes the properties of the Dedicated Host.
type nonrec t = {autoPlacement : Values_1.AutoPlacement.t option;Whether auto-placement is on or off.
*)availabilityZone : Values_0.String_.t option;The Availability Zone of the Dedicated Host.
*)availableCapacity : Values_1.AvailableCapacity.t option;Information about the instances running on the Dedicated Host.
*)clientToken : Values_0.String_.t option;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring Idempotency.
*)hostId : Values_0.String_.t option;The ID of the Dedicated Host.
*)hostProperties : Values_1.HostProperties.t option;The hardware specifications of the Dedicated Host.
*)hostReservationId : Values_0.String_.t option;The reservation ID of the Dedicated Host. This returns a null response if the Dedicated Host doesn't have an associated reservation.
*)instances : Values_1.HostInstanceList.t option;The IDs and instance type that are currently running on the Dedicated Host.
*)state : Values_1.AllocationState.t option;The Dedicated Host's state.
*)allocationTime : Values_0.DateTime.t option;The time that the Dedicated Host was allocated.
*)releaseTime : Values_0.DateTime.t option;The time that the Dedicated Host was released.
*)hostRecovery : Values_1.HostRecovery.t option;Indicates whether host recovery is enabled or disabled for the Dedicated Host.
*)allowsMultipleInstanceTypes : Values_1.AllowsMultipleInstanceTypes.t option;Indicates whether the Dedicated Host supports multiple instance types of the same instance family. If the value is on, the Dedicated Host supports multiple instance types in the instance family. If the value is off, the Dedicated Host supports a single instance type only.
*)ownerId : Values_0.String_.t option;The ID of the Amazon Web Services account that owns the Dedicated Host.
*)availabilityZoneId : Values_0.String_.t option;The ID of the Availability Zone in which the Dedicated Host is allocated.
*)memberOfServiceLinkedResourceGroup : Values_0.Boolean.t option;Indicates whether the Dedicated Host is in a host resource group. If memberOfServiceLinkedResourceGroup is true, the host is in a host resource group; otherwise, it is not.
*)outpostArn : Values_0.String_.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.
*)hostMaintenance : Values_1.HostMaintenance.t option;Indicates whether host maintenance is enabled or disabled for the Dedicated Host.
*)assetId : Values_1.AssetId.t option;The ID of the Outpost hardware asset on which the Dedicated Host is allocated.
*)}val make :
?autoPlacement:??? ->
?availabilityZone:??? ->
?availableCapacity:??? ->
?clientToken:??? ->
?hostId:??? ->
?hostProperties:??? ->
?hostReservationId:??? ->
?instances:??? ->
?state:??? ->
?allocationTime:??? ->
?releaseTime:??? ->
?tags:??? ->
?hostRecovery:??? ->
?allowsMultipleInstanceTypes:??? ->
?ownerId:??? ->
?availabilityZoneId:??? ->
?memberOfServiceLinkedResourceGroup:??? ->
?outpostArn:??? ->
?hostMaintenance:??? ->
?assetId:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `List of
[> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
list
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Integer of Values_0.Integer.t
| `List of
[> `Structure of
(string * [> `Integer of int | `String of string ]) list ]
list
| `String of Values_0.String_.t ])
list
| `Timestamp of Values_0.DateTime.t ])
list ]