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

BatchDeletePartitionResponse

import type { BatchDeletePartitionResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchDeletePartitionResponse {
Errors?: PartitionError[] | null;
}

§Properties

§
Errors?: PartitionError[] | null
[src]

The errors encountered when trying to delete the requested partitions.