aws-sdk-lookoutmetrics 1.28.0 → 1.29.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: dceb62324725ce796bf3f0f42cc6180291c571970d70993192d5c985a1e4215c
4
- data.tar.gz: c2f06abebbafb3c17797f0162ed25e8c9c954a596547a7f3ea480488ba6e4c5f
3
+ metadata.gz: 15481530bfc45135e8cd50b4f6b415797486045e7f36dd95cea0545b7a4dfff7
4
+ data.tar.gz: bc5b132326cc57a73f6043f6c3651ca1fb19989b8e780f0f4276806de5033937
5
5
  SHA512:
6
- metadata.gz: 43a5eab09980087b6d5a4ff4c6e86096527fc1333db82b06041b0fdfe8a53659ad96b31a2bb41f358f35e7044c6d824a988b40bd2a626959520955b1b5762f21
7
- data.tar.gz: dfbe0d3a2f3d0932682f244c79fa5af293ba217a5d70d6e4225279ca1d69a8a2602abdd6d7d2b214c0e2be402dacc911c1138d831dfb8a195afc0889cd13c348
6
+ metadata.gz: b5544d6c40eb11b0522a62c828b3b35b23fda0a3047f34dd932f7beacd6ecef1b29b6e1001be8250e631865e7202bd5a214545d287e3bb86c0c95f6cc76b1760
7
+ data.tar.gz: d98cd6ec57dd4b6d5ebb27e5937074564a67a77ecdddf2001f717c362ea0b4c81b00d187918d9b8f4aebb06ad0967255df138a6eec56d852da2c9476d5068edb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.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.28.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -216,6 +216,10 @@ module Aws::LookoutMetrics
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
  #
@@ -2047,7 +2051,7 @@ module Aws::LookoutMetrics
2047
2051
  params: params,
2048
2052
  config: config)
2049
2053
  context[:gem_name] = 'aws-sdk-lookoutmetrics'
2050
- context[:gem_version] = '1.28.0'
2054
+ context[:gem_version] = '1.29.0'
2051
2055
  Seahorse::Client::Request.new(handlers, context)
2052
2056
  end
2053
2057
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lookoutmetrics/customizations'
52
52
  # @!group service
53
53
  module Aws::LookoutMetrics
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.29.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lookoutmetrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.29.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