Skip to content

UpdateParserResult

type UpdateParserResult = object;

The result object returned by the parseUpdate function.

attributeExpressionMap: AttributeExpressionMap;

The AttributeExpressionMap instance containing the attribute names and values used in the update expression.


updateExpression: string;

The DynamoDB update expression string.