PreparedWriteTransaction
type PreparedWriteTransaction<Schema> = object;Represents a set of write operations bound to a specific entity, ready to be included in a table-level TransactWrite command.
Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
The Zod schema type associated with the DynamoEntity.
Properties
Section titled “Properties”entity
Section titled “entity”entity: DynamoEntity<Schema>;writes
Section titled “writes”writes: WriteTransactable<Schema>[];