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

BatchListIncomingTypedLinks

import type { BatchListIncomingTypedLinks } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";

Returns a paginated list of all the incoming "TypedLinkSpecifier" information for an object inside a "BatchRead" operation. For more information, see "ListIncomingTypedLinks" and "BatchReadRequest$Operations".

interface BatchListIncomingTypedLinks {
FilterAttributeRanges?: TypedLinkAttributeRange[] | null;
FilterTypedLink?: TypedLinkSchemaAndFacetName | null;
MaxResults?: number | null;
NextToken?: string | null;
ObjectReference: ObjectReference;
}

§Properties

§
FilterAttributeRanges?: TypedLinkAttributeRange[] | null
[src]

Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.

§
MaxResults?: number | null
[src]

The maximum number of results to retrieve.

§
NextToken?: string | null
[src]

The pagination token.

§
ObjectReference: ObjectReference
[src]

The reference that identifies the object whose attributes will be listed.