@aws-sdk/client-support 3.43.0 → 3.45.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-support
package/README.md CHANGED
@@ -7,54 +7,54 @@
7
7
 
8
8
  AWS SDK for JavaScript Support Client for Node.js, Browser and React Native.
9
9
 
10
- <fullname>AWS Support</fullname>
10
+ <fullname>Amazon Web Services Support</fullname>
11
11
 
12
- <p>The <i>AWS Support API Reference</i> is intended for programmers who need detailed
13
- information about the AWS Support operations and data types. You can use the API to manage
14
- your support cases programmatically. The AWS Support API uses HTTP methods that return
12
+ <p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
13
+ information about the Amazon Web Services Support operations and data types. You can use the API to manage
14
+ your support cases programmatically. The Amazon Web Services Support API uses HTTP methods that return
15
15
  results in JSON format.</p>
16
16
  <note>
17
17
  <ul>
18
18
  <li>
19
- <p>You must have a Business or Enterprise Support plan to use the AWS Support
19
+ <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
20
20
  API. </p>
21
21
  </li>
22
22
  <li>
23
- <p>If you call the AWS Support API from an account that does not have a
24
- Business or Enterprise Support plan, the
23
+ <p>If you call the Amazon Web Services Support API from an account that does not have a
24
+ Business, Enterprise On-Ramp, or Enterprise Support plan, the
25
25
  <code>SubscriptionRequiredException</code> error message appears. For
26
- information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
26
+ information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
27
27
  </li>
28
28
  </ul>
29
29
  </note>
30
- <p>The AWS Support service also exposes a set of <a href="http://aws.amazon.com/premiumsupport/trustedadvisor/">AWS Trusted Advisor</a> features. You can
30
+ <p>The Amazon Web Services Support service also exposes a set of <a href="http://aws.amazon.com/premiumsupport/trustedadvisor/">Trusted Advisor</a> features. You can
31
31
  retrieve a list of checks and their descriptions, get check results, specify checks to
32
32
  refresh, and get the refresh status of checks.</p>
33
- <p>The following list describes the AWS Support case management operations:</p>
33
+ <p>The following list describes the Amazon Web Services Support case management operations:</p>
34
34
  <ul>
35
35
  <li>
36
36
  <p> Service names, issue categories, and available severity levels - The
37
- <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return AWS service names,
37
+ <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names,
38
38
  service codes, service categories, and problem severity levels. You use these
39
39
  values when you call the <a>CreateCase</a> operation.</p>
40
40
  </li>
41
41
  <li>
42
42
  <p> Case creation, case details, and case resolution - The <a>CreateCase</a>, <a>DescribeCases</a>, <a>DescribeAttachment</a>, and <a>ResolveCase</a> operations
43
- create AWS Support cases, retrieve information about cases, and resolve cases.</p>
43
+ create Amazon Web Services Support cases, retrieve information about cases, and resolve cases.</p>
44
44
  </li>
45
45
  <li>
46
46
  <p> Case communication - The <a>DescribeCommunications</a>,
47
47
  <a>AddCommunicationToCase</a>, and <a>AddAttachmentsToSet</a> operations retrieve and add communications
48
- and attachments to AWS Support cases.</p>
48
+ and attachments to Amazon Web Services Support cases.</p>
49
49
  </li>
50
50
  </ul>
51
- <p>The following list describes the operations available from the AWS Support service for
51
+ <p>The following list describes the operations available from the Amazon Web Services Support service for
52
52
  Trusted Advisor:</p>
53
53
  <ul>
54
54
  <li>
55
55
  <p>
56
56
  <a>DescribeTrustedAdvisorChecks</a> returns the list of checks that
57
- run against your AWS resources.</p>
57
+ run against your Amazon Web Services resources.</p>
58
58
  </li>
59
59
  <li>
60
60
  <p>Using the <code>checkId</code> for a specific check returned by <a>DescribeTrustedAdvisorChecks</a>, you can call <a>DescribeTrustedAdvisorCheckResult</a> to obtain the results for the
@@ -76,10 +76,10 @@ specified check.</p>
76
76
  status of one or more checks.</p>
77
77
  </li>
78
78
  </ul>
79
- <p>For authentication of requests, AWS Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
79
+ <p>For authentication of requests, Amazon Web Services Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
80
80
  Process</a>.</p>
81
81
  <p>See <a href="https://docs.aws.amazon.com/awssupport/latest/user/Welcome.html">About the
82
- AWS Support API</a> in the <i>AWS Support User Guide</i> for
82
+ Amazon Web Services Support API</a> in the <i>Amazon Web Services Support User Guide</i> for
83
83
  information about how to use this service to create and manage your support cases, and
84
84
  how to call Trusted Advisor for results of checks on your resources.</p>
85
85
 
@@ -60,6 +60,7 @@ const partitionHash = {
60
60
  "ap-south-1",
61
61
  "ap-southeast-1",
62
62
  "ap-southeast-2",
63
+ "ap-southeast-3",
63
64
  "aws-global",
64
65
  "ca-central-1",
65
66
  "eu-central-1",
@@ -58,6 +58,7 @@ var partitionHash = {
58
58
  "ap-south-1",
59
59
  "ap-southeast-1",
60
60
  "ap-southeast-2",
61
+ "ap-southeast-3",
61
62
  "aws-global",
62
63
  "ca-central-1",
63
64
  "eu-central-1",
@@ -15,53 +15,53 @@ import { RefreshTrustedAdvisorCheckCommandInput, RefreshTrustedAdvisorCheckComma
15
15
  import { ResolveCaseCommandInput, ResolveCaseCommandOutput } from "./commands/ResolveCaseCommand";
16
16
  import { SupportClient } from "./SupportClient";
17
17
  /**
18
- * <fullname>AWS Support</fullname>
19
- * <p>The <i>AWS Support API Reference</i> is intended for programmers who need detailed
20
- * information about the AWS Support operations and data types. You can use the API to manage
21
- * your support cases programmatically. The AWS Support API uses HTTP methods that return
18
+ * <fullname>Amazon Web Services Support</fullname>
19
+ * <p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
20
+ * information about the Amazon Web Services Support operations and data types. You can use the API to manage
21
+ * your support cases programmatically. The Amazon Web Services Support API uses HTTP methods that return
22
22
  * results in JSON format.</p>
23
23
  * <note>
24
24
  * <ul>
25
25
  * <li>
26
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
26
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
27
27
  * API. </p>
28
28
  * </li>
29
29
  * <li>
30
- * <p>If you call the AWS Support API from an account that does not have a
31
- * Business or Enterprise Support plan, the
30
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
31
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
32
32
  * <code>SubscriptionRequiredException</code> error message appears. For
33
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
33
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
34
34
  * </li>
35
35
  * </ul>
36
36
  * </note>
37
- * <p>The AWS Support service also exposes a set of <a href="http://aws.amazon.com/premiumsupport/trustedadvisor/">AWS Trusted Advisor</a> features. You can
37
+ * <p>The Amazon Web Services Support service also exposes a set of <a href="http://aws.amazon.com/premiumsupport/trustedadvisor/">Trusted Advisor</a> features. You can
38
38
  * retrieve a list of checks and their descriptions, get check results, specify checks to
39
39
  * refresh, and get the refresh status of checks.</p>
40
- * <p>The following list describes the AWS Support case management operations:</p>
40
+ * <p>The following list describes the Amazon Web Services Support case management operations:</p>
41
41
  * <ul>
42
42
  * <li>
43
43
  * <p> Service names, issue categories, and available severity levels - The
44
- * <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return AWS service names,
44
+ * <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names,
45
45
  * service codes, service categories, and problem severity levels. You use these
46
46
  * values when you call the <a>CreateCase</a> operation.</p>
47
47
  * </li>
48
48
  * <li>
49
49
  * <p> Case creation, case details, and case resolution - The <a>CreateCase</a>, <a>DescribeCases</a>, <a>DescribeAttachment</a>, and <a>ResolveCase</a> operations
50
- * create AWS Support cases, retrieve information about cases, and resolve cases.</p>
50
+ * create Amazon Web Services Support cases, retrieve information about cases, and resolve cases.</p>
51
51
  * </li>
52
52
  * <li>
53
53
  * <p> Case communication - The <a>DescribeCommunications</a>,
54
54
  * <a>AddCommunicationToCase</a>, and <a>AddAttachmentsToSet</a> operations retrieve and add communications
55
- * and attachments to AWS Support cases.</p>
55
+ * and attachments to Amazon Web Services Support cases.</p>
56
56
  * </li>
57
57
  * </ul>
58
- * <p>The following list describes the operations available from the AWS Support service for
58
+ * <p>The following list describes the operations available from the Amazon Web Services Support service for
59
59
  * Trusted Advisor:</p>
60
60
  * <ul>
61
61
  * <li>
62
62
  * <p>
63
63
  * <a>DescribeTrustedAdvisorChecks</a> returns the list of checks that
64
- * run against your AWS resources.</p>
64
+ * run against your Amazon Web Services resources.</p>
65
65
  * </li>
66
66
  * <li>
67
67
  * <p>Using the <code>checkId</code> for a specific check returned by <a>DescribeTrustedAdvisorChecks</a>, you can call <a>DescribeTrustedAdvisorCheckResult</a> to obtain the results for the
@@ -83,10 +83,10 @@ import { SupportClient } from "./SupportClient";
83
83
  * status of one or more checks.</p>
84
84
  * </li>
85
85
  * </ul>
86
- * <p>For authentication of requests, AWS Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
86
+ * <p>For authentication of requests, Amazon Web Services Support uses <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing
87
87
  * Process</a>.</p>
88
88
  * <p>See <a href="https://docs.aws.amazon.com/awssupport/latest/user/Welcome.html">About the
89
- * AWS Support API</a> in the <i>AWS Support User Guide</i> for
89
+ * Amazon Web Services Support API</a> in the <i>Amazon Web Services Support User Guide</i> for
90
90
  * information about how to use this service to create and manage your support cases, and
91
91
  * how to call Trusted Advisor for results of checks on your resources.</p>
92
92
  */
@@ -99,14 +99,14 @@ export declare class Support extends SupportClient {
99
99
  * <note>
100
100
  * <ul>
101
101
  * <li>
102
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
102
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
103
103
  * API. </p>
104
104
  * </li>
105
105
  * <li>
106
- * <p>If you call the AWS Support API from an account that does not have a
107
- * Business or Enterprise Support plan, the
106
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
107
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
108
108
  * <code>SubscriptionRequiredException</code> error message appears. For
109
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
109
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
110
110
  * </li>
111
111
  * </ul>
112
112
  * </note>
@@ -115,7 +115,7 @@ export declare class Support extends SupportClient {
115
115
  addAttachmentsToSet(args: AddAttachmentsToSetCommandInput, cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void): void;
116
116
  addAttachmentsToSet(args: AddAttachmentsToSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddAttachmentsToSetCommandOutput) => void): void;
117
117
  /**
118
- * <p>Adds additional customer communication to an AWS Support case. Use the <code>caseId</code>
118
+ * <p>Adds additional customer communication to an Amazon Web Services Support case. Use the <code>caseId</code>
119
119
  * parameter to identify the case to which to add communication. You can list a set of
120
120
  * email addresses to copy on the communication by using the <code>ccEmailAddresses</code>
121
121
  * parameter. The <code>communicationBody</code> value contains the text of the
@@ -124,14 +124,14 @@ export declare class Support extends SupportClient {
124
124
  * <note>
125
125
  * <ul>
126
126
  * <li>
127
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
127
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
128
128
  * API. </p>
129
129
  * </li>
130
130
  * <li>
131
- * <p>If you call the AWS Support API from an account that does not have a
132
- * Business or Enterprise Support plan, the
131
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
132
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
133
133
  * <code>SubscriptionRequiredException</code> error message appears. For
134
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
134
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
135
135
  * </li>
136
136
  * </ul>
137
137
  * </note>
@@ -140,36 +140,36 @@ export declare class Support extends SupportClient {
140
140
  addCommunicationToCase(args: AddCommunicationToCaseCommandInput, cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void): void;
141
141
  addCommunicationToCase(args: AddCommunicationToCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddCommunicationToCaseCommandOutput) => void): void;
142
142
  /**
143
- * <p>Creates a case in the AWS Support Center. This operation is similar to how you create a case
144
- * in the AWS Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
143
+ * <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
144
+ * in the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
145
145
  * Case</a> page.</p>
146
- * <p>The AWS Support API doesn't support requesting service limit increases. You can submit a
146
+ * <p>The Amazon Web Services Support API doesn't support requesting service limit increases. You can submit a
147
147
  * service limit increase in the following ways: </p>
148
148
  * <ul>
149
149
  * <li>
150
- * <p>Submit a request from the AWS Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page.</p>
150
+ * <p>Submit a request from the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page.</p>
151
151
  * </li>
152
152
  * <li>
153
153
  * <p>Use the Service Quotas <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_RequestServiceQuotaIncrease.html">RequestServiceQuotaIncrease</a> operation.</p>
154
154
  * </li>
155
155
  * </ul>
156
- * <p>A successful <code>CreateCase</code> request returns an AWS Support case number. You can use
156
+ * <p>A successful <code>CreateCase</code> request returns an Amazon Web Services Support case number. You can use
157
157
  * the <a>DescribeCases</a> operation and specify the case number to get
158
- * existing AWS Support cases. After you create a case, use the <a>AddCommunicationToCase</a> operation to add additional communication or
158
+ * existing Amazon Web Services Support cases. After you create a case, use the <a>AddCommunicationToCase</a> operation to add additional communication or
159
159
  * attachments to an existing case.</p>
160
160
  * <p>The <code>caseId</code> is separate from the <code>displayId</code> that appears in
161
- * the <a href="https://console.aws.amazon.com/support">AWS Support Center</a>. Use the <a>DescribeCases</a> operation to get the <code>displayId</code>.</p>
161
+ * the <a href="https://console.aws.amazon.com/support">Amazon Web Services Support Center</a>. Use the <a>DescribeCases</a> operation to get the <code>displayId</code>.</p>
162
162
  * <note>
163
163
  * <ul>
164
164
  * <li>
165
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
165
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
166
166
  * API. </p>
167
167
  * </li>
168
168
  * <li>
169
- * <p>If you call the AWS Support API from an account that does not have a
170
- * Business or Enterprise Support plan, the
169
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
170
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
171
171
  * <code>SubscriptionRequiredException</code> error message appears. For
172
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
172
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
173
173
  * </li>
174
174
  * </ul>
175
175
  * </note>
@@ -186,14 +186,14 @@ export declare class Support extends SupportClient {
186
186
  * <note>
187
187
  * <ul>
188
188
  * <li>
189
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
189
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
190
190
  * API. </p>
191
191
  * </li>
192
192
  * <li>
193
- * <p>If you call the AWS Support API from an account that does not have a
194
- * Business or Enterprise Support plan, the
193
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
194
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
195
195
  * <code>SubscriptionRequiredException</code> error message appears. For
196
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
196
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
197
197
  * </li>
198
198
  * </ul>
199
199
  * </note>
@@ -222,14 +222,14 @@ export declare class Support extends SupportClient {
222
222
  * <note>
223
223
  * <ul>
224
224
  * <li>
225
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
225
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
226
226
  * API. </p>
227
227
  * </li>
228
228
  * <li>
229
- * <p>If you call the AWS Support API from an account that does not have a
230
- * Business or Enterprise Support plan, the
229
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
230
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
231
231
  * <code>SubscriptionRequiredException</code> error message appears. For
232
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
232
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
233
233
  * </li>
234
234
  * </ul>
235
235
  * </note>
@@ -251,14 +251,14 @@ export declare class Support extends SupportClient {
251
251
  * <note>
252
252
  * <ul>
253
253
  * <li>
254
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
254
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
255
255
  * API. </p>
256
256
  * </li>
257
257
  * <li>
258
- * <p>If you call the AWS Support API from an account that does not have a
259
- * Business or Enterprise Support plan, the
258
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
259
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
260
260
  * <code>SubscriptionRequiredException</code> error message appears. For
261
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
261
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
262
262
  * </li>
263
263
  * </ul>
264
264
  * </note>
@@ -267,11 +267,11 @@ export declare class Support extends SupportClient {
267
267
  describeCommunications(args: DescribeCommunicationsCommandInput, cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void): void;
268
268
  describeCommunications(args: DescribeCommunicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCommunicationsCommandOutput) => void): void;
269
269
  /**
270
- * <p>Returns the current list of AWS services and a list of service categories for each
270
+ * <p>Returns the current list of Amazon Web Services services and a list of service categories for each
271
271
  * service. You then use service names and categories in your <a>CreateCase</a>
272
- * requests. Each AWS service has its own set of categories.</p>
272
+ * requests. Each Amazon Web Services service has its own set of categories.</p>
273
273
  * <p>The service codes and category codes correspond to the values that appear in the
274
- * <b>Service</b> and <b>Category</b> lists on the AWS Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page. The values in those fields
274
+ * <b>Service</b> and <b>Category</b> lists on the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page. The values in those fields
275
275
  * don't necessarily match the service codes and categories returned by the
276
276
  * <code>DescribeServices</code> operation. Always use the service codes and categories
277
277
  * that the <code>DescribeServices</code> operation returns, so that you have the most
@@ -279,14 +279,14 @@ export declare class Support extends SupportClient {
279
279
  * <note>
280
280
  * <ul>
281
281
  * <li>
282
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
282
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
283
283
  * API. </p>
284
284
  * </li>
285
285
  * <li>
286
- * <p>If you call the AWS Support API from an account that does not have a
287
- * Business or Enterprise Support plan, the
286
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
287
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
288
288
  * <code>SubscriptionRequiredException</code> error message appears. For
289
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
289
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
290
290
  * </li>
291
291
  * </ul>
292
292
  * </note>
@@ -301,14 +301,14 @@ export declare class Support extends SupportClient {
301
301
  * <note>
302
302
  * <ul>
303
303
  * <li>
304
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
304
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
305
305
  * API. </p>
306
306
  * </li>
307
307
  * <li>
308
- * <p>If you call the AWS Support API from an account that does not have a
309
- * Business or Enterprise Support plan, the
308
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
309
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
310
310
  * <code>SubscriptionRequiredException</code> error message appears. For
311
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
311
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
312
312
  * </li>
313
313
  * </ul>
314
314
  * </note>
@@ -317,7 +317,7 @@ export declare class Support extends SupportClient {
317
317
  describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
318
318
  describeSeverityLevels(args: DescribeSeverityLevelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSeverityLevelsCommandOutput) => void): void;
319
319
  /**
320
- * <p>Returns the refresh status of the AWS Trusted Advisor checks that have the specified check
320
+ * <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
321
321
  * IDs. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
322
322
  * <p>Some checks are refreshed automatically, and you can't return their refresh statuses
323
323
  * by using the <code>DescribeTrustedAdvisorCheckRefreshStatuses</code> operation. If you
@@ -326,14 +326,14 @@ export declare class Support extends SupportClient {
326
326
  * <note>
327
327
  * <ul>
328
328
  * <li>
329
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
329
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
330
330
  * API. </p>
331
331
  * </li>
332
332
  * <li>
333
- * <p>If you call the AWS Support API from an account that does not have a
334
- * Business or Enterprise Support plan, the
333
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
334
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
335
335
  * <code>SubscriptionRequiredException</code> error message appears. For
336
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
336
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
337
337
  * </li>
338
338
  * </ul>
339
339
  * </note>
@@ -342,7 +342,7 @@ export declare class Support extends SupportClient {
342
342
  describeTrustedAdvisorCheckRefreshStatuses(args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput) => void): void;
343
343
  describeTrustedAdvisorCheckRefreshStatuses(args: DescribeTrustedAdvisorCheckRefreshStatusesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput) => void): void;
344
344
  /**
345
- * <p>Returns the results of the AWS Trusted Advisor check that has the specified check ID. You
345
+ * <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
346
346
  * can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
347
347
  * operation.</p>
348
348
  * <p>The response contains a <a>TrustedAdvisorCheckResult</a> object, which
@@ -387,14 +387,14 @@ export declare class Support extends SupportClient {
387
387
  * <note>
388
388
  * <ul>
389
389
  * <li>
390
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
390
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
391
391
  * API. </p>
392
392
  * </li>
393
393
  * <li>
394
- * <p>If you call the AWS Support API from an account that does not have a
395
- * Business or Enterprise Support plan, the
394
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
395
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
396
396
  * <code>SubscriptionRequiredException</code> error message appears. For
397
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
397
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
398
398
  * </li>
399
399
  * </ul>
400
400
  * </note>
@@ -403,23 +403,23 @@ export declare class Support extends SupportClient {
403
403
  describeTrustedAdvisorCheckResult(args: DescribeTrustedAdvisorCheckResultCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckResultCommandOutput) => void): void;
404
404
  describeTrustedAdvisorCheckResult(args: DescribeTrustedAdvisorCheckResultCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckResultCommandOutput) => void): void;
405
405
  /**
406
- * <p>Returns information about all available AWS Trusted Advisor checks, including the name, ID,
407
- * category, description, and metadata. You must specify a language code. The AWS Support API
406
+ * <p>Returns information about all available Trusted Advisor checks, including the name, ID,
407
+ * category, description, and metadata. You must specify a language code. The Amazon Web Services Support API
408
408
  * currently supports English ("en") and Japanese ("ja"). The response contains a <a>TrustedAdvisorCheckDescription</a> object for each check. You must set the
409
- * AWS Region to us-east-1.</p>
409
+ * Amazon Web Services Region to us-east-1.</p>
410
410
  *
411
411
  *
412
412
  * <note>
413
413
  * <ul>
414
414
  * <li>
415
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
415
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
416
416
  * API. </p>
417
417
  * </li>
418
418
  * <li>
419
- * <p>If you call the AWS Support API from an account that does not have a
420
- * Business or Enterprise Support plan, the
419
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
420
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
421
421
  * <code>SubscriptionRequiredException</code> error message appears. For
422
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
422
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
423
423
  * </li>
424
424
  * <li>
425
425
  * <p>The names and descriptions for Trusted Advisor checks are subject to change. We recommend
@@ -432,21 +432,21 @@ export declare class Support extends SupportClient {
432
432
  describeTrustedAdvisorChecks(args: DescribeTrustedAdvisorChecksCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void): void;
433
433
  describeTrustedAdvisorChecks(args: DescribeTrustedAdvisorChecksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorChecksCommandOutput) => void): void;
434
434
  /**
435
- * <p>Returns the results for the AWS Trusted Advisor check summaries for the check IDs that you
435
+ * <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
436
436
  * specified. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
437
437
  * <p>The response contains an array of <a>TrustedAdvisorCheckSummary</a>
438
438
  * objects.</p>
439
439
  * <note>
440
440
  * <ul>
441
441
  * <li>
442
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
442
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
443
443
  * API. </p>
444
444
  * </li>
445
445
  * <li>
446
- * <p>If you call the AWS Support API from an account that does not have a
447
- * Business or Enterprise Support plan, the
446
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
447
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
448
448
  * <code>SubscriptionRequiredException</code> error message appears. For
449
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
449
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
450
450
  * </li>
451
451
  * </ul>
452
452
  * </note>
@@ -455,7 +455,7 @@ export declare class Support extends SupportClient {
455
455
  describeTrustedAdvisorCheckSummaries(args: DescribeTrustedAdvisorCheckSummariesCommandInput, cb: (err: any, data?: DescribeTrustedAdvisorCheckSummariesCommandOutput) => void): void;
456
456
  describeTrustedAdvisorCheckSummaries(args: DescribeTrustedAdvisorCheckSummariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTrustedAdvisorCheckSummariesCommandOutput) => void): void;
457
457
  /**
458
- * <p>Refreshes the AWS Trusted Advisor check that you specify using the check ID. You can get the
458
+ * <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
459
459
  * check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
460
460
  * operation.</p>
461
461
  * <note>
@@ -468,14 +468,14 @@ export declare class Support extends SupportClient {
468
468
  * <note>
469
469
  * <ul>
470
470
  * <li>
471
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
471
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
472
472
  * API. </p>
473
473
  * </li>
474
474
  * <li>
475
- * <p>If you call the AWS Support API from an account that does not have a
476
- * Business or Enterprise Support plan, the
475
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
476
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
477
477
  * <code>SubscriptionRequiredException</code> error message appears. For
478
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
478
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
479
479
  * </li>
480
480
  * </ul>
481
481
  * </note>
@@ -489,14 +489,14 @@ export declare class Support extends SupportClient {
489
489
  * <note>
490
490
  * <ul>
491
491
  * <li>
492
- * <p>You must have a Business or Enterprise Support plan to use the AWS Support
492
+ * <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
493
493
  * API. </p>
494
494
  * </li>
495
495
  * <li>
496
- * <p>If you call the AWS Support API from an account that does not have a
497
- * Business or Enterprise Support plan, the
496
+ * <p>If you call the Amazon Web Services Support API from an account that does not have a
497
+ * Business, Enterprise On-Ramp, or Enterprise Support plan, the
498
498
  * <code>SubscriptionRequiredException</code> error message appears. For
499
- * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">AWS Support</a>.</p>
499
+ * information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
500
500
  * </li>
501
501
  * </ul>
502
502
  * </note>