...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

deformationStringSet(target: { SS: StringSetAttributeValue }): string[]

deformationBinarySet

deformationBinarySet(target: { BS: Buffer[] }): Buffer[]

Last updated

Was this helpful?