Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetMultiRegionAccessPointRequest

import type { GetMultiRegionAccessPointRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface GetMultiRegionAccessPointRequest {
AccountId: string;
Name: string;
}

§Properties

§
AccountId: string
[src]

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

§
Name: string
[src]

The name of the Multi-Region Access Point whose configuration information you want to receive. The name of the Multi-Region Access Point is different from the alias. For more information about the distinction between the name and the alias of an Multi-Region Access Point, see Managing Multi-Region Access Points in the Amazon S3 User Guide.