aws-sdk-health 1.24.0 → 1.25.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: 0ec33542b739162ec3cf66dcf0b4d2651551bbf5f81e8bf600231367c4738a68
4
- data.tar.gz: cc9417d1600831551ab7c75a157e2df400d2f2bf406606104428c0f5891e39e5
3
+ metadata.gz: 2d30285f86e1bea46925cfef6e3076e165f5712eb178118d2402c0af22218ca4
4
+ data.tar.gz: 3ee8f8a457ad613125c0c78249a26f25082fd907365f12da126bda547277cc8e
5
5
  SHA512:
6
- metadata.gz: 1e5d988515dff9812942e5c79b1ad4d2a3373ad19399864e4cc3e0a4fc1c29f4fb58ec7056ec0f4bdd4271543fbbafde60a05eaabc565cf5d853202705a6a82b
7
- data.tar.gz: 35def45948fddfd5bf2993ecf6147922073691bf364cad9f893dd181927a641ab1b8d596dd692360fd66311858c8cf025acce22c354c709c41a27e711356c186
6
+ metadata.gz: 7c902902a6bddc428af1913e65e0d810bbd46ce7a8dd667fd8af89aa2b464bd1910f55f5be73ad594aacf18fc141a416280c9603b03b4784db8531d5f47a238a
7
+ data.tar.gz: 045ebc8dcb715c1df827c3cbda36fd4f76e4469253ec014fe5fcd648b23e264100180555f75a6d797941d24709942c77ae983bb2f435da14191ab5fba817ea82
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-health/customizations'
45
45
  # @service
46
46
  module Aws::Health
47
47
 
48
- GEM_VERSION = '1.24.0'
48
+ GEM_VERSION = '1.25.0'
49
49
 
50
50
  end
@@ -176,7 +176,7 @@ module Aws::Health
176
176
  # requests fetching endpoints information. Defaults to 60 sec.
177
177
  #
178
178
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
179
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
180
  #
181
181
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
182
  # The log formatter.
@@ -1124,7 +1124,7 @@ module Aws::Health
1124
1124
  params: params,
1125
1125
  config: config)
1126
1126
  context[:gem_name] = 'aws-sdk-health'
1127
- context[:gem_version] = '1.24.0'
1127
+ context[:gem_version] = '1.25.0'
1128
1128
  Seahorse::Client::Request.new(handlers, context)
1129
1129
  end
1130
1130
 
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.24.0
4
+ version: 1.25.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: 2020-05-19 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core