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

ListObjectParentsRequest

import type { ListObjectParentsRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListObjectParentsRequest {
ConsistencyLevel?: ConsistencyLevel | null;
DirectoryArn: string;
IncludeAllLinksToEachParent?: boolean | null;
MaxResults?: number | null;
NextToken?: string | null;
ObjectReference: ObjectReference;
}

§Properties

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the "Directory" where the object resides. For more information, see "arns".

§
IncludeAllLinksToEachParent?: boolean | null
[src]

When set to True, returns all "ListObjectParentsResponse$ParentLinks". There could be multiple links between a parent-child pair.

§
MaxResults?: number | null
[src]

The maximum number of items to be retrieved in a single call. This is an approximate number.

§
NextToken?: string | null
[src]

The pagination token.

§
ObjectReference: ObjectReference
[src]

The reference that identifies the object for which parent objects are being listed.