DescribeMultiRegionAccessPointOperation - Amazon Simple Storage Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

DescribeMultiRegionAccessPointOperation

Note

This operation is not supported by directory buckets.

Retrieves the status of an asynchronous request to manage a Multi-Region Access Point. For more information about managing Multi-Region Access Points and how asynchronous requests work, see Using Multi-Region Access Points in the Amazon S3 User Guide.

The following actions are related to GetMultiRegionAccessPoint:

Request Syntax

GET /v20180820/async-requests/mrap/request_token+ HTTP/1.1 Host: s3-control.amazonaws.com.cn x-amz-account-id: AccountId

URI Request Parameters

The request uses the following URI parameters.

request_token

The request token associated with the request you want to know about. This request token is returned as part of the response when you make an asynchronous request. You provide this token to query about the status of the asynchronous action.

Length Constraints: Minimum length of 1. Maximum length of 1024.

Pattern: arn:.+

Required: Yes

x-amz-account-id

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

Length Constraints: Maximum length of 64.

Pattern: ^\d{12}$

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <DescribeMultiRegionAccessPointOperationResult> <AsyncOperation> <CreationTime>timestamp</CreationTime> <Operation>string</Operation> <RequestParameters> <CreateMultiRegionAccessPointRequest> <Name>string</Name> <PublicAccessBlock> <BlockPublicAcls>boolean</BlockPublicAcls> <BlockPublicPolicy>boolean</BlockPublicPolicy> <IgnorePublicAcls>boolean</IgnorePublicAcls> <RestrictPublicBuckets>boolean</RestrictPublicBuckets> </PublicAccessBlock> <Regions> <Region> <Bucket>string</Bucket> <BucketAccountId>string</BucketAccountId> </Region> </Regions> </CreateMultiRegionAccessPointRequest> <DeleteMultiRegionAccessPointRequest> <Name>string</Name> </DeleteMultiRegionAccessPointRequest> <PutMultiRegionAccessPointPolicyRequest> <Name>string</Name> <Policy>string</Policy> </PutMultiRegionAccessPointPolicyRequest> </RequestParameters> <RequestStatus>string</RequestStatus> <RequestTokenARN>string</RequestTokenARN> <ResponseDetails> <ErrorDetails> <Code>string</Code> <Message>string</Message> <RequestId>string</RequestId> <Resource>string</Resource> </ErrorDetails> <MultiRegionAccessPointDetails> <Regions> <Region> <Name>string</Name> <RequestStatus>string</RequestStatus> </Region> </Regions> </MultiRegionAccessPointDetails> </ResponseDetails> </AsyncOperation> </DescribeMultiRegionAccessPointOperationResult>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

DescribeMultiRegionAccessPointOperationResult

Root level tag for the DescribeMultiRegionAccessPointOperationResult parameters.

Required: Yes

AsyncOperation

A container element containing the details of the asynchronous operation.

Type: AsyncOperation data type

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: