aws-sdk-lookoutequipment 1.20.0 → 1.21.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ecad5449d8078c7561a8f57a5e0c4bf4c0032753b0a5d8e351a476e77bdd1ae
4
- data.tar.gz: 2a867839df2b749f7baeac5f923d1a1d60656391a2e3e201808d4fc2c7b33de9
3
+ metadata.gz: cacc268374195d1a335beca57beef63b00fd755646c8337c536f29c8978b821b
4
+ data.tar.gz: 5b45841006d094144d6bdfbce491b9402b2188aee8509fe90d7ef11a99f6ff1a
5
5
  SHA512:
6
- metadata.gz: 4b9b25ed6d7f1753dd368daeb515c6bcf13370f02c01ba8350242fb0dd0a0a480ce31a96b7f6f554d7f67093cfdedc0fe40d4875816acdd1057dc10094f8294d
7
- data.tar.gz: e01e773def84193019800941933e94b6278a7476b8d811358c81105cef32284e633891e83a5978037112c978beab10b0be2456693afbb7ddfff49d1a85487db4
6
+ metadata.gz: ff9a97cf2879a1c5302d1d1f1690756e800c233a0216f3be933870af8b4060a0f7e929ff04c10131eaa34ed402f1670386254ee512594e4b2fd41c2d49ba9335
7
+ data.tar.gz: 12d2f5f6ee8891e6de3627e3f5d453b904d4bdc32227ccb54c4e3a52d2e295aa7e07fc099b66c421bbd21f3a1ac5d4bbadfc0af5e156d4df521f0e3255a90200
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.20.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.20.0
1
+ 1.21.0
@@ -216,6 +216,10 @@ module Aws::LookoutEquipment
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
  #
@@ -2206,7 +2210,7 @@ module Aws::LookoutEquipment
2206
2210
  params: params,
2207
2211
  config: config)
2208
2212
  context[:gem_name] = 'aws-sdk-lookoutequipment'
2209
- context[:gem_version] = '1.20.0'
2213
+ context[:gem_version] = '1.21.0'
2210
2214
  Seahorse::Client::Request.new(handlers, context)
2211
2215
  end
2212
2216
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lookoutequipment/customizations'
52
52
  # @!group service
53
53
  module Aws::LookoutEquipment
54
54
 
55
- GEM_VERSION = '1.20.0'
55
+ GEM_VERSION = '1.21.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutequipment
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.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-06 00:00:00.000000000 Z
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