aws-sdk-cloudhsm 1.69.0 → 1.70.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: 5ea6bde8cbed01953f477a4cac2b6c6c0e985064ca963f771839263df480c93c
4
- data.tar.gz: fe92adae6a1ceb34c3a923ac4cd838e0e58c64a631afa14601fab99a6f9cead6
3
+ metadata.gz: 82c16e87e702fb6026242860947f0dbb8e6b81174ea3c4d766ca75c9586bf401
4
+ data.tar.gz: c3c186ecd1262b760e9f6a9e50c24f2d04e86d9a2810db6e80dde05a33dfd525
5
5
  SHA512:
6
- metadata.gz: df8eceee4d01dd90b6ae3b7aec1066ef11f245ed360843d03bb29226366f215afb1d15a9611685e3410facf574e5e1e06ccce98f4a308f361da17c18129e603c
7
- data.tar.gz: 9976023d315d6a6d8bdf5fc2ace6044e6c0d4dd4f1e6092016d9fb59e8d8cc05b222db30346456deded36adc41904627529f2c00bdf1601f2c9163d8c6b8cc60
6
+ metadata.gz: 9b18eb8aa3c3a0004f661d0913f4d9a2f121292b9eaba968a23633c5d377c5274530c2703a2f9250e446913c8977fec87171e95d30be11349641a90deb179395
7
+ data.tar.gz: 228237654cf25a90d2eb9b56a718b5e0a8c76f643f24af66e82894e69e456d146dce09349080ce87f47f4cccc43ec7faf0908a5fc4da6328b3a4ee22df565bc4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.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.69.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -200,8 +200,7 @@ module Aws::CloudHSM
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
@@ -1661,7 +1660,7 @@ module Aws::CloudHSM
1661
1660
  tracer: tracer
1662
1661
  )
1663
1662
  context[:gem_name] = 'aws-sdk-cloudhsm'
1664
- context[:gem_version] = '1.69.0'
1663
+ context[:gem_version] = '1.70.0'
1665
1664
  Seahorse::Client::Request.new(handlers, context)
1666
1665
  end
1667
1666
 
@@ -54,7 +54,7 @@ module Aws::CloudHSM
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudhsm/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudhsm/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.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-cloudhsm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services