aws-sdk-dynamodbstreams 1.25.0 → 1.26.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: '018daa92c822997626f475a798dea4810619bdee0aa63f4e5108e225fee46a52'
4
- data.tar.gz: 9c4fee4ad9a3e2db08f52f3c7cad07888c65a3183e7c66eb8a1b0ce5ff1fa75b
3
+ metadata.gz: 3895d33d1f49db7f0c34332c5439169ed15a93c3cc7a3e4d970ef725ce6f755f
4
+ data.tar.gz: 780bb3a618714a91cc2b6d4eaaa9a283c42122e2c65ecbeaf1b95e96a91c381a
5
5
  SHA512:
6
- metadata.gz: fa7b249f6b059ac03721b20f646a703fcdcfb1311f3f4456a60f048a7db5e3fd645ec4df21f773f916aec4ec6af1382467f5fa9f8efe5ad9c6cb313d6433590a
7
- data.tar.gz: 92f3f24aa0ddfb7c237390d26e5282d712d05a5fd4ec984b01818da6039944905442f99596ae8e9b6d63d03e16d11564ec53a35f7c4bc571152e34c7e943a8ad
6
+ metadata.gz: bda879d8b2e114301d7f86c4791ed70fb32e411f0b9f31e0205b01b979b0efb3f6fcd02190b8528d444e54a512ff11e18023ba4ad800686d3c44f11b29c2ae78
7
+ data.tar.gz: 29ed9f2f337356ba36869aaa3e05cff4fcfcc2c4718ebe9daddc8758c323495d7f430d7ab4891134e40975ae58b569972fe80aa24b34e452e17d466af7fbf028
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
48
48
  # @!group service
49
49
  module Aws::DynamoDBStreams
50
50
 
51
- GEM_VERSION = '1.25.0'
51
+ GEM_VERSION = '1.26.0'
52
52
 
53
53
  end
@@ -787,7 +787,7 @@ module Aws::DynamoDBStreams
787
787
  params: params,
788
788
  config: config)
789
789
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
790
- context[:gem_version] = '1.25.0'
790
+ context[:gem_version] = '1.26.0'
791
791
  Seahorse::Client::Request.new(handlers, context)
792
792
  end
793
793
 
@@ -399,7 +399,7 @@ module Aws::DynamoDBStreams
399
399
  # time; however, if the table or index specifications are complex,
400
400
  # DynamoDB might temporarily reduce the number of concurrent operations.
401
401
  #
402
- # There is a soft account limit of 256 tables.
402
+ # There is a soft account quota of 256 tables.
403
403
  #
404
404
  # @!attribute [rw] message
405
405
  # Too many operations for a given subscriber.
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.25.0
4
+ version: 1.26.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: 2020-09-30 00:00:00.000000000 Z
11
+ date: 2020-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core