Module Values.DeleteMultiRegionAccessPointRequestSource

This 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

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 : DeleteMultiRegionAccessPointInput.t;
    (*

    A container element containing details about the Multi-Region Access Point.

    *)
}
Sourceval context_ : string
Sourceval make : accountId:AccountId.t -> clientToken:MultiRegionAccessPointClientToken.t -> details:DeleteMultiRegionAccessPointInput.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