@aws-sdk/client-support 3.43.0 → 3.47.1
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 +47 -0
- package/README.md +17 -17
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +1 -56
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +0 -36
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Support.d.ts +91 -91
- package/dist-types/SupportClient.d.ts +22 -18
- 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 -105
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SupportClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -36
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -79,12 +79,6 @@ export interface AttachmentLimitExceeded extends __SmithyException, $MetadataBea
|
|
|
79
79
|
*/
|
|
80
80
|
message?: string;
|
|
81
81
|
}
|
|
82
|
-
export declare namespace AttachmentLimitExceeded {
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
const filterSensitiveLog: (obj: AttachmentLimitExceeded) => any;
|
|
87
|
-
}
|
|
88
82
|
/**
|
|
89
83
|
* <p>The expiration time of the attachment set has passed. The set expires 1 hour after it
|
|
90
84
|
* is created.</p>
|
|
@@ -98,12 +92,6 @@ export interface AttachmentSetExpired extends __SmithyException, $MetadataBearer
|
|
|
98
92
|
*/
|
|
99
93
|
message?: string;
|
|
100
94
|
}
|
|
101
|
-
export declare namespace AttachmentSetExpired {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
|
-
const filterSensitiveLog: (obj: AttachmentSetExpired) => any;
|
|
106
|
-
}
|
|
107
95
|
/**
|
|
108
96
|
* <p>An attachment set with the specified ID could not be found.</p>
|
|
109
97
|
*/
|
|
@@ -115,12 +103,6 @@ export interface AttachmentSetIdNotFound extends __SmithyException, $MetadataBea
|
|
|
115
103
|
*/
|
|
116
104
|
message?: string;
|
|
117
105
|
}
|
|
118
|
-
export declare namespace AttachmentSetIdNotFound {
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
const filterSensitiveLog: (obj: AttachmentSetIdNotFound) => any;
|
|
123
|
-
}
|
|
124
106
|
/**
|
|
125
107
|
* <p>A limit for the size of an attachment set has been exceeded. The limits are three
|
|
126
108
|
* attachments and 5 MB per attachment.</p>
|
|
@@ -134,12 +116,6 @@ export interface AttachmentSetSizeLimitExceeded extends __SmithyException, $Meta
|
|
|
134
116
|
*/
|
|
135
117
|
message?: string;
|
|
136
118
|
}
|
|
137
|
-
export declare namespace AttachmentSetSizeLimitExceeded {
|
|
138
|
-
/**
|
|
139
|
-
* @internal
|
|
140
|
-
*/
|
|
141
|
-
const filterSensitiveLog: (obj: AttachmentSetSizeLimitExceeded) => any;
|
|
142
|
-
}
|
|
143
119
|
/**
|
|
144
120
|
* <p>An internal server error occurred.</p>
|
|
145
121
|
*/
|
|
@@ -151,12 +127,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
151
127
|
*/
|
|
152
128
|
message?: string;
|
|
153
129
|
}
|
|
154
|
-
export declare namespace InternalServerError {
|
|
155
|
-
/**
|
|
156
|
-
* @internal
|
|
157
|
-
*/
|
|
158
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
159
|
-
}
|
|
160
130
|
export interface AddCommunicationToCaseRequest {
|
|
161
131
|
/**
|
|
162
132
|
* <p>The support case ID requested or returned in the call. The case ID is an
|
|
@@ -213,12 +183,6 @@ export interface CaseIdNotFound extends __SmithyException, $MetadataBearer {
|
|
|
213
183
|
*/
|
|
214
184
|
message?: string;
|
|
215
185
|
}
|
|
216
|
-
export declare namespace CaseIdNotFound {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
const filterSensitiveLog: (obj: CaseIdNotFound) => any;
|
|
221
|
-
}
|
|
222
186
|
/**
|
|
223
187
|
* <p>The file name and ID of an attachment to a case communication. You can use the ID to
|
|
224
188
|
* retrieve the attachment with the <a>DescribeAttachment</a> operation.</p>
|
|
@@ -250,12 +214,6 @@ export interface AttachmentIdNotFound extends __SmithyException, $MetadataBearer
|
|
|
250
214
|
*/
|
|
251
215
|
message?: string;
|
|
252
216
|
}
|
|
253
|
-
export declare namespace AttachmentIdNotFound {
|
|
254
|
-
/**
|
|
255
|
-
* @internal
|
|
256
|
-
*/
|
|
257
|
-
const filterSensitiveLog: (obj: AttachmentIdNotFound) => any;
|
|
258
|
-
}
|
|
259
217
|
/**
|
|
260
218
|
* <p>The case creation limit for the account has been exceeded.</p>
|
|
261
219
|
*/
|
|
@@ -268,53 +226,47 @@ export interface CaseCreationLimitExceeded extends __SmithyException, $MetadataB
|
|
|
268
226
|
*/
|
|
269
227
|
message?: string;
|
|
270
228
|
}
|
|
271
|
-
export declare namespace CaseCreationLimitExceeded {
|
|
272
|
-
/**
|
|
273
|
-
* @internal
|
|
274
|
-
*/
|
|
275
|
-
const filterSensitiveLog: (obj: CaseCreationLimitExceeded) => any;
|
|
276
|
-
}
|
|
277
229
|
export interface CreateCaseRequest {
|
|
278
230
|
/**
|
|
279
|
-
* <p>The title of the support case. The title appears in the <b>Subject</b> field on the
|
|
231
|
+
* <p>The title of the support case. The title appears in the <b>Subject</b> field on the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page.</p>
|
|
280
232
|
*/
|
|
281
233
|
subject: string | undefined;
|
|
282
234
|
/**
|
|
283
|
-
* <p>The code for the
|
|
235
|
+
* <p>The code for the Amazon Web Services service. You can use the <a>DescribeServices</a>
|
|
284
236
|
* operation to get the possible <code>serviceCode</code> values.</p>
|
|
285
237
|
*/
|
|
286
238
|
serviceCode?: string;
|
|
287
239
|
/**
|
|
288
240
|
* <p>A value that indicates the urgency of the case. This value determines the response
|
|
289
|
-
* time according to your service level agreement with
|
|
241
|
+
* time according to your service level agreement with Amazon Web Services Support. You can use the <a>DescribeSeverityLevels</a> operation to get the possible values for
|
|
290
242
|
* <code>severityCode</code>. </p>
|
|
291
243
|
* <p>For more information, see <a>SeverityLevel</a> and <a href="https://docs.aws.amazon.com/awssupport/latest/user/getting-started.html#choosing-severity">Choosing a
|
|
292
|
-
* Severity</a> in the <i>
|
|
244
|
+
* Severity</a> in the <i>Amazon Web Services Support User Guide</i>.</p>
|
|
293
245
|
* <note>
|
|
294
|
-
* <p>The availability of severity levels depends on the support plan for the
|
|
295
|
-
* account.</p>
|
|
246
|
+
* <p>The availability of severity levels depends on the support plan for the
|
|
247
|
+
* Amazon Web Services account.</p>
|
|
296
248
|
* </note>
|
|
297
249
|
*/
|
|
298
250
|
severityCode?: string;
|
|
299
251
|
/**
|
|
300
252
|
* <p>The category of problem for the support case. You also use the <a>DescribeServices</a> operation to get the category code for a service. Each
|
|
301
|
-
*
|
|
253
|
+
* Amazon Web Services service defines its own set of category codes.</p>
|
|
302
254
|
*/
|
|
303
255
|
categoryCode?: string;
|
|
304
256
|
/**
|
|
305
257
|
* <p>The communication body text that describes the issue. This text appears in the
|
|
306
|
-
* <b>Description</b> field on the
|
|
258
|
+
* <b>Description</b> field on the Amazon Web Services Support Center <a href="https://console.aws.amazon.com/support/home#/case/create">Create Case</a> page.</p>
|
|
307
259
|
*/
|
|
308
260
|
communicationBody: string | undefined;
|
|
309
261
|
/**
|
|
310
|
-
* <p>A list of email addresses that
|
|
311
|
-
* identifies the account that creates the case when you specify your
|
|
312
|
-
* HTTP POST method or use the <a href="http://aws.amazon.com/tools/">
|
|
262
|
+
* <p>A list of email addresses that Amazon Web Services Support copies on case correspondence. Amazon Web Services Support
|
|
263
|
+
* identifies the account that creates the case when you specify your Amazon Web Services credentials in an
|
|
264
|
+
* HTTP POST method or use the <a href="http://aws.amazon.com/tools/">Amazon Web Services SDKs</a>.
|
|
313
265
|
* </p>
|
|
314
266
|
*/
|
|
315
267
|
ccEmailAddresses?: string[];
|
|
316
268
|
/**
|
|
317
|
-
* <p>The language in which
|
|
269
|
+
* <p>The language in which Amazon Web Services Support handles the case. You must specify the ISO 639-1
|
|
318
270
|
* code for the <code>language</code> parameter if you want support in that language.
|
|
319
271
|
* Currently, English ("en") and Japanese ("ja") are supported.</p>
|
|
320
272
|
*/
|
|
@@ -368,12 +320,6 @@ export interface DescribeAttachmentLimitExceeded extends __SmithyException, $Met
|
|
|
368
320
|
*/
|
|
369
321
|
message?: string;
|
|
370
322
|
}
|
|
371
|
-
export declare namespace DescribeAttachmentLimitExceeded {
|
|
372
|
-
/**
|
|
373
|
-
* @internal
|
|
374
|
-
*/
|
|
375
|
-
const filterSensitiveLog: (obj: DescribeAttachmentLimitExceeded) => any;
|
|
376
|
-
}
|
|
377
323
|
export interface DescribeAttachmentRequest {
|
|
378
324
|
/**
|
|
379
325
|
* <p>The ID of the attachment to return. Attachment IDs are returned by the <a>DescribeCommunications</a> operation.</p>
|
|
@@ -412,7 +358,7 @@ export interface DescribeCasesRequest {
|
|
|
412
358
|
*/
|
|
413
359
|
caseIdList?: string[];
|
|
414
360
|
/**
|
|
415
|
-
* <p>The ID displayed for a case in the
|
|
361
|
+
* <p>The ID displayed for a case in the Amazon Web Services Support Center user interface.</p>
|
|
416
362
|
*/
|
|
417
363
|
displayId?: string;
|
|
418
364
|
/**
|
|
@@ -439,7 +385,7 @@ export interface DescribeCasesRequest {
|
|
|
439
385
|
*/
|
|
440
386
|
maxResults?: number;
|
|
441
387
|
/**
|
|
442
|
-
* <p>The ISO 639-1 code for the language in which
|
|
388
|
+
* <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
|
|
443
389
|
* currently supports English ("en") and Japanese ("ja"). Language parameters must be
|
|
444
390
|
* passed explicitly for operations that take them.</p>
|
|
445
391
|
*/
|
|
@@ -470,13 +416,13 @@ export interface Communication {
|
|
|
470
416
|
*/
|
|
471
417
|
caseId?: string;
|
|
472
418
|
/**
|
|
473
|
-
* <p>The text of the communication between the customer and
|
|
419
|
+
* <p>The text of the communication between the customer and Amazon Web Services Support.</p>
|
|
474
420
|
*/
|
|
475
421
|
body?: string;
|
|
476
422
|
/**
|
|
477
423
|
* <p>The identity of the account that submitted, or responded to, the support case.
|
|
478
424
|
* Customer entries include the role or IAM user as well as the email address. For example,
|
|
479
|
-
* "AdminRole (Role) <janedoe@example.com>. Entries from the
|
|
425
|
+
* "AdminRole (Role) <janedoe@example.com>. Entries from the Amazon Web Services Support team display
|
|
480
426
|
* "Amazon Web Services," and don't show an email address.
|
|
481
427
|
* </p>
|
|
482
428
|
*/
|
|
@@ -535,12 +481,12 @@ export declare namespace RecentCaseCommunications {
|
|
|
535
481
|
* <li>
|
|
536
482
|
* <p>
|
|
537
483
|
* <b>displayId</b> - The identifier for the case on pages
|
|
538
|
-
* in the
|
|
484
|
+
* in the Amazon Web Services Support Center.</p>
|
|
539
485
|
* </li>
|
|
540
486
|
* <li>
|
|
541
487
|
* <p>
|
|
542
488
|
* <b>language</b> - The ISO 639-1 code for the language
|
|
543
|
-
* in which
|
|
489
|
+
* in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and
|
|
544
490
|
* Japanese ("ja"). Language parameters must be passed explicitly for operations
|
|
545
491
|
* that take them.</p>
|
|
546
492
|
* </li>
|
|
@@ -557,7 +503,7 @@ export declare namespace RecentCaseCommunications {
|
|
|
557
503
|
* </li>
|
|
558
504
|
* <li>
|
|
559
505
|
* <p>
|
|
560
|
-
* <b>serviceCode</b> - The identifier for the
|
|
506
|
+
* <b>serviceCode</b> - The identifier for the Amazon Web Services service
|
|
561
507
|
* that corresponds to the service code defined in the call to <a>DescribeServices</a>.</p>
|
|
562
508
|
* </li>
|
|
563
509
|
* <li>
|
|
@@ -569,7 +515,7 @@ export declare namespace RecentCaseCommunications {
|
|
|
569
515
|
* </li>
|
|
570
516
|
* <li>
|
|
571
517
|
* <p>
|
|
572
|
-
* <b>status</b> - The status of the case in the
|
|
518
|
+
* <b>status</b> - The status of the case in the Amazon Web Services Support Center. Valid values:</p>
|
|
573
519
|
* <ul>
|
|
574
520
|
* <li>
|
|
575
521
|
* <p>
|
|
@@ -628,12 +574,12 @@ export interface CaseDetails {
|
|
|
628
574
|
*/
|
|
629
575
|
caseId?: string;
|
|
630
576
|
/**
|
|
631
|
-
* <p>The ID displayed for the case in the
|
|
577
|
+
* <p>The ID displayed for the case in the Amazon Web Services Support Center. This is a numeric
|
|
632
578
|
* string.</p>
|
|
633
579
|
*/
|
|
634
580
|
displayId?: string;
|
|
635
581
|
/**
|
|
636
|
-
* <p>The subject line for the case in the
|
|
582
|
+
* <p>The subject line for the case in the Amazon Web Services Support Center.</p>
|
|
637
583
|
*/
|
|
638
584
|
subject?: string;
|
|
639
585
|
/**
|
|
@@ -674,7 +620,7 @@ export interface CaseDetails {
|
|
|
674
620
|
*/
|
|
675
621
|
status?: string;
|
|
676
622
|
/**
|
|
677
|
-
* <p>The code for the
|
|
623
|
+
* <p>The code for the Amazon Web Services service. You can get a list of codes and the corresponding
|
|
678
624
|
* service names by calling <a>DescribeServices</a>.</p>
|
|
679
625
|
*/
|
|
680
626
|
serviceCode?: string;
|
|
@@ -691,11 +637,11 @@ export interface CaseDetails {
|
|
|
691
637
|
*/
|
|
692
638
|
submittedBy?: string;
|
|
693
639
|
/**
|
|
694
|
-
* <p>The time that the case was created in the
|
|
640
|
+
* <p>The time that the case was created in the Amazon Web Services Support Center.</p>
|
|
695
641
|
*/
|
|
696
642
|
timeCreated?: string;
|
|
697
643
|
/**
|
|
698
|
-
* <p>The five most recent communications between you and
|
|
644
|
+
* <p>The five most recent communications between you and Amazon Web Services Support Center, including the
|
|
699
645
|
* IDs of any attachments to the communications. Also includes a <code>nextToken</code>
|
|
700
646
|
* that you can use to retrieve earlier communications.</p>
|
|
701
647
|
*/
|
|
@@ -705,7 +651,7 @@ export interface CaseDetails {
|
|
|
705
651
|
*/
|
|
706
652
|
ccEmailAddresses?: string[];
|
|
707
653
|
/**
|
|
708
|
-
* <p>The ISO 639-1 code for the language in which
|
|
654
|
+
* <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
|
|
709
655
|
* currently supports English ("en") and Japanese ("ja"). Language parameters must be
|
|
710
656
|
* passed explicitly for operations that take them.</p>
|
|
711
657
|
*/
|
|
@@ -793,11 +739,11 @@ export declare namespace DescribeCommunicationsResponse {
|
|
|
793
739
|
}
|
|
794
740
|
export interface DescribeServicesRequest {
|
|
795
741
|
/**
|
|
796
|
-
* <p>A JSON-formatted list of service codes available for
|
|
742
|
+
* <p>A JSON-formatted list of service codes available for Amazon Web Services services.</p>
|
|
797
743
|
*/
|
|
798
744
|
serviceCodeList?: string[];
|
|
799
745
|
/**
|
|
800
|
-
* <p>The ISO 639-1 code for the language in which
|
|
746
|
+
* <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
|
|
801
747
|
* currently supports English ("en") and Japanese ("ja"). Language parameters must be
|
|
802
748
|
* passed explicitly for operations that take them.</p>
|
|
803
749
|
*/
|
|
@@ -812,7 +758,7 @@ export declare namespace DescribeServicesRequest {
|
|
|
812
758
|
/**
|
|
813
759
|
* <p>A JSON-formatted name/value pair that represents the category name and category code
|
|
814
760
|
* of the problem, selected from the <a>DescribeServices</a> response for each
|
|
815
|
-
*
|
|
761
|
+
* Amazon Web Services service.</p>
|
|
816
762
|
*/
|
|
817
763
|
export interface Category {
|
|
818
764
|
/**
|
|
@@ -831,24 +777,24 @@ export declare namespace Category {
|
|
|
831
777
|
const filterSensitiveLog: (obj: Category) => any;
|
|
832
778
|
}
|
|
833
779
|
/**
|
|
834
|
-
* <p>Information about an
|
|
780
|
+
* <p>Information about an Amazon Web Services service returned by the <a>DescribeServices</a>
|
|
835
781
|
* operation.</p>
|
|
836
782
|
*/
|
|
837
783
|
export interface Service {
|
|
838
784
|
/**
|
|
839
|
-
* <p>The code for an
|
|
785
|
+
* <p>The code for an Amazon Web Services service returned by the <a>DescribeServices</a>
|
|
840
786
|
* response. The <code>name</code> element contains the corresponding friendly name.</p>
|
|
841
787
|
*/
|
|
842
788
|
code?: string;
|
|
843
789
|
/**
|
|
844
|
-
* <p>The friendly name for an
|
|
790
|
+
* <p>The friendly name for an Amazon Web Services service. The <code>code</code> element contains the
|
|
845
791
|
* corresponding code.</p>
|
|
846
792
|
*/
|
|
847
793
|
name?: string;
|
|
848
794
|
/**
|
|
849
795
|
* <p>A list of categories that describe the type of support issue a case describes.
|
|
850
796
|
* Categories consist of a category name and a category code. Category names and codes are
|
|
851
|
-
* passed to
|
|
797
|
+
* passed to Amazon Web Services Support when you call <a>CreateCase</a>.</p>
|
|
852
798
|
*/
|
|
853
799
|
categories?: Category[];
|
|
854
800
|
}
|
|
@@ -859,12 +805,12 @@ export declare namespace Service {
|
|
|
859
805
|
const filterSensitiveLog: (obj: Service) => any;
|
|
860
806
|
}
|
|
861
807
|
/**
|
|
862
|
-
* <p>The list of
|
|
808
|
+
* <p>The list of Amazon Web Services services returned by the <a>DescribeServices</a>
|
|
863
809
|
* operation.</p>
|
|
864
810
|
*/
|
|
865
811
|
export interface DescribeServicesResponse {
|
|
866
812
|
/**
|
|
867
|
-
* <p>A JSON-formatted list of
|
|
813
|
+
* <p>A JSON-formatted list of Amazon Web Services services.</p>
|
|
868
814
|
*/
|
|
869
815
|
services?: Service[];
|
|
870
816
|
}
|
|
@@ -876,7 +822,7 @@ export declare namespace DescribeServicesResponse {
|
|
|
876
822
|
}
|
|
877
823
|
export interface DescribeSeverityLevelsRequest {
|
|
878
824
|
/**
|
|
879
|
-
* <p>The ISO 639-1 code for the language in which
|
|
825
|
+
* <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
|
|
880
826
|
* currently supports English ("en") and Japanese ("ja"). Language parameters must be
|
|
881
827
|
* passed explicitly for operations that take them.</p>
|
|
882
828
|
*/
|
|
@@ -892,7 +838,7 @@ export declare namespace DescribeSeverityLevelsRequest {
|
|
|
892
838
|
* <p>A code and name pair that represents the severity level of a support case. The
|
|
893
839
|
* available values depend on the support plan for the account. For more information, see
|
|
894
840
|
* <a href="https://docs.aws.amazon.com/awssupport/latest/user/case-management.html#choosing-severity">Choosing a
|
|
895
|
-
* severity</a> in the <i>
|
|
841
|
+
* severity</a> in the <i>Amazon Web Services Support User Guide</i>.</p>
|
|
896
842
|
*/
|
|
897
843
|
export interface SeverityLevel {
|
|
898
844
|
/**
|
|
@@ -906,7 +852,7 @@ export interface SeverityLevel {
|
|
|
906
852
|
* <p>The name of the severity level that corresponds to the severity level code.</p>
|
|
907
853
|
* <note>
|
|
908
854
|
* <p>The values returned by the API are different from the values that appear in the
|
|
909
|
-
*
|
|
855
|
+
* Amazon Web Services Support Center. For example, the API uses the code <code>low</code>, but the name
|
|
910
856
|
* appears as General guidance in Support Center. </p>
|
|
911
857
|
* <p>The following are the API code names and how they appear in the console:</p>
|
|
912
858
|
* <ul>
|
|
@@ -933,7 +879,7 @@ export interface SeverityLevel {
|
|
|
933
879
|
* </ul>
|
|
934
880
|
* </note>
|
|
935
881
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/awssupport/latest/user/case-management.html#choosing-severity">Choosing a
|
|
936
|
-
* severity</a> in the <i>
|
|
882
|
+
* severity</a> in the <i>Amazon Web Services Support User Guide</i>.</p>
|
|
937
883
|
*/
|
|
938
884
|
name?: string;
|
|
939
885
|
}
|
|
@@ -950,7 +896,7 @@ export declare namespace SeverityLevel {
|
|
|
950
896
|
export interface DescribeSeverityLevelsResponse {
|
|
951
897
|
/**
|
|
952
898
|
* <p>The available severity levels for the support case. Available severity levels are
|
|
953
|
-
* defined by your service level agreement with
|
|
899
|
+
* defined by your service level agreement with Amazon Web Services.</p>
|
|
954
900
|
*/
|
|
955
901
|
severityLevels?: SeverityLevel[];
|
|
956
902
|
}
|
|
@@ -1050,7 +996,7 @@ export interface DescribeTrustedAdvisorCheckResultRequest {
|
|
|
1050
996
|
*/
|
|
1051
997
|
checkId: string | undefined;
|
|
1052
998
|
/**
|
|
1053
|
-
* <p>The ISO 639-1 code for the language in which
|
|
999
|
+
* <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
|
|
1054
1000
|
* currently supports English ("en") and Japanese ("ja"). Language parameters must be
|
|
1055
1001
|
* passed explicitly for operations that take them.</p>
|
|
1056
1002
|
*/
|
|
@@ -1109,7 +1055,7 @@ export interface TrustedAdvisorResourceDetail {
|
|
|
1109
1055
|
*/
|
|
1110
1056
|
status: string | undefined;
|
|
1111
1057
|
/**
|
|
1112
|
-
* <p>The
|
|
1058
|
+
* <p>The Amazon Web Services Region in which the identified resource is located.</p>
|
|
1113
1059
|
*/
|
|
1114
1060
|
region?: string;
|
|
1115
1061
|
/**
|
|
@@ -1117,7 +1063,7 @@ export interface TrustedAdvisorResourceDetail {
|
|
|
1117
1063
|
*/
|
|
1118
1064
|
resourceId: string | undefined;
|
|
1119
1065
|
/**
|
|
1120
|
-
* <p>Specifies whether the
|
|
1066
|
+
* <p>Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was
|
|
1121
1067
|
* marked as suppressed by the user.</p>
|
|
1122
1068
|
*/
|
|
1123
1069
|
isSuppressed?: boolean;
|
|
@@ -1136,25 +1082,25 @@ export declare namespace TrustedAdvisorResourceDetail {
|
|
|
1136
1082
|
const filterSensitiveLog: (obj: TrustedAdvisorResourceDetail) => any;
|
|
1137
1083
|
}
|
|
1138
1084
|
/**
|
|
1139
|
-
* <p>Details about
|
|
1085
|
+
* <p>Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor <a>DescribeTrustedAdvisorCheckSummaries</a>.</p>
|
|
1140
1086
|
*/
|
|
1141
1087
|
export interface TrustedAdvisorResourcesSummary {
|
|
1142
1088
|
/**
|
|
1143
|
-
* <p>The number of
|
|
1089
|
+
* <p>The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.</p>
|
|
1144
1090
|
*/
|
|
1145
1091
|
resourcesProcessed: number | undefined;
|
|
1146
1092
|
/**
|
|
1147
|
-
* <p>The number of
|
|
1093
|
+
* <p>The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor
|
|
1148
1094
|
* check.</p>
|
|
1149
1095
|
*/
|
|
1150
1096
|
resourcesFlagged: number | undefined;
|
|
1151
1097
|
/**
|
|
1152
|
-
* <p>The number of
|
|
1098
|
+
* <p>The number of Amazon Web Services resources ignored by Trusted Advisor because information was
|
|
1153
1099
|
* unavailable.</p>
|
|
1154
1100
|
*/
|
|
1155
1101
|
resourcesIgnored: number | undefined;
|
|
1156
1102
|
/**
|
|
1157
|
-
* <p>The number of
|
|
1103
|
+
* <p>The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as
|
|
1158
1104
|
* suppressed by the user.</p>
|
|
1159
1105
|
*/
|
|
1160
1106
|
resourcesSuppressed: number | undefined;
|
|
@@ -1183,7 +1129,7 @@ export interface TrustedAdvisorCheckResult {
|
|
|
1183
1129
|
*/
|
|
1184
1130
|
status: string | undefined;
|
|
1185
1131
|
/**
|
|
1186
|
-
* <p>Details about
|
|
1132
|
+
* <p>Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor <a>DescribeTrustedAdvisorCheckSummaries</a>.</p>
|
|
1187
1133
|
*/
|
|
1188
1134
|
resourcesSummary: TrustedAdvisorResourcesSummary | undefined;
|
|
1189
1135
|
/**
|
|
@@ -1219,7 +1165,7 @@ export declare namespace DescribeTrustedAdvisorCheckResultResponse {
|
|
|
1219
1165
|
}
|
|
1220
1166
|
export interface DescribeTrustedAdvisorChecksRequest {
|
|
1221
1167
|
/**
|
|
1222
|
-
* <p>The ISO 639-1 code for the language in which
|
|
1168
|
+
* <p>The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support
|
|
1223
1169
|
* currently supports English ("en") and Japanese ("ja"). Language parameters must be
|
|
1224
1170
|
* passed explicitly for operations that take them.</p>
|
|
1225
1171
|
*/
|
|
@@ -1317,7 +1263,7 @@ export interface TrustedAdvisorCheckSummary {
|
|
|
1317
1263
|
*/
|
|
1318
1264
|
hasFlaggedResources?: boolean;
|
|
1319
1265
|
/**
|
|
1320
|
-
* <p>Details about
|
|
1266
|
+
* <p>Details about Amazon Web Services resources that were analyzed in a call to Trusted Advisor <a>DescribeTrustedAdvisorCheckSummaries</a>.</p>
|
|
1321
1267
|
*/
|
|
1322
1268
|
resourcesSummary: TrustedAdvisorResourcesSummary | undefined;
|
|
1323
1269
|
/**
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { SupportClientConfig } from "./SupportClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { SupportClientConfig } from "./SupportClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: SupportClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AddAttachmentsToSetCommandInput, AddAttachmentsToSetCommandOutput } from "./commands/AddAttachmentsToSetCommand";
|
|
10
10
|
import { AddCommunicationToCaseCommandInput, AddCommunicationToCaseCommandOutput } from "./commands/AddCommunicationToCaseCommand";
|
|
@@ -65,6 +65,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
65
65
|
regionInfoProvider?: RegionInfoProvider;
|
|
66
66
|
|
|
67
67
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
68
|
+
|
|
69
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
68
70
|
}
|
|
69
71
|
declare type SupportClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
70
72
|
|
|
@@ -38,10 +38,6 @@ export interface AttachmentLimitExceeded extends __SmithyException, $MetadataBea
|
|
|
38
38
|
|
|
39
39
|
message?: string;
|
|
40
40
|
}
|
|
41
|
-
export declare namespace AttachmentLimitExceeded {
|
|
42
|
-
|
|
43
|
-
const filterSensitiveLog: (obj: AttachmentLimitExceeded) => any;
|
|
44
|
-
}
|
|
45
41
|
|
|
46
42
|
export interface AttachmentSetExpired extends __SmithyException, $MetadataBearer {
|
|
47
43
|
name: "AttachmentSetExpired";
|
|
@@ -49,10 +45,6 @@ export interface AttachmentSetExpired extends __SmithyException, $MetadataBearer
|
|
|
49
45
|
|
|
50
46
|
message?: string;
|
|
51
47
|
}
|
|
52
|
-
export declare namespace AttachmentSetExpired {
|
|
53
|
-
|
|
54
|
-
const filterSensitiveLog: (obj: AttachmentSetExpired) => any;
|
|
55
|
-
}
|
|
56
48
|
|
|
57
49
|
export interface AttachmentSetIdNotFound extends __SmithyException, $MetadataBearer {
|
|
58
50
|
name: "AttachmentSetIdNotFound";
|
|
@@ -60,10 +52,6 @@ export interface AttachmentSetIdNotFound extends __SmithyException, $MetadataBea
|
|
|
60
52
|
|
|
61
53
|
message?: string;
|
|
62
54
|
}
|
|
63
|
-
export declare namespace AttachmentSetIdNotFound {
|
|
64
|
-
|
|
65
|
-
const filterSensitiveLog: (obj: AttachmentSetIdNotFound) => any;
|
|
66
|
-
}
|
|
67
55
|
|
|
68
56
|
export interface AttachmentSetSizeLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
69
57
|
name: "AttachmentSetSizeLimitExceeded";
|
|
@@ -71,10 +59,6 @@ export interface AttachmentSetSizeLimitExceeded extends __SmithyException, $Meta
|
|
|
71
59
|
|
|
72
60
|
message?: string;
|
|
73
61
|
}
|
|
74
|
-
export declare namespace AttachmentSetSizeLimitExceeded {
|
|
75
|
-
|
|
76
|
-
const filterSensitiveLog: (obj: AttachmentSetSizeLimitExceeded) => any;
|
|
77
|
-
}
|
|
78
62
|
|
|
79
63
|
export interface InternalServerError extends __SmithyException, $MetadataBearer {
|
|
80
64
|
name: "InternalServerError";
|
|
@@ -82,10 +66,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
82
66
|
|
|
83
67
|
message?: string;
|
|
84
68
|
}
|
|
85
|
-
export declare namespace InternalServerError {
|
|
86
|
-
|
|
87
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
88
|
-
}
|
|
89
69
|
export interface AddCommunicationToCaseRequest {
|
|
90
70
|
|
|
91
71
|
caseId?: string;
|
|
@@ -116,10 +96,6 @@ export interface CaseIdNotFound extends __SmithyException, $MetadataBearer {
|
|
|
116
96
|
|
|
117
97
|
message?: string;
|
|
118
98
|
}
|
|
119
|
-
export declare namespace CaseIdNotFound {
|
|
120
|
-
|
|
121
|
-
const filterSensitiveLog: (obj: CaseIdNotFound) => any;
|
|
122
|
-
}
|
|
123
99
|
|
|
124
100
|
export interface AttachmentDetails {
|
|
125
101
|
|
|
@@ -138,10 +114,6 @@ export interface AttachmentIdNotFound extends __SmithyException, $MetadataBearer
|
|
|
138
114
|
|
|
139
115
|
message?: string;
|
|
140
116
|
}
|
|
141
|
-
export declare namespace AttachmentIdNotFound {
|
|
142
|
-
|
|
143
|
-
const filterSensitiveLog: (obj: AttachmentIdNotFound) => any;
|
|
144
|
-
}
|
|
145
117
|
|
|
146
118
|
export interface CaseCreationLimitExceeded extends __SmithyException, $MetadataBearer {
|
|
147
119
|
name: "CaseCreationLimitExceeded";
|
|
@@ -149,10 +121,6 @@ export interface CaseCreationLimitExceeded extends __SmithyException, $MetadataB
|
|
|
149
121
|
|
|
150
122
|
message?: string;
|
|
151
123
|
}
|
|
152
|
-
export declare namespace CaseCreationLimitExceeded {
|
|
153
|
-
|
|
154
|
-
const filterSensitiveLog: (obj: CaseCreationLimitExceeded) => any;
|
|
155
|
-
}
|
|
156
124
|
export interface CreateCaseRequest {
|
|
157
125
|
|
|
158
126
|
subject: string | undefined;
|
|
@@ -193,10 +161,6 @@ export interface DescribeAttachmentLimitExceeded extends __SmithyException, $Met
|
|
|
193
161
|
|
|
194
162
|
message?: string;
|
|
195
163
|
}
|
|
196
|
-
export declare namespace DescribeAttachmentLimitExceeded {
|
|
197
|
-
|
|
198
|
-
const filterSensitiveLog: (obj: DescribeAttachmentLimitExceeded) => any;
|
|
199
|
-
}
|
|
200
164
|
export interface DescribeAttachmentRequest {
|
|
201
165
|
|
|
202
166
|
attachmentId: string | undefined;
|