aws-sdk-health 1.43.0 → 1.44.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: 1ef95d97bce1569614926d4768d200b91467948cfb2063ee83842df74740c65c
4
- data.tar.gz: a3a32e31f0654a27c4677145109757505ee5a633aad45b1af72102b11ee3ccd6
3
+ metadata.gz: a4eb6b6b46461d5ddc7d5bf63802b3a90b382eb255530077f4bed7ceef4e71ef
4
+ data.tar.gz: c016ef8262f0d90171e8dc75014d1241efc412f51d256797a8beeeb577a1d941
5
5
  SHA512:
6
- metadata.gz: '09943c6f0dd2ad18b7fe99f3555198d08c974f15be55c8079ea3bfbcc14c24d545265d95fb3ba378a5b25f29956c83a707bd6144fc5f788705005c4e99a6ea2f'
7
- data.tar.gz: f6f1d97d0346cc95c838a9fa6664b29ef5967bfd7aaba17fa7e4d4f1f58930b3ee523e2f70b9d23681e72d9c5fa68c3fcc6d45f13f5a132184397e80aeaff740
6
+ metadata.gz: f23ff6716a38858d835cb79687c6be61230fece3cf2a4037c29fe0518b6108002787485a6e9a4cdf58da4a3f799b4d3a729501773db31224f181f38ea6972ab6
7
+ data.tar.gz: 40e74ad305c992aec2087c01c484faf6c22693e80612617387c01b7ddd9abc09be124cb851534908a9cb2fd6d3adc5cd2cf34d2d9a122c8903e7fdb177867090
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.44.0 (2021-12-08)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Health
8
+
4
9
  1.43.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.43.0
1
+ 1.44.0
@@ -1302,11 +1302,11 @@ module Aws::Health
1302
1302
  #
1303
1303
  # <note markdown="1"> To call this operation, you must meet the following requirements:
1304
1304
  #
1305
- # * You must have a Business or Enterprise Support plan from [Amazon Web
1306
- # Services Support][1] to use the Health API. If you call the Health
1307
- # API from an Amazon Web Services account that doesn't have a
1308
- # Business or Enterprise Support plan, you receive a
1309
- # `SubscriptionRequiredException` error.
1305
+ # * You must have a Business, Enterprise On-Ramp, or Enterprise Support
1306
+ # plan from [Amazon Web Services Support][1] to use the Health API. If
1307
+ # you call the Health API from an Amazon Web Services account that
1308
+ # doesn't have a Business, Enterprise On-Ramp, or Enterprise Support
1309
+ # plan, you receive a `SubscriptionRequiredException` error.
1310
1310
  #
1311
1311
  # * You must have permission to call this operation from the
1312
1312
  # organization's management account. For example IAM policies, see
@@ -1349,7 +1349,7 @@ module Aws::Health
1349
1349
  params: params,
1350
1350
  config: config)
1351
1351
  context[:gem_name] = 'aws-sdk-health'
1352
- context[:gem_version] = '1.43.0'
1352
+ context[:gem_version] = '1.44.0'
1353
1353
  Seahorse::Client::Request.new(handlers, context)
1354
1354
  end
1355
1355
 
@@ -1716,7 +1716,8 @@ module Aws::Health
1716
1716
  #
1717
1717
  # * Your Amazon Web Services account doesn't include the Amazon Web
1718
1718
  # Services Support plan required to use the Health API. You must
1719
- # have either a Business or Enterprise Support plan.
1719
+ # have either a Business, Enterprise On-Ramp, or Enterprise Support
1720
+ # plan.
1720
1721
  # @return [String]
1721
1722
  #
1722
1723
  # @see http://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/OrganizationEventDetailsErrorItem AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-health/customizations'
48
48
  # @!group service
49
49
  module Aws::Health
50
50
 
51
- GEM_VERSION = '1.43.0'
51
+ GEM_VERSION = '1.44.0'
52
52
 
53
53
  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.43.0
4
+ version: 1.44.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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core