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

TypedLinkSchemaAndFacetName

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

Identifies the schema Amazon Resource Name (ARN) and facet name for the typed link.

interface TypedLinkSchemaAndFacetName {
SchemaArn: string;
TypedLinkName: string;
}

§Properties

§
SchemaArn: string
[src]

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see "arns".

§
TypedLinkName: string
[src]

The unique name of the typed link facet.