eq
infix fun KeyConditionBuilder.HashKeySubstitute<HashKey, SortKey>.eq(value: HashKey): PartitionKeyCondition<HashKey, SortKey>
infix fun KeyConditionBuilder.SortKeySubstitute<HashKey, SortKey>.eq(value: SortKey): SortKeyCondition<HashKey, SortKey>?