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

ListBucketIntelligentTieringConfigurationsOutput

import type { ListBucketIntelligentTieringConfigurationsOutput } from "https://aws-api.deno.dev/v0.4/services/s3.ts?docs=full";
interface ListBucketIntelligentTieringConfigurationsOutput {
ContinuationToken?: string | null;
IntelligentTieringConfigurationList: IntelligentTieringConfiguration[];
IsTruncated?: boolean | null;
NextContinuationToken?: string | null;
}

§Properties

§
ContinuationToken?: string | null
[src]

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

§
IntelligentTieringConfigurationList: IntelligentTieringConfiguration[]
[src]

The list of S3 Intelligent-Tiering configurations for a bucket.

§
IsTruncated?: boolean | null
[src]

Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.

§
NextContinuationToken?: string | null
[src]

The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.