aws-sdk-ssmsap 1.36.0 → 1.37.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: 166aa11b9e6e5b4764c38df0a04994350bb357fe0a7bcebf1000f76d0c9e13fb
4
- data.tar.gz: 181ef8a570d643daa31f4730c00484412ea4060f717911bb1e39abe5153bbd43
3
+ metadata.gz: 67bfc43ab45ba5f4bc8ce586cd7e35ad7a3e263c049630018c2cd369fa04f6c2
4
+ data.tar.gz: 12edc13ec2d935308b94005722ae7fe0de109aecfa05ea46dfdc2f8de77d79ef
5
5
  SHA512:
6
- metadata.gz: ffaa361d8a07aac96523c885954d927531b25b2250a1094f591e233ab694696fba11587a1bc4430387c98452facf371fd2b47cc59226786913fbcf47e62ed07e
7
- data.tar.gz: b294e59e88812ddf4f71f80da66bace086f7d4476330b4b1d8077e4c2835bcf9a123157dcb5026291c9f267160a2b1c0ccae94ea721687bff0b4accf16af8cbb
6
+ metadata.gz: 91d988655e39d785da360d161e4275e63f31afd4a4354106800029030e97f980ee73b9f6e4d22da04d5d4775ba424a87036e2aebfa1311f05bff3289f92814d1
7
+ data.tar.gz: 33c55a05c1839b75b5da58b36cbf2a4a3d0ec74f5120b0fa1a23e36651e0954bc9c05d2d290336b77eead6b34e4488052819728a8ba3b47f541ebb9212ea6f22
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.36.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.0
@@ -200,8 +200,7 @@ module Aws::SsmSap
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
@@ -1483,7 +1482,7 @@ module Aws::SsmSap
1483
1482
  tracer: tracer
1484
1483
  )
1485
1484
  context[:gem_name] = 'aws-sdk-ssmsap'
1486
- context[:gem_version] = '1.36.0'
1485
+ context[:gem_version] = '1.37.0'
1487
1486
  Seahorse::Client::Request.new(handlers, context)
1488
1487
  end
1489
1488
 
@@ -54,7 +54,7 @@ module Aws::SsmSap
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmsap/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmsap/endpoints'
56
56
 
57
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.37.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-ssmsap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services