Values.GetMultiRegionAccessPointRoutesResultSourceThis operation is not supported by directory buckets. Returns the routing configuration for a Multi-Region Access Point, indicating which Regions are active or passive. To obtain routing control changes and failover requests, use the Amazon S3 failover control infrastructure endpoints in these five Amazon Web Services Regions: us-east-1 us-west-2 ap-southeast-2 ap-northeast-1 eu-west-1
type nonrec t = {mrap : MultiRegionAccessPointId.t option;The Multi-Region Access Point ARN.
*)routes : RouteList.t option;The different routes that make up the route configuration. Active routes return a value of 100, and passive routes return a value of 0.
*)}val error_of_json :
'a ->
Yojson.Safe.t ->
[> `Unknown_operation_error of 'a * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of TrafficDialPercentage.t
| `String of BucketName.t ])
list ]
list
| `String of MultiRegionAccessPointId.t ])
list ]