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

UpdateTableStorageOptimizerRequest

import type { UpdateTableStorageOptimizerRequest } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";
interface UpdateTableStorageOptimizerRequest {
CatalogId?: string | null;
DatabaseName: string;
StorageOptimizerConfig: [key in OptimizerType]: {
[key: string]: string | null | undefined;
}
| null | undefined
;
TableName: string;
}

§Properties

§
CatalogId?: string | null
[src]

The Catalog ID of the table.

§
DatabaseName: string
[src]

Name of the database where the table is present.

§
StorageOptimizerConfig: [key in OptimizerType]: {
[key: string]: string | null | undefined;
}
| null | undefined
[src]

Name of the table for which to enable the storage optimizer.

§
TableName: string
[src]

Name of the table for which to enable the storage optimizer.