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

SubscribeResponse

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

Response for Subscribe action.

interface SubscribeResponse {
SubscriptionArn?: string | null;
}

§Properties

§
SubscriptionArn?: string | null
[src]

The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation. However, if the API request parameter ReturnSubscriptionArn is true, then the value is always the subscription ARN, even if the subscription requires confirmation.