aws-sdk-dynamodbstreams 1.67.0 → 1.68.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: c070bc5d54afb622f126a6a03253a1d10280467c759218a55d9a44d52a831f6f
4
- data.tar.gz: acbf8e7dcdaa1c0a0937e9c580bf61e833c4ee739c990946b488f6198b258958
3
+ metadata.gz: 7b29766fa51bff6c47228ace37940ee95712d4637151a3fe7e54dfeea6f22c06
4
+ data.tar.gz: e8d42ebc437a97eb70dbe539c6cf2a9a6f9a5483be24c827022a2da7fe278df7
5
5
  SHA512:
6
- metadata.gz: 651b36b737ccc0878c0cc313b3a7e41830a615da95f5bccbb4067c26057da645b9d6c541e066bc522224d187415567d2bfeaf2ba3378726f0083f292051307d5
7
- data.tar.gz: eebb73c7aae582751f24e84f5ca5cb49bde958d98ba9f3e788ade3489d154150105ff2c011fabe64799c1adb9087422fce8482739357d3cdb657831ecf3869ae
6
+ metadata.gz: c7d3d86a4b6beeb8e81d7574ffdfd489a5e23e52046d551bb54dfbfe7abd4d7970bb93b39d45c45cae166c65feb54861e2b81077a9110a6d86d8b78b15771253
7
+ data.tar.gz: 5f8242dc5116140c0334629131eedb9ff81d85926de0a7b4311af27e778e8c47069ac9ab5e1add97f5c75255f61717f8084d7c05af8ad977bc714944414749c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.67.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.68.0
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
  require 'aws-sdk-dynamodbstreams/plugins/simple_attributes.rb'
39
39
 
40
- Aws::Plugins::GlobalConfiguration.add_identifier(:dynamodbstreams)
41
-
42
40
  module Aws::DynamoDBStreams
43
41
  # An API client for DynamoDBStreams. To construct a client, you need to configure a `:region` and `:credentials`.
44
42
  #
@@ -917,7 +915,7 @@ module Aws::DynamoDBStreams
917
915
  tracer: tracer
918
916
  )
919
917
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
920
- context[:gem_version] = '1.67.0'
918
+ context[:gem_version] = '1.68.0'
921
919
  Seahorse::Client::Request.new(handlers, context)
922
920
  end
923
921
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:dynamodbstreams)
15
+
14
16
  # This module provides support for Amazon DynamoDB Streams. This module is available in the
15
17
  # `aws-sdk-dynamodbstreams` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::DynamoDBStreams
52
54
  autoload :EndpointProvider, 'aws-sdk-dynamodbstreams/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-dynamodbstreams/endpoints'
54
56
 
55
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.68.0'
56
58
 
57
59
  end
58
60
 
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.67.0
4
+ version: 1.68.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-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core