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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-health/client.rb +6 -6
- data/lib/aws-sdk-health/types.rb +2 -1
- data/lib/aws-sdk-health.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a4eb6b6b46461d5ddc7d5bf63802b3a90b382eb255530077f4bed7ceef4e71ef
|
4
|
+
data.tar.gz: c016ef8262f0d90171e8dc75014d1241efc412f51d256797a8beeeb577a1d941
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f23ff6716a38858d835cb79687c6be61230fece3cf2a4037c29fe0518b6108002787485a6e9a4cdf58da4a3f799b4d3a729501773db31224f181f38ea6972ab6
|
7
|
+
data.tar.gz: 40e74ad305c992aec2087c01c484faf6c22693e80612617387c01b7ddd9abc09be124cb851534908a9cb2fd6d3adc5cd2cf34d2d9a122c8903e7fdb177867090
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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
|
1306
|
-
# Services Support][1] to use the Health API. If
|
1307
|
-
# API from an Amazon Web Services account that
|
1308
|
-
# Business
|
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.
|
1352
|
+
context[:gem_version] = '1.44.0'
|
1353
1353
|
Seahorse::Client::Request.new(handlers, context)
|
1354
1354
|
end
|
1355
1355
|
|
data/lib/aws-sdk-health/types.rb
CHANGED
@@ -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
|
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
|
data/lib/aws-sdk-health.rb
CHANGED
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.
|
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
|
+
date: 2021-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|