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

RemoveFacetFromObjectRequest

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

§Properties

§
DirectoryArn: string
[src]

The ARN of the directory in which the object resides.

§
ObjectReference: ObjectReference
[src]

A reference to the object to remove the facet from.

§
SchemaFacet: SchemaFacet
[src]

The facet to remove. See "SchemaFacet" for details.