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

ListOutgoingTypedLinksRequest

import type { ListOutgoingTypedLinksRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface ListOutgoingTypedLinksRequest {
ConsistencyLevel?: ConsistencyLevel | null;
DirectoryArn: string;
FilterAttributeRanges?: TypedLinkAttributeRange[] | null;
FilterTypedLink?: TypedLinkSchemaAndFacetName | null;
MaxResults?: number | null;
NextToken?: string | null;
ObjectReference: ObjectReference;
}

§Properties

§
ConsistencyLevel?: ConsistencyLevel | null
[src]

The consistency level to execute the request at.

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

§
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]

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