Values.AvailabilityZoneInfoSourceInformation about an Availability Zone on a domain.
type nonrec t = {availabilityZoneName : AvailabilityZone.t option;The name of the Availability Zone.
*)zoneStatus : ZoneStatus.t option;The current state of the Availability Zone. Current options are Active and StandBy. Active - Data nodes in the Availability Zone are in use. StandBy - Data nodes in the Availability Zone are in a standby state. NotAvailable - Unable to retrieve information.
*)configuredDataNodeCount : NumberOfNodes.t option;The total number of data nodes configured in the Availability Zone.
*)availableDataNodeCount : NumberOfNodes.t option;The number of data nodes active in the Availability Zone.
*)totalShards : NumberOfShards.t option;The total number of primary and replica shards in the Availability Zone.
*)totalUnAssignedShards : NumberOfShards.t option;The total number of primary and replica shards that aren't allocated to any of the nodes in the Availability Zone.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AvailabilityZone.t ]) list ]