We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b51c09 commit 460521cCopy full SHA for 460521c
lib/ex_aws/dynamo.ex
@@ -424,7 +424,8 @@ defmodule ExAws.Dynamo do
424
`[:exclusive_start_key, :expression_attribute_names]`
425
"""
426
@type scan_opts :: [
427
- {:exclusive_start_key, exclusive_start_key_vals}
+ {:consistent_read, boolean}
428
+ | {:exclusive_start_key, exclusive_start_key_vals}
429
| {:expression_attribute_names, expression_attribute_names_vals}
430
| {:expression_attribute_values, expression_attribute_values_vals}
431
| {:filter_expression, binary}
0 commit comments