aws-sdk-dynamodbstreams 1.74.0 → 1.76.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: 6bbd499a5effbe11eb3c32f327d9958b0d7a229e49133bbd68dfc83ced4f00f9
4
- data.tar.gz: 19165439aa25ded852dd1d7e0c9470e6512c16b22ccdc4105d0b6473f8aa2ec4
3
+ metadata.gz: 89e59fbec1ffb96b99f59d9b9b24e273fac6d14ea8e354651baac7260856de1d
4
+ data.tar.gz: 8962c823d110c29c6169a794f50e510388654dbea0109221908df7dacdd243fa
5
5
  SHA512:
6
- metadata.gz: e501ccc48905f1df9bd1c2c17d3b1acb4e60562a7124c78441885731e50a6d3c698f123a978d3260e7df0e72fbee2f9a4d558b364a48701f21ab269fc77f0232
7
- data.tar.gz: 8d6db8e30954ed00694432a5ab007d205251d550b73091eaf8429832353ee484e44b055bd6f0f49bb77ecca8c517ff77e31c0eec601817bbd4b475cfb3799a3a
6
+ metadata.gz: 0b16b375e2b31baa38d3155676c53bd77c845c00ff1a2db974da14aa006d85077e54968f44aff62a49502a58ad38c3ed719176961cee12259a6110ec11788fc5
7
+ data.tar.gz: 6189c3f1310166fc2bcd8a9340dd537f01125eb53cf9cc3c5113ee48b3412542e9c8375994d206dade825ca68d8edf1c8f3631629dd00c8def611ba5766b72a6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.75.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.74.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.74.0
1
+ 1.76.0
@@ -202,8 +202,7 @@ module Aws::DynamoDBStreams
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -938,7 +937,7 @@ module Aws::DynamoDBStreams
938
937
  tracer: tracer
939
938
  )
940
939
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
941
- context[:gem_version] = '1.74.0'
940
+ context[:gem_version] = '1.76.0'
942
941
  Seahorse::Client::Request.new(handlers, context)
943
942
  end
944
943
 
@@ -54,7 +54,7 @@ module Aws::DynamoDBStreams
54
54
  autoload :EndpointProvider, 'aws-sdk-dynamodbstreams/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-dynamodbstreams/endpoints'
56
56
 
57
- GEM_VERSION = '1.74.0'
57
+ GEM_VERSION = '1.76.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.74.0
4
+ version: 1.76.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -86,7 +86,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
86
86
  requirements:
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: '2.5'
89
+ version: '2.7'
90
90
  required_rubygems_version: !ruby/object:Gem::Requirement
91
91
  requirements:
92
92
  - - ">="