aws-sdk-iotsitewise 1.54.0 → 1.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-iotsitewise/client.rb +5 -1
- data/lib/aws-sdk-iotsitewise.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: c30863039cc58bf80c9a504e0f21aa45ceab4280012bcefd4ce2d1c73ccd5794
|
4
|
+
data.tar.gz: f49de7fe413f194defc98cec2047db776b9ebeca6c5fb5934b34b42706db9a22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41808800d74b1d664edf930e1e8f3ce56ace918a5b3b60016f928e96047515d361422ed104b1d09f9a1eade471935d21f6079094bb5629f10ebc3b328af88c2d
|
7
|
+
data.tar.gz: 665a4d6fa3bff7880daba28684c90f747682638232581f9951a4a47a4717e572b54db66837e96529b2920a6b4adc0048f96f67ae2d440ce6dea1754b787627fd
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.55.0
|
@@ -216,6 +216,10 @@ module Aws::IoTSiteWise
|
|
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
|
#
|
@@ -5053,7 +5057,7 @@ module Aws::IoTSiteWise
|
|
5053
5057
|
params: params,
|
5054
5058
|
config: config)
|
5055
5059
|
context[:gem_name] = 'aws-sdk-iotsitewise'
|
5056
|
-
context[:gem_version] = '1.
|
5060
|
+
context[:gem_version] = '1.55.0'
|
5057
5061
|
Seahorse::Client::Request.new(handlers, context)
|
5058
5062
|
end
|
5059
5063
|
|
data/lib/aws-sdk-iotsitewise.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-iotsitewise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.55.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
|