Values.PutMultiRegionAccessPointPolicyInputSourceA container for the information associated with a PutMultiRegionAccessPoint request.
type nonrec t = {name : MultiRegionAccessPointName.t;The name of the Multi-Region Access Point associated with the request.
*)policy : Policy.t;The policy details for the PutMultiRegionAccessPoint request.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of MultiRegionAccessPointName.t ]) list ]