aws-sdk-iotsitewise 1.85.0 → 1.86.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-iotsitewise/client.rb +2 -3
- data/lib/aws-sdk-iotsitewise.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: d9517e5e01966b29073fd8bb70af745550375a1ac5f4fa5afb1c44b3cbec6ef4
|
4
|
+
data.tar.gz: e8e6e423ed13764e40b2d0b370699110b70c446a42b7781a6ec66d294e90da9d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b96f1f3584f7a8c66c8ddd8b56b47a664eb30457778aff3a9fcc1cc08ef8c350e9cfd356a4c970ad6edbfe96d6497b09ed1aafa1ea211ac69fdc0e72e34092aa
|
7
|
+
data.tar.gz: 5532361a08d9d765c9f224055ef5cb9b1becd5a486af00ff8e4aed3c13c39bf1d9c4741066226900ac57c6026723a6febfc50cd99e4d5b79ee1088e3a369cac0
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.86.0
|
@@ -202,8 +202,7 @@ module Aws::IoTSiteWise
|
|
202
202
|
# accepted modes and the configuration defaults that are included.
|
203
203
|
#
|
204
204
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
205
|
-
#
|
206
|
-
# to default service endpoint when available.
|
205
|
+
# When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
|
207
206
|
#
|
208
207
|
# @option options [Boolean] :disable_request_compression (false)
|
209
208
|
# When set to 'true' the request body will not be compressed
|
@@ -7459,7 +7458,7 @@ module Aws::IoTSiteWise
|
|
7459
7458
|
tracer: tracer
|
7460
7459
|
)
|
7461
7460
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
7462
|
-
context[:gem_version] = '1.
|
7461
|
+
context[:gem_version] = '1.86.0'
|
7463
7462
|
Seahorse::Client::Request.new(handlers, context)
|
7464
7463
|
end
|
7465
7464
|
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED