Module

x/aws_api/services/s3/structs.ts>ListBucketInventoryConfigurationsOutput

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface ListBucketInventoryConfigurationsOutput
import { type ListBucketInventoryConfigurationsOutput } from "https://dotland.deno.dev/x/aws_api@v0.8.1/services/s3/structs.ts";

Properties

optional
ContinuationToken: string | null
InventoryConfigurationList: InventoryConfiguration[]
optional
IsTruncated: boolean | null
optional
NextContinuationToken: string | null