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

RemoveSourceIdentifierFromSubscriptionMessage

import type { RemoveSourceIdentifierFromSubscriptionMessage } from "https://aws-api.deno.dev/v0.4/services/docdb.ts?docs=full";

Represents the input to "RemoveSourceIdentifierFromSubscription".

interface RemoveSourceIdentifierFromSubscriptionMessage {
SourceIdentifier: string;
SubscriptionName: string;
}

§Properties

§
SourceIdentifier: string
[src]

The source identifier to be removed from the subscription, such as the instance identifier for an instance, or the name of a security group.

§
SubscriptionName: string
[src]

The name of the Amazon DocumentDB event notification subscription that you want to remove a source identifier from.