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

UpdateDevEndpointRequest

import type { UpdateDevEndpointRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface UpdateDevEndpointRequest {
AddArguments?: {
[key: string]: string | null | undefined;
}
| null;
AddPublicKeys?: string[] | null;
CustomLibraries?: DevEndpointCustomLibraries | null;
DeleteArguments?: string[] | null;
DeletePublicKeys?: string[] | null;
EndpointName: string;
PublicKey?: string | null;
UpdateEtlLibraries?: boolean | null;
}

§Properties

§
AddArguments?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
AddPublicKeys?: string[] | null
[src]
§
CustomLibraries?: DevEndpointCustomLibraries | null
[src]
§
DeleteArguments?: string[] | null
[src]
§
DeletePublicKeys?: string[] | null
[src]
§
EndpointName: string
[src]
§
PublicKey?: string | null
[src]
§
UpdateEtlLibraries?: boolean | null
[src]