UpdateParserResult
type UpdateParserResult = object;The result object returned by the parseUpdate function.
Properties
Section titled “Properties”attributeExpressionMap
Section titled “attributeExpressionMap”attributeExpressionMap: AttributeExpressionMap;The AttributeExpressionMap instance containing the attribute names and values used in the update expression.
updateExpression
Section titled “updateExpression”updateExpression: string;The DynamoDB update expression string.