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

DescribeEventTopicsRequest

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

Describes event topics.

interface DescribeEventTopicsRequest {
DirectoryId?: string | null;
TopicNames?: string[] | null;
}

§Properties

§
DirectoryId?: string | null
[src]

The Directory ID for which to get the list of associated Amazon SNS topics. If this member is null, associations for all Directory IDs are returned.

§
TopicNames?: string[] | null
[src]

A list of Amazon SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.