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

AttachTypedLinkRequest

import type { AttachTypedLinkRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface AttachTypedLinkRequest {
Attributes: AttributeNameAndValue[];
DirectoryArn: string;
SourceObjectReference: ObjectReference;
TargetObjectReference: ObjectReference;
}

§Properties

§

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

§
DirectoryArn: string
[src]

The Amazon Resource Name (ARN) of the directory where you want to attach 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.