aws-sdk-health 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62f4c67fa440b680f89977a277e9364e166e80046dede5ec0939be1109dece61
4
- data.tar.gz: a871be96d8ffc8f9e9a9cae96902741710d4bcec7b0b5236ac7cf27e860ab0a1
3
+ metadata.gz: b98cd44b4ed0bb414a34b4e180c132f2357b8e281a4775abf03ea756bae75e92
4
+ data.tar.gz: 4953634ea677ae4e027dd9878b85bc8bbc80c2a95c72fc7a753bf72cdb6cc454
5
5
  SHA512:
6
- metadata.gz: 5b3458944ed054ad1ba9a4b43ccd504ec708a72247c3a659304a5c5af71cf0958e3369c327f38f999d54e446d8015e32ebf03914e322e25696cf73628ce5e389
7
- data.tar.gz: 520cf20b5e20f34f2d76f0c75b97ba3760c91c8c62cf23e642126aceaa05237910e38095aaf76c524760b06d41a05094204cc772176ccff53ce3f1af0a82fbb3
6
+ metadata.gz: c8d48a52950e4022388866b8a6c69134cc6e1e543d9617c23d0af18efbf4b5c7f816faa326eac2373f3f33091928cd225310f39074b79e2b472ef1cd18f64c81
7
+ data.tar.gz: c524032829f0b618ddd0a2e58c3ef02745a11e59b4cc77d29c5d0b4def2eeeac5b0c3cadf8196d9055c3466af956d7cf2fab062d1eeeef605a37b2df1357ca32
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.55.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.54.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.55.0
@@ -216,6 +216,10 @@ module Aws::Health
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
  #
@@ -1396,7 +1400,7 @@ module Aws::Health
1396
1400
  params: params,
1397
1401
  config: config)
1398
1402
  context[:gem_name] = 'aws-sdk-health'
1399
- context[:gem_version] = '1.54.0'
1403
+ context[:gem_version] = '1.55.0'
1400
1404
  Seahorse::Client::Request.new(handlers, context)
1401
1405
  end
1402
1406
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-health/customizations'
52
52
  # @!group service
53
53
  module Aws::Health
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.55.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-health
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.54.0
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-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