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

BatchGetCustomEntityTypesResponse

import type { BatchGetCustomEntityTypesResponse } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface BatchGetCustomEntityTypesResponse {
CustomEntityTypes?: CustomEntityType[] | null;
CustomEntityTypesNotFound?: string[] | null;
}

§Properties

§
CustomEntityTypes?: CustomEntityType[] | null
[src]

A list of CustomEntityType objects representing the custom patterns that have been created.

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

A list of the names of custom patterns that were not found.