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

Subscription

import type { Subscription } from "https://aws-api-7b9dvns8xscg.deno.dev/v0.2/services/sns.ts";
interface Subscription {
Endpoint?: string | null;
Owner?: string | null;
Protocol?: string | null;
SubscriptionArn?: string | null;
TopicArn?: string | null;
}

§Properties

§
Endpoint?: string | null
[src]
§
Owner?: string | null
[src]
§
Protocol?: string | null
[src]
§
SubscriptionArn?: string | null
[src]
§
TopicArn?: string | null
[src]