Values.PutMultiRegionAccessPointPolicyRequestSourceThis operation is not supported by directory buckets. Associates an access control policy with the specified Multi-Region Access Point. Each Multi-Region Access Point can have only one policy, so a request made to this action replaces any existing policy that is associated with 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 PutMultiRegionAccessPointPolicy: GetMultiRegionAccessPointPolicy GetMultiRegionAccessPointPolicyStatus
type nonrec t = {accountId : AccountId.t;The Amazon Web Services account ID for the owner of the Multi-Region Access Point.
*)clientToken : MultiRegionAccessPointClientToken.t;An idempotency token used to identify the request and guarantee that requests are unique.
*)details : PutMultiRegionAccessPointPolicyInput.t;A container element containing the details of the policy for the Multi-Region Access Point.
*)}val make :
accountId:AccountId.t ->
clientToken:MultiRegionAccessPointClientToken.t ->
details:PutMultiRegionAccessPointPolicyInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of
(string * [> `String of MultiRegionAccessPointName.t ]) list ])
list ]