aws-sdk-health 1.32.0 → 1.36.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: 936fba80fb92d8ef022b98ba518e1bd2ac2f1bb8c7a4f22924c99b85e1e26295
4
- data.tar.gz: 87ae5ca5568f90565a2a8d4bf7b54a38795710c4dee5d5ed47e6dbdf92fbbddd
3
+ metadata.gz: c19c8b9fb85a91e272db7cc3abf7253fc19eb6e9ff047d99da3bb22a99810470
4
+ data.tar.gz: 3ae2cd91c59da14bd9db9b91459b5ea8b1dc65b97d3c51c01d1f269d11b68f2e
5
5
  SHA512:
6
- metadata.gz: 82a36b2d0b876aaeb7771ff2542d8169ed76602ba32b03c832829123f4227bf74073bfaa27ba6f6b33374d1ac933b64f0f79781bc754ae0fe94b6c765da22a2d
7
- data.tar.gz: c7b312a8a835db6ac2c9089ce55be9a7b7f8bf31ab6377014348c2003cd09f562de6a603cfe9dd660ae9fcee7c36162593433bf5c19bdf46a42bc782ce0b2dd5
6
+ metadata.gz: d0deb7a3f91849d2d16abec9cc2152d1a43973d238dcc942e9ec06fdf5df8bce787e5c67ddf403a7c3a59a7bc46ce95e95142612301a5a448c728913208a3766
7
+ data.tar.gz: d8f1cd045a7ad643d130d622a94d217803244cef67fe080331e7bc3bb511d6e31acd4e8ebd31585e1f5e84ff75f34671f224b05ddd911320c70bf0bca0c471b0
data/CHANGELOG.md ADDED
@@ -0,0 +1,256 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.36.0 (2021-07-19)
5
+ ------------------
6
+
7
+ * Feature - In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
8
+
9
+ 1.35.0 (2021-05-04)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for health
13
+
14
+ 1.34.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.33.0 (2021-02-18)
20
+ ------------------
21
+
22
+ * Feature - Documentation updates for health
23
+
24
+ 1.32.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.31.0 (2020-09-30)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.30.0 (2020-09-15)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.29.0 (2020-08-25)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.28.0 (2020-08-04)
45
+ ------------------
46
+
47
+ * Feature - Documentation updates for health
48
+
49
+ 1.27.0 (2020-06-23)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.26.1 (2020-06-11)
55
+ ------------------
56
+
57
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
58
+
59
+ 1.26.0 (2020-06-10)
60
+ ------------------
61
+
62
+ * Issue - This version has been yanked. (#2327).
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.25.0 (2020-05-28)
66
+ ------------------
67
+
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.24.0 (2020-05-19)
71
+ ------------------
72
+
73
+ * Feature - Feature: Health: AWS Health added a new field to differentiate Public events from Account-Specific events in the API request and response. Visit https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html to learn more.
74
+
75
+ 1.23.0 (2020-05-07)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.22.0 (2020-03-09)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.21.0 (2019-12-23)
86
+ ------------------
87
+
88
+ * Feature - With this release, you can now centrally aggregate AWS Health events from all accounts in your AWS organization. Visit AWS Health documentation to learn more about enabling and using this feature: https://docs.aws.amazon.com/health/latest/ug/organizational-view-health.html.
89
+
90
+ 1.20.0 (2019-10-23)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.19.0 (2019-07-25)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.18.0 (2019-07-01)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.17.0 (2019-06-20)
106
+ ------------------
107
+
108
+ * Feature - API improvements for the AWS Health service.
109
+
110
+ 1.16.0 (2019-06-17)
111
+ ------------------
112
+
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.15.0 (2019-05-21)
116
+ ------------------
117
+
118
+ * Feature - API update.
119
+
120
+ 1.14.0 (2019-05-15)
121
+ ------------------
122
+
123
+ * Feature - API update.
124
+
125
+ 1.13.0 (2019-05-14)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.12.0 (2019-03-21)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.11.0 (2019-03-18)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.10.0 (2019-03-14)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.9.0 (2018-12-04)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.8.0 (2018-11-20)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.7.0 (2018-10-24)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.6.0 (2018-10-23)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.5.0 (2018-09-06)
166
+ ------------------
167
+
168
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
169
+
170
+ 1.4.0 (2018-09-05)
171
+ ------------------
172
+
173
+ * Feature - API update.
174
+
175
+ 1.3.0 (2018-08-07)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.2.0 (2018-08-06)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.1.0 (2018-06-26)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.0.1 (2018-02-16)
191
+ ------------------
192
+
193
+ * Issue - Update `aws-sdk-health` gemspec metadata.
194
+
195
+ 1.0.0 (2017-08-29)
196
+ ------------------
197
+
198
+ 1.0.0.rc13 (2017-08-15)
199
+ ------------------
200
+
201
+ * Feature - API update.
202
+
203
+ 1.0.0.rc12 (2017-08-01)
204
+ ------------------
205
+
206
+ * Feature - API update.
207
+
208
+ 1.0.0.rc11 (2017-07-25)
209
+ ------------------
210
+
211
+ * Feature - API update.
212
+
213
+ 1.0.0.rc10 (2017-07-13)
214
+ ------------------
215
+
216
+ * Feature - API update.
217
+
218
+ 1.0.0.rc9 (2017-07-06)
219
+ ------------------
220
+
221
+ * Feature - API update.
222
+
223
+ 1.0.0.rc8 (2017-06-29)
224
+ ------------------
225
+
226
+ * Feature - API update.
227
+
228
+ 1.0.0.rc7 (2017-05-23)
229
+ ------------------
230
+
231
+ * Feature - API update.
232
+
233
+ 1.0.0.rc6 (2017-05-09)
234
+ ------------------
235
+
236
+ * Feature - API update.
237
+
238
+ 1.0.0.rc5 (2017-05-09)
239
+ ------------------
240
+
241
+ * Feature - API update.
242
+
243
+ 1.0.0.rc4 (2017-04-21)
244
+ ------------------
245
+
246
+ * Feature - API update.
247
+
248
+ 1.0.0.rc3 (2017-01-24)
249
+ ------------------
250
+
251
+ * Feature - API update.
252
+
253
+ 1.0.0.rc2 (2016-12-09)
254
+ ------------------
255
+
256
+ * Feature - Initial release of `aws-sdk-health`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.36.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -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.32.0'
51
+ GEM_VERSION = '1.36.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -344,7 +344,7 @@ module Aws::Health
344
344
  # Before you can call this operation, you must first enable AWS Health
345
345
  # to work with AWS Organizations. To do this, call the
346
346
  # [EnableHealthServiceAccessForOrganization][2] operation from your
347
- # organization's master account.
347
+ # organization's management account.
348
348
  #
349
349
  # <note markdown="1"> This API operation uses pagination. Specify the `nextToken` parameter
350
350
  # in the next request to return more results.
@@ -357,10 +357,13 @@ module Aws::Health
357
357
  # [2]: https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
358
358
  #
359
359
  # @option params [required, String] :event_arn
360
- # The unique identifier for the event. Format:
360
+ # The unique identifier for the event. The event ARN has the
361
361
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
362
- # `. Example: `Example:
363
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
362
+ # ` format.
363
+ #
364
+ # For example, an event ARN might look like the following:
365
+ #
366
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
364
367
  #
365
368
  # @option params [String] :next_token
366
369
  # If the results of a search are large, only a portion of the results
@@ -415,11 +418,20 @@ module Aws::Health
415
418
  # At least one event ARN is required. Results are sorted by the
416
419
  # `lastUpdatedTime` of the entity, starting with the most recent.
417
420
  #
418
- # <note markdown="1"> This API operation uses pagination. Specify the `nextToken` parameter
419
- # in the next request to return more results.
421
+ # <note markdown="1"> * This API operation uses pagination. Specify the `nextToken`
422
+ # parameter in the next request to return more results.
423
+ #
424
+ # * This operation supports resource-level permissions. You can use this
425
+ # operation to allow or deny access to specific AWS Health events. For
426
+ # more information, see [Resource- and action-based conditions][1] in
427
+ # the *AWS Health User Guide*.
420
428
  #
421
429
  # </note>
422
430
  #
431
+ #
432
+ #
433
+ # [1]: https://docs.aws.amazon.com/health/latest/ug/security_iam_id-based-policy-examples.html#resource-action-based-conditions
434
+ #
423
435
  # @option params [required, Types::EntityFilter] :filter
424
436
  # Values to narrow the results returned. At least one event ARN is
425
437
  # required.
@@ -507,16 +519,22 @@ module Aws::Health
507
519
  # Before you can call this operation, you must first enable AWS Health
508
520
  # to work with AWS Organizations. To do this, call the
509
521
  # [EnableHealthServiceAccessForOrganization][1] operation from your
510
- # organization's master account.
522
+ # organization's management account.
511
523
  #
512
- # <note markdown="1"> This API operation uses pagination. Specify the `nextToken` parameter
513
- # in the next request to return more results.
524
+ # <note markdown="1"> * This API operation uses pagination. Specify the `nextToken`
525
+ # parameter in the next request to return more results.
526
+ #
527
+ # * This operation doesn't support resource-level permissions. You
528
+ # can't use this operation to allow or deny access to specific AWS
529
+ # Health events. For more information, see [Resource- and action-based
530
+ # conditions][2] in the *AWS Health User Guide*.
514
531
  #
515
532
  # </note>
516
533
  #
517
534
  #
518
535
  #
519
536
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
537
+ # [2]: https://docs.aws.amazon.com/health/latest/ug/security_iam_id-based-policy-examples.html#resource-action-based-conditions
520
538
  #
521
539
  # @option params [required, Array<Types::EventAccountFilter>] :organization_entity_filters
522
540
  # A JSON set of elements including the `awsAccountId` and the
@@ -713,19 +731,27 @@ module Aws::Health
713
731
  end
714
732
 
715
733
  # Returns detailed information about one or more specified events.
716
- # Information includes standard event data (Region, service, and so on,
717
- # as returned by [DescribeEvents][1]), a detailed event description, and
718
- # possible additional metadata that depends upon the nature of the
719
- # event. Affected entities are not included. To retrieve those, use the
720
- # [DescribeAffectedEntities][2] operation.
734
+ # Information includes standard event data (AWS Region, service, and so
735
+ # on, as returned by [DescribeEvents][1]), a detailed event description,
736
+ # and possible additional metadata that depends upon the nature of the
737
+ # event. Affected entities are not included. To retrieve the entities,
738
+ # use the [DescribeAffectedEntities][2] operation.
721
739
  #
722
- # If a specified event cannot be retrieved, an error message is returned
740
+ # If a specified event can't be retrieved, an error message is returned
723
741
  # for that event.
724
742
  #
743
+ # <note markdown="1"> This operation supports resource-level permissions. You can use this
744
+ # operation to allow or deny access to specific AWS Health events. For
745
+ # more information, see [Resource- and action-based conditions][3] in
746
+ # the *AWS Health User Guide*.
747
+ #
748
+ # </note>
749
+ #
725
750
  #
726
751
  #
727
752
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEvents.html
728
753
  # [2]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntities.html
754
+ # [3]: https://docs.aws.amazon.com/health/latest/ug/security_iam_id-based-policy-examples.html#resource-action-based-conditions
729
755
  #
730
756
  # @option params [required, Array<String>] :event_arns
731
757
  # A list of event ARNs (unique identifiers). For example:
@@ -780,41 +806,51 @@ module Aws::Health
780
806
  end
781
807
 
782
808
  # Returns detailed information about one or more specified events for
783
- # one or more accounts in your organization. Information includes
784
- # standard event data (Region, service, and so on, as returned by
785
- # [DescribeEventsForOrganization][1]), a detailed event description, and
786
- # possible additional metadata that depends upon the nature of the
787
- # event. Affected entities are not included; to retrieve those, use the
788
- # [DescribeAffectedEntitiesForOrganization][2] operation.
789
- #
790
- # Before you can call this operation, you must first enable AWS Health
809
+ # one or more AWS accounts in your organization. This information
810
+ # includes standard event data (such as the AWS Region and service), an
811
+ # event description, and (depending on the event) possible metadata.
812
+ # This operation doesn't return affected entities, such as the
813
+ # resources related to the event. To return affected entities, use the
814
+ # [DescribeAffectedEntitiesForOrganization][1] operation.
815
+ #
816
+ # <note markdown="1"> Before you can call this operation, you must first enable AWS Health
791
817
  # to work with AWS Organizations. To do this, call the
792
- # [EnableHealthServiceAccessForOrganization][3] operation from your
793
- # organization's master account.
818
+ # [EnableHealthServiceAccessForOrganization][2] operation from your
819
+ # organization's management account.
820
+ #
821
+ # </note>
794
822
  #
795
- # When you call the `DescribeEventDetailsForOrganization` operation, you
823
+ # When you call the `DescribeEventDetailsForOrganization` operation,
796
824
  # specify the `organizationEventDetailFilters` object in the request.
797
825
  # Depending on the AWS Health event type, note the following
798
826
  # differences:
799
827
  #
800
- # * If the event is public, the `awsAccountId` parameter must be empty.
801
- # If you specify an account ID for a public event, then an error
802
- # message is returned. That's because the event might apply to all
803
- # AWS accounts and isn't specific to an account in your organization.
828
+ # * To return event details for a public event, you must specify a null
829
+ # value for the `awsAccountId` parameter. If you specify an account ID
830
+ # for a public event, AWS Health returns an error message because
831
+ # public events aren't specific to an account.
804
832
  #
805
- # * If the event is specific to an account, then you must specify the
806
- # `awsAccountId` parameter in the request. If you don't specify an
807
- # account ID, an error message returns because the event is specific
808
- # to an AWS account in your organization.
833
+ # * To return event details for an event that is specific to an account
834
+ # in your organization, you must specify the `awsAccountId` parameter
835
+ # in the request. If you don't specify an account ID, AWS Health
836
+ # returns an error message because the event is specific to an account
837
+ # in your organization.
809
838
  #
810
- # For more information, see [Event][4].
839
+ # For more information, see [Event][3].
811
840
  #
841
+ # <note markdown="1"> This operation doesn't support resource-level permissions. You can't
842
+ # use this operation to allow or deny access to specific AWS Health
843
+ # events. For more information, see [Resource- and action-based
844
+ # conditions][4] in the *AWS Health User Guide*.
812
845
  #
846
+ # </note>
813
847
  #
814
- # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventsForOrganization.html
815
- # [2]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntitiesForOrganization.html
816
- # [3]: https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
817
- # [4]: https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html
848
+ #
849
+ #
850
+ # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntitiesForOrganization.html
851
+ # [2]: https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
852
+ # [3]: https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html
853
+ # [4]: https://docs.aws.amazon.com/health/latest/ug/security_iam_id-based-policy-examples.html#resource-action-based-conditions
818
854
  #
819
855
  # @option params [required, Array<Types::EventAccountFilter>] :organization_event_detail_filters
820
856
  # A set of JSON elements that includes the `awsAccountId` and the
@@ -874,15 +910,23 @@ module Aws::Health
874
910
  req.send_request(options)
875
911
  end
876
912
 
877
- # Returns the event types that meet the specified filter criteria. If no
878
- # filter criteria are specified, all event types are returned, in no
879
- # particular order.
913
+ # Returns the event types that meet the specified filter criteria. You
914
+ # can use this API operation to find information about the AWS Health
915
+ # event, such as the category, AWS service, and event code. The metadata
916
+ # for each event appears in the [EventType][1] object.
917
+ #
918
+ # If you don't specify a filter criteria, the API operation returns all
919
+ # event types, in no particular order.
880
920
  #
881
921
  # <note markdown="1"> This API operation uses pagination. Specify the `nextToken` parameter
882
922
  # in the next request to return more results.
883
923
  #
884
924
  # </note>
885
925
  #
926
+ #
927
+ #
928
+ # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_EventType.html
929
+ #
886
930
  # @option params [Types::EventTypeFilter] :filter
887
931
  # Values to narrow the results returned.
888
932
  #
@@ -1083,7 +1127,7 @@ module Aws::Health
1083
1127
  # Before you can call this operation, you must first enable AWS Health
1084
1128
  # to work with AWS Organizations. To do this, call the
1085
1129
  # [EnableHealthServiceAccessForOrganization][5] operation from your
1086
- # organization's master AWS account.
1130
+ # organization's management account.
1087
1131
  #
1088
1132
  # <note markdown="1"> This API operation uses pagination. Specify the `nextToken` parameter
1089
1133
  # in the next request to return more results.
@@ -1180,7 +1224,7 @@ module Aws::Health
1180
1224
  # This operation provides status information on enabling or disabling
1181
1225
  # AWS Health to work with your organization. To call this operation, you
1182
1226
  # must sign in as an IAM user, assume an IAM role, or sign in as the
1183
- # root user (not recommended) in the organization's master account.
1227
+ # root user (not recommended) in the organization's management account.
1184
1228
  #
1185
1229
  # @return [Types::DescribeHealthServiceStatusForOrganizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1186
1230
  #
@@ -1202,15 +1246,15 @@ module Aws::Health
1202
1246
  # Disables AWS Health from working with AWS Organizations. To call this
1203
1247
  # operation, you must sign in as an AWS Identity and Access Management
1204
1248
  # (IAM) user, assume an IAM role, or sign in as the root user (not
1205
- # recommended) in the organization's master AWS account. For more
1249
+ # recommended) in the organization's management account. For more
1206
1250
  # information, see [Aggregating AWS Health events][1] in the *AWS Health
1207
1251
  # User Guide*.
1208
1252
  #
1209
- # This operation doesn't remove the service-linked role (SLR) from the
1210
- # AWS master account in your organization. You must use the IAM console,
1211
- # API, or AWS Command Line Interface (AWS CLI) to remove the SLR. For
1212
- # more information, see [Deleting a Service-Linked Role][2] in the *IAM
1213
- # User Guide*.
1253
+ # This operation doesn't remove the service-linked role from the
1254
+ # management account in your organization. You must use the IAM console,
1255
+ # API, or AWS Command Line Interface (AWS CLI) to remove the
1256
+ # service-linked role. For more information, see [Deleting a
1257
+ # Service-Linked Role][2] in the *IAM User Guide*.
1214
1258
  #
1215
1259
  # <note markdown="1"> You can also disable the organizational feature by using the
1216
1260
  # Organizations [DisableAWSServiceAccess][3] API operation. After you
@@ -1238,18 +1282,36 @@ module Aws::Health
1238
1282
  req.send_request(options)
1239
1283
  end
1240
1284
 
1241
- # Calling this operation enables AWS Health to work with AWS
1242
- # Organizations. This applies a service-linked role (SLR) to the master
1243
- # account in the organization. To call this operation, you must sign in
1244
- # as an IAM user, assume an IAM role, or sign in as the root user (not
1245
- # recommended) in the organization's master account.
1285
+ # Enables AWS Health to work with AWS Organizations. You can use the
1286
+ # organizational view feature to aggregate events from all AWS accounts
1287
+ # in your organization in a centralized location.
1246
1288
  #
1247
- # For more information, see [Aggregating AWS Health events][1] in the
1248
- # *AWS Health User Guide*.
1289
+ # This operation also creates a service-linked role for the management
1290
+ # account in the organization.
1249
1291
  #
1292
+ # <note markdown="1"> To call this operation, you must meet the following requirements:
1250
1293
  #
1294
+ # * You must have a Business or Enterprise Support plan from [AWS
1295
+ # Support][1] to use the AWS Health API. If you call the AWS Health
1296
+ # API from an AWS account that doesn't have a Business or Enterprise
1297
+ # Support plan, you receive a `SubscriptionRequiredException` error.
1251
1298
  #
1252
- # [1]: https://docs.aws.amazon.com/health/latest/ug/aggregate-events.html
1299
+ # * You must have permission to call this operation from the
1300
+ # organization's management account. For example IAM policies, see
1301
+ # [AWS Health identity-based policy examples][2].
1302
+ #
1303
+ # </note>
1304
+ #
1305
+ # If you don't have the required support plan, you can instead use the
1306
+ # AWS Health console to enable the organizational view feature. For more
1307
+ # information, see [Aggregating AWS Health events][3] in the *AWS Health
1308
+ # User Guide*.
1309
+ #
1310
+ #
1311
+ #
1312
+ # [1]: http://aws.amazon.com/premiumsupport/
1313
+ # [2]: https://docs.aws.amazon.com/health/latest/ug/security_iam_id-based-policy-examples.html
1314
+ # [3]: https://docs.aws.amazon.com/health/latest/ug/aggregate-events.html
1253
1315
  #
1254
1316
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1255
1317
  #
@@ -1275,7 +1337,7 @@ module Aws::Health
1275
1337
  params: params,
1276
1338
  config: config)
1277
1339
  context[:gem_name] = 'aws-sdk-health'
1278
- context[:gem_version] = '1.32.0'
1340
+ context[:gem_version] = '1.36.0'
1279
1341
  Seahorse::Client::Request.new(handlers, context)
1280
1342
  end
1281
1343
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -102,6 +102,7 @@ module Aws::Health
102
102
  healthServiceAccessStatusForOrganization = Shapes::StringShape.new(name: 'healthServiceAccessStatusForOrganization')
103
103
  locale = Shapes::StringShape.new(name: 'locale')
104
104
  maxResults = Shapes::IntegerShape.new(name: 'maxResults')
105
+ maxResultsLowerRange = Shapes::IntegerShape.new(name: 'maxResultsLowerRange')
105
106
  metadataKey = Shapes::StringShape.new(name: 'metadataKey')
106
107
  metadataValue = Shapes::StringShape.new(name: 'metadataValue')
107
108
  nextToken = Shapes::StringShape.new(name: 'nextToken')
@@ -148,7 +149,7 @@ module Aws::Health
148
149
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:organization_entity_filters, Shapes::ShapeRef.new(shape: OrganizationEntityFiltersList, required: true, location_name: "organizationEntityFilters"))
149
150
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:locale, Shapes::ShapeRef.new(shape: locale, location_name: "locale"))
150
151
  DescribeAffectedEntitiesForOrganizationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
151
- DescribeAffectedEntitiesForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
152
+ DescribeAffectedEntitiesForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResultsLowerRange, location_name: "maxResults"))
152
153
  DescribeAffectedEntitiesForOrganizationRequest.struct_class = Types::DescribeAffectedEntitiesForOrganizationRequest
153
154
 
154
155
  DescribeAffectedEntitiesForOrganizationResponse.add_member(:entities, Shapes::ShapeRef.new(shape: EntityList, location_name: "entities"))
@@ -218,7 +219,7 @@ module Aws::Health
218
219
 
219
220
  DescribeEventsForOrganizationRequest.add_member(:filter, Shapes::ShapeRef.new(shape: OrganizationEventFilter, location_name: "filter"))
220
221
  DescribeEventsForOrganizationRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: nextToken, location_name: "nextToken"))
221
- DescribeEventsForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResults, location_name: "maxResults"))
222
+ DescribeEventsForOrganizationRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: maxResultsLowerRange, location_name: "maxResults"))
222
223
  DescribeEventsForOrganizationRequest.add_member(:locale, Shapes::ShapeRef.new(shape: locale, location_name: "locale"))
223
224
  DescribeEventsForOrganizationRequest.struct_class = Types::DescribeEventsForOrganizationRequest
224
225
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -20,10 +20,13 @@ module Aws::Health
20
20
  # @return [String]
21
21
  #
22
22
  # @!attribute [rw] event_arn
23
- # The unique identifier for the event. Format:
23
+ # The unique identifier for the event. The event ARN has the
24
24
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
25
- # `. Example: `Example:
26
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
25
+ # ` format.
26
+ #
27
+ # For example, an event ARN might look like the following:
28
+ #
29
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
27
30
  # @return [String]
28
31
  #
29
32
  # @!attribute [rw] entity_value
@@ -139,10 +142,13 @@ module Aws::Health
139
142
  # }
140
143
  #
141
144
  # @!attribute [rw] event_arn
142
- # The unique identifier for the event. Format:
145
+ # The unique identifier for the event. The event ARN has the
143
146
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
144
- # `. Example: `Example:
145
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
147
+ # ` format.
148
+ #
149
+ # For example, an event ARN might look like the following:
150
+ #
151
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
146
152
  # @return [String]
147
153
  #
148
154
  # @!attribute [rw] next_token
@@ -869,10 +875,13 @@ module Aws::Health
869
875
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEntityAggregates.html
870
876
  #
871
877
  # @!attribute [rw] event_arn
872
- # The unique identifier for the event. Format:
878
+ # The unique identifier for the event. The event ARN has the
873
879
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
874
- # `. Example: `Example:
875
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
880
+ # ` format.
881
+ #
882
+ # For example, an event ARN might look like the following:
883
+ #
884
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
876
885
  # @return [String]
877
886
  #
878
887
  # @!attribute [rw] count
@@ -986,10 +995,13 @@ module Aws::Health
986
995
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html#AWSHealth-Type-Event-eventScopeCode
987
996
  #
988
997
  # @!attribute [rw] arn
989
- # The unique identifier for the event. Format:
998
+ # The unique identifier for the event. The event ARN has the
990
999
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
991
- # `. Example: `Example:
992
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1000
+ # ` format.
1001
+ #
1002
+ # For example, an event ARN might look like the following:
1003
+ #
1004
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
993
1005
  # @return [String]
994
1006
  #
995
1007
  # @!attribute [rw] service
@@ -1009,7 +1021,7 @@ module Aws::Health
1009
1021
  # @return [String]
1010
1022
  #
1011
1023
  # @!attribute [rw] region
1012
- # The AWS region name of the event.
1024
+ # The AWS Region name of the event.
1013
1025
  # @return [String]
1014
1026
  #
1015
1027
  # @!attribute [rw] availability_zone
@@ -1086,10 +1098,13 @@ module Aws::Health
1086
1098
  # }
1087
1099
  #
1088
1100
  # @!attribute [rw] event_arn
1089
- # The unique identifier for the event. Format:
1101
+ # The unique identifier for the event. The event ARN has the
1090
1102
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1091
- # `. Example: `Example:
1092
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1103
+ # ` format.
1104
+ #
1105
+ # For example, an event ARN might look like the following:
1106
+ #
1107
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1093
1108
  # @return [String]
1094
1109
  #
1095
1110
  # @!attribute [rw] aws_account_id
@@ -1182,17 +1197,20 @@ module Aws::Health
1182
1197
  end
1183
1198
 
1184
1199
  # Error information returned when a [DescribeEventDetails][1] operation
1185
- # cannot find a specified event.
1200
+ # can't find a specified event.
1186
1201
  #
1187
1202
  #
1188
1203
  #
1189
1204
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetails.html
1190
1205
  #
1191
1206
  # @!attribute [rw] event_arn
1192
- # The unique identifier for the event. Format:
1207
+ # The unique identifier for the event. The event ARN has the
1193
1208
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1194
- # `. Example: `Example:
1195
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1209
+ # ` format.
1210
+ #
1211
+ # For example, an event ARN might look like the following:
1212
+ #
1213
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1196
1214
  # @return [String]
1197
1215
  #
1198
1216
  # @!attribute [rw] error_name
@@ -1276,11 +1294,11 @@ module Aws::Health
1276
1294
  # @return [Array<String>]
1277
1295
  #
1278
1296
  # @!attribute [rw] regions
1279
- # A list of AWS regions.
1297
+ # A list of AWS Regions.
1280
1298
  # @return [Array<String>]
1281
1299
  #
1282
1300
  # @!attribute [rw] availability_zones
1283
- # A list of AWS availability zones.
1301
+ # A list of AWS Availability Zones.
1284
1302
  # @return [Array<String>]
1285
1303
  #
1286
1304
  # @!attribute [rw] start_times
@@ -1341,10 +1359,25 @@ module Aws::Health
1341
1359
  include Aws::Structure
1342
1360
  end
1343
1361
 
1344
- # Metadata about a type of event that is reported by AWS Health. Data
1345
- # consists of the category (for example, `issue`), the service (for
1346
- # example, `EC2`), and the event type code (for example,
1347
- # `AWS_EC2_SYSTEM_MAINTENANCE_EVENT`).
1362
+ # Contains the metadata about a type of event that is reported by AWS
1363
+ # Health. The `EventType` shows the category, service, and the event
1364
+ # type code of the event. For example, an `issue` might be the category,
1365
+ # `EC2` the service, and `AWS_EC2_SYSTEM_MAINTENANCE_EVENT` the event
1366
+ # type code.
1367
+ #
1368
+ # You can use the [DescribeEventTypes][1] API operation to return this
1369
+ # information about an event.
1370
+ #
1371
+ # You can also use the Amazon CloudWatch Events console to create a rule
1372
+ # so that you can get notified or take action when AWS Health delivers a
1373
+ # specific event to your AWS account. For more information, see [Monitor
1374
+ # for AWS Health events with Amazon CloudWatch Events][2] in the *AWS
1375
+ # Health User Guide*.
1376
+ #
1377
+ #
1378
+ #
1379
+ # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventTypes.html
1380
+ # [2]: https://docs.aws.amazon.com/health/latest/ug/cloudwatch-events-health.html
1348
1381
  #
1349
1382
  # @!attribute [rw] service
1350
1383
  # The AWS service that is affected by the event. For example, `EC2`,
@@ -1426,7 +1459,7 @@ module Aws::Health
1426
1459
  end
1427
1460
 
1428
1461
  # Error information returned when a
1429
- # [DescribeAffectedEntitiesForOrganization][1] operation cannot find or
1462
+ # [DescribeAffectedEntitiesForOrganization][1] operation can't find or
1430
1463
  # process a specific entity.
1431
1464
  #
1432
1465
  #
@@ -1439,10 +1472,13 @@ module Aws::Health
1439
1472
  # @return [String]
1440
1473
  #
1441
1474
  # @!attribute [rw] event_arn
1442
- # The unique identifier for the event. Format:
1475
+ # The unique identifier for the event. The event ARN has the
1443
1476
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1444
- # `. Example: `Example:
1445
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1477
+ # ` format.
1478
+ #
1479
+ # For example, an event ARN might look like the following:
1480
+ #
1481
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1446
1482
  # @return [String]
1447
1483
  #
1448
1484
  # @!attribute [rw] error_name
@@ -1474,15 +1510,17 @@ module Aws::Health
1474
1510
  # [1]: https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventsForOrganization.html
1475
1511
  #
1476
1512
  # @!attribute [rw] arn
1477
- # The unique identifier for the event. Format:
1513
+ # The unique identifier for the event. The event ARN has the
1478
1514
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1479
- # `. Example: `Example:
1480
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1515
+ # ` format.
1516
+ #
1517
+ # For example, an event ARN might look like the following:
1518
+ #
1519
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1481
1520
  # @return [String]
1482
1521
  #
1483
1522
  # @!attribute [rw] service
1484
- # The AWS service that is affected by the event. For example, EC2,
1485
- # RDS.
1523
+ # The AWS service that is affected by the event, such as EC2 and RDS.
1486
1524
  # @return [String]
1487
1525
  #
1488
1526
  # @!attribute [rw] event_type_code
@@ -1616,7 +1654,7 @@ module Aws::Health
1616
1654
  end
1617
1655
 
1618
1656
  # Error information returned when a
1619
- # [DescribeEventDetailsForOrganization][1] operation cannot find a
1657
+ # [DescribeEventDetailsForOrganization][1] operation can't find a
1620
1658
  # specified event.
1621
1659
  #
1622
1660
  #
@@ -1625,7 +1663,7 @@ module Aws::Health
1625
1663
  #
1626
1664
  # @!attribute [rw] aws_account_id
1627
1665
  # Error information returned when a
1628
- # [DescribeEventDetailsForOrganization][1] operation cannot find a
1666
+ # [DescribeEventDetailsForOrganization][1] operation can't find a
1629
1667
  # specified event.
1630
1668
  #
1631
1669
  #
@@ -1634,10 +1672,13 @@ module Aws::Health
1634
1672
  # @return [String]
1635
1673
  #
1636
1674
  # @!attribute [rw] event_arn
1637
- # The unique identifier for the event. Format:
1675
+ # The unique identifier for the event. The event ARN has the
1638
1676
  # `arn:aws:health:event-region::event/SERVICE/EVENT_TYPE_CODE/EVENT_TYPE_PLUS_ID
1639
- # `. Example: `Example:
1640
- # arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1677
+ # ` format.
1678
+ #
1679
+ # For example, an event ARN might look like the following:
1680
+ #
1681
+ # `arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-DEF456`
1641
1682
  # @return [String]
1642
1683
  #
1643
1684
  # @!attribute [rw] error_name
@@ -1646,6 +1687,22 @@ module Aws::Health
1646
1687
  #
1647
1688
  # @!attribute [rw] error_message
1648
1689
  # A message that describes the error.
1690
+ #
1691
+ # If you call the `DescribeEventDetailsForOrganization` operation and
1692
+ # receive one of the following errors, follow the recommendations in
1693
+ # the message:
1694
+ #
1695
+ # * We couldn't find a public event that matches your request. To
1696
+ # find an event that is account specific, you must enter an AWS
1697
+ # account ID in the request.
1698
+ #
1699
+ # * We couldn't find an account specific event for the specified AWS
1700
+ # account. To find an event that is public, you must enter a null
1701
+ # value for the AWS account ID in the request.
1702
+ #
1703
+ # * Your AWS account doesn't include the AWS Support plan required to
1704
+ # use the AWS Health API. You must have either a Business or
1705
+ # Enterprise Support plan.
1649
1706
  # @return [String]
1650
1707
  #
1651
1708
  # @see http://docs.aws.amazon.com/goto/WebAPI/health-2016-08-04/OrganizationEventDetailsErrorItem AWS API Documentation
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.32.0
4
+ version: 1.36.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-02-02 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth).
48
48
  This gem is part of the AWS SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-health.rb
56
59
  - lib/aws-sdk-health/client.rb
57
60
  - lib/aws-sdk-health/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-health/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-health/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - AWSHealth