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

DeleteTopicInput

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

§Properties

§
TopicArn: string
[src]

The ARN of the topic you want to delete.