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

DescribeSettingsRequest

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

§Properties

§
DirectoryId: string
[src]

The identifier of the directory for which to retrieve information.

§
NextToken?: string | null
[src]

The DescribeSettingsResult.NextToken value from a previous call to "DescribeSettings". Pass null if this is the first call.

§

The status of the directory settings for which to retrieve information.