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

ListRegionalBucketsRequest

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

§Properties

§
AccountId: string
[src]

The Amazon Web Services account ID of the Outposts bucket.

§
MaxResults?: number | null
[src]
§
NextToken?: string | null
[src]
§
OutpostId?: string | null
[src]

The ID of the Outposts resource.

Note: This ID is required by Amazon S3 on Outposts buckets.