Binary specific update resolver, used to define properties in Model interfaces.
Binary Set specific update resolver, used to define properties in Model interfaces.
Boolean specific update resolver, used to define properties in Model interfaces.
List specific update resolver, used to define properties in Model interfaces.
The model interface.
Map specific update resolver, used to define properties in Model interfaces.
The model interface.
Map specific update resolver, used to define properties in Model interfaces.
The model interface.
List specific update resolver, used to define properties in Model interfaces.
The model interface.
Map specific update resolver, used to define properties in Model interfaces.
The model interface.
Wrapper to remove recursive types so model interface properties get output with correct type.
Null specific update resolver, used to define properties in Model interfaces.
Number specific update resolver, used to define properties in Model interfaces.
Number Set specific update resolver, used to define properties in Model interfaces.
Update function return by path and pathWithDefault to support nested resolvers.
Name of the item attribute to resolve.
Object to get path and value aliases and store update array.
The resolved value of the update function.
Type used for generic list based update methods.
Type used for number based update methods.
Type used for general update methods
The type used for the value param.
Resolver function is return by most of the above key Update methods. Returning a function allows table item updates to easily be composable and extensible. This allows consumers to create higher level table item update that are composed of the primitive update expressions or support any new primitives that AWS would add in the future.
Name of the item attribute to resolve.
Object to get path and value aliases and store update array.
Param to enforce type safety for update that only work on certain types.
Type used for map based update methods.
Type used for generic map based update methods.
The model interface.
Resolver for the overall Model.
The model interface.
Resolver for the map with string keys and Model values.
The model interface.
Resolver for each property of the model
The model interface.
String specific update resolver, used to define properties in Model interfaces.
String Set specific update resolver, used to define properties in Model interfaces.
Generated using TypeDoc
Is also a namespace for scoping Update based interfaces and types.