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/neptune.ts?docs=full";
interface RemoveSourceIdentifierFromSubscriptionMessage {
SourceIdentifier: string;
SubscriptionName: string;
}

§Properties

§
SourceIdentifier: string
[src]

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

§
SubscriptionName: string
[src]

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