aws-sdk-sms 1.70.0 → 1.72.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: 6cb4c08c79d6df39787964f60a053da83ad51ac40738b896e7e111c4dc684b52
4
- data.tar.gz: b11a3e077ca9aaf8f8ffae5f14dd37370f1a8baa52c0aa6a843a3689c0faa96e
3
+ metadata.gz: 758d3a2581aa3f959f248d2e991c554bd0204c44da8ada3b2fb0b12b4726a3aa
4
+ data.tar.gz: f841c285ea5d37516aa05b29f91c6723517d80a7c1876667ea5d77ec8e1fd49f
5
5
  SHA512:
6
- metadata.gz: 21d74847e14553c886c0368c41caf0da9b85f7a1489e5fad2166e976d076710047a99053ff42dbfa547af2923493cdc13a676035f9840142a4cffa534e99a3f2
7
- data.tar.gz: 4320337d0413b9b6919a599fe49123ad28f7e50797023332ea83943b8c769887eaf1f7603ca02a1dd61c24811dd29820600682c32d655d616b03b678ca02433a
6
+ metadata.gz: 85afe2c31b981df0f1604c53a2b9b99117a8309e6d7739225873d6d316151c5dd9e07d373deba3c481903701be5b2cf6d0583f10b7801dfb13b785fa53200bfe
7
+ data.tar.gz: 9ed76ac93d78d6d31927249cddd5474b61fc8a8618fee7dcbb9b8d393692872a153282f50fe30a31b8703192b8d0b82122ad2fc1f5733e9a640d22803d485cbe
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.72.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.71.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.70.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.72.0
@@ -200,8 +200,7 @@ module Aws::SMS
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -2193,7 +2192,7 @@ module Aws::SMS
2193
2192
  tracer: tracer
2194
2193
  )
2195
2194
  context[:gem_name] = 'aws-sdk-sms'
2196
- context[:gem_version] = '1.70.0'
2195
+ context[:gem_version] = '1.72.0'
2197
2196
  Seahorse::Client::Request.new(handlers, context)
2198
2197
  end
2199
2198
 
data/lib/aws-sdk-sms.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::SMS
54
54
  autoload :EndpointProvider, 'aws-sdk-sms/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sms/endpoints'
56
56
 
57
- GEM_VERSION = '1.70.0'
57
+ GEM_VERSION = '1.72.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-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.70.0
4
+ version: 1.72.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
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="