Module Values_3.AvailabilityZoneSource

Describes Availability Zones, Local Zones, and Wavelength Zones.

Sourcetype nonrec t = {
  1. optInStatus : Values_1.AvailabilityZoneOptInStatus.t option;
    (*

    For Availability Zones, this parameter always has the value of opt-in-not-required. For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are opted-in and not-opted-in.

    *)
  2. messages : Values_1.AvailabilityZoneMessageList.t option;
    (*

    Any messages about the Availability Zone, Local Zone, or Wavelength Zone.

    *)
  3. regionName : Values_0.String_.t option;
    (*

    The name of the Region.

    *)
  4. zoneName : Values_0.String_.t option;
    (*

    The name of the Availability Zone, Local Zone, or Wavelength Zone.

    *)
  5. zoneId : Values_0.String_.t option;
    (*

    The ID of the Availability Zone, Local Zone, or Wavelength Zone.

    *)
  6. groupName : Values_0.String_.t option;
    (*

    The name of the zone group. For example: Availability Zones - us-east-1-zg-1 Local Zones - us-west-2-lax-1 Wavelength Zones - us-east-1-wl1-bos-wlz-1

    *)
  7. networkBorderGroup : Values_0.String_.t option;
    (*

    The name of the network border group.

    *)
  8. zoneType : Values_0.String_.t option;
    (*

    The type of zone. Valid values: availability-zone | local-zone | wavelength-zone

    *)
  9. parentZoneName : Values_0.String_.t option;
    (*

    The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

    *)
  10. parentZoneId : Values_0.String_.t option;
    (*

    The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

    *)
  11. groupLongName : Values_0.String_.t option;
    (*

    The long name of the Availability Zone group, Local Zone group, or Wavelength Zone group.

    *)
  12. geography : Values_1.AvailabilityZoneGeographyList.t option;
    (*

    The geography information for the Availability Zone or Local Zone. The geography is returned as a list.

    *)
  13. subGeography : Values_1.AvailabilityZoneSubGeographyList.t option;
    (*

    The sub-geography information for the Availability Zone or Local Zone. The sub-geography is returned as a list.

    *)
  14. state : Values_1.AvailabilityZoneState.t option;
    (*

    The state of the Availability Zone, Local Zone, or Wavelength Zone. The possible values are available, unavailable, and constrained.

    *)
}
Sourceval make : ?optInStatus:??? -> ?messages:??? -> ?regionName:??? -> ?zoneName:??? -> ?zoneId:??? -> ?groupName:??? -> ?networkBorderGroup:??? -> ?zoneType:??? -> ?parentZoneName:??? -> ?parentZoneId:??? -> ?groupLongName:??? -> ?geography:??? -> ?subGeography:??? -> ?state:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Values_0.String_.t ]) list ] list | `String of Values_0.String_.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t