Module Values_0.SourceRegionSource

Contains an Amazon Web Services Region name as the result of a successful call to the DescribeSourceRegions action.

Sourcetype nonrec t = {
  1. regionName : String_.t option;
    (*

    The name of the source Amazon Web Services Region.

    *)
  2. endpoint : String_.t option;
    (*

    The endpoint for the source Amazon Web Services Region endpoint.

    *)
  3. status : String_.t option;
    (*

    The status of the source Amazon Web Services Region.

    *)
  4. supportsDBInstanceAutomatedBackupsReplication : Boolean.t option;
    (*

    Indicates whether the source Amazon Web Services Region supports replicating automated backups to the current Amazon Web Services Region.

    *)
}
Sourceval make : ?regionName:??? -> ?endpoint:??? -> ?status:??? -> ?supportsDBInstanceAutomatedBackupsReplication:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of 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