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

ListStorageLensConfigurationsResult

import type { ListStorageLensConfigurationsResult } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";
interface ListStorageLensConfigurationsResult {
NextToken?: string | null;
StorageLensConfigurationList: ListStorageLensConfigurationEntry[];
}

§Properties

§
NextToken?: string | null
[src]

If the request produced more than the maximum number of S3 Storage Lens configuration results, you can pass this value into a subsequent request to retrieve the next page of results.

§
StorageLensConfigurationList: ListStorageLensConfigurationEntry[]
[src]

A list of S3 Storage Lens configurations.