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

DeleteEndpointRequest

import type { DeleteEndpointRequest } from "https://aws-api.deno.dev/v0.4/services/eventbridge.ts?docs=full";
interface DeleteEndpointRequest {
Name: string;
}

§Properties

§
Name: string
[src]

The name of the endpoint you want to delete. For example, "Name":"us-east-2-custom_bus_A-endpoint"..