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

BatchGetPartitionResponse

import type { BatchGetPartitionResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchGetPartitionResponse {
Partitions?: Partition[] | null;
UnprocessedKeys?: PartitionValueList[] | null;
}

§Properties

§
Partitions?: Partition[] | null
[src]

A list of the requested partitions.

§
UnprocessedKeys?: PartitionValueList[] | null
[src]

A list of the partition values in the request for which partitions were not returned.