Module Values.DescribeRegionsRequestSource

Provides information about the Regions that are configured for multi-Region replication.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The identifier of the directory.

    *)
  2. regionName : RegionName.t option;
    (*

    The name of the Region. For example, us-east-1.

    *)
  3. nextToken : NextToken.t option;
    (*

    The DescribeRegionsResult.NextToken value from a previous call to DescribeRegions. Pass null if this is the first call.

    *)
}
Sourceval context_ : string
Sourceval make : ?regionName:??? -> ?nextToken:??? -> directoryId:DirectoryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryId.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