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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-launchwizard/client.rb +2 -3
- data/lib/aws-sdk-launchwizard.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8c386b83855cae62cbdecbd98315320a43e31aa8b5873b8e3ae6b2954ab1944d
|
4
|
+
data.tar.gz: 9234565a043a91d37bec6d8970e097daf7488b0d237cc4f198e72442772f33d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bd65f32a3a68a39e6599ed50d205ab0f76b4d8e128f6b78cf33692edaa5bfb0546ee0bee6e832c52e7fc252ca0ec8806737451f537b6f3a3816f1863f4562d2
|
7
|
+
data.tar.gz: e8642d378c7c5eccc3aa00c8c72ea2c1229c0a1f116d9d828c8d46230e65e16519b3ccb224eebd582e923817dbf3a8ce990cec10d9feab9b00947e042176ee97
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
-
#
|
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.
|
1024
|
+
context[:gem_version] = '1.22.0'
|
1026
1025
|
Seahorse::Client::Request.new(handlers, context)
|
1027
1026
|
end
|
1028
1027
|
|
data/lib/aws-sdk-launchwizard.rb
CHANGED