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

DescribeSharedDirectoriesRequest

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

§Properties

§
Limit?: number | null
[src]

The number of shared directories to return in the response object.

§
NextToken?: string | null
[src]

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

§
OwnerDirectoryId: string
[src]

Returns the identifier of the directory in the directory owner account.

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

A list of identifiers of all shared directories in your account.