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

BatchDeleteConnectionResponse

import type { BatchDeleteConnectionResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface BatchDeleteConnectionResponse {
Errors?: {
[key: string]: ErrorDetail | null | undefined;
}
| null;
Succeeded?: string[] | null;
}

§Properties

§
Errors?: {
[key: string]: ErrorDetail | null | undefined;
}
| null
[src]

A map of the names of connections that were not successfully deleted to error details.

§
Succeeded?: string[] | null
[src]

A list of names of the connection definitions that were successfully deleted.