ConditionCheck
Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject
Implements
Section titled “Implements”WriteTransactable<Schema>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ConditionCheck<Schema>(config): ConditionCheck<Schema>;Parameters
Section titled “Parameters”config
Section titled “config”ConditionCheckConfig<Schema>
Returns
Section titled “Returns”ConditionCheck<Schema>
Methods
Section titled “Methods”prepareWriteTransaction()
Section titled “prepareWriteTransaction()”prepareWriteTransaction(entity): Promise<TransactWriteOperation>;Parameters
Section titled “Parameters”entity
Section titled “entity”DynamoEntity<Schema>
Returns
Section titled “Returns”Promise<TransactWriteOperation>