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

BatchAttachTypedLink

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

Attaches a typed link to a specified source and target object inside a "BatchRead" operation. For more information, see "AttachTypedLink" and "BatchReadRequest$Operations".

interface BatchAttachTypedLink {
Attributes: AttributeNameAndValue[];
SourceObjectReference: ObjectReference;
TargetObjectReference: ObjectReference;
}

§Properties

§

A set of attributes that are associated with the typed link.

§
SourceObjectReference: ObjectReference
[src]

Identifies the source object that the typed link will attach to.

§
TargetObjectReference: ObjectReference
[src]

Identifies the target object that the typed link will attach to.

§

Identifies the typed link facet that is associated with the typed link.