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

ListObjectParentsResponse

import type { ListObjectParentsResponse } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListObjectParentsResponse {
NextToken?: string | null;
ParentLinks?: ObjectIdentifierAndLinkNameTuple[] | null;
Parents?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token.

§
Parents?: {
[key: string]: string | null | undefined;
}
| null
[src]

The parent structure, which is a map with key as the ObjectIdentifier and LinkName as the value.