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

ListTableStorageOptimizersResponse

import type { ListTableStorageOptimizersResponse } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface ListTableStorageOptimizersResponse {
NextToken?: string | null;
StorageOptimizerList?: StorageOptimizer[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

§
StorageOptimizerList?: StorageOptimizer[] | null
[src]

A list of the storage optimizers associated with a table.