clouddirectory_batch_write {paws.security.identity} | R Documentation |
Performs all the write operations in a batch
Description
Performs all the write operations in a batch. Either all the operations succeed or none.
See https://www.paws-r-sdk.com/docs/clouddirectory_batch_write/ for full documentation.
Usage
clouddirectory_batch_write(DirectoryArn, Operations)
Arguments
DirectoryArn |
[required] The Amazon Resource Name (ARN) that is associated with the Directory. For more information, see arns. |
Operations |
[required] A list of operations that are part of the batch. |
[Package paws.security.identity version 0.7.0 Index]