aws-sdk-support 1.28.0 → 1.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 362c4f0df698a8fe666483d55efa8d3b82fa469dec164bb38b33befa154adb4d
4
- data.tar.gz: 03a21f05d2b2ef498d02137539c866a5203094b961a05bf321e910151f24de66
3
+ metadata.gz: 976cc94c008efeebcd64757fbbd179059d70bb3475d9c58dda5706e293d7ce3d
4
+ data.tar.gz: 1a4c27640ef095ea9c59a9dd7a5eec0c0b42f90454fdbc368f8b56f25fb2590a
5
5
  SHA512:
6
- metadata.gz: a8ffef654cabe91780891ee0b9d42f3a427787bf3c37de8116ee8271f9e9126889fee669c0c93569be7478576af974306ee59c57fa9bd9a34fd01e54253773f1
7
- data.tar.gz: f4706c5f1794cb3970ccc12c218e556248e7704409c8ca2cef0c1b89135483f2bbc4ab993d783bc4fc9736aa9a145fbde963d0f9434bf16a9a1cf06dd0d3067c
6
+ metadata.gz: 05ff4c19d32d4af95ac07bc6707e746a12cc9df26a289e7e6b81f758ce3d151ccf20619d219fb70c7ed43706c0f2c9fe381a6ebd2df5ecb2453d06a0ba7e93cc
7
+ data.tar.gz: 25bbd3155186022eb7565faee150476e1296df83fbed36428135d30e3eaa972ff84bb1cbc0a9c3e593b8beba6dc207ca888ba6fbb75b92f1ab6778e67a8f9141
data/CHANGELOG.md ADDED
@@ -0,0 +1,231 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.32.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.31.0 (2021-05-18)
10
+ ------------------
11
+
12
+ * Feature - Documentation updates for support
13
+
14
+ 1.30.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.29.0 (2021-02-02)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.28.0 (2020-09-30)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.27.0 (2020-09-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.26.0 (2020-08-25)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.25.0 (2020-07-02)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.24.0 (2020-06-23)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.23.0 (2020-06-18)
50
+ ------------------
51
+
52
+ * Feature - Documentation updates for support
53
+
54
+ 1.22.1 (2020-06-11)
55
+ ------------------
56
+
57
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
58
+
59
+ 1.22.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.21.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.20.0 (2020-05-07)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.19.0 (2020-05-05)
76
+ ------------------
77
+
78
+ * Feature - Documentation updates for support
79
+
80
+ 1.18.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.17.0 (2019-10-31)
86
+ ------------------
87
+
88
+ * Feature - The status descriptions for TrustedAdvisorCheckRefreshStatus have been updated
89
+
90
+ 1.16.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.15.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.14.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.13.0 (2019-06-17)
106
+ ------------------
107
+
108
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
109
+
110
+ 1.12.0 (2019-05-21)
111
+ ------------------
112
+
113
+ * Feature - API update.
114
+
115
+ 1.11.0 (2019-05-15)
116
+ ------------------
117
+
118
+ * Feature - API update.
119
+
120
+ 1.10.0 (2019-05-14)
121
+ ------------------
122
+
123
+ * Feature - API update.
124
+
125
+ 1.9.0 (2019-03-21)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.8.0 (2019-03-18)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.7.0 (2019-03-14)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.6.0 (2018-11-20)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.5.0 (2018-10-24)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.4.0 (2018-10-23)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.3.0 (2018-09-06)
156
+ ------------------
157
+
158
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
159
+
160
+ 1.2.0 (2018-09-05)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.1.0 (2018-06-26)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.0.1 (2018-02-16)
171
+ ------------------
172
+
173
+ * Issue - Update `aws-sdk-support` gemspec metadata.
174
+
175
+ 1.0.0 (2017-08-29)
176
+ ------------------
177
+
178
+ 1.0.0.rc11 (2017-08-15)
179
+ ------------------
180
+
181
+ * Feature - API update.
182
+
183
+ 1.0.0.rc10 (2017-08-01)
184
+ ------------------
185
+
186
+ * Feature - API update.
187
+
188
+ 1.0.0.rc9 (2017-07-25)
189
+ ------------------
190
+
191
+ * Feature - API update.
192
+
193
+ 1.0.0.rc8 (2017-07-13)
194
+ ------------------
195
+
196
+ * Feature - API update.
197
+
198
+ 1.0.0.rc7 (2017-07-06)
199
+ ------------------
200
+
201
+ * Feature - API update.
202
+
203
+ 1.0.0.rc6 (2017-06-29)
204
+ ------------------
205
+
206
+ * Feature - API update.
207
+
208
+ 1.0.0.rc5 (2017-05-23)
209
+ ------------------
210
+
211
+ * Feature - API update.
212
+
213
+ 1.0.0.rc4 (2017-05-09)
214
+ ------------------
215
+
216
+ * Feature - API update.
217
+
218
+ 1.0.0.rc3 (2017-05-09)
219
+ ------------------
220
+
221
+ * Feature - API update.
222
+
223
+ 1.0.0.rc2 (2017-04-21)
224
+ ------------------
225
+
226
+ * Feature - API update.
227
+
228
+ 1.0.0.rc1 (2016-12-05)
229
+ ------------------
230
+
231
+ * Feature - Initial preview release of the `aws-sdk-support` gem.
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.32.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-support/customizations'
48
48
  # @!group service
49
49
  module Aws::Support
50
50
 
51
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.32.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,11 +344,11 @@ module Aws::Support
344
344
  # after it's created. The `expiryTime` returned in the response is when
345
345
  # the set expires.
346
346
  #
347
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
347
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
348
348
  # Support API.
349
349
  #
350
350
  # * If you call the AWS Support API from an account that does not have a
351
- # Business or Enterprise support plan, the
351
+ # Business or Enterprise Support plan, the
352
352
  # `SubscriptionRequiredException` error message appears. For
353
353
  # information about changing your support plan, see [AWS Support][1].
354
354
  #
@@ -411,11 +411,11 @@ module Aws::Support
411
411
  # using the `ccEmailAddresses` parameter. The `communicationBody` value
412
412
  # contains the text of the communication.
413
413
  #
414
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
414
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
415
415
  # Support API.
416
416
  #
417
417
  # * If you call the AWS Support API from an account that does not have a
418
- # Business or Enterprise support plan, the
418
+ # Business or Enterprise Support plan, the
419
419
  # `SubscriptionRequiredException` error message appears. For
420
420
  # information about changing your support plan, see [AWS Support][1].
421
421
  #
@@ -426,8 +426,8 @@ module Aws::Support
426
426
  # [1]: http://aws.amazon.com/premiumsupport/
427
427
  #
428
428
  # @option params [String] :case_id
429
- # The AWS Support case ID requested or returned in the call. The case ID
430
- # is an alphanumeric string formatted as shown in this example:
429
+ # The support case ID requested or returned in the call. The case ID is
430
+ # an alphanumeric string formatted as shown in this example:
431
431
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
432
432
  #
433
433
  # @option params [required, String] :communication_body
@@ -488,11 +488,11 @@ module Aws::Support
488
488
  # Support Center][3]. Use the DescribeCases operation to get the
489
489
  # `displayId`.
490
490
  #
491
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
491
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
492
492
  # Support API.
493
493
  #
494
494
  # * If you call the AWS Support API from an account that does not have a
495
- # Business or Enterprise support plan, the
495
+ # Business or Enterprise Support plan, the
496
496
  # `SubscriptionRequiredException` error message appears. For
497
497
  # information about changing your support plan, see [AWS Support][4].
498
498
  #
@@ -506,8 +506,8 @@ module Aws::Support
506
506
  # [4]: http://aws.amazon.com/premiumsupport/
507
507
  #
508
508
  # @option params [required, String] :subject
509
- # The title of the AWS Support case. The title appears in the
510
- # **Subject** field on the AWS Support Center [Create Case][1] page.
509
+ # The title of the support case. The title appears in the **Subject**
510
+ # field on the AWS Support Center [Create Case][1] page.
511
511
  #
512
512
  #
513
513
  #
@@ -536,7 +536,7 @@ module Aws::Support
536
536
  # [1]: https://docs.aws.amazon.com/awssupport/latest/user/getting-started.html#choosing-severity
537
537
  #
538
538
  # @option params [String] :category_code
539
- # The category of problem for the AWS Support case. You also use the
539
+ # The category of problem for the support case. You also use the
540
540
  # DescribeServices operation to get the category code for a service.
541
541
  # Each AWS service defines its own set of category codes.
542
542
  #
@@ -612,11 +612,11 @@ module Aws::Support
612
612
  # are returned in the AttachmentDetails objects that are returned by the
613
613
  # DescribeCommunications operation.
614
614
  #
615
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
615
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
616
616
  # Support API.
617
617
  #
618
618
  # * If you call the AWS Support API from an account that does not have a
619
- # Business or Enterprise support plan, the
619
+ # Business or Enterprise Support plan, the
620
620
  # `SubscriptionRequiredException` error message appears. For
621
621
  # information about changing your support plan, see [AWS Support][1].
622
622
  #
@@ -670,11 +670,11 @@ module Aws::Support
670
670
  # Case data is available for 12 months after creation. If a case was
671
671
  # created more than 12 months ago, a request might return an error.
672
672
  #
673
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
673
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
674
674
  # Support API.
675
675
  #
676
676
  # * If you call the AWS Support API from an account that does not have a
677
- # Business or Enterprise support plan, the
677
+ # Business or Enterprise Support plan, the
678
678
  # `SubscriptionRequiredException` error message appears. For
679
679
  # information about changing your support plan, see [AWS Support][2].
680
680
  #
@@ -720,7 +720,7 @@ module Aws::Support
720
720
  #
721
721
  # @option params [Boolean] :include_communications
722
722
  # Specifies whether to include communications in the `DescribeCases`
723
- # response. By default, communications are incuded.
723
+ # response. By default, communications are included.
724
724
  #
725
725
  # @return [Types::DescribeCasesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
726
726
  #
@@ -792,11 +792,11 @@ module Aws::Support
792
792
  # that you want to display on each page, and use `nextToken` to specify
793
793
  # the resumption of pagination.
794
794
  #
795
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
795
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
796
796
  # Support API.
797
797
  #
798
798
  # * If you call the AWS Support API from an account that does not have a
799
- # Business or Enterprise support plan, the
799
+ # Business or Enterprise Support plan, the
800
800
  # `SubscriptionRequiredException` error message appears. For
801
801
  # information about changing your support plan, see [AWS Support][1].
802
802
  #
@@ -807,8 +807,8 @@ module Aws::Support
807
807
  # [1]: http://aws.amazon.com/premiumsupport/
808
808
  #
809
809
  # @option params [required, String] :case_id
810
- # The AWS Support case ID requested or returned in the call. The case ID
811
- # is an alphanumeric string formatted as shown in this example:
810
+ # The support case ID requested or returned in the call. The case ID is
811
+ # an alphanumeric string formatted as shown in this example:
812
812
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
813
813
  #
814
814
  # @option params [String] :before_time
@@ -878,11 +878,11 @@ module Aws::Support
878
878
  # categories that the `DescribeServices` operation returns, so that you
879
879
  # have the most recent set of service and category codes.
880
880
  #
881
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
881
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
882
882
  # Support API.
883
883
  #
884
884
  # * If you call the AWS Support API from an account that does not have a
885
- # Business or Enterprise support plan, the
885
+ # Business or Enterprise Support plan, the
886
886
  # `SubscriptionRequiredException` error message appears. For
887
887
  # information about changing your support plan, see [AWS Support][2].
888
888
  #
@@ -931,15 +931,15 @@ module Aws::Support
931
931
  req.send_request(options)
932
932
  end
933
933
 
934
- # Returns the list of severity levels that you can assign to an AWS
935
- # Support case. The severity level for a case is also a field in the
936
- # CaseDetails data type that you include for a CreateCase request.
934
+ # Returns the list of severity levels that you can assign to a support
935
+ # case. The severity level for a case is also a field in the CaseDetails
936
+ # data type that you include for a CreateCase request.
937
937
  #
938
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
938
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
939
939
  # Support API.
940
940
  #
941
941
  # * If you call the AWS Support API from an account that does not have a
942
- # Business or Enterprise support plan, the
942
+ # Business or Enterprise Support plan, the
943
943
  # `SubscriptionRequiredException` error message appears. For
944
944
  # information about changing your support plan, see [AWS Support][1].
945
945
  #
@@ -990,11 +990,11 @@ module Aws::Support
990
990
  # this operation for these checks, you might see an
991
991
  # `InvalidParameterValue` error.
992
992
  #
993
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
993
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
994
994
  # Support API.
995
995
  #
996
996
  # * If you call the AWS Support API from an account that does not have a
997
- # Business or Enterprise support plan, the
997
+ # Business or Enterprise Support plan, the
998
998
  # `SubscriptionRequiredException` error message appears. For
999
999
  # information about changing your support plan, see [AWS Support][1].
1000
1000
  #
@@ -1005,7 +1005,7 @@ module Aws::Support
1005
1005
  # [1]: http://aws.amazon.com/premiumsupport/
1006
1006
  #
1007
1007
  # @option params [required, Array<String>] :check_ids
1008
- # The IDs of the Trusted Advisor checks to get the status of.
1008
+ # The IDs of the Trusted Advisor checks to get the status.
1009
1009
  #
1010
1010
  # <note markdown="1"> If you specify the check ID of a check that is automatically
1011
1011
  # refreshed, you might see an `InvalidParameterValue` error.
@@ -1053,18 +1053,18 @@ module Aws::Support
1053
1053
  #
1054
1054
  # In addition, the response contains these fields:
1055
1055
  #
1056
- # * **status** - The alert status of the check: "ok" (green),
1057
- # "warning" (yellow), "error" (red), or "not\_available".
1056
+ # * **status** - The alert status of the check can be `ok` (green),
1057
+ # `warning` (yellow), `error` (red), or `not_available`.
1058
1058
  #
1059
1059
  # * **timestamp** - The time of the last refresh of the check.
1060
1060
  #
1061
1061
  # * **checkId** - The unique identifier for the check.
1062
1062
  #
1063
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
1063
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1064
1064
  # Support API.
1065
1065
  #
1066
1066
  # * If you call the AWS Support API from an account that does not have a
1067
- # Business or Enterprise support plan, the
1067
+ # Business or Enterprise Support plan, the
1068
1068
  # `SubscriptionRequiredException` error message appears. For
1069
1069
  # information about changing your support plan, see [AWS Support][1].
1070
1070
  #
@@ -1128,11 +1128,11 @@ module Aws::Support
1128
1128
  #
1129
1129
  # The response contains an array of TrustedAdvisorCheckSummary objects.
1130
1130
  #
1131
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
1131
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1132
1132
  # Support API.
1133
1133
  #
1134
1134
  # * If you call the AWS Support API from an account that does not have a
1135
- # Business or Enterprise support plan, the
1135
+ # Business or Enterprise Support plan, the
1136
1136
  # `SubscriptionRequiredException` error message appears. For
1137
1137
  # information about changing your support plan, see [AWS Support][1].
1138
1138
  #
@@ -1185,14 +1185,18 @@ module Aws::Support
1185
1185
  # TrustedAdvisorCheckDescription object for each check. You must set the
1186
1186
  # AWS Region to us-east-1.
1187
1187
  #
1188
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
1188
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1189
1189
  # Support API.
1190
1190
  #
1191
1191
  # * If you call the AWS Support API from an account that does not have a
1192
- # Business or Enterprise support plan, the
1192
+ # Business or Enterprise Support plan, the
1193
1193
  # `SubscriptionRequiredException` error message appears. For
1194
1194
  # information about changing your support plan, see [AWS Support][1].
1195
1195
  #
1196
+ # * The names and descriptions for Trusted Advisor checks are subject to
1197
+ # change. We recommend that you specify the check ID in your code to
1198
+ # uniquely identify a check.
1199
+ #
1196
1200
  # </note>
1197
1201
  #
1198
1202
  #
@@ -1246,11 +1250,11 @@ module Aws::Support
1246
1250
  #
1247
1251
  # The response contains a TrustedAdvisorCheckRefreshStatus object.
1248
1252
  #
1249
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
1253
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1250
1254
  # Support API.
1251
1255
  #
1252
1256
  # * If you call the AWS Support API from an account that does not have a
1253
- # Business or Enterprise support plan, the
1257
+ # Business or Enterprise Support plan, the
1254
1258
  # `SubscriptionRequiredException` error message appears. For
1255
1259
  # information about changing your support plan, see [AWS Support][1].
1256
1260
  #
@@ -1262,8 +1266,11 @@ module Aws::Support
1262
1266
  #
1263
1267
  # @option params [required, String] :check_id
1264
1268
  # The unique identifier for the Trusted Advisor check to refresh.
1265
- # **Note:** Specifying the check ID of a check that is automatically
1266
- # refreshed causes an `InvalidParameterValue` error.
1269
+ #
1270
+ # <note markdown="1"> Specifying the check ID of a check that is automatically refreshed
1271
+ # causes an `InvalidParameterValue` error.
1272
+ #
1273
+ # </note>
1267
1274
  #
1268
1275
  # @return [Types::RefreshTrustedAdvisorCheckResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1269
1276
  #
@@ -1293,11 +1300,11 @@ module Aws::Support
1293
1300
  # Resolves a support case. This operation takes a `caseId` and returns
1294
1301
  # the initial and final state of the case.
1295
1302
  #
1296
- # <note markdown="1"> * You must have a Business or Enterprise support plan to use the AWS
1303
+ # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1297
1304
  # Support API.
1298
1305
  #
1299
1306
  # * If you call the AWS Support API from an account that does not have a
1300
- # Business or Enterprise support plan, the
1307
+ # Business or Enterprise Support plan, the
1301
1308
  # `SubscriptionRequiredException` error message appears. For
1302
1309
  # information about changing your support plan, see [AWS Support][1].
1303
1310
  #
@@ -1308,8 +1315,8 @@ module Aws::Support
1308
1315
  # [1]: http://aws.amazon.com/premiumsupport/
1309
1316
  #
1310
1317
  # @option params [String] :case_id
1311
- # The AWS Support case ID requested or returned in the call. The case ID
1312
- # is an alphanumeric string formatted as shown in this example:
1318
+ # The support case ID requested or returned in the call. The case ID is
1319
+ # an alphanumeric string formatted as shown in this example:
1313
1320
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
1314
1321
  #
1315
1322
  # @return [Types::ResolveCaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1350,7 +1357,7 @@ module Aws::Support
1350
1357
  params: params,
1351
1358
  config: config)
1352
1359
  context[:gem_name] = 'aws-sdk-support'
1353
- context[:gem_version] = '1.28.0'
1360
+ context[:gem_version] = '1.32.0'
1354
1361
  Seahorse::Client::Request.new(handlers, context)
1355
1362
  end
1356
1363
 
@@ -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
 
@@ -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
 
@@ -84,8 +84,8 @@ module Aws::Support
84
84
  # }
85
85
  #
86
86
  # @!attribute [rw] case_id
87
- # The AWS Support case ID requested or returned in the call. The case
88
- # ID is an alphanumeric string formatted as shown in this example:
87
+ # The support case ID requested or returned in the call. The case ID
88
+ # is an alphanumeric string formatted as shown in this example:
89
89
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
90
90
  # @return [String]
91
91
  #
@@ -273,37 +273,38 @@ module Aws::Support
273
273
  # It is contained in the response from a DescribeCases request.
274
274
  # **CaseDetails** contains the following fields:
275
275
  #
276
- # * **caseId.** The AWS Support case ID requested or returned in the
277
- # call. The case ID is an alphanumeric string formatted as shown in
278
- # this example: case-*12345678910-2013-c4c1d2bf33c5cf47*.
276
+ # * **caseId** - The support case ID requested or returned in the call.
277
+ # The case ID is an alphanumeric string formatted as shown in this
278
+ # example: case-*12345678910-2013-c4c1d2bf33c5cf47*.
279
279
  #
280
- # * **categoryCode.** The category of problem for the AWS Support case.
281
- # Corresponds to the CategoryCode values returned by a call to
280
+ # * **categoryCode** - The category of problem for the support case.
281
+ # Corresponds to the `CategoryCode` values returned by a call to
282
282
  # DescribeServices.
283
283
  #
284
- # * **displayId.** The identifier for the case on pages in the AWS
284
+ # * **displayId** - The identifier for the case on pages in the AWS
285
285
  # Support Center.
286
286
  #
287
- # * **language.** The ISO 639-1 code for the language in which AWS
287
+ # * **language** - The ISO 639-1 code for the language in which AWS
288
288
  # provides support. AWS Support currently supports English ("en")
289
289
  # and Japanese ("ja"). Language parameters must be passed explicitly
290
290
  # for operations that take them.
291
291
  #
292
- # * **nextToken.** A resumption point for pagination.
292
+ # * **nextToken** - A resumption point for pagination.
293
293
  #
294
- # * **recentCommunications.** One or more Communication objects. Fields
294
+ # * **recentCommunications** - One or more Communication objects. Fields
295
295
  # of these objects are `attachments`, `body`, `caseId`, `submittedBy`,
296
296
  # and `timeCreated`.
297
297
  #
298
- # * **serviceCode.** The identifier for the AWS service that corresponds
299
- # to the service code defined in the call to DescribeServices.
298
+ # * **serviceCode** - The identifier for the AWS service that
299
+ # corresponds to the service code defined in the call to
300
+ # DescribeServices.
300
301
  #
301
- # * **severityCode.** The severity code assigned to the case. Contains
302
+ # * **severityCode** - The severity code assigned to the case. Contains
302
303
  # one of the values returned by the call to DescribeSeverityLevels.
303
304
  # The possible values are: `low`, `normal`, `high`, `urgent`, and
304
305
  # `critical`.
305
306
  #
306
- # * **status.** The status of the case in the AWS Support Center. Valid
307
+ # * **status** - The status of the case in the AWS Support Center. Valid
307
308
  # values:
308
309
  #
309
310
  # * `opened`
@@ -318,16 +319,16 @@ module Aws::Support
318
319
  #
319
320
  # * `work-in-progress`
320
321
  #
321
- # * **subject.** The subject line of the case.
322
+ # * **subject** - The subject line of the case.
322
323
  #
323
- # * **submittedBy.** The email address of the account that submitted the
324
- # case.
324
+ # * **submittedBy** - The email address of the account that submitted
325
+ # the case.
325
326
  #
326
- # * **timeCreated.** The time the case was created, in ISO-8601 format.
327
+ # * **timeCreated** - The time the case was created, in ISO-8601 format.
327
328
  #
328
329
  # @!attribute [rw] case_id
329
- # The AWS Support case ID requested or returned in the call. The case
330
- # ID is an alphanumeric string formatted as shown in this example:
330
+ # The support case ID requested or returned in the call. The case ID
331
+ # is an alphanumeric string formatted as shown in this example:
331
332
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
332
333
  # @return [String]
333
334
  #
@@ -364,7 +365,7 @@ module Aws::Support
364
365
  # @return [String]
365
366
  #
366
367
  # @!attribute [rw] category_code
367
- # The category of problem for the AWS Support case.
368
+ # The category of problem for the support case.
368
369
  # @return [String]
369
370
  #
370
371
  # @!attribute [rw] severity_code
@@ -418,7 +419,7 @@ module Aws::Support
418
419
  include Aws::Structure
419
420
  end
420
421
 
421
- # The requested `caseId` could not be located.
422
+ # The requested `caseId` couldn't be located.
422
423
  #
423
424
  # @!attribute [rw] message
424
425
  # The requested `CaseId` could not be located.
@@ -453,14 +454,14 @@ module Aws::Support
453
454
  include Aws::Structure
454
455
  end
455
456
 
456
- # A communication associated with an AWS Support case. The communication
457
+ # A communication associated with a support case. The communication
457
458
  # consists of the case ID, the message body, attachment information, the
458
459
  # submitter of the communication, and the date and time of the
459
460
  # communication.
460
461
  #
461
462
  # @!attribute [rw] case_id
462
- # The AWS Support case ID requested or returned in the call. The case
463
- # ID is an alphanumeric string formatted as shown in this example:
463
+ # The support case ID requested or returned in the call. The case ID
464
+ # is an alphanumeric string formatted as shown in this example:
464
465
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
465
466
  # @return [String]
466
467
  #
@@ -472,8 +473,8 @@ module Aws::Support
472
473
  # The identity of the account that submitted, or responded to, the
473
474
  # support case. Customer entries include the role or IAM user as well
474
475
  # as the email address. For example, "AdminRole (Role)
475
- # &lt;someone@example.com&gt;. Entries from the AWS Support team
476
- # display "Amazon Web Services," and do not show an email address.
476
+ # &lt;janedoe@example.com&gt;. Entries from the AWS Support team
477
+ # display "Amazon Web Services," and don't show an email address.
477
478
  # @return [String]
478
479
  #
479
480
  # @!attribute [rw] time_created
@@ -512,8 +513,8 @@ module Aws::Support
512
513
  # }
513
514
  #
514
515
  # @!attribute [rw] subject
515
- # The title of the AWS Support case. The title appears in the
516
- # **Subject** field on the AWS Support Center [Create Case][1] page.
516
+ # The title of the support case. The title appears in the **Subject**
517
+ # field on the AWS Support Center [Create Case][1] page.
517
518
  #
518
519
  #
519
520
  #
@@ -545,7 +546,7 @@ module Aws::Support
545
546
  # @return [String]
546
547
  #
547
548
  # @!attribute [rw] category_code
548
- # The category of problem for the AWS Support case. You also use the
549
+ # The category of problem for the support case. You also use the
549
550
  # DescribeServices operation to get the category code for a service.
550
551
  # Each AWS service defines its own set of category codes.
551
552
  # @return [String]
@@ -605,12 +606,12 @@ module Aws::Support
605
606
  include Aws::Structure
606
607
  end
607
608
 
608
- # The AWS Support case ID returned by a successful completion of the
609
+ # The support case ID returned by a successful completion of the
609
610
  # CreateCase operation.
610
611
  #
611
612
  # @!attribute [rw] case_id
612
- # The AWS Support case ID requested or returned in the call. The case
613
- # ID is an alphanumeric string in the following format:
613
+ # The support case ID requested or returned in the call. The case ID
614
+ # is an alphanumeric string in the following format:
614
615
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
615
616
  # @return [String]
616
617
  #
@@ -738,7 +739,7 @@ module Aws::Support
738
739
  #
739
740
  # @!attribute [rw] include_communications
740
741
  # Specifies whether to include communications in the `DescribeCases`
741
- # response. By default, communications are incuded.
742
+ # response. By default, communications are included.
742
743
  # @return [Boolean]
743
744
  #
744
745
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeCasesRequest AWS API Documentation
@@ -793,8 +794,8 @@ module Aws::Support
793
794
  # }
794
795
  #
795
796
  # @!attribute [rw] case_id
796
- # The AWS Support case ID requested or returned in the call. The case
797
- # ID is an alphanumeric string formatted as shown in this example:
797
+ # The support case ID requested or returned in the call. The case ID
798
+ # is an alphanumeric string formatted as shown in this example:
798
799
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
799
800
  # @return [String]
800
801
  #
@@ -938,7 +939,7 @@ module Aws::Support
938
939
  # }
939
940
  #
940
941
  # @!attribute [rw] check_ids
941
- # The IDs of the Trusted Advisor checks to get the status of.
942
+ # The IDs of the Trusted Advisor checks to get the status.
942
943
  #
943
944
  # <note markdown="1"> If you specify the check ID of a check that is automatically
944
945
  # refreshed, you might see an `InvalidParameterValue` error.
@@ -1125,8 +1126,11 @@ module Aws::Support
1125
1126
  #
1126
1127
  # @!attribute [rw] check_id
1127
1128
  # The unique identifier for the Trusted Advisor check to refresh.
1128
- # **Note:** Specifying the check ID of a check that is automatically
1129
- # refreshed causes an `InvalidParameterValue` error.
1129
+ #
1130
+ # <note markdown="1"> Specifying the check ID of a check that is automatically refreshed
1131
+ # causes an `InvalidParameterValue` error.
1132
+ #
1133
+ # </note>
1130
1134
  # @return [String]
1131
1135
  #
1132
1136
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/RefreshTrustedAdvisorCheckRequest AWS API Documentation
@@ -1160,8 +1164,8 @@ module Aws::Support
1160
1164
  # }
1161
1165
  #
1162
1166
  # @!attribute [rw] case_id
1163
- # The AWS Support case ID requested or returned in the call. The case
1164
- # ID is an alphanumeric string formatted as shown in this example:
1167
+ # The support case ID requested or returned in the call. The case ID
1168
+ # is an alphanumeric string formatted as shown in this example:
1165
1169
  # case-*12345678910-2013-c4c1d2bf33c5cf47*
1166
1170
  # @return [String]
1167
1171
  #
@@ -1242,21 +1246,22 @@ module Aws::Support
1242
1246
  # The name of the severity level that corresponds to the severity
1243
1247
  # level code.
1244
1248
  #
1245
- # <note markdown="1"> The values returned by the API differ from the values that are
1246
- # displayed in the AWS Support Center. For example, for the code
1247
- # "low", the API name is "Low", but the name in the Support Center
1248
- # is "General guidance". These are the Support Center code/name
1249
- # mappings:
1249
+ # <note markdown="1"> The values returned by the API are different from the values that
1250
+ # appear in the AWS Support Center. For example, the API uses the code
1251
+ # `low`, but the name appears as General guidance in Support Center.
1252
+ #
1253
+ # The following are the API code names and how they appear in the
1254
+ # console:
1250
1255
  #
1251
- # * `low`\: General guidance
1256
+ # * `low` - General guidance
1252
1257
  #
1253
- # * `normal`\: System impaired
1258
+ # * `normal` - System impaired
1254
1259
  #
1255
- # * `high`\: Production system impaired
1260
+ # * `high` - Production system impaired
1256
1261
  #
1257
- # * `urgent`\: Production system down
1262
+ # * `urgent` - Production system down
1258
1263
  #
1259
- # * `critical`\: Business-critical system down
1264
+ # * `critical` - Business-critical system down
1260
1265
  #
1261
1266
  # </note>
1262
1267
  #
@@ -1343,18 +1348,18 @@ module Aws::Support
1343
1348
  # The status of the Trusted Advisor check for which a refresh has been
1344
1349
  # requested:
1345
1350
  #
1346
- # * `none:` The check is not refreshed or the non-success status
1351
+ # * `none` - The check is not refreshed or the non-success status
1347
1352
  # exceeds the timeout
1348
1353
  #
1349
- # * `enqueued:` The check refresh requests has entered the refresh
1354
+ # * `enqueued` - The check refresh requests has entered the refresh
1350
1355
  # queue
1351
1356
  #
1352
- # * `processing:` The check refresh request is picked up by the rule
1357
+ # * `processing` - The check refresh request is picked up by the rule
1353
1358
  # processing engine
1354
1359
  #
1355
- # * `success:` The check is successfully refreshed
1360
+ # * `success` - The check is successfully refreshed
1356
1361
  #
1357
- # * `abandoned:` The check refresh has failed
1362
+ # * `abandoned` - The check refresh has failed
1358
1363
  # @return [String]
1359
1364
  #
1360
1365
  # @!attribute [rw] millis_until_next_refreshable
@@ -1489,7 +1494,7 @@ module Aws::Support
1489
1494
  # @return [String]
1490
1495
  #
1491
1496
  # @!attribute [rw] region
1492
- # The AWS region in which the identified resource is located.
1497
+ # The AWS Region in which the identified resource is located.
1493
1498
  # @return [String]
1494
1499
  #
1495
1500
  # @!attribute [rw] resource_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.0
4
+ version: 1.32.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-09-30 00:00:00.000000000 Z
11
+ date: 2021-07-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.109.0
22
+ version: 3.118.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.109.0
32
+ version: 3.118.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS Support. This gem is part of the AWS SDK
48
48
  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-support.rb
56
59
  - lib/aws-sdk-support/client.rb
57
60
  - lib/aws-sdk-support/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-support
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-support/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-support
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-support/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 - AWS Support