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

DeregisterEventTopicRequest

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

Removes the specified directory as a publisher to the specified Amazon SNS topic.

interface DeregisterEventTopicRequest {
DirectoryId: string;
TopicName: string;
}

§Properties

§
DirectoryId: string
[src]

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified Amazon SNS topic.

§
TopicName: string
[src]

The name of the Amazon SNS topic from which to remove the directory as a publisher.