Module Values.RegionSource

A Region that supports a Multi-Region Access Point as well as the associated bucket for the Region.

Sourcetype nonrec t = {
  1. bucket : BucketName.t;
    (*

    The name of the associated bucket for the Region.

    *)
  2. bucketAccountId : AccountId.t option;
    (*

    The Amazon Web Services account ID that owns the Amazon S3 bucket that's associated with this Multi-Region Access Point.

    *)
}
Sourceval context_ : string
Sourceval make : ?bucketAccountId:??? -> bucket:BucketName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BucketName.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