aws-sdk-iotdeviceadvisor 1.48.0 → 1.49.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-iotdeviceadvisor/client.rb +2 -3
- data/lib/aws-sdk-iotdeviceadvisor.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: 6589227350d419586a4f23b48eadad2a0927600632ef282548085cde3efb9da8
|
4
|
+
data.tar.gz: 4a1be221fc34fc1c072b2c3e773754851ad16ebccb2d86e0af4c885bdb37658b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8a46aa9aff88b54188ed8a6890d93a86994043b117c61ee27d3eb0342fc84b746ab3c8bcabf28656cf1b6645db092d9ae9f7db6aae5ff3464cace1946d23272a
|
7
|
+
data.tar.gz: e71e3dac3560467c7b932e68b181509f779162961b4c28fe4e9795360141abdfd2f163d3c66acfcbc0deecf024bcbc08a1e9f7308ee67be9b7b95aa7ab354f09
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.49.0
|
@@ -200,8 +200,7 @@ module Aws::IoTDeviceAdvisor
|
|
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
|
@@ -1158,7 +1157,7 @@ module Aws::IoTDeviceAdvisor
|
|
1158
1157
|
tracer: tracer
|
1159
1158
|
)
|
1160
1159
|
context[:gem_name] = 'aws-sdk-iotdeviceadvisor'
|
1161
|
-
context[:gem_version] = '1.
|
1160
|
+
context[:gem_version] = '1.49.0'
|
1162
1161
|
Seahorse::Client::Request.new(handlers, context)
|
1163
1162
|
end
|
1164
1163
|
|