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

ListBucketInventoryConfigurationsOutput

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

§Properties

§
ContinuationToken?: string | null
[src]

If sent in the request, the marker that is used as a starting point for this inventory configuration list response.

§
InventoryConfigurationList: InventoryConfiguration[]
[src]

The list of inventory configurations for a bucket.

§
IsTruncated?: boolean | null
[src]

Tells whether the returned list of inventory configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken is 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.