@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 +11 -0
- package/README.md +17 -17
- package/dist-cjs/endpoints.js +1 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-types/Support.d.ts +91 -91
- package/dist-types/SupportClient.d.ts +17 -17
- package/dist-types/commands/AddAttachmentsToSetCommand.d.ts +4 -4
- package/dist-types/commands/AddCommunicationToCaseCommand.d.ts +5 -5
- package/dist-types/commands/CreateCaseCommand.d.ts +11 -11
- package/dist-types/commands/DescribeAttachmentCommand.d.ts +4 -4
- package/dist-types/commands/DescribeCasesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeCommunicationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeServicesCommand.d.ts +7 -7
- package/dist-types/commands/DescribeSeverityLevelsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrustedAdvisorCheckResultCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrustedAdvisorCheckSummariesCommand.d.ts +5 -5
- package/dist-types/commands/DescribeTrustedAdvisorChecksCommand.d.ts +7 -7
- package/dist-types/commands/RefreshTrustedAdvisorCheckCommand.d.ts +5 -5
- package/dist-types/commands/ResolveCaseCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +51 -51
- package/package.json +5 -5
|
@@ -136,53 +136,53 @@ declare type SupportClientResolvedConfigType = __SmithyResolvedConfiguration<__H
|
|
|
136
136
|
export interface SupportClientResolvedConfig extends SupportClientResolvedConfigType {
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
|
-
* <fullname>
|
|
140
|
-
* <p>The <i>
|
|
141
|
-
* information about the
|
|
142
|
-
* your support cases programmatically. The
|
|
139
|
+
* <fullname>Amazon Web Services Support</fullname>
|
|
140
|
+
* <p>The <i>Amazon Web Services Support API Reference</i> is intended for programmers who need detailed
|
|
141
|
+
* information about the Amazon Web Services Support operations and data types. You can use the API to manage
|
|
142
|
+
* your support cases programmatically. The Amazon Web Services Support API uses HTTP methods that return
|
|
143
143
|
* results in JSON format.</p>
|
|
144
144
|
* <note>
|
|
145
145
|
* <ul>
|
|
146
146
|
* <li>
|
|
147
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
147
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
148
148
|
* API. </p>
|
|
149
149
|
* </li>
|
|
150
150
|
* <li>
|
|
151
|
-
* <p>If you call the
|
|
152
|
-
* Business or Enterprise Support plan, the
|
|
151
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
152
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
153
153
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
154
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
154
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
155
155
|
* </li>
|
|
156
156
|
* </ul>
|
|
157
157
|
* </note>
|
|
158
|
-
* <p>The
|
|
158
|
+
* <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
|
|
159
159
|
* retrieve a list of checks and their descriptions, get check results, specify checks to
|
|
160
160
|
* refresh, and get the refresh status of checks.</p>
|
|
161
|
-
* <p>The following list describes the
|
|
161
|
+
* <p>The following list describes the Amazon Web Services Support case management operations:</p>
|
|
162
162
|
* <ul>
|
|
163
163
|
* <li>
|
|
164
164
|
* <p> Service names, issue categories, and available severity levels - The
|
|
165
|
-
* <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return
|
|
165
|
+
* <a>DescribeServices</a> and <a>DescribeSeverityLevels</a> operations return Amazon Web Services service names,
|
|
166
166
|
* service codes, service categories, and problem severity levels. You use these
|
|
167
167
|
* values when you call the <a>CreateCase</a> operation.</p>
|
|
168
168
|
* </li>
|
|
169
169
|
* <li>
|
|
170
170
|
* <p> Case creation, case details, and case resolution - The <a>CreateCase</a>, <a>DescribeCases</a>, <a>DescribeAttachment</a>, and <a>ResolveCase</a> operations
|
|
171
|
-
* create
|
|
171
|
+
* create Amazon Web Services Support cases, retrieve information about cases, and resolve cases.</p>
|
|
172
172
|
* </li>
|
|
173
173
|
* <li>
|
|
174
174
|
* <p> Case communication - The <a>DescribeCommunications</a>,
|
|
175
175
|
* <a>AddCommunicationToCase</a>, and <a>AddAttachmentsToSet</a> operations retrieve and add communications
|
|
176
|
-
* and attachments to
|
|
176
|
+
* and attachments to Amazon Web Services Support cases.</p>
|
|
177
177
|
* </li>
|
|
178
178
|
* </ul>
|
|
179
|
-
* <p>The following list describes the operations available from the
|
|
179
|
+
* <p>The following list describes the operations available from the Amazon Web Services Support service for
|
|
180
180
|
* Trusted Advisor:</p>
|
|
181
181
|
* <ul>
|
|
182
182
|
* <li>
|
|
183
183
|
* <p>
|
|
184
184
|
* <a>DescribeTrustedAdvisorChecks</a> returns the list of checks that
|
|
185
|
-
* run against your
|
|
185
|
+
* run against your Amazon Web Services resources.</p>
|
|
186
186
|
* </li>
|
|
187
187
|
* <li>
|
|
188
188
|
* <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
|
|
@@ -204,10 +204,10 @@ export interface SupportClientResolvedConfig extends SupportClientResolvedConfig
|
|
|
204
204
|
* status of one or more checks.</p>
|
|
205
205
|
* </li>
|
|
206
206
|
* </ul>
|
|
207
|
-
* <p>For authentication of requests,
|
|
207
|
+
* <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
|
|
208
208
|
* Process</a>.</p>
|
|
209
209
|
* <p>See <a href="https://docs.aws.amazon.com/awssupport/latest/user/Welcome.html">About the
|
|
210
|
-
*
|
|
210
|
+
* Amazon Web Services Support API</a> in the <i>Amazon Web Services Support User Guide</i> for
|
|
211
211
|
* information about how to use this service to create and manage your support cases, and
|
|
212
212
|
* how to call Trusted Advisor for results of checks on your resources.</p>
|
|
213
213
|
*/
|
|
@@ -14,14 +14,14 @@ export interface AddAttachmentsToSetCommandOutput extends AddAttachmentsToSetRes
|
|
|
14
14
|
* <note>
|
|
15
15
|
* <ul>
|
|
16
16
|
* <li>
|
|
17
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
17
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
18
18
|
* API. </p>
|
|
19
19
|
* </li>
|
|
20
20
|
* <li>
|
|
21
|
-
* <p>If you call the
|
|
22
|
-
* Business or Enterprise Support plan, the
|
|
21
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
22
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
23
23
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
24
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
24
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
25
25
|
* </li>
|
|
26
26
|
* </ul>
|
|
27
27
|
* </note>
|
|
@@ -7,7 +7,7 @@ export interface AddCommunicationToCaseCommandInput extends AddCommunicationToCa
|
|
|
7
7
|
export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToCaseResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Adds additional customer communication to an
|
|
10
|
+
* <p>Adds additional customer communication to an Amazon Web Services Support case. Use the <code>caseId</code>
|
|
11
11
|
* parameter to identify the case to which to add communication. You can list a set of
|
|
12
12
|
* email addresses to copy on the communication by using the <code>ccEmailAddresses</code>
|
|
13
13
|
* parameter. The <code>communicationBody</code> value contains the text of the
|
|
@@ -16,14 +16,14 @@ export interface AddCommunicationToCaseCommandOutput extends AddCommunicationToC
|
|
|
16
16
|
* <note>
|
|
17
17
|
* <ul>
|
|
18
18
|
* <li>
|
|
19
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
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
|
|
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/">
|
|
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>
|
|
@@ -7,36 +7,36 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {
|
|
|
7
7
|
export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Creates a case in the
|
|
11
|
-
* in the
|
|
10
|
+
* <p>Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case
|
|
11
|
+
* in the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create
|
|
12
12
|
* Case</a> page.</p>
|
|
13
|
-
* <p>The
|
|
13
|
+
* <p>The Amazon Web Services Support API doesn't support requesting service limit increases. You can submit a
|
|
14
14
|
* service limit increase in the following ways: </p>
|
|
15
15
|
* <ul>
|
|
16
16
|
* <li>
|
|
17
|
-
* <p>Submit a request from the
|
|
17
|
+
* <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>
|
|
18
18
|
* </li>
|
|
19
19
|
* <li>
|
|
20
20
|
* <p>Use the Service Quotas <a href="https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_RequestServiceQuotaIncrease.html">RequestServiceQuotaIncrease</a> operation.</p>
|
|
21
21
|
* </li>
|
|
22
22
|
* </ul>
|
|
23
|
-
* <p>A successful <code>CreateCase</code> request returns an
|
|
23
|
+
* <p>A successful <code>CreateCase</code> request returns an Amazon Web Services Support case number. You can use
|
|
24
24
|
* the <a>DescribeCases</a> operation and specify the case number to get
|
|
25
|
-
* existing
|
|
25
|
+
* existing Amazon Web Services Support cases. After you create a case, use the <a>AddCommunicationToCase</a> operation to add additional communication or
|
|
26
26
|
* attachments to an existing case.</p>
|
|
27
27
|
* <p>The <code>caseId</code> is separate from the <code>displayId</code> that appears in
|
|
28
|
-
* the <a href="https://console.aws.amazon.com/support">
|
|
28
|
+
* 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>
|
|
29
29
|
* <note>
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li>
|
|
32
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
32
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
33
33
|
* API. </p>
|
|
34
34
|
* </li>
|
|
35
35
|
* <li>
|
|
36
|
-
* <p>If you call the
|
|
37
|
-
* Business or Enterprise Support plan, the
|
|
36
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
37
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
38
38
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
39
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
39
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
40
40
|
* </li>
|
|
41
41
|
* </ul>
|
|
42
42
|
* </note>
|
|
@@ -15,14 +15,14 @@ export interface DescribeAttachmentCommandOutput extends DescribeAttachmentRespo
|
|
|
15
15
|
* <note>
|
|
16
16
|
* <ul>
|
|
17
17
|
* <li>
|
|
18
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
18
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
19
19
|
* API. </p>
|
|
20
20
|
* </li>
|
|
21
21
|
* <li>
|
|
22
|
-
* <p>If you call the
|
|
23
|
-
* Business or Enterprise Support plan, the
|
|
22
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
23
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
24
24
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
25
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
25
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
26
26
|
* </li>
|
|
27
27
|
* </ul>
|
|
28
28
|
* </note>
|
|
@@ -27,14 +27,14 @@ export interface DescribeCasesCommandOutput extends DescribeCasesResponse, __Met
|
|
|
27
27
|
* <note>
|
|
28
28
|
* <ul>
|
|
29
29
|
* <li>
|
|
30
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
30
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
31
31
|
* API. </p>
|
|
32
32
|
* </li>
|
|
33
33
|
* <li>
|
|
34
|
-
* <p>If you call the
|
|
35
|
-
* Business or Enterprise Support plan, the
|
|
34
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
35
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
36
36
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
37
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
37
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
38
38
|
* </li>
|
|
39
39
|
* </ul>
|
|
40
40
|
* </note>
|
|
@@ -20,14 +20,14 @@ export interface DescribeCommunicationsCommandOutput extends DescribeCommunicati
|
|
|
20
20
|
* <note>
|
|
21
21
|
* <ul>
|
|
22
22
|
* <li>
|
|
23
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
23
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
24
24
|
* API. </p>
|
|
25
25
|
* </li>
|
|
26
26
|
* <li>
|
|
27
|
-
* <p>If you call the
|
|
28
|
-
* Business or Enterprise Support plan, the
|
|
27
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
28
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
29
29
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
30
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
30
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
31
31
|
* </li>
|
|
32
32
|
* </ul>
|
|
33
33
|
* </note>
|
|
@@ -7,11 +7,11 @@ export interface DescribeServicesCommandInput extends DescribeServicesRequest {
|
|
|
7
7
|
export interface DescribeServicesCommandOutput extends DescribeServicesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the current list of
|
|
10
|
+
* <p>Returns the current list of Amazon Web Services services and a list of service categories for each
|
|
11
11
|
* service. You then use service names and categories in your <a>CreateCase</a>
|
|
12
|
-
* requests. Each
|
|
12
|
+
* requests. Each Amazon Web Services service has its own set of categories.</p>
|
|
13
13
|
* <p>The service codes and category codes correspond to the values that appear in the
|
|
14
|
-
* <b>Service</b> and <b>Category</b> lists on the
|
|
14
|
+
* <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
|
|
15
15
|
* don't necessarily match the service codes and categories returned by the
|
|
16
16
|
* <code>DescribeServices</code> operation. Always use the service codes and categories
|
|
17
17
|
* that the <code>DescribeServices</code> operation returns, so that you have the most
|
|
@@ -19,14 +19,14 @@ export interface DescribeServicesCommandOutput extends DescribeServicesResponse,
|
|
|
19
19
|
* <note>
|
|
20
20
|
* <ul>
|
|
21
21
|
* <li>
|
|
22
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
22
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
23
23
|
* API. </p>
|
|
24
24
|
* </li>
|
|
25
25
|
* <li>
|
|
26
|
-
* <p>If you call the
|
|
27
|
-
* Business or Enterprise Support plan, the
|
|
26
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
27
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
28
28
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
29
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
29
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
30
30
|
* </li>
|
|
31
31
|
* </ul>
|
|
32
32
|
* </note>
|
|
@@ -13,14 +13,14 @@ export interface DescribeSeverityLevelsCommandOutput extends DescribeSeverityLev
|
|
|
13
13
|
* <note>
|
|
14
14
|
* <ul>
|
|
15
15
|
* <li>
|
|
16
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
16
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
17
17
|
* API. </p>
|
|
18
18
|
* </li>
|
|
19
19
|
* <li>
|
|
20
|
-
* <p>If you call the
|
|
21
|
-
* Business or Enterprise Support plan, the
|
|
20
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
21
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
22
22
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
23
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
23
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
24
24
|
* </li>
|
|
25
25
|
* </ul>
|
|
26
26
|
* </note>
|
|
@@ -7,7 +7,7 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandInput extends
|
|
|
7
7
|
export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends DescribeTrustedAdvisorCheckRefreshStatusesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the refresh status of the
|
|
10
|
+
* <p>Returns the refresh status of the Trusted Advisor checks that have the specified check
|
|
11
11
|
* IDs. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
|
|
12
12
|
* <p>Some checks are refreshed automatically, and you can't return their refresh statuses
|
|
13
13
|
* by using the <code>DescribeTrustedAdvisorCheckRefreshStatuses</code> operation. If you
|
|
@@ -16,14 +16,14 @@ export interface DescribeTrustedAdvisorCheckRefreshStatusesCommandOutput extends
|
|
|
16
16
|
* <note>
|
|
17
17
|
* <ul>
|
|
18
18
|
* <li>
|
|
19
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
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
|
|
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/">
|
|
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>
|
|
@@ -7,7 +7,7 @@ export interface DescribeTrustedAdvisorCheckResultCommandInput extends DescribeT
|
|
|
7
7
|
export interface DescribeTrustedAdvisorCheckResultCommandOutput extends DescribeTrustedAdvisorCheckResultResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the results of the
|
|
10
|
+
* <p>Returns the results of the Trusted Advisor check that has the specified check ID. You
|
|
11
11
|
* can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
|
|
12
12
|
* operation.</p>
|
|
13
13
|
* <p>The response contains a <a>TrustedAdvisorCheckResult</a> object, which
|
|
@@ -52,14 +52,14 @@ export interface DescribeTrustedAdvisorCheckResultCommandOutput extends Describe
|
|
|
52
52
|
* <note>
|
|
53
53
|
* <ul>
|
|
54
54
|
* <li>
|
|
55
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
55
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
56
56
|
* API. </p>
|
|
57
57
|
* </li>
|
|
58
58
|
* <li>
|
|
59
|
-
* <p>If you call the
|
|
60
|
-
* Business or Enterprise Support plan, the
|
|
59
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
60
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
61
61
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
62
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
62
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
63
63
|
* </li>
|
|
64
64
|
* </ul>
|
|
65
65
|
* </note>
|
|
@@ -7,21 +7,21 @@ export interface DescribeTrustedAdvisorCheckSummariesCommandInput extends Descri
|
|
|
7
7
|
export interface DescribeTrustedAdvisorCheckSummariesCommandOutput extends DescribeTrustedAdvisorCheckSummariesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns the results for the
|
|
10
|
+
* <p>Returns the results for the Trusted Advisor check summaries for the check IDs that you
|
|
11
11
|
* specified. You can get the check IDs by calling the <a>DescribeTrustedAdvisorChecks</a> operation.</p>
|
|
12
12
|
* <p>The response contains an array of <a>TrustedAdvisorCheckSummary</a>
|
|
13
13
|
* objects.</p>
|
|
14
14
|
* <note>
|
|
15
15
|
* <ul>
|
|
16
16
|
* <li>
|
|
17
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
17
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
18
18
|
* API. </p>
|
|
19
19
|
* </li>
|
|
20
20
|
* <li>
|
|
21
|
-
* <p>If you call the
|
|
22
|
-
* Business or Enterprise Support plan, the
|
|
21
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
22
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
23
23
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
24
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
24
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
25
25
|
* </li>
|
|
26
26
|
* </ul>
|
|
27
27
|
* </note>
|
|
@@ -7,23 +7,23 @@ export interface DescribeTrustedAdvisorChecksCommandInput extends DescribeTruste
|
|
|
7
7
|
export interface DescribeTrustedAdvisorChecksCommandOutput extends DescribeTrustedAdvisorChecksResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Returns information about all available
|
|
11
|
-
* category, description, and metadata. You must specify a language code. The
|
|
10
|
+
* <p>Returns information about all available Trusted Advisor checks, including the name, ID,
|
|
11
|
+
* category, description, and metadata. You must specify a language code. The Amazon Web Services Support API
|
|
12
12
|
* currently supports English ("en") and Japanese ("ja"). The response contains a <a>TrustedAdvisorCheckDescription</a> object for each check. You must set the
|
|
13
|
-
*
|
|
13
|
+
* Amazon Web Services Region to us-east-1.</p>
|
|
14
14
|
*
|
|
15
15
|
*
|
|
16
16
|
* <note>
|
|
17
17
|
* <ul>
|
|
18
18
|
* <li>
|
|
19
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
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
|
|
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/">
|
|
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
|
* <li>
|
|
29
29
|
* <p>The names and descriptions for Trusted Advisor checks are subject to change. We recommend
|
|
@@ -7,7 +7,7 @@ export interface RefreshTrustedAdvisorCheckCommandInput extends RefreshTrustedAd
|
|
|
7
7
|
export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedAdvisorCheckResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Refreshes the
|
|
10
|
+
* <p>Refreshes the Trusted Advisor check that you specify using the check ID. You can get the
|
|
11
11
|
* check IDs by calling the <a>DescribeTrustedAdvisorChecks</a>
|
|
12
12
|
* operation.</p>
|
|
13
13
|
* <note>
|
|
@@ -20,14 +20,14 @@ export interface RefreshTrustedAdvisorCheckCommandOutput extends RefreshTrustedA
|
|
|
20
20
|
* <note>
|
|
21
21
|
* <ul>
|
|
22
22
|
* <li>
|
|
23
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
23
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
24
24
|
* API. </p>
|
|
25
25
|
* </li>
|
|
26
26
|
* <li>
|
|
27
|
-
* <p>If you call the
|
|
28
|
-
* Business or Enterprise Support plan, the
|
|
27
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
28
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
29
29
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
30
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
30
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
31
31
|
* </li>
|
|
32
32
|
* </ul>
|
|
33
33
|
* </note>
|
|
@@ -12,14 +12,14 @@ export interface ResolveCaseCommandOutput extends ResolveCaseResponse, __Metadat
|
|
|
12
12
|
* <note>
|
|
13
13
|
* <ul>
|
|
14
14
|
* <li>
|
|
15
|
-
* <p>You must have a Business or Enterprise Support plan to use the
|
|
15
|
+
* <p>You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support
|
|
16
16
|
* API. </p>
|
|
17
17
|
* </li>
|
|
18
18
|
* <li>
|
|
19
|
-
* <p>If you call the
|
|
20
|
-
* Business or Enterprise Support plan, the
|
|
19
|
+
* <p>If you call the Amazon Web Services Support API from an account that does not have a
|
|
20
|
+
* Business, Enterprise On-Ramp, or Enterprise Support plan, the
|
|
21
21
|
* <code>SubscriptionRequiredException</code> error message appears. For
|
|
22
|
-
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">
|
|
22
|
+
* information about changing your support plan, see <a href="http://aws.amazon.com/premiumsupport/">Amazon Web Services Support</a>.</p>
|
|
23
23
|
* </li>
|
|
24
24
|
* </ul>
|
|
25
25
|
* </note>
|