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

AddFacetToObjectRequest

import type { AddFacetToObjectRequest } from "https://aws-api.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface AddFacetToObjectRequest {
DirectoryArn: string;
ObjectAttributeList?: AttributeKeyAndValue[] | null;
ObjectReference: ObjectReference;
SchemaFacet: SchemaFacet;
}

§Properties

§
DirectoryArn: string
[src]

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

§
ObjectAttributeList?: AttributeKeyAndValue[] | null
[src]

Attributes on the facet that you are adding to the object.

§
ObjectReference: ObjectReference
[src]

A reference to the object you are adding the specified facet to.

§
SchemaFacet: SchemaFacet
[src]

Identifiers for the facet that you are adding to the object. See "SchemaFacet" for details.