Values.DeleteMultiRegionAccessPointRequestSourceThis operation is not supported by directory buckets. Deletes a Multi-Region Access Point. This action does not delete the buckets associated with the Multi-Region Access Point, only the Multi-Region Access Point itself. 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. This request is asynchronous, meaning that you might receive a response before the command has completed. When this request provides a response, it provides a token that you can use to monitor the status of the request with DescribeMultiRegionAccessPointOperation. The following actions are related to DeleteMultiRegionAccessPoint: CreateMultiRegionAccessPoint DescribeMultiRegionAccessPointOperation GetMultiRegionAccessPoint ListMultiRegionAccessPoints
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 : DeleteMultiRegionAccessPointInput.t;A container element containing details about the Multi-Region Access Point.
*)}val make :
accountId:AccountId.t ->
clientToken:MultiRegionAccessPointClientToken.t ->
details:DeleteMultiRegionAccessPointInput.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of
(string * [> `String of MultiRegionAccessPointName.t ]) list ])
list ]