Values.GetMultiRegionAccessPointResultSourceThis operation is not supported by directory buckets. Returns configuration information about the specified Multi-Region Access Point. This action will always be routed to the US West (Oregon) Region. For more information about the restrictions around working with Multi-Region Access Points, see Multi-Region Access Point restrictions and limitations in the Amazon S3 User Guide. The following actions are related to GetMultiRegionAccessPoint: CreateMultiRegionAccessPoint DeleteMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation ListMultiRegionAccessPoints
type nonrec t = {accessPoint : MultiRegionAccessPointReport.t option;A container element containing the details of the requested Multi-Region Access Point.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum 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
| `Timestamp of CreationTimestamp.t ])
list ])
list ]