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

UnsubscribeInput

import type { UnsubscribeInput } from "https://aws-api.deno.dev/v0.3/services/sns.ts?docs=full";

Input for Unsubscribe action.

interface UnsubscribeInput {
SubscriptionArn: string;
}

§Properties

§
SubscriptionArn: string
[src]

The ARN of the subscription to be deleted.