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

ConfirmSubscriptionInput

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

Input for ConfirmSubscription action.

interface ConfirmSubscriptionInput {
AuthenticateOnUnsubscribe?: string | null;
Token: string;
TopicArn: string;
}

§Properties

§
AuthenticateOnUnsubscribe?: string | null
[src]

Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.

§
Token: string
[src]

Short-lived token sent to an endpoint during the Subscribe action.

§
TopicArn: string
[src]

The ARN of the topic for which you wish to confirm a subscription.