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

SubscribeInput

import type { SubscribeInput } from "https://aws-api-7b9dvns8xscg.deno.dev/v0.2/services/sns.ts";
interface SubscribeInput {
Attributes?: {
[key: string]: string | null | undefined;
}
| null;
Endpoint?: string | null;
Protocol: string;
ReturnSubscriptionArn?: boolean | null;
TopicArn: string;
}

§Properties

§
Attributes?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Endpoint?: string | null
[src]
§
Protocol: string
[src]
§
ReturnSubscriptionArn?: boolean | null
[src]
§
TopicArn: string
[src]