aws-sdk-ioteventsdata 1.33.0 → 1.34.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-ioteventsdata/client.rb +5 -1
- data/lib/aws-sdk-ioteventsdata.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: 418b5de0fc2b2e47189146d3fa47837e78535d684fcd5692838d01e59ff7aa55
|
4
|
+
data.tar.gz: d4f40d23d95618db30618992d68f9f4bd0166e717ef46dc8cd6030bad2d4e3b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e921e19e7deef71a0e906bbcc5a0150d30b616f381e578ecae7f37a2d1c171d79b32198ea382e5ae5078d8da4ff8d4d08051f5af631a5256922b14a625f1a32
|
7
|
+
data.tar.gz: 173aab7afbc2e833d188e838e8268d29cd72dda9df398157cb63806f2283dcaf843823fae61512d5e0849cac9726031a0c7fdfc1a35cea3749c83b1044d01422
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.34.0
|
@@ -216,6 +216,10 @@ module Aws::IoTEventsData
|
|
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
|
#
|
@@ -913,7 +917,7 @@ module Aws::IoTEventsData
|
|
913
917
|
params: params,
|
914
918
|
config: config)
|
915
919
|
context[:gem_name] = 'aws-sdk-ioteventsdata'
|
916
|
-
context[:gem_version] = '1.
|
920
|
+
context[:gem_version] = '1.34.0'
|
917
921
|
Seahorse::Client::Request.new(handlers, context)
|
918
922
|
end
|
919
923
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-ioteventsdata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.34.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
|