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

ListLogSubscriptionsRequest

import type { ListLogSubscriptionsRequest } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface ListLogSubscriptionsRequest {
DirectoryId?: string | null;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
DirectoryId?: string | null
[src]

If a DirectoryID is provided, lists only the log subscription associated with that directory. If no DirectoryId is provided, lists all log subscriptions associated with your Amazon Web Services account. If there are no log subscriptions for the Amazon Web Services account or the directory, an empty list will be returned.

§
Limit?: number | null
[src]

The maximum number of items returned.

§
NextToken?: string | null
[src]

The token for the next set of items to return.