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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: da62dc3e26b6401ec41108bc0593febec775ab4d0940f31ab492bcd3f1a775a7
4
- data.tar.gz: c5112d3d2e3566e3326dac388780bb49e0f66ee1365b68de15089fca30a58c03
3
+ metadata.gz: 1d08be379c5cdebdbf82665253000b5c2c341457e618a8d70ae4ce0e50631259
4
+ data.tar.gz: 4662c50cb2cdbe1c51cbd2b0454bf107cb94d63c8bc1ce55c8d352d6fa63b1b6
5
5
  SHA512:
6
- metadata.gz: 6e8d903816034458dcc474e83aca6c3be45493c5f8a47f3d36c48fce410f9095113f3063f83ddc8dd179bbc85197b89e686c31715a10c717369c72ba31cac02d
7
- data.tar.gz: 7bc4c4172dfa12d78bd28321c09fa6a7059fb214ee8362f88de481039884f21817ab79ddf8896de06ce4fdbe14f97623541054b155992381aab7c763b9416f7e
6
+ metadata.gz: 4a7d8daf074630ba56b5988b367e8f1ee37ec47b585f92331eea9195c9b7a52628bbe5fa12277197b4d971479e0033b9cb7cbed56e2b6fb7adc15b61c04fee71
7
+ data.tar.gz: 589e03bf7120b2da0d649139585847f86d7ca49c9dd996070921df15afe5095e79cd1902f720b216726c2c862622262c70bdfe70b2f386117a65bccfe9cf8c4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.105.0 (2024-03-06)
5
+ ------------------
6
+
7
+ * Feature - Doc only updates for DynamoDB documentation
8
+
4
9
  1.104.0 (2024-02-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.104.0
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/QueryAndScan.html#Query.FilterExpression
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 [DescribeTable][5] instead.
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/API_DescribeTable.html
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.104.0'
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/QueryAndScan.html#Query.FilterExpression
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 key schema for the table
49
- # and indexes.
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/QueryAndScan.html#Query.FilterExpression
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
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
54
54
  # @!group service
55
55
  module Aws::DynamoDB
56
56
 
57
- GEM_VERSION = '1.104.0'
57
+ GEM_VERSION = '1.105.0'
58
58
 
59
59
  end
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.104.0
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-02-20 00:00:00.000000000 Z
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