Module Values_6.DescribeRegionsRequestSource

Describes the Regions that are enabled for your account, or all Regions. For a list of the Regions supported by Amazon EC2, see Amazon EC2 service endpoints. For information about enabling and disabling Regions for your account, see Specify which Amazon Web Services Regions your account can use in the Amazon Web Services Account Management Reference Guide. The order of the elements in the response, including those within nested structures, might vary. Applications should not assume the elements appear in a particular order.

Sourcetype nonrec t = {
  1. regionNames : Values_3.RegionNameStringList.t option;
    (*

    The names of the Regions. You can specify any Regions, whether they are enabled and disabled for your account.

    *)
  2. allRegions : Values_0.Boolean.t option;
    (*

    Indicates whether to display all Regions, including Regions that are disabled for your account.

    *)
  3. dryRun : Values_0.Boolean.t option;
    (*

    Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    *)
  4. filters : Values_3.FilterList.t option;
    (*

    The filters. endpoint - The endpoint of the Region (for example, ec2.us-east-1.amazonaws.com). opt-in-status - The opt-in status of the Region (opt-in-not-required | opted-in | not-opted-in). region-name - The name of the Region (for example, us-east-1).

    *)
}
Sourceval make : ?regionNames:??? -> ?allRegions:??? -> ?dryRun:??? -> ?filters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `List of [> `String of Values_0.String_.t | `Structure of (string * [> `List of [> `String of string ] list | `String of Values_0.String_.t ]) list ] list ]) 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