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

DescribeDirectoryConfigsResult

import type { DescribeDirectoryConfigsResult } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface DescribeDirectoryConfigsResult {
DirectoryConfigs?: DirectoryConfig[] | null;
NextToken?: string | null;
}

§Properties

§
DirectoryConfigs?: DirectoryConfig[] | null
[src]

Information about the directory configurations. Note that although the response syntax in this topic includes the account password, this password is not returned in the actual response.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.