Amazon Cloud Directory is no longer open to new customers, and will reach end of support on July 24, 2027. For alternatives to Cloud Directory, explore Amazon DynamoDB
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
- AttachTypedLink
-
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
- DetachTypedLink
-
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
BatchWriteresponse 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: