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

ListS3BucketsResponse

import type { ListS3BucketsResponse } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";
interface ListS3BucketsResponse {
Buckets?: S3BucketInfo[] | null;
NextToken?: string | null;
}

§Properties

§
Buckets?: S3BucketInfo[] | null
[src]

The list of S3 buckets.

§
NextToken?: string | null
[src]

Reserved for future use.