aws-sdk-health 1.72.0 → 1.73.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: 26d360fd70849d033d7126a49603f5ec47844b622aa2bf54f85ffb641b57cb88
4
- data.tar.gz: 0fe8cd78f924959ea8c6228975af3ce0505206824845f0fb15cbf27bfd88f69b
3
+ metadata.gz: 76d207058d412c596555ff9b93fb20864c24aaca7b9ff1dbfba1c62ebc541581
4
+ data.tar.gz: d6e76723a00c2877a5f367bfd33d7d465403dae9a2a78656b43e13e2d54a6eb2
5
5
  SHA512:
6
- metadata.gz: f1826195b1b372781dcc9fcf0e43d6b9bee8d9dbc5132f6e6e31469645d409c27c26525aabdeddb1dfac145945283a4a7515091d47a58d29de5902e8e7fb68fd
7
- data.tar.gz: 0c82457dd3cc31ff56527fd9e0cf0df219402c00d40da5a9128f9d6764fbed7f64d9751bf0d399542a0a36533b5f2e53450e39a795fbbf9b111fbdbfe3e9f75b
6
+ metadata.gz: ea2d008454948165c1d664ab272ea7103c6a899a4a4ce07bef7d726f23962455bef3edc62588e0d3fdc0b834be125b29aed764857e440e4f17db55914f284c59
7
+ data.tar.gz: 196858fe5c02102d717189d70b3ef1ac5bb04643d4fb2cab71b59a77250d7e8fd084e697611dc2f66b1a48862f85e9e77721c5120a79ce6337b244f9dd1df4da
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.72.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:health)
40
-
41
39
  module Aws::Health
42
40
  # An API client for Health. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -1521,7 +1519,7 @@ module Aws::Health
1521
1519
  tracer: tracer
1522
1520
  )
1523
1521
  context[:gem_name] = 'aws-sdk-health'
1524
- context[:gem_version] = '1.72.0'
1522
+ context[:gem_version] = '1.73.0'
1525
1523
  Seahorse::Client::Request.new(handlers, context)
1526
1524
  end
1527
1525
 
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:health)
15
+
14
16
  # This module provides support for AWS Health APIs and Notifications. This module is available in the
15
17
  # `aws-sdk-health` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::Health
52
54
  autoload :EndpointProvider, 'aws-sdk-health/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-health/endpoints'
54
56
 
55
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.73.0'
56
58
 
57
59
  end
58
60
 
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.72.0
4
+ version: 1.73.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core