aws-sdk-iotfleethub 1.17.0 → 1.18.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-iotfleethub/client.rb +5 -1
- data/lib/aws-sdk-iotfleethub.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ccfcb7d1e21f0377a1928d3d4cfe4f7f8bfbe784b5ed8124e46599b4f5467a0
|
|
4
|
+
data.tar.gz: 950663e459aadcd9deb5a6e187d01e19901c2b978d8cb7bb01b73c843fdfff81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 741ffd570b1db60cf34479cb6601b7062b72d22347137f8d71a2afe2c68c7760496f36bc7376e61d81112789564d88882ff3481431d27c9eeb3e18ab0f0b1466
|
|
7
|
+
data.tar.gz: a09996e26ce16a7e298360c06dcc96bbf514dcdfd503ab1189389e8f5579fa13496323a8301f1cec910c22adc0845527d4b970170e2ce65379b0e59c611d1c63
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.18.0
|
|
@@ -216,6 +216,10 @@ module Aws::IoTFleetHub
|
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
218
218
|
#
|
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
221
|
+
# variables and the shared configuration file.
|
|
222
|
+
#
|
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
220
224
|
# The log formatter.
|
|
221
225
|
#
|
|
@@ -728,7 +732,7 @@ module Aws::IoTFleetHub
|
|
|
728
732
|
params: params,
|
|
729
733
|
config: config)
|
|
730
734
|
context[:gem_name] = 'aws-sdk-iotfleethub'
|
|
731
|
-
context[:gem_version] = '1.
|
|
735
|
+
context[:gem_version] = '1.18.0'
|
|
732
736
|
Seahorse::Client::Request.new(handlers, context)
|
|
733
737
|
end
|
|
734
738
|
|
data/lib/aws-sdk-iotfleethub.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-iotfleethub
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.18.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|