aws-sdk-dynamodb 1.103.0 → 1.105.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 694e675326c7b6396ce3f735b0e425bf920fb4197b70414f6586e17d8a0ede79
4
- data.tar.gz: '009e2a5532054ad0675c8ea44cfdb9bdb9811460931b6572804a819c48ffe944'
3
+ metadata.gz: 1d08be379c5cdebdbf82665253000b5c2c341457e618a8d70ae4ce0e50631259
4
+ data.tar.gz: 4662c50cb2cdbe1c51cbd2b0454bf107cb94d63c8bc1ce55c8d352d6fa63b1b6
5
5
  SHA512:
6
- metadata.gz: 1c2538d6454917ccf72e870bfe6385708b3ad7f7b9c372cfcc6552369c38f7c181a8748a5d7ec0a05c23a96de786d4857912ca7dd587468e330e08cd58081c4a
7
- data.tar.gz: 735f44b587dcb1b2ddb56f78a2064771d487d42f21ced45a955ab16071f9d674677564818516c4dafbb2ef5ab44d1de343f04fb9d41805aa5c27e00f834c802a
6
+ metadata.gz: 4a7d8daf074630ba56b5988b367e8f1ee37ec47b585f92331eea9195c9b7a52628bbe5fa12277197b4d971479e0033b9cb7cbed56e2b6fb7adc15b61c04fee71
7
+ data.tar.gz: 589e03bf7120b2da0d649139585847f86d7ca49c9dd996070921df15afe5095e79cd1902f720b216726c2c862622262c70bdfe70b2f386117a65bccfe9cf8c4c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.104.0 (2024-02-20)
10
+ ------------------
11
+
12
+ * Feature - Publishing quick fix for doc only update.
13
+
4
14
  1.103.0 (2024-02-14)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.103.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.
@@ -7327,11 +7332,11 @@ module Aws::DynamoDB
7327
7332
  # begins backfilling, you can use `UpdateTable` to perform other
7328
7333
  # operations.
7329
7334
  #
7330
- # `UpdateTable` is an asynchronous operation; while it is executing, the
7331
- # table status changes from `ACTIVE` to `UPDATING`. While it is
7332
- # `UPDATING`, you cannot issue another `UpdateTable` request. When the
7333
- # table returns to the `ACTIVE` state, the `UpdateTable` operation is
7334
- # complete.
7335
+ # `UpdateTable` is an asynchronous operation; while it's executing, the
7336
+ # table status changes from `ACTIVE` to `UPDATING`. While it's
7337
+ # `UPDATING`, you can't issue another `UpdateTable` request on the base
7338
+ # table nor any replicas. When the table returns to the `ACTIVE` state,
7339
+ # the `UpdateTable` operation is complete.
7335
7340
  #
7336
7341
  #
7337
7342
  #
@@ -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.103.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
@@ -8,7 +8,6 @@
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
10
 
11
- require 'bigdecimal'
12
11
  require 'aws-sdk-core'
13
12
  require 'aws-sigv4'
14
13
 
@@ -55,6 +54,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
55
54
  # @!group service
56
55
  module Aws::DynamoDB
57
56
 
58
- GEM_VERSION = '1.103.0'
57
+ GEM_VERSION = '1.105.0'
59
58
 
60
59
  end
metadata CHANGED
@@ -1,29 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.103.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-14 00:00:00.000000000 Z
11
+ date: 2024-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: bigdecimal
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: '0'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ">="
25
- - !ruby/object:Gem::Version
26
- version: '0'
27
13
  - !ruby/object:Gem::Dependency
28
14
  name: aws-sdk-core
29
15
  requirement: !ruby/object:Gem::Requirement