Module Values.DescribeRegionsResultSource

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

Sourcetype nonrec t = {
  1. regionsDescription : RegionsDescription.t option;
    (*

    List of Region information related to the directory for each replicated Region.

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

    If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeRegions to retrieve the next set of items.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `ClientException of ClientException.t
  3. | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
  4. | `InvalidNextTokenException of InvalidNextTokenException.t
  5. | `InvalidParameterException of InvalidParameterException.t
  6. | `ServiceException of ServiceException.t
  7. | `UnsupportedOperationException of UnsupportedOperationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?regionsDescription:??? -> ?nextToken:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedException of AccessDeniedException.t | `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `InvalidNextTokenException of InvalidNextTokenException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of DesiredNumberOfDomainControllers.t | `String of DirectoryId.t | `Structure of (string * [> `List of [> `String of SubnetId.t ] list | `String of VpcId.t ]) list | `Timestamp of LaunchTime.t ]) list ] list | `String of NextToken.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