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

ListBucketMetricsConfigurationsOutput

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

§Properties

§
ContinuationToken?: string | null
[src]

The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.

§
IsTruncated?: boolean | null
[src]

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

§
MetricsConfigurationList: MetricsConfiguration[]
[src]

The list of metrics configurations for a bucket.

§
NextContinuationToken?: string | null
[src]

The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.