aws-sdk-launchwizard 1.21.0 → 1.22.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: ca7d260fa413ad559fa51bb9eed9d781de7787d2d72057014154fd972a1684af
4
- data.tar.gz: fa50f3b598b1cd7a7192eb70c4a0086ce279036533fc3cfd13e72401cfb69141
3
+ metadata.gz: 8c386b83855cae62cbdecbd98315320a43e31aa8b5873b8e3ae6b2954ab1944d
4
+ data.tar.gz: 9234565a043a91d37bec6d8970e097daf7488b0d237cc4f198e72442772f33d8
5
5
  SHA512:
6
- metadata.gz: 2294965ed0635699527b27034681de1c707989834ecb76360e7d0d43fc414e6f9cfac7897ba1ec0ba5d2872adce12b7f97d88efd78a02de684d82292d850f2f5
7
- data.tar.gz: f569ee3d9ea64cae6b1643c8886bb00826dec5b53e2ecde3147d21f533dfbe2d836008b974327fb5b8f84624c4cc9f73fed7a40ee74c5e361b8f8c10fe935569
6
+ metadata.gz: 7bd65f32a3a68a39e6599ed50d205ab0f76b4d8e128f6b78cf33692edaa5bfb0546ee0bee6e832c52e7fc252ca0ec8806737451f537b6f3a3816f1863f4562d2
7
+ data.tar.gz: e8642d378c7c5eccc3aa00c8c72ea2c1229c0a1f116d9d828c8d46230e65e16519b3ccb224eebd582e923817dbf3a8ce990cec10d9feab9b00947e042176ee97
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -200,8 +200,7 @@ module Aws::LaunchWizard
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
@@ -1022,7 +1021,7 @@ module Aws::LaunchWizard
1022
1021
  tracer: tracer
1023
1022
  )
1024
1023
  context[:gem_name] = 'aws-sdk-launchwizard'
1025
- context[:gem_version] = '1.21.0'
1024
+ context[:gem_version] = '1.22.0'
1026
1025
  Seahorse::Client::Request.new(handlers, context)
1027
1026
  end
1028
1027
 
@@ -54,7 +54,7 @@ module Aws::LaunchWizard
54
54
  autoload :EndpointProvider, 'aws-sdk-launchwizard/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-launchwizard/endpoints'
56
56
 
57
- GEM_VERSION = '1.21.0'
57
+ GEM_VERSION = '1.22.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-launchwizard
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services