...foundations
deformationString
deformationString(target: { S: StringAttributeValue }): stringdeformationNumber
deformationNumber(target: { N: NumberAttributeValue }): numberdeformationBinary
deformationBinary(target: { B: Buffer }): BufferdeformationBoolean
deformationBoolean(target: { BOOL: BooleanAttributeValue }): booleandeformationNumberSet
deformationNumberSet(target: { NS: NumberSetAttributeValue }): number[]deformationStringSet
deformationStringSet(target: { SS: StringSetAttributeValue }): string[]deformationBinarySet
deformationBinarySet(target: { BS: Buffer[] }): Buffer[]Last updated
Was this helpful?