aws-sdk-migrationhub 1.72.0 → 1.73.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-migrationhub/client.rb +2 -3
- data/lib/aws-sdk-migrationhub.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: 229d0bd459ce83d94cba51cf87f06758dbfc4a47258f859679e378ff9a262744
|
4
|
+
data.tar.gz: 8e32179da2fbf46ed81c71725df52cfe269fe3eefd76b0f2e4046d63222f9eff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a42f0328e7dfa03a1315792e45ca42069c9cadc9f49f64e5c8e65c26b2c85ce11bb60eb2188912e8e7c7aaba34379a69cb36c53f3940c39b11d64bf401c7e7cd
|
7
|
+
data.tar.gz: 4f89ebe8bafce8400dda47bffc80e02b1c8b0ef668fa84d4170b6e4e67672850b5c1757b5cfe26fab8c99b7231e43aad4d77059f3ea55ed72610b695be10c935
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -200,8 +200,7 @@ module Aws::MigrationHub
|
|
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
|
@@ -1536,7 +1535,7 @@ module Aws::MigrationHub
|
|
1536
1535
|
tracer: tracer
|
1537
1536
|
)
|
1538
1537
|
context[:gem_name] = 'aws-sdk-migrationhub'
|
1539
|
-
context[:gem_version] = '1.
|
1538
|
+
context[:gem_version] = '1.73.0'
|
1540
1539
|
Seahorse::Client::Request.new(handlers, context)
|
1541
1540
|
end
|
1542
1541
|
|
data/lib/aws-sdk-migrationhub.rb
CHANGED