aws-sdk-dynamodb 1.127.0 → 1.128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +18 -18
- data/lib/aws-sdk-dynamodb/resource.rb +1 -1
- data/lib/aws-sdk-dynamodb/table.rb +16 -16
- data/lib/aws-sdk-dynamodb/types.rb +54 -54
- data/lib/aws-sdk-dynamodb.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d8cb6d8a25ba232fa2676622c56695daae347c205900401146bf4d47de4e4c3
|
|
4
|
+
data.tar.gz: 6dc11f60923fc65bb5caf3faaa8be9af68e0131ca005777e01af4a40ee9f0a73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c52a94a4a7781134fb9e094a181acd490996fa4a1e79120a53929774575c8754178e50aab3f729a69b6fdaba39c6b1f9fb1de065b231e6b027340c3985215159
|
|
7
|
+
data.tar.gz: 0570d6865780e7a31d8ec6f339e08c377438d7a294ce6b53b4d33407ff02c6b4e09c848649303d1dc7c249c7a0928305c791861f3661889eb86127be9837d69e
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.128.0
|
|
@@ -679,7 +679,7 @@ module Aws::DynamoDB
|
|
|
679
679
|
# Developer Guide*). To work around this, you could specify the
|
|
680
680
|
# following for `ExpressionAttributeNames`:
|
|
681
681
|
#
|
|
682
|
-
# *
|
|
682
|
+
# * `{"#P":"Percentile"}`
|
|
683
683
|
#
|
|
684
684
|
# ^
|
|
685
685
|
#
|
|
@@ -2039,7 +2039,7 @@ module Aws::DynamoDB
|
|
|
2039
2039
|
# Developer Guide*). To work around this, you could specify the
|
|
2040
2040
|
# following for `ExpressionAttributeNames`:
|
|
2041
2041
|
#
|
|
2042
|
-
# *
|
|
2042
|
+
# * `{"#P":"Percentile"}`
|
|
2043
2043
|
#
|
|
2044
2044
|
# ^
|
|
2045
2045
|
#
|
|
@@ -2075,8 +2075,8 @@ module Aws::DynamoDB
|
|
|
2075
2075
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
2076
2076
|
# follows:
|
|
2077
2077
|
#
|
|
2078
|
-
#
|
|
2079
|
-
# ":disc"
|
|
2078
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
2079
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
2080
2080
|
#
|
|
2081
2081
|
# You could then use these values in an expression, such as this:
|
|
2082
2082
|
#
|
|
@@ -3873,7 +3873,7 @@ module Aws::DynamoDB
|
|
|
3873
3873
|
# Developer Guide*). To work around this, you could specify the
|
|
3874
3874
|
# following for `ExpressionAttributeNames`:
|
|
3875
3875
|
#
|
|
3876
|
-
# *
|
|
3876
|
+
# * `{"#P":"Percentile"}`
|
|
3877
3877
|
#
|
|
3878
3878
|
# ^
|
|
3879
3879
|
#
|
|
@@ -4800,7 +4800,7 @@ module Aws::DynamoDB
|
|
|
4800
4800
|
# Developer Guide*). To work around this, you could specify the
|
|
4801
4801
|
# following for `ExpressionAttributeNames`:
|
|
4802
4802
|
#
|
|
4803
|
-
# *
|
|
4803
|
+
# * `{"#P":"Percentile"}`
|
|
4804
4804
|
#
|
|
4805
4805
|
# ^
|
|
4806
4806
|
#
|
|
@@ -4836,8 +4836,8 @@ module Aws::DynamoDB
|
|
|
4836
4836
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
4837
4837
|
# follows:
|
|
4838
4838
|
#
|
|
4839
|
-
#
|
|
4840
|
-
# ":disc"
|
|
4839
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
4840
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
4841
4841
|
#
|
|
4842
4842
|
# You could then use these values in an expression, such as this:
|
|
4843
4843
|
#
|
|
@@ -5428,7 +5428,7 @@ module Aws::DynamoDB
|
|
|
5428
5428
|
# Developer Guide*). To work around this, you could specify the
|
|
5429
5429
|
# following for `ExpressionAttributeNames`:
|
|
5430
5430
|
#
|
|
5431
|
-
# *
|
|
5431
|
+
# * `{"#P":"Percentile"}`
|
|
5432
5432
|
#
|
|
5433
5433
|
# ^
|
|
5434
5434
|
#
|
|
@@ -5464,8 +5464,8 @@ module Aws::DynamoDB
|
|
|
5464
5464
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
5465
5465
|
# follows:
|
|
5466
5466
|
#
|
|
5467
|
-
#
|
|
5468
|
-
# ":disc"
|
|
5467
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
5468
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
5469
5469
|
#
|
|
5470
5470
|
# You could then use these values in an expression, such as this:
|
|
5471
5471
|
#
|
|
@@ -6335,7 +6335,7 @@ module Aws::DynamoDB
|
|
|
6335
6335
|
# Developer Guide*). To work around this, you could specify the
|
|
6336
6336
|
# following for `ExpressionAttributeNames`:
|
|
6337
6337
|
#
|
|
6338
|
-
# *
|
|
6338
|
+
# * `{"#P":"Percentile"}`
|
|
6339
6339
|
#
|
|
6340
6340
|
# ^
|
|
6341
6341
|
#
|
|
@@ -6371,8 +6371,8 @@ module Aws::DynamoDB
|
|
|
6371
6371
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
6372
6372
|
# follows:
|
|
6373
6373
|
#
|
|
6374
|
-
#
|
|
6375
|
-
# ":disc"
|
|
6374
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
6375
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
6376
6376
|
#
|
|
6377
6377
|
# You could then use these values in an expression, such as this:
|
|
6378
6378
|
#
|
|
@@ -7580,7 +7580,7 @@ module Aws::DynamoDB
|
|
|
7580
7580
|
# Developer Guide*.) To work around this, you could specify the
|
|
7581
7581
|
# following for `ExpressionAttributeNames`:
|
|
7582
7582
|
#
|
|
7583
|
-
# *
|
|
7583
|
+
# * `{"#P":"Percentile"}`
|
|
7584
7584
|
#
|
|
7585
7585
|
# ^
|
|
7586
7586
|
#
|
|
@@ -7616,8 +7616,8 @@ module Aws::DynamoDB
|
|
|
7616
7616
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
7617
7617
|
# follows:
|
|
7618
7618
|
#
|
|
7619
|
-
#
|
|
7620
|
-
# ":disc"
|
|
7619
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
7620
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
7621
7621
|
#
|
|
7622
7622
|
# You could then use these values in an expression, such as this:
|
|
7623
7623
|
#
|
|
@@ -8436,7 +8436,7 @@ module Aws::DynamoDB
|
|
|
8436
8436
|
tracer: tracer
|
|
8437
8437
|
)
|
|
8438
8438
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
8439
|
-
context[:gem_version] = '1.
|
|
8439
|
+
context[:gem_version] = '1.128.0'
|
|
8440
8440
|
Seahorse::Client::Request.new(handlers, context)
|
|
8441
8441
|
end
|
|
8442
8442
|
|
|
@@ -669,7 +669,7 @@ module Aws::DynamoDB
|
|
|
669
669
|
# Developer Guide*). To work around this, you could specify the
|
|
670
670
|
# following for `ExpressionAttributeNames`:
|
|
671
671
|
#
|
|
672
|
-
# *
|
|
672
|
+
# * `{"#P":"Percentile"}`
|
|
673
673
|
#
|
|
674
674
|
# ^
|
|
675
675
|
#
|
|
@@ -704,8 +704,8 @@ module Aws::DynamoDB
|
|
|
704
704
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
705
705
|
# follows:
|
|
706
706
|
#
|
|
707
|
-
#
|
|
708
|
-
# ":disc"
|
|
707
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
708
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
709
709
|
#
|
|
710
710
|
# You could then use these values in an expression, such as this:
|
|
711
711
|
#
|
|
@@ -826,7 +826,7 @@ module Aws::DynamoDB
|
|
|
826
826
|
# Developer Guide*). To work around this, you could specify the
|
|
827
827
|
# following for `ExpressionAttributeNames`:
|
|
828
828
|
#
|
|
829
|
-
# *
|
|
829
|
+
# * `{"#P":"Percentile"}`
|
|
830
830
|
#
|
|
831
831
|
# ^
|
|
832
832
|
#
|
|
@@ -1019,7 +1019,7 @@ module Aws::DynamoDB
|
|
|
1019
1019
|
# Developer Guide*). To work around this, you could specify the
|
|
1020
1020
|
# following for `ExpressionAttributeNames`:
|
|
1021
1021
|
#
|
|
1022
|
-
# *
|
|
1022
|
+
# * `{"#P":"Percentile"}`
|
|
1023
1023
|
#
|
|
1024
1024
|
# ^
|
|
1025
1025
|
#
|
|
@@ -1054,8 +1054,8 @@ module Aws::DynamoDB
|
|
|
1054
1054
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
1055
1055
|
# follows:
|
|
1056
1056
|
#
|
|
1057
|
-
#
|
|
1058
|
-
# ":disc"
|
|
1057
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
1058
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
1059
1059
|
#
|
|
1060
1060
|
# You could then use these values in an expression, such as this:
|
|
1061
1061
|
#
|
|
@@ -1416,7 +1416,7 @@ module Aws::DynamoDB
|
|
|
1416
1416
|
# Developer Guide*). To work around this, you could specify the
|
|
1417
1417
|
# following for `ExpressionAttributeNames`:
|
|
1418
1418
|
#
|
|
1419
|
-
# *
|
|
1419
|
+
# * `{"#P":"Percentile"}`
|
|
1420
1420
|
#
|
|
1421
1421
|
# ^
|
|
1422
1422
|
#
|
|
@@ -1451,8 +1451,8 @@ module Aws::DynamoDB
|
|
|
1451
1451
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
1452
1452
|
# follows:
|
|
1453
1453
|
#
|
|
1454
|
-
#
|
|
1455
|
-
# ":disc"
|
|
1454
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
1455
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
1456
1456
|
#
|
|
1457
1457
|
# You could then use these values in an expression, such as this:
|
|
1458
1458
|
#
|
|
@@ -1716,7 +1716,7 @@ module Aws::DynamoDB
|
|
|
1716
1716
|
# Developer Guide*). To work around this, you could specify the
|
|
1717
1717
|
# following for `ExpressionAttributeNames`:
|
|
1718
1718
|
#
|
|
1719
|
-
# *
|
|
1719
|
+
# * `{"#P":"Percentile"}`
|
|
1720
1720
|
#
|
|
1721
1721
|
# ^
|
|
1722
1722
|
#
|
|
@@ -1751,8 +1751,8 @@ module Aws::DynamoDB
|
|
|
1751
1751
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
1752
1752
|
# follows:
|
|
1753
1753
|
#
|
|
1754
|
-
#
|
|
1755
|
-
# ":disc"
|
|
1754
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
1755
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
1756
1756
|
#
|
|
1757
1757
|
# You could then use these values in an expression, such as this:
|
|
1758
1758
|
#
|
|
@@ -2248,7 +2248,7 @@ module Aws::DynamoDB
|
|
|
2248
2248
|
# Developer Guide*.) To work around this, you could specify the
|
|
2249
2249
|
# following for `ExpressionAttributeNames`:
|
|
2250
2250
|
#
|
|
2251
|
-
# *
|
|
2251
|
+
# * `{"#P":"Percentile"}`
|
|
2252
2252
|
#
|
|
2253
2253
|
# ^
|
|
2254
2254
|
#
|
|
@@ -2283,8 +2283,8 @@ module Aws::DynamoDB
|
|
|
2283
2283
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
2284
2284
|
# follows:
|
|
2285
2285
|
#
|
|
2286
|
-
#
|
|
2287
|
-
# ":disc"
|
|
2286
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
2287
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
2288
2288
|
#
|
|
2289
2289
|
# You could then use these values in an expression, such as this:
|
|
2290
2290
|
#
|
|
@@ -132,13 +132,13 @@ module Aws::DynamoDB
|
|
|
132
132
|
# @!attribute [rw] m
|
|
133
133
|
# An attribute of type Map. For example:
|
|
134
134
|
#
|
|
135
|
-
# `"M":
|
|
135
|
+
# `"M": {"Name": {"S": "Joe"}, "Age": {"N": "35"}}`
|
|
136
136
|
# @return [Hash<String,Types::AttributeValue>]
|
|
137
137
|
#
|
|
138
138
|
# @!attribute [rw] l
|
|
139
139
|
# An attribute of type List. For example:
|
|
140
140
|
#
|
|
141
|
-
# `"L": [
|
|
141
|
+
# `"L": [ {"S": "Cookies"} , {"S": "Coffee"}, {"N": "3.14159"}]`
|
|
142
142
|
# @return [Array<Types::AttributeValue>]
|
|
143
143
|
#
|
|
144
144
|
# @!attribute [rw] null
|
|
@@ -775,7 +775,7 @@ module Aws::DynamoDB
|
|
|
775
775
|
# Developer Guide*). To work around this, you could specify the
|
|
776
776
|
# following for `ExpressionAttributeNames`:
|
|
777
777
|
#
|
|
778
|
-
# *
|
|
778
|
+
# * `{"#P":"Percentile"}`
|
|
779
779
|
#
|
|
780
780
|
# ^
|
|
781
781
|
#
|
|
@@ -1301,9 +1301,9 @@ module Aws::DynamoDB
|
|
|
1301
1301
|
# of type String, Number, Binary, String Set, Number Set, or Binary
|
|
1302
1302
|
# Set. If an item contains an `AttributeValue` element of a
|
|
1303
1303
|
# different type than the one provided in the request, the value
|
|
1304
|
-
# does not match. For example,
|
|
1305
|
-
#
|
|
1306
|
-
# "
|
|
1304
|
+
# does not match. For example, `{"S":"6"}` does not equal
|
|
1305
|
+
# `{"N":"6"}`. Also, `{"N":"6"}` does not equal `{"NS":["6", "2",
|
|
1306
|
+
# "1"]}`.
|
|
1307
1307
|
#
|
|
1308
1308
|
#
|
|
1309
1309
|
#
|
|
@@ -1314,8 +1314,8 @@ module Aws::DynamoDB
|
|
|
1314
1314
|
# String, Number, Binary, String Set, Number Set, or Binary Set. If
|
|
1315
1315
|
# an item contains an `AttributeValue` of a different type than the
|
|
1316
1316
|
# one provided in the request, the value does not match. For
|
|
1317
|
-
# example,
|
|
1318
|
-
#
|
|
1317
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
1318
|
+
# does not equal `{"NS":["6", "2", "1"]}`.
|
|
1319
1319
|
#
|
|
1320
1320
|
#
|
|
1321
1321
|
#
|
|
@@ -1325,8 +1325,8 @@ module Aws::DynamoDB
|
|
|
1325
1325
|
# of type String, Number, or Binary (not a set type). If an item
|
|
1326
1326
|
# contains an `AttributeValue` element of a different type than the
|
|
1327
1327
|
# one provided in the request, the value does not match. For
|
|
1328
|
-
# example,
|
|
1329
|
-
#
|
|
1328
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
1329
|
+
# does not compare to `{"NS":["6", "2", "1"]}`.
|
|
1330
1330
|
#
|
|
1331
1331
|
#
|
|
1332
1332
|
#
|
|
@@ -1335,9 +1335,9 @@ module Aws::DynamoDB
|
|
|
1335
1335
|
# `AttributeValueList` can contain only one `AttributeValue` of type
|
|
1336
1336
|
# String, Number, or Binary (not a set type). If an item contains an
|
|
1337
1337
|
# `AttributeValue` element of a different type than the one provided
|
|
1338
|
-
# in the request, the value does not match. For example,
|
|
1339
|
-
#
|
|
1340
|
-
#
|
|
1338
|
+
# in the request, the value does not match. For example, `{"S":"6"}`
|
|
1339
|
+
# does not equal `{"N":"6"}`. Also, `{"N":"6"}` does not compare to
|
|
1340
|
+
# `{"NS":["6", "2", "1"]}`.
|
|
1341
1341
|
#
|
|
1342
1342
|
#
|
|
1343
1343
|
#
|
|
@@ -1347,8 +1347,8 @@ module Aws::DynamoDB
|
|
|
1347
1347
|
# of type String, Number, or Binary (not a set type). If an item
|
|
1348
1348
|
# contains an `AttributeValue` element of a different type than the
|
|
1349
1349
|
# one provided in the request, the value does not match. For
|
|
1350
|
-
# example,
|
|
1351
|
-
#
|
|
1350
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
1351
|
+
# does not compare to `{"NS":["6", "2", "1"]}`.
|
|
1352
1352
|
#
|
|
1353
1353
|
#
|
|
1354
1354
|
#
|
|
@@ -1358,8 +1358,8 @@ module Aws::DynamoDB
|
|
|
1358
1358
|
# of type String, Number, or Binary (not a set type). If an item
|
|
1359
1359
|
# contains an `AttributeValue` element of a different type than the
|
|
1360
1360
|
# one provided in the request, the value does not match. For
|
|
1361
|
-
# example,
|
|
1362
|
-
#
|
|
1361
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
1362
|
+
# does not compare to `{"NS":["6", "2", "1"]}`.
|
|
1363
1363
|
#
|
|
1364
1364
|
#
|
|
1365
1365
|
#
|
|
@@ -1444,9 +1444,9 @@ module Aws::DynamoDB
|
|
|
1444
1444
|
# equal to, the first element and less than, or equal to, the second
|
|
1445
1445
|
# element. If an item contains an `AttributeValue` element of a
|
|
1446
1446
|
# different type than the one provided in the request, the value
|
|
1447
|
-
# does not match. For example,
|
|
1448
|
-
#
|
|
1449
|
-
#
|
|
1447
|
+
# does not match. For example, `{"S":"6"}` does not compare to
|
|
1448
|
+
# `{"N":"6"}`. Also, `{"N":"6"}` does not compare to `{"NS":["6",
|
|
1449
|
+
# "2", "1"]}`
|
|
1450
1450
|
#
|
|
1451
1451
|
# For usage examples of `AttributeValueList` and `ComparisonOperator`,
|
|
1452
1452
|
# see [Legacy Conditional Parameters][1] in the *Amazon DynamoDB
|
|
@@ -2374,7 +2374,7 @@ module Aws::DynamoDB
|
|
|
2374
2374
|
# Developer Guide*). To work around this, you could specify the
|
|
2375
2375
|
# following for `ExpressionAttributeNames`:
|
|
2376
2376
|
#
|
|
2377
|
-
# *
|
|
2377
|
+
# * `{"#P":"Percentile"}`
|
|
2378
2378
|
#
|
|
2379
2379
|
# ^
|
|
2380
2380
|
#
|
|
@@ -2413,8 +2413,8 @@ module Aws::DynamoDB
|
|
|
2413
2413
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
2414
2414
|
# follows:
|
|
2415
2415
|
#
|
|
2416
|
-
#
|
|
2417
|
-
# ":disc"
|
|
2416
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
2417
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
2418
2418
|
#
|
|
2419
2419
|
# You could then use these values in an expression, such as this:
|
|
2420
2420
|
#
|
|
@@ -3336,9 +3336,9 @@ module Aws::DynamoDB
|
|
|
3336
3336
|
# of type String, Number, Binary, String Set, Number Set, or Binary
|
|
3337
3337
|
# Set. If an item contains an `AttributeValue` element of a
|
|
3338
3338
|
# different type than the one provided in the request, the value
|
|
3339
|
-
# does not match. For example,
|
|
3340
|
-
#
|
|
3341
|
-
# "
|
|
3339
|
+
# does not match. For example, `{"S":"6"}` does not equal
|
|
3340
|
+
# `{"N":"6"}`. Also, `{"N":"6"}` does not equal `{"NS":["6", "2",
|
|
3341
|
+
# "1"]}`.
|
|
3342
3342
|
#
|
|
3343
3343
|
#
|
|
3344
3344
|
#
|
|
@@ -3349,8 +3349,8 @@ module Aws::DynamoDB
|
|
|
3349
3349
|
# String, Number, Binary, String Set, Number Set, or Binary Set. If
|
|
3350
3350
|
# an item contains an `AttributeValue` of a different type than the
|
|
3351
3351
|
# one provided in the request, the value does not match. For
|
|
3352
|
-
# example,
|
|
3353
|
-
#
|
|
3352
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
3353
|
+
# does not equal `{"NS":["6", "2", "1"]}`.
|
|
3354
3354
|
#
|
|
3355
3355
|
#
|
|
3356
3356
|
#
|
|
@@ -3360,8 +3360,8 @@ module Aws::DynamoDB
|
|
|
3360
3360
|
# of type String, Number, or Binary (not a set type). If an item
|
|
3361
3361
|
# contains an `AttributeValue` element of a different type than the
|
|
3362
3362
|
# one provided in the request, the value does not match. For
|
|
3363
|
-
# example,
|
|
3364
|
-
#
|
|
3363
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
3364
|
+
# does not compare to `{"NS":["6", "2", "1"]}`.
|
|
3365
3365
|
#
|
|
3366
3366
|
#
|
|
3367
3367
|
#
|
|
@@ -3370,9 +3370,9 @@ module Aws::DynamoDB
|
|
|
3370
3370
|
# `AttributeValueList` can contain only one `AttributeValue` of type
|
|
3371
3371
|
# String, Number, or Binary (not a set type). If an item contains an
|
|
3372
3372
|
# `AttributeValue` element of a different type than the one provided
|
|
3373
|
-
# in the request, the value does not match. For example,
|
|
3374
|
-
#
|
|
3375
|
-
#
|
|
3373
|
+
# in the request, the value does not match. For example, `{"S":"6"}`
|
|
3374
|
+
# does not equal `{"N":"6"}`. Also, `{"N":"6"}` does not compare to
|
|
3375
|
+
# `{"NS":["6", "2", "1"]}`.
|
|
3376
3376
|
#
|
|
3377
3377
|
#
|
|
3378
3378
|
#
|
|
@@ -3382,8 +3382,8 @@ module Aws::DynamoDB
|
|
|
3382
3382
|
# of type String, Number, or Binary (not a set type). If an item
|
|
3383
3383
|
# contains an `AttributeValue` element of a different type than the
|
|
3384
3384
|
# one provided in the request, the value does not match. For
|
|
3385
|
-
# example,
|
|
3386
|
-
#
|
|
3385
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
3386
|
+
# does not compare to `{"NS":["6", "2", "1"]}`.
|
|
3387
3387
|
#
|
|
3388
3388
|
#
|
|
3389
3389
|
#
|
|
@@ -3393,8 +3393,8 @@ module Aws::DynamoDB
|
|
|
3393
3393
|
# of type String, Number, or Binary (not a set type). If an item
|
|
3394
3394
|
# contains an `AttributeValue` element of a different type than the
|
|
3395
3395
|
# one provided in the request, the value does not match. For
|
|
3396
|
-
# example,
|
|
3397
|
-
#
|
|
3396
|
+
# example, `{"S":"6"}` does not equal `{"N":"6"}`. Also, `{"N":"6"}`
|
|
3397
|
+
# does not compare to `{"NS":["6", "2", "1"]}`.
|
|
3398
3398
|
#
|
|
3399
3399
|
#
|
|
3400
3400
|
#
|
|
@@ -3479,9 +3479,9 @@ module Aws::DynamoDB
|
|
|
3479
3479
|
# equal to, the first element and less than, or equal to, the second
|
|
3480
3480
|
# element. If an item contains an `AttributeValue` element of a
|
|
3481
3481
|
# different type than the one provided in the request, the value
|
|
3482
|
-
# does not match. For example,
|
|
3483
|
-
#
|
|
3484
|
-
#
|
|
3482
|
+
# does not match. For example, `{"S":"6"}` does not compare to
|
|
3483
|
+
# `{"N":"6"}`. Also, `{"N":"6"}` does not compare to `{"NS":["6",
|
|
3484
|
+
# "2", "1"]}`
|
|
3485
3485
|
# @return [String]
|
|
3486
3486
|
#
|
|
3487
3487
|
# @!attribute [rw] attribute_value_list
|
|
@@ -3967,7 +3967,7 @@ module Aws::DynamoDB
|
|
|
3967
3967
|
# Developer Guide*). To work around this, you could specify the
|
|
3968
3968
|
# following for `ExpressionAttributeNames`:
|
|
3969
3969
|
#
|
|
3970
|
-
# *
|
|
3970
|
+
# * `{"#P":"Percentile"}`
|
|
3971
3971
|
#
|
|
3972
3972
|
# ^
|
|
3973
3973
|
#
|
|
@@ -5066,7 +5066,7 @@ module Aws::DynamoDB
|
|
|
5066
5066
|
# Developer Guide*). To work around this, you could specify the
|
|
5067
5067
|
# following for `ExpressionAttributeNames`:
|
|
5068
5068
|
#
|
|
5069
|
-
# *
|
|
5069
|
+
# * `{"#P":"Percentile"}`
|
|
5070
5070
|
#
|
|
5071
5071
|
# ^
|
|
5072
5072
|
#
|
|
@@ -6259,7 +6259,7 @@ module Aws::DynamoDB
|
|
|
6259
6259
|
# Developer Guide*). To work around this, you could specify the
|
|
6260
6260
|
# following for `ExpressionAttributeNames`:
|
|
6261
6261
|
#
|
|
6262
|
-
# *
|
|
6262
|
+
# * `{"#P":"Percentile"}`
|
|
6263
6263
|
#
|
|
6264
6264
|
# ^
|
|
6265
6265
|
#
|
|
@@ -6298,8 +6298,8 @@ module Aws::DynamoDB
|
|
|
6298
6298
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
6299
6299
|
# follows:
|
|
6300
6300
|
#
|
|
6301
|
-
#
|
|
6302
|
-
# ":disc"
|
|
6301
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
6302
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
6303
6303
|
#
|
|
6304
6304
|
# You could then use these values in an expression, such as this:
|
|
6305
6305
|
#
|
|
@@ -6836,7 +6836,7 @@ module Aws::DynamoDB
|
|
|
6836
6836
|
# Developer Guide*). To work around this, you could specify the
|
|
6837
6837
|
# following for `ExpressionAttributeNames`:
|
|
6838
6838
|
#
|
|
6839
|
-
# *
|
|
6839
|
+
# * `{"#P":"Percentile"}`
|
|
6840
6840
|
#
|
|
6841
6841
|
# ^
|
|
6842
6842
|
#
|
|
@@ -6875,8 +6875,8 @@ module Aws::DynamoDB
|
|
|
6875
6875
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
6876
6876
|
# follows:
|
|
6877
6877
|
#
|
|
6878
|
-
#
|
|
6879
|
-
# ":disc"
|
|
6878
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
6879
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
6880
6880
|
#
|
|
6881
6881
|
# You could then use these values in an expression, such as this:
|
|
6882
6882
|
#
|
|
@@ -8174,7 +8174,7 @@ module Aws::DynamoDB
|
|
|
8174
8174
|
# Developer Guide*). To work around this, you could specify the
|
|
8175
8175
|
# following for `ExpressionAttributeNames`:
|
|
8176
8176
|
#
|
|
8177
|
-
# *
|
|
8177
|
+
# * `{"#P":"Percentile"}`
|
|
8178
8178
|
#
|
|
8179
8179
|
# ^
|
|
8180
8180
|
#
|
|
@@ -8213,8 +8213,8 @@ module Aws::DynamoDB
|
|
|
8213
8213
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
8214
8214
|
# follows:
|
|
8215
8215
|
#
|
|
8216
|
-
#
|
|
8217
|
-
# ":disc"
|
|
8216
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
8217
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
8218
8218
|
#
|
|
8219
8219
|
# You could then use these values in an expression, such as this:
|
|
8220
8220
|
#
|
|
@@ -10056,7 +10056,7 @@ module Aws::DynamoDB
|
|
|
10056
10056
|
# Developer Guide*.) To work around this, you could specify the
|
|
10057
10057
|
# following for `ExpressionAttributeNames`:
|
|
10058
10058
|
#
|
|
10059
|
-
# *
|
|
10059
|
+
# * `{"#P":"Percentile"}`
|
|
10060
10060
|
#
|
|
10061
10061
|
# ^
|
|
10062
10062
|
#
|
|
@@ -10096,8 +10096,8 @@ module Aws::DynamoDB
|
|
|
10096
10096
|
# You would first need to specify `ExpressionAttributeValues` as
|
|
10097
10097
|
# follows:
|
|
10098
10098
|
#
|
|
10099
|
-
#
|
|
10100
|
-
# ":disc"
|
|
10099
|
+
# `{ ":avail":{"S":"Available"}, ":back":{"S":"Backordered"},
|
|
10100
|
+
# ":disc":{"S":"Discontinued"} }`
|
|
10101
10101
|
#
|
|
10102
10102
|
# You could then use these values in an expression, such as this:
|
|
10103
10103
|
#
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-dynamodb
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.128.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-11-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|