aws-sdk-dynamodb 1.104.0 → 1.105.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 +9 -4
- data/lib/aws-sdk-dynamodb/table.rb +1 -1
- data/lib/aws-sdk-dynamodb/types.rb +10 -3
- 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: 1d08be379c5cdebdbf82665253000b5c2c341457e618a8d70ae4ce0e50631259
|
|
4
|
+
data.tar.gz: 4662c50cb2cdbe1c51cbd2b0454bf107cb94d63c8bc1ce55c8d352d6fa63b1b6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a7d8daf074630ba56b5988b367e8f1ee37ec47b585f92331eea9195c9b7a52628bbe5fa12277197b4d971479e0033b9cb7cbed56e2b6fb7adc15b61c04fee71
|
|
7
|
+
data.tar.gz: 589e03bf7120b2da0d649139585847f86d7ca49c9dd996070921df15afe5095e79cd1902f720b216726c2c862622262c70bdfe70b2f386117a65bccfe9cf8c4c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.105.0
|
|
@@ -3464,6 +3464,11 @@ module Aws::DynamoDB
|
|
|
3464
3464
|
# The ID of the Amazon Web Services account that owns the bucket the
|
|
3465
3465
|
# export will be stored in.
|
|
3466
3466
|
#
|
|
3467
|
+
# <note markdown="1"> S3BucketOwner is a required parameter when exporting to a S3 bucket in
|
|
3468
|
+
# another account.
|
|
3469
|
+
#
|
|
3470
|
+
# </note>
|
|
3471
|
+
#
|
|
3467
3472
|
# @option params [String] :s3_prefix
|
|
3468
3473
|
# The Amazon S3 bucket prefix to use as the file name and path of the
|
|
3469
3474
|
# exported snapshot.
|
|
@@ -4907,7 +4912,7 @@ module Aws::DynamoDB
|
|
|
4907
4912
|
#
|
|
4908
4913
|
#
|
|
4909
4914
|
#
|
|
4910
|
-
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
4915
|
+
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.FilterExpression.html
|
|
4911
4916
|
#
|
|
4912
4917
|
# @option params [String] :key_condition_expression
|
|
4913
4918
|
# The condition that specifies the key values for items to be retrieved
|
|
@@ -6568,7 +6573,7 @@ module Aws::DynamoDB
|
|
|
6568
6573
|
#
|
|
6569
6574
|
# <note markdown="1"> This operation only applies to [Version 2017.11.29][1] of global
|
|
6570
6575
|
# tables. If you are using global tables [Version 2019.11.21][2] you can
|
|
6571
|
-
# use [
|
|
6576
|
+
# use [UpdateTable][5] instead.
|
|
6572
6577
|
#
|
|
6573
6578
|
# Although you can use `UpdateGlobalTable` to add replicas and remove
|
|
6574
6579
|
# replicas in a single request, for simplicity we recommend that you
|
|
@@ -6593,7 +6598,7 @@ module Aws::DynamoDB
|
|
|
6593
6598
|
# [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.V2.html
|
|
6594
6599
|
# [3]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/globaltables.DetermineVersion.html
|
|
6595
6600
|
# [4]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2globaltables_upgrade.html
|
|
6596
|
-
# [5]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/
|
|
6601
|
+
# [5]: https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_UpdateTable.html
|
|
6597
6602
|
#
|
|
6598
6603
|
# @option params [required, String] :global_table_name
|
|
6599
6604
|
# The global table name.
|
|
@@ -7924,7 +7929,7 @@ module Aws::DynamoDB
|
|
|
7924
7929
|
params: params,
|
|
7925
7930
|
config: config)
|
|
7926
7931
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
|
7927
|
-
context[:gem_version] = '1.
|
|
7932
|
+
context[:gem_version] = '1.105.0'
|
|
7928
7933
|
Seahorse::Client::Request.new(handlers, context)
|
|
7929
7934
|
end
|
|
7930
7935
|
|
|
@@ -1298,7 +1298,7 @@ module Aws::DynamoDB
|
|
|
1298
1298
|
#
|
|
1299
1299
|
#
|
|
1300
1300
|
#
|
|
1301
|
-
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
1301
|
+
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.FilterExpression.html
|
|
1302
1302
|
# @option options [String] :key_condition_expression
|
|
1303
1303
|
# The condition that specifies the key values for items to be retrieved
|
|
1304
1304
|
# by the `Query` action.
|
|
@@ -45,8 +45,8 @@ module Aws::DynamoDB
|
|
|
45
45
|
include Aws::Structure
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
# Represents an attribute for describing the
|
|
49
|
-
#
|
|
48
|
+
# Represents an attribute for describing the schema for the table and
|
|
49
|
+
# indexes.
|
|
50
50
|
#
|
|
51
51
|
# @!attribute [rw] attribute_name
|
|
52
52
|
# A name for the attribute.
|
|
@@ -3628,6 +3628,11 @@ module Aws::DynamoDB
|
|
|
3628
3628
|
# @!attribute [rw] s3_bucket_owner
|
|
3629
3629
|
# The ID of the Amazon Web Services account that owns the bucket the
|
|
3630
3630
|
# export will be stored in.
|
|
3631
|
+
#
|
|
3632
|
+
# <note markdown="1"> S3BucketOwner is a required parameter when exporting to a S3 bucket
|
|
3633
|
+
# in another account.
|
|
3634
|
+
#
|
|
3635
|
+
# </note>
|
|
3631
3636
|
# @return [String]
|
|
3632
3637
|
#
|
|
3633
3638
|
# @!attribute [rw] s3_prefix
|
|
@@ -5647,6 +5652,8 @@ module Aws::DynamoDB
|
|
|
5647
5652
|
# attributes that you specify.
|
|
5648
5653
|
#
|
|
5649
5654
|
# * `ALL` - All of the table attributes are projected into the index.
|
|
5655
|
+
#
|
|
5656
|
+
# When using the DynamoDB console, `ALL` is selected by default.
|
|
5650
5657
|
# @return [String]
|
|
5651
5658
|
#
|
|
5652
5659
|
# @!attribute [rw] non_key_attributes
|
|
@@ -6391,7 +6398,7 @@ module Aws::DynamoDB
|
|
|
6391
6398
|
#
|
|
6392
6399
|
#
|
|
6393
6400
|
#
|
|
6394
|
-
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/
|
|
6401
|
+
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.FilterExpression.html
|
|
6395
6402
|
# @return [String]
|
|
6396
6403
|
#
|
|
6397
6404
|
# @!attribute [rw] key_condition_expression
|
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.105.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
|
+
date: 2024-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|