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

ListBucketInventoryConfigurationsRequest

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

§Properties

§
Bucket: string
[src]

The name of the bucket containing the inventory configurations to retrieve.

§
ContinuationToken?: string | null
[src]

The marker used to continue an inventory 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.

§
ExpectedBucketOwner?: string | null
[src]

The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden (access denied).