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

DetachTypedLinkRequest

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

§Properties

§
DirectoryArn: string
[src]

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

§
TypedLinkSpecifier: TypedLinkSpecifier
[src]

Used to accept a typed link specifier as input.