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

ListMultiRegionAccessPointsRequest

import type { ListMultiRegionAccessPointsRequest } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface ListMultiRegionAccessPointsRequest {
AccountId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
AccountId: string
[src]

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

§
MaxResults?: number | null
[src]

Not currently used. Do not use this parameter.

§
NextToken?: string | null
[src]

Not currently used. Do not use this parameter.