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

BatchWriteOperationResponse

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

Represents the output of a BatchWrite response operation.

interface BatchWriteOperationResponse {
AddFacetToObject?: BatchAddFacetToObjectResponse | null;
AttachObject?: BatchAttachObjectResponse | null;
AttachPolicy?: BatchAttachPolicyResponse | null;
AttachToIndex?: BatchAttachToIndexResponse | null;
AttachTypedLink?: BatchAttachTypedLinkResponse | null;
CreateIndex?: BatchCreateIndexResponse | null;
CreateObject?: BatchCreateObjectResponse | null;
DeleteObject?: BatchDeleteObjectResponse | null;
DetachFromIndex?: BatchDetachFromIndexResponse | null;
DetachObject?: BatchDetachObjectResponse | null;
DetachPolicy?: BatchDetachPolicyResponse | null;
DetachTypedLink?: BatchDetachTypedLinkResponse | null;
RemoveFacetFromObject?: BatchRemoveFacetFromObjectResponse | null;
UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse | null;
UpdateObjectAttributes?: BatchUpdateObjectAttributesResponse | null;
}

§Properties

§
AddFacetToObject?: BatchAddFacetToObjectResponse | null
[src]

The result of an add facet to object batch operation.

§
AttachObject?: BatchAttachObjectResponse | null
[src]

Attaches an object to a "Directory".

§
AttachPolicy?: BatchAttachPolicyResponse | null
[src]

Attaches a policy object to a regular object. An object can have a limited number of attached policies.

§
AttachToIndex?: BatchAttachToIndexResponse | null
[src]

Attaches the specified object to the specified index.

§
CreateIndex?: BatchCreateIndexResponse | null
[src]

Creates an index object. See Indexing and search for more information.

§
CreateObject?: BatchCreateObjectResponse | null
[src]

Creates an object in a "Directory".

§
DeleteObject?: BatchDeleteObjectResponse | null
[src]

Deletes an object in a "Directory".

§
DetachFromIndex?: BatchDetachFromIndexResponse | null
[src]

Detaches the specified object from the specified index.

§
DetachObject?: BatchDetachObjectResponse | null
[src]

Detaches an object from a "Directory".

§
DetachPolicy?: BatchDetachPolicyResponse | null
[src]

Detaches a policy from a "Directory".

§
RemoveFacetFromObject?: BatchRemoveFacetFromObjectResponse | null
[src]

The result of a batch remove facet from object operation.

§
UpdateLinkAttributes?: BatchUpdateLinkAttributesResponse | null
[src]

Represents the output of a BatchWrite response operation.

§
UpdateObjectAttributes?: BatchUpdateObjectAttributesResponse | null
[src]

Updates a given object’s attributes.