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.4/services/docdb.ts?docs=full";

Represents the input to "DeleteEventSubscription".

interface DeleteEventSubscriptionMessage {
SubscriptionName: string;
}

§Properties

§
SubscriptionName: string
[src]

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