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

DeletePartitionIndexRequest

import type { DeletePartitionIndexRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface DeletePartitionIndexRequest {
CatalogId?: string | null;
DatabaseName: string;
IndexName: string;
TableName: string;
}

§Properties

§
CatalogId?: string | null
[src]

The catalog ID where the table resides.

§
DatabaseName: string
[src]

Specifies the name of a database from which you want to delete a partition index.

§
IndexName: string
[src]

The name of the partition index to be deleted.

§
TableName: string
[src]

Specifies the name of a table from which you want to delete a partition index.