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

ListBucketsOutput

import type { ListBucketsOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface ListBucketsOutput {
Buckets: Bucket[];
Owner?: Owner | null;
}

§Properties

§
Buckets: Bucket[]
[src]

The list of buckets owned by the requester.

§
Owner?: Owner | null
[src]

The owner of the buckets listed.