Module Values.CreateMultiRegionAccessPointInputSource

A container for the information associated with a CreateMultiRegionAccessPoint request.

Sourcetype nonrec t = {
  1. name : MultiRegionAccessPointName.t;
    (*

    The name of the Multi-Region Access Point associated with this request.

    *)
  2. publicAccessBlock : PublicAccessBlockConfiguration.t option;
  3. regions : RegionCreationList.t;
    (*

    The buckets in different Regions that are associated with the Multi-Region Access Point.

    *)
}
Sourceval context_ : string
Sourceval make : ?publicAccessBlock:??? -> name:MultiRegionAccessPointName.t -> regions:RegionCreationList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of BucketName.t ]) list ] list | `String of MultiRegionAccessPointName.t | `Structure of (string * [> `Boolean of Setting.t ]) 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