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

DescribeDirectoryConfigsRequest

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

§Properties

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

The directory names.

§
MaxResults?: number | null
[src]

The maximum size of each page of results.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.