Module Values.GetRegionsRequestSource

Returns a list of all valid regions for Amazon Lightsail. Use the include availability zones parameter to also return the Availability Zones in a region.

Sourcetype nonrec t = {
  1. includeAvailabilityZones : Boolean.t option;
    (*

    A Boolean value indicating whether to also include Availability Zones in your get regions request. Availability Zones are indicated with a letter: us-east-2a.

    *)
  2. includeRelationalDatabaseAvailabilityZones : Boolean.t option;
    (*

    A Boolean value indicating whether to also include Availability Zones for databases in your get regions request. Availability Zones are indicated with a letter (us-east-2a).

    *)
}
Sourceval make : ?includeAvailabilityZones:??? -> ?includeRelationalDatabaseAvailabilityZones:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.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