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

BatchUpdatePartitionRequest

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

§Properties

§
CatalogId?: string | null
[src]

The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.

§
DatabaseName: string
[src]

The name of the metadata database in which the partition is to be updated.

§

A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.

§
TableName: string
[src]

The name of the metadata table in which the partition is to be updated.