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

ListBucketIntelligentTieringConfigurationsRequest

import type { ListBucketIntelligentTieringConfigurationsRequest } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface ListBucketIntelligentTieringConfigurationsRequest {
Bucket: string;
ContinuationToken?: string | null;
}

§Properties

§
Bucket: string
[src]

The name of the Amazon S3 bucket whose configuration you want to modify or retrieve.

§
ContinuationToken?: string | null
[src]

The ContinuationToken that represents a placeholder from where this request should begin.