DynamoAttributeType
type DynamoAttributeType = "B" | "BOOL" | "BS" | "L" | "M" | "N" | "NS" | "NULL" | "S" | "SS";Type for representing DynamoDB attribute type descriptors used to check attribute types in condition expressions.
type DynamoAttributeType = "B" | "BOOL" | "BS" | "L" | "M" | "N" | "NS" | "NULL" | "S" | "SS";Type for representing DynamoDB attribute type descriptors used to check attribute types in condition expressions.