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

BatchAddFacetToObject

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

Represents the output of a batch add facet to object operation.

interface BatchAddFacetToObject {
ObjectAttributeList: AttributeKeyAndValue[];
ObjectReference: ObjectReference;
SchemaFacet: SchemaFacet;
}

§Properties

§
ObjectAttributeList: AttributeKeyAndValue[]
[src]

The attributes to set on the object.

§
ObjectReference: ObjectReference
[src]

A reference to the object being mutated.

§
SchemaFacet: SchemaFacet
[src]

Represents the facet being added to the object.