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

ListRegionalBucketsResult

import type { ListRegionalBucketsResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface ListRegionalBucketsResult {
NextToken?: string | null;
RegionalBucketList: RegionalBucket[];
}

§Properties

§
NextToken?: string | null
[src]

NextToken is sent when isTruncated is true, which means there are more buckets that can be listed. The next list requests to Amazon S3 can be continued with this NextToken. NextToken is obfuscated and is not a real key.

§
RegionalBucketList: RegionalBucket[]
[src]