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

GetPartitionIndexesRequest

import type { GetPartitionIndexesRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetPartitionIndexesRequest {
CatalogId?: string | null;
DatabaseName: string;
NextToken?: string | null;
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 retrieve partition indexes.

§
NextToken?: string | null
[src]

A continuation token, included if this is a continuation call.

§
TableName: string
[src]

Specifies the name of a table for which you want to retrieve the partition indexes.