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

ListDirectoriesResponse

import type { ListDirectoriesResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListDirectoriesResponse {
Directories: Directory[];
NextToken?: string | null;
}

§Properties

§
Directories: Directory[]
[src]

Lists all directories that are associated with your account in pagination fashion.

§
NextToken?: string | null
[src]

The pagination token.