BatchWriteOperationResponse - Amazon Cloud Directory

Amazon Cloud Directory will no longer be open to new customers starting on November 7, 2025. For alternatives to Cloud Directory, explore Amazon DynamoDB and Amazon Neptune. If you need help choosing the right alternative for your use case, or for any other questions, contact AWS Support.

BatchWriteOperationResponse

Represents the output of a BatchWrite response operation.

Contents

AddFacetToObject

The result of an add facet to object batch operation.

Type: BatchAddFacetToObjectResponse object

Required: No

AttachObject

Attaches an object to a Directory.

Type: BatchAttachObjectResponse object

Required: No

AttachPolicy

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

Type: BatchAttachPolicyResponse object

Required: No

AttachToIndex

Attaches the specified object to the specified index.

Type: BatchAttachToIndexResponse object

Required: No

Attaches a typed link to a specified source and target object. For more information, see Typed Links.

Type: BatchAttachTypedLinkResponse object

Required: No

CreateIndex

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

Type: BatchCreateIndexResponse object

Required: No

CreateObject

Creates an object in a Directory.

Type: BatchCreateObjectResponse object

Required: No

DeleteObject

Deletes an object in a Directory.

Type: BatchDeleteObjectResponse object

Required: No

DetachFromIndex

Detaches the specified object from the specified index.

Type: BatchDetachFromIndexResponse object

Required: No

DetachObject

Detaches an object from a Directory.

Type: BatchDetachObjectResponse object

Required: No

DetachPolicy

Detaches a policy from a Directory.

Type: BatchDetachPolicyResponse object

Required: No

Detaches a typed link from a specified source and target object. For more information, see Typed Links.

Type: BatchDetachTypedLinkResponse object

Required: No

RemoveFacetFromObject

The result of a batch remove facet from object operation.

Type: BatchRemoveFacetFromObjectResponse object

Required: No

UpdateLinkAttributes

Represents the output of a BatchWrite response operation.

Type: BatchUpdateLinkAttributesResponse object

Required: No

UpdateObjectAttributes

Updates a given object’s attributes.

Type: BatchUpdateObjectAttributesResponse object

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: