...foundations

deformationString

deformationString(target: { S: StringAttributeValue }): string

deformationNumber

deformationNumber(target: { N: NumberAttributeValue }): number

deformationBinary

deformationBinary(target: { B: Buffer }): Buffer

deformationBoolean

deformationBoolean(target: { BOOL: BooleanAttributeValue }): boolean

deformationNumberSet

deformationNumberSet(target: { NS: NumberSetAttributeValue }): number[]

deformationStringSet

deformationBinarySet

Last updated

Was this helpful?