Module Values.PutMultiRegionAccessPointPolicyRequestSource

This 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

Sourcetype nonrec t = {
  1. accountId : AccountId.t;
    (*

    The Amazon Web Services account ID for the owner of the Multi-Region Access Point.

    *)
  2. clientToken : MultiRegionAccessPointClientToken.t;
    (*

    An idempotency token used to identify the request and guarantee that requests are unique.

    *)
  3. details : PutMultiRegionAccessPointPolicyInput.t;
    (*

    A container element containing the details of the policy for the Multi-Region Access Point.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> clientToken:MultiRegionAccessPointClientToken.t -> details:PutMultiRegionAccessPointPolicyInput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountId.t | `Structure of (string * [> `String of MultiRegionAccessPointName.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