aws-sdk-dynamodbstreams 1.40.0 → 1.41.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: b528bba63485eff76e7a7cca1850ef4db739f2b30cf915e080406e33674e090a
4
- data.tar.gz: 4aaa7c94f194dd659db7876ae3e20707d010278862d867a0fe6d3c09444d07f8
3
+ metadata.gz: dbe484fbc89bd64aa937f3d8ae0e439789b69e19e69f8c5a9a657cb8a6733211
4
+ data.tar.gz: ad4e7c0e75abe2e72304b62c57dab4d042fa773b5ddb8a818687d9c6b8842df2
5
5
  SHA512:
6
- metadata.gz: 536297349d615abb22179b3e4f9ce04681e3a829f605501fb8b038d1006cf440c946d18121c7e48b2aad393401bc4e021c54526fb77069f0bfe4eaa33b3bae75
7
- data.tar.gz: 58db33d4d4a548f2ca0be3e8926f6bd198b028428c54a96cafd9063fa1e1c354c1c80dcf9d07fb93995fe0991662a3e496bfabbbdec00e4c62d4f067071b6366
6
+ metadata.gz: edcc0842afc2186e41e59387d705309b989dac9466a07858f5ce905a5c05da84bf689da745a5012ee013ff4cbc6f91c3de69751750a6152dc9450219254cd9d6
7
+ data.tar.gz: 5ff50371d3387e50e375b25323d2d431983d55449aca86c34206fc0b2a58bd323817d0a47e8299050112d321098dbdceb72d8beb1d43cd8b898e79005487bb16
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.41.0 (2022-11-18)
5
+ ------------------
6
+
7
+ * Feature - Updated minor fixes for DynamoDB documentation.
8
+
4
9
  1.40.0 (2022-10-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.41.0
@@ -834,7 +834,7 @@ module Aws::DynamoDBStreams
834
834
  params: params,
835
835
  config: config)
836
836
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
837
- context[:gem_version] = '1.40.0'
837
+ context[:gem_version] = '1.41.0'
838
838
  Seahorse::Client::Request.new(handlers, context)
839
839
  end
840
840
 
@@ -112,8 +112,8 @@ dGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25z
112
112
  IjpbeyJmbiI6InN0cmluZ0VxdWFscyIsImFyZ3YiOlt7InJlZiI6IlJlZ2lv
113
113
  biJ9LCJsb2NhbCJdfV0sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vbG9j
114
114
  YWxob3N0OjgwMDAiLCJwcm9wZXJ0aWVzIjp7ImF1dGhTY2hlbWVzIjpbeyJu
115
- YW1lIjoic2lndjQiLCJzaWduaW5nTmFtZSI6ImR5bmFtb2RiIiwic2lnbmlu
116
- Z1JlZ2lvbiI6InVzLWVhc3QtMSJ9XX0sImhlYWRlcnMiOnt9fSwidHlwZSI6
115
+ YW1lIjoic2lndjQiLCJzaWduaW5nUmVnaW9uIjoidXMtZWFzdC0xIiwic2ln
116
+ bmluZ05hbWUiOiJkeW5hbW9kYiJ9XX0sImhlYWRlcnMiOnt9fSwidHlwZSI6
117
117
  ImVuZHBvaW50In0seyJjb25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJs
118
118
  IjoiaHR0cHM6Ly9zdHJlYW1zLmR5bmFtb2RiLntSZWdpb259LntQYXJ0aXRp
119
119
  b25SZXN1bHQjZG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJz
@@ -389,15 +389,18 @@ module Aws::DynamoDBStreams
389
389
  # There is no limit to the number of daily on-demand backups that can be
390
390
  # taken.
391
391
  #
392
- # Up to 500 simultaneous table operations are allowed per account. These
393
- # operations include `CreateTable`, `UpdateTable`,
392
+ # For most purposes, up to 500 simultaneous table operations are allowed
393
+ # per account. These operations include `CreateTable`, `UpdateTable`,
394
394
  # `DeleteTable`,`UpdateTimeToLive`, `RestoreTableFromBackup`, and
395
395
  # `RestoreTableToPointInTime`.
396
396
  #
397
- # The only exception is when you are creating a table with one or more
398
- # secondary indexes. You can have up to 250 such requests running at a
399
- # time; however, if the table or index specifications are complex,
400
- # DynamoDB might temporarily reduce the number of concurrent operations.
397
+ # When you are creating a table with one or more secondary indexes, you
398
+ # can have up to 250 such requests running at a time. However, if the
399
+ # table or index specifications are complex, then DynamoDB might
400
+ # temporarily reduce the number of concurrent operations.
401
+ #
402
+ # When importing into DynamoDB, up to 50 simultaneous import table
403
+ # operations are allowed per account.
401
404
  #
402
405
  # There is a soft account quota of 2,500 tables.
403
406
  #
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
52
52
  # @!group service
53
53
  module Aws::DynamoDBStreams
54
54
 
55
- GEM_VERSION = '1.40.0'
55
+ GEM_VERSION = '1.41.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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: 2022-10-25 00:00:00.000000000 Z
11
+ date: 2022-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core