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

ListStorageLensConfigurationsRequest

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

§Properties

§
AccountId: string
[src]

The account ID of the requester.

§
NextToken?: string | null
[src]

A pagination token to request the next page of results.