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

DeleteEventSubscriptionMessage

import type { DeleteEventSubscriptionMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface DeleteEventSubscriptionMessage {
SubscriptionName: string;
}

§Properties

§
SubscriptionName: string
[src]

The name of the event notification subscription you want to delete.