Supported compare based operators for conditions expressions.
Supported logical based operators for condition expressions.
Support operators and functions for condition expressions.
The path or name used in the conditions methods. Can either be a string or a Resolver function, which allows for the use of functions like 'size'.
Resolver function is return by most of the above Conditions methods. Returning a function allows conditions to easily be composable and extensible. This allows consumers to create higher level conditions that are composed of the above primitive conditions or support any new primitives that AWS would add in the future.
Object to get path and value aliases.
Argument to enforce type safety for conditions that only work on certain types.
The value used in the condition methods. Can either be a primitive DynamoDB value or a Resolver function, which allows for the use of functions like 'size' or reference other attributes.
Value Resolver function is return by the path and size Condition methods. Returning a function allows conditions to easily be composable and extensible. This allows consumers to create higher level conditions that are composed of the above primitive conditions or support any new primitives that AWS would add in the future.
Object to get path and value aliases.
Argument to enforce type safety for conditions that only work on certain types.
Generated using TypeDoc
Is also a namespace for scoping Condition based interfaces and types.