@aws-sdk/client-support 3.948.0 → 3.953.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.
Files changed (36) hide show
  1. package/dist-cjs/index.js +275 -195
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddAttachmentsToSetCommand.js +2 -2
  4. package/dist-es/commands/AddCommunicationToCaseCommand.js +2 -2
  5. package/dist-es/commands/CreateCaseCommand.js +2 -2
  6. package/dist-es/commands/DescribeAttachmentCommand.js +2 -2
  7. package/dist-es/commands/DescribeCasesCommand.js +2 -2
  8. package/dist-es/commands/DescribeCommunicationsCommand.js +2 -2
  9. package/dist-es/commands/DescribeCreateCaseOptionsCommand.js +2 -2
  10. package/dist-es/commands/DescribeServicesCommand.js +2 -2
  11. package/dist-es/commands/DescribeSeverityLevelsCommand.js +2 -2
  12. package/dist-es/commands/DescribeSupportedLanguagesCommand.js +2 -2
  13. package/dist-es/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.js +2 -2
  14. package/dist-es/commands/DescribeTrustedAdvisorCheckResultCommand.js +2 -2
  15. package/dist-es/commands/DescribeTrustedAdvisorCheckSummariesCommand.js +2 -2
  16. package/dist-es/commands/DescribeTrustedAdvisorChecksCommand.js +2 -2
  17. package/dist-es/commands/RefreshTrustedAdvisorCheckCommand.js +2 -2
  18. package/dist-es/commands/ResolveCaseCommand.js +2 -2
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.shared.js +7 -6
  21. package/dist-es/schemas/schemas_0.js +155 -154
  22. package/dist-types/SupportClient.d.ts +1 -10
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  25. package/dist-types/runtimeConfig.d.ts +6 -2
  26. package/dist-types/runtimeConfig.native.d.ts +6 -2
  27. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  28. package/dist-types/schemas/schemas_0.d.ts +80 -99
  29. package/dist-types/ts3.4/SupportClient.d.ts +0 -4
  30. package/dist-types/ts3.4/index.d.ts +1 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +79 -99
  36. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class SupportClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let SupportServiceException$1 = class SupportServiceException extends smithyClient.ServiceException {
113
+ class SupportServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, SupportServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AttachmentLimitExceeded$1 = class AttachmentLimitExceeded extends SupportServiceException$1 {
120
+ class AttachmentLimitExceeded extends SupportServiceException {
121
121
  name = "AttachmentLimitExceeded";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AttachmentLimitExceeded$1 = class AttachmentLimitExceeded extends SupportSer
128
128
  });
129
129
  Object.setPrototypeOf(this, AttachmentLimitExceeded.prototype);
130
130
  }
131
- };
132
- let AttachmentSetExpired$1 = class AttachmentSetExpired extends SupportServiceException$1 {
131
+ }
132
+ class AttachmentSetExpired extends SupportServiceException {
133
133
  name = "AttachmentSetExpired";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let AttachmentSetExpired$1 = class AttachmentSetExpired extends SupportServiceEx
140
140
  });
141
141
  Object.setPrototypeOf(this, AttachmentSetExpired.prototype);
142
142
  }
143
- };
144
- let AttachmentSetIdNotFound$1 = class AttachmentSetIdNotFound extends SupportServiceException$1 {
143
+ }
144
+ class AttachmentSetIdNotFound extends SupportServiceException {
145
145
  name = "AttachmentSetIdNotFound";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let AttachmentSetIdNotFound$1 = class AttachmentSetIdNotFound extends SupportSer
152
152
  });
153
153
  Object.setPrototypeOf(this, AttachmentSetIdNotFound.prototype);
154
154
  }
155
- };
156
- let AttachmentSetSizeLimitExceeded$1 = class AttachmentSetSizeLimitExceeded extends SupportServiceException$1 {
155
+ }
156
+ class AttachmentSetSizeLimitExceeded extends SupportServiceException {
157
157
  name = "AttachmentSetSizeLimitExceeded";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let AttachmentSetSizeLimitExceeded$1 = class AttachmentSetSizeLimitExceeded exte
164
164
  });
165
165
  Object.setPrototypeOf(this, AttachmentSetSizeLimitExceeded.prototype);
166
166
  }
167
- };
168
- let InternalServerError$1 = class InternalServerError extends SupportServiceException$1 {
167
+ }
168
+ class InternalServerError extends SupportServiceException {
169
169
  name = "InternalServerError";
170
170
  $fault = "server";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let InternalServerError$1 = class InternalServerError extends SupportServiceExce
176
176
  });
177
177
  Object.setPrototypeOf(this, InternalServerError.prototype);
178
178
  }
179
- };
180
- let CaseIdNotFound$1 = class CaseIdNotFound extends SupportServiceException$1 {
179
+ }
180
+ class CaseIdNotFound extends SupportServiceException {
181
181
  name = "CaseIdNotFound";
182
182
  $fault = "client";
183
183
  constructor(opts) {
@@ -188,8 +188,8 @@ let CaseIdNotFound$1 = class CaseIdNotFound extends SupportServiceException$1 {
188
188
  });
189
189
  Object.setPrototypeOf(this, CaseIdNotFound.prototype);
190
190
  }
191
- };
192
- let AttachmentIdNotFound$1 = class AttachmentIdNotFound extends SupportServiceException$1 {
191
+ }
192
+ class AttachmentIdNotFound extends SupportServiceException {
193
193
  name = "AttachmentIdNotFound";
194
194
  $fault = "client";
195
195
  constructor(opts) {
@@ -200,8 +200,8 @@ let AttachmentIdNotFound$1 = class AttachmentIdNotFound extends SupportServiceEx
200
200
  });
201
201
  Object.setPrototypeOf(this, AttachmentIdNotFound.prototype);
202
202
  }
203
- };
204
- let CaseCreationLimitExceeded$1 = class CaseCreationLimitExceeded extends SupportServiceException$1 {
203
+ }
204
+ class CaseCreationLimitExceeded extends SupportServiceException {
205
205
  name = "CaseCreationLimitExceeded";
206
206
  $fault = "client";
207
207
  constructor(opts) {
@@ -212,8 +212,8 @@ let CaseCreationLimitExceeded$1 = class CaseCreationLimitExceeded extends Suppor
212
212
  });
213
213
  Object.setPrototypeOf(this, CaseCreationLimitExceeded.prototype);
214
214
  }
215
- };
216
- let DescribeAttachmentLimitExceeded$1 = class DescribeAttachmentLimitExceeded extends SupportServiceException$1 {
215
+ }
216
+ class DescribeAttachmentLimitExceeded extends SupportServiceException {
217
217
  name = "DescribeAttachmentLimitExceeded";
218
218
  $fault = "client";
219
219
  constructor(opts) {
@@ -224,8 +224,8 @@ let DescribeAttachmentLimitExceeded$1 = class DescribeAttachmentLimitExceeded ex
224
224
  });
225
225
  Object.setPrototypeOf(this, DescribeAttachmentLimitExceeded.prototype);
226
226
  }
227
- };
228
- let ThrottlingException$1 = class ThrottlingException extends SupportServiceException$1 {
227
+ }
228
+ class ThrottlingException extends SupportServiceException {
229
229
  name = "ThrottlingException";
230
230
  $fault = "client";
231
231
  constructor(opts) {
@@ -236,7 +236,7 @@ let ThrottlingException$1 = class ThrottlingException extends SupportServiceExce
236
236
  });
237
237
  Object.setPrototypeOf(this, ThrottlingException.prototype);
238
238
  }
239
- };
239
+ }
240
240
 
241
241
  const _A = "Attachment";
242
242
  const _AATS = "AddAttachmentsToSet";
@@ -418,9 +418,9 @@ const _t = "type";
418
418
  const _tC = "timeCreated";
419
419
  const _ti = "timestamp";
420
420
  const n0 = "com.amazonaws.support";
421
- var AddAttachmentsToSetRequest = [3, n0, _AATSR, 0, [_aSI, _a], [0, () => Attachments]];
422
- var AddAttachmentsToSetResponse = [3, n0, _AATSRd, 0, [_aSI, _eT], [0, 0]];
423
- var AddCommunicationToCaseRequest = [
421
+ var AddAttachmentsToSetRequest$ = [3, n0, _AATSR, 0, [_aSI, _a], [0, () => Attachments]];
422
+ var AddAttachmentsToSetResponse$ = [3, n0, _AATSRd, 0, [_aSI, _eT], [0, 0]];
423
+ var AddCommunicationToCaseRequest$ = [
424
424
  3,
425
425
  n0,
426
426
  _ACTCR,
@@ -428,33 +428,33 @@ var AddCommunicationToCaseRequest = [
428
428
  [_cI, _cB, _cEA, _aSI],
429
429
  [0, 0, 64 | 0, 0],
430
430
  ];
431
- var AddCommunicationToCaseResponse = [3, n0, _ACTCRd, 0, [_r], [2]];
432
- var Attachment = [3, n0, _A, 0, [_fN, _d], [0, 21]];
433
- var AttachmentDetails = [3, n0, _AD, 0, [_aI, _fN], [0, 0]];
434
- var AttachmentIdNotFound = [-3, n0, _AINF, { [_e]: _c }, [_m], [0]];
435
- schema.TypeRegistry.for(n0).registerError(AttachmentIdNotFound, AttachmentIdNotFound$1);
436
- var AttachmentLimitExceeded = [-3, n0, _ALE, { [_e]: _c }, [_m], [0]];
437
- schema.TypeRegistry.for(n0).registerError(AttachmentLimitExceeded, AttachmentLimitExceeded$1);
438
- var AttachmentSetExpired = [-3, n0, _ASE, { [_e]: _c }, [_m], [0]];
439
- schema.TypeRegistry.for(n0).registerError(AttachmentSetExpired, AttachmentSetExpired$1);
440
- var AttachmentSetIdNotFound = [-3, n0, _ASINF, { [_e]: _c }, [_m], [0]];
441
- schema.TypeRegistry.for(n0).registerError(AttachmentSetIdNotFound, AttachmentSetIdNotFound$1);
442
- var AttachmentSetSizeLimitExceeded = [-3, n0, _ASSLE, { [_e]: _c }, [_m], [0]];
443
- schema.TypeRegistry.for(n0).registerError(AttachmentSetSizeLimitExceeded, AttachmentSetSizeLimitExceeded$1);
444
- var CaseCreationLimitExceeded = [-3, n0, _CCLE, { [_e]: _c }, [_m], [0]];
445
- schema.TypeRegistry.for(n0).registerError(CaseCreationLimitExceeded, CaseCreationLimitExceeded$1);
446
- var CaseDetails = [
431
+ var AddCommunicationToCaseResponse$ = [3, n0, _ACTCRd, 0, [_r], [2]];
432
+ var Attachment$ = [3, n0, _A, 0, [_fN, _d], [0, 21]];
433
+ var AttachmentDetails$ = [3, n0, _AD, 0, [_aI, _fN], [0, 0]];
434
+ var AttachmentIdNotFound$ = [-3, n0, _AINF, { [_e]: _c }, [_m], [0]];
435
+ schema.TypeRegistry.for(n0).registerError(AttachmentIdNotFound$, AttachmentIdNotFound);
436
+ var AttachmentLimitExceeded$ = [-3, n0, _ALE, { [_e]: _c }, [_m], [0]];
437
+ schema.TypeRegistry.for(n0).registerError(AttachmentLimitExceeded$, AttachmentLimitExceeded);
438
+ var AttachmentSetExpired$ = [-3, n0, _ASE, { [_e]: _c }, [_m], [0]];
439
+ schema.TypeRegistry.for(n0).registerError(AttachmentSetExpired$, AttachmentSetExpired);
440
+ var AttachmentSetIdNotFound$ = [-3, n0, _ASINF, { [_e]: _c }, [_m], [0]];
441
+ schema.TypeRegistry.for(n0).registerError(AttachmentSetIdNotFound$, AttachmentSetIdNotFound);
442
+ var AttachmentSetSizeLimitExceeded$ = [-3, n0, _ASSLE, { [_e]: _c }, [_m], [0]];
443
+ schema.TypeRegistry.for(n0).registerError(AttachmentSetSizeLimitExceeded$, AttachmentSetSizeLimitExceeded);
444
+ var CaseCreationLimitExceeded$ = [-3, n0, _CCLE, { [_e]: _c }, [_m], [0]];
445
+ schema.TypeRegistry.for(n0).registerError(CaseCreationLimitExceeded$, CaseCreationLimitExceeded);
446
+ var CaseDetails$ = [
447
447
  3,
448
448
  n0,
449
449
  _CD,
450
450
  0,
451
451
  [_cI, _dI, _s, _st, _sC, _cC, _sCe, _sB, _tC, _rC, _cEA, _l],
452
- [0, 0, 0, 0, 0, 0, 0, 0, 0, () => RecentCaseCommunications, 64 | 0, 0],
452
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, () => RecentCaseCommunications$, 64 | 0, 0],
453
453
  ];
454
- var CaseIdNotFound = [-3, n0, _CINF, { [_e]: _c }, [_m], [0]];
455
- schema.TypeRegistry.for(n0).registerError(CaseIdNotFound, CaseIdNotFound$1);
456
- var Category = [3, n0, _C, 0, [_co, _n], [0, 0]];
457
- var Communication = [
454
+ var CaseIdNotFound$ = [-3, n0, _CINF, { [_e]: _c }, [_m], [0]];
455
+ schema.TypeRegistry.for(n0).registerError(CaseIdNotFound$, CaseIdNotFound);
456
+ var Category$ = [3, n0, _C, 0, [_co, _n], [0, 0]];
457
+ var Communication$ = [
458
458
  3,
459
459
  n0,
460
460
  _Co,
@@ -462,7 +462,7 @@ var Communication = [
462
462
  [_cI, _b, _sB, _tC, _aS],
463
463
  [0, 0, 0, 0, () => AttachmentSet],
464
464
  ];
465
- var CommunicationTypeOptions = [
465
+ var CommunicationTypeOptions$ = [
466
466
  3,
467
467
  n0,
468
468
  _CTO,
@@ -470,7 +470,7 @@ var CommunicationTypeOptions = [
470
470
  [_t, _sH, _dWS],
471
471
  [0, () => SupportedHoursList, () => DatesWithoutSupportList],
472
472
  ];
473
- var CreateCaseRequest = [
473
+ var CreateCaseRequest$ = [
474
474
  3,
475
475
  n0,
476
476
  _CCR,
@@ -478,13 +478,13 @@ var CreateCaseRequest = [
478
478
  [_s, _sC, _sCe, _cC, _cB, _cEA, _l, _iT, _aSI],
479
479
  [0, 0, 0, 0, 0, 64 | 0, 0, 0, 0],
480
480
  ];
481
- var CreateCaseResponse = [3, n0, _CCRr, 0, [_cI], [0]];
482
- var DateInterval = [3, n0, _DI, 0, [_sDT, _eDT], [0, 0]];
483
- var DescribeAttachmentLimitExceeded = [-3, n0, _DALE, { [_e]: _c }, [_m], [0]];
484
- schema.TypeRegistry.for(n0).registerError(DescribeAttachmentLimitExceeded, DescribeAttachmentLimitExceeded$1);
485
- var DescribeAttachmentRequest = [3, n0, _DAR, 0, [_aI], [0]];
486
- var DescribeAttachmentResponse = [3, n0, _DARe, 0, [_at], [() => Attachment]];
487
- var DescribeCasesRequest = [
481
+ var CreateCaseResponse$ = [3, n0, _CCRr, 0, [_cI], [0]];
482
+ var DateInterval$ = [3, n0, _DI, 0, [_sDT, _eDT], [0, 0]];
483
+ var DescribeAttachmentLimitExceeded$ = [-3, n0, _DALE, { [_e]: _c }, [_m], [0]];
484
+ schema.TypeRegistry.for(n0).registerError(DescribeAttachmentLimitExceeded$, DescribeAttachmentLimitExceeded);
485
+ var DescribeAttachmentRequest$ = [3, n0, _DAR, 0, [_aI], [0]];
486
+ var DescribeAttachmentResponse$ = [3, n0, _DARe, 0, [_at], [() => Attachment$]];
487
+ var DescribeCasesRequest$ = [
488
488
  3,
489
489
  n0,
490
490
  _DCR,
@@ -492,8 +492,8 @@ var DescribeCasesRequest = [
492
492
  [_cIL, _dI, _aT, _bT, _iRC, _nT, _mR, _l, _iC],
493
493
  [64 | 0, 0, 0, 0, 2, 0, 1, 0, 2],
494
494
  ];
495
- var DescribeCasesResponse = [3, n0, _DCRe, 0, [_ca, _nT], [() => CaseList, 0]];
496
- var DescribeCommunicationsRequest = [
495
+ var DescribeCasesResponse$ = [3, n0, _DCRe, 0, [_ca, _nT], [() => CaseList, 0]];
496
+ var DescribeCommunicationsRequest$ = [
497
497
  3,
498
498
  n0,
499
499
  _DCRes,
@@ -501,7 +501,7 @@ var DescribeCommunicationsRequest = [
501
501
  [_cI, _bT, _aT, _nT, _mR],
502
502
  [0, 0, 0, 0, 1],
503
503
  ];
504
- var DescribeCommunicationsResponse = [
504
+ var DescribeCommunicationsResponse$ = [
505
505
  3,
506
506
  n0,
507
507
  _DCResc,
@@ -509,7 +509,7 @@ var DescribeCommunicationsResponse = [
509
509
  [_com, _nT],
510
510
  [() => CommunicationList, 0],
511
511
  ];
512
- var DescribeCreateCaseOptionsRequest = [
512
+ var DescribeCreateCaseOptionsRequest$ = [
513
513
  3,
514
514
  n0,
515
515
  _DCCOR,
@@ -517,7 +517,7 @@ var DescribeCreateCaseOptionsRequest = [
517
517
  [_iT, _sC, _l, _cC],
518
518
  [0, 0, 0, 0],
519
519
  ];
520
- var DescribeCreateCaseOptionsResponse = [
520
+ var DescribeCreateCaseOptionsResponse$ = [
521
521
  3,
522
522
  n0,
523
523
  _DCCORe,
@@ -525,10 +525,10 @@ var DescribeCreateCaseOptionsResponse = [
525
525
  [_lA, _cT],
526
526
  [0, () => CommunicationTypeOptionsList],
527
527
  ];
528
- var DescribeServicesRequest = [3, n0, _DSR, 0, [_sCL, _l], [64 | 0, 0]];
529
- var DescribeServicesResponse = [3, n0, _DSRe, 0, [_se], [() => ServiceList]];
530
- var DescribeSeverityLevelsRequest = [3, n0, _DSLR, 0, [_l], [0]];
531
- var DescribeSeverityLevelsResponse = [
528
+ var DescribeServicesRequest$ = [3, n0, _DSR, 0, [_sCL, _l], [64 | 0, 0]];
529
+ var DescribeServicesResponse$ = [3, n0, _DSRe, 0, [_se], [() => ServiceList]];
530
+ var DescribeSeverityLevelsRequest$ = [3, n0, _DSLR, 0, [_l], [0]];
531
+ var DescribeSeverityLevelsResponse$ = [
532
532
  3,
533
533
  n0,
534
534
  _DSLRe,
@@ -536,8 +536,8 @@ var DescribeSeverityLevelsResponse = [
536
536
  [_sL],
537
537
  [() => SeverityLevelsList],
538
538
  ];
539
- var DescribeSupportedLanguagesRequest = [3, n0, _DSLRes, 0, [_iT, _sC, _cC], [0, 0, 0]];
540
- var DescribeSupportedLanguagesResponse = [
539
+ var DescribeSupportedLanguagesRequest$ = [3, n0, _DSLRes, 0, [_iT, _sC, _cC], [0, 0, 0]];
540
+ var DescribeSupportedLanguagesResponse$ = [
541
541
  3,
542
542
  n0,
543
543
  _DSLResc,
@@ -545,7 +545,7 @@ var DescribeSupportedLanguagesResponse = [
545
545
  [_sLu],
546
546
  [() => SupportedLanguagesList],
547
547
  ];
548
- var DescribeTrustedAdvisorCheckRefreshStatusesRequest = [
548
+ var DescribeTrustedAdvisorCheckRefreshStatusesRequest$ = [
549
549
  3,
550
550
  n0,
551
551
  _DTACRSR,
@@ -553,7 +553,7 @@ var DescribeTrustedAdvisorCheckRefreshStatusesRequest = [
553
553
  [_cIh],
554
554
  [[() => StringList, 0]],
555
555
  ];
556
- var DescribeTrustedAdvisorCheckRefreshStatusesResponse = [
556
+ var DescribeTrustedAdvisorCheckRefreshStatusesResponse$ = [
557
557
  3,
558
558
  n0,
559
559
  _DTACRSRe,
@@ -561,17 +561,17 @@ var DescribeTrustedAdvisorCheckRefreshStatusesResponse = [
561
561
  [_sta],
562
562
  [() => TrustedAdvisorCheckRefreshStatusList],
563
563
  ];
564
- var DescribeTrustedAdvisorCheckResultRequest = [3, n0, _DTACRR, 0, [_cIhe, _l], [0, 0]];
565
- var DescribeTrustedAdvisorCheckResultResponse = [
564
+ var DescribeTrustedAdvisorCheckResultRequest$ = [3, n0, _DTACRR, 0, [_cIhe, _l], [0, 0]];
565
+ var DescribeTrustedAdvisorCheckResultResponse$ = [
566
566
  3,
567
567
  n0,
568
568
  _DTACRRe,
569
569
  0,
570
570
  [_r],
571
- [[() => TrustedAdvisorCheckResult, 0]],
571
+ [[() => TrustedAdvisorCheckResult$, 0]],
572
572
  ];
573
- var DescribeTrustedAdvisorChecksRequest = [3, n0, _DTACR, 0, [_l], [0]];
574
- var DescribeTrustedAdvisorChecksResponse = [
573
+ var DescribeTrustedAdvisorChecksRequest$ = [3, n0, _DTACR, 0, [_l], [0]];
574
+ var DescribeTrustedAdvisorChecksResponse$ = [
575
575
  3,
576
576
  n0,
577
577
  _DTACRe,
@@ -579,7 +579,7 @@ var DescribeTrustedAdvisorChecksResponse = [
579
579
  [_ch],
580
580
  [[() => TrustedAdvisorCheckList, 0]],
581
581
  ];
582
- var DescribeTrustedAdvisorCheckSummariesRequest = [
582
+ var DescribeTrustedAdvisorCheckSummariesRequest$ = [
583
583
  3,
584
584
  n0,
585
585
  _DTACSR,
@@ -587,7 +587,7 @@ var DescribeTrustedAdvisorCheckSummariesRequest = [
587
587
  [_cIh],
588
588
  [[() => StringList, 0]],
589
589
  ];
590
- var DescribeTrustedAdvisorCheckSummariesResponse = [
590
+ var DescribeTrustedAdvisorCheckSummariesResponse$ = [
591
591
  3,
592
592
  n0,
593
593
  _DTACSRe,
@@ -595,9 +595,9 @@ var DescribeTrustedAdvisorCheckSummariesResponse = [
595
595
  [_su],
596
596
  [() => TrustedAdvisorCheckSummaryList],
597
597
  ];
598
- var InternalServerError = [-3, n0, _ISE, { [_e]: _ser }, [_m], [0]];
599
- schema.TypeRegistry.for(n0).registerError(InternalServerError, InternalServerError$1);
600
- var RecentCaseCommunications = [
598
+ var InternalServerError$ = [-3, n0, _ISE, { [_e]: _ser }, [_m], [0]];
599
+ schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
600
+ var RecentCaseCommunications$ = [
601
601
  3,
602
602
  n0,
603
603
  _RCC,
@@ -605,22 +605,22 @@ var RecentCaseCommunications = [
605
605
  [_com, _nT],
606
606
  [() => CommunicationList, 0],
607
607
  ];
608
- var RefreshTrustedAdvisorCheckRequest = [3, n0, _RTACR, 0, [_cIhe], [0]];
609
- var RefreshTrustedAdvisorCheckResponse = [
608
+ var RefreshTrustedAdvisorCheckRequest$ = [3, n0, _RTACR, 0, [_cIhe], [0]];
609
+ var RefreshTrustedAdvisorCheckResponse$ = [
610
610
  3,
611
611
  n0,
612
612
  _RTACRe,
613
613
  0,
614
614
  [_st],
615
- [() => TrustedAdvisorCheckRefreshStatus],
615
+ [() => TrustedAdvisorCheckRefreshStatus$],
616
616
  ];
617
- var ResolveCaseRequest = [3, n0, _RCR, 0, [_cI], [0]];
618
- var ResolveCaseResponse = [3, n0, _RCRe, 0, [_iCS, _fCS], [0, 0]];
619
- var Service = [3, n0, _S, 0, [_co, _n, _cat], [0, 0, () => CategoryList]];
620
- var SeverityLevel = [3, n0, _SL, 0, [_co, _n], [0, 0]];
621
- var SupportedHour = [3, n0, _SH, 0, [_sT, _eTn], [0, 0]];
622
- var SupportedLanguage = [3, n0, _SLu, 0, [_co, _l, _di], [0, 0, 0]];
623
- var ThrottlingException = [
617
+ var ResolveCaseRequest$ = [3, n0, _RCR, 0, [_cI], [0]];
618
+ var ResolveCaseResponse$ = [3, n0, _RCRe, 0, [_iCS, _fCS], [0, 0]];
619
+ var Service$ = [3, n0, _S, 0, [_co, _n, _cat], [0, 0, () => CategoryList]];
620
+ var SeverityLevel$ = [3, n0, _SL, 0, [_co, _n], [0, 0]];
621
+ var SupportedHour$ = [3, n0, _SH, 0, [_sT, _eTn], [0, 0]];
622
+ var SupportedLanguage$ = [3, n0, _SLu, 0, [_co, _l, _di], [0, 0, 0]];
623
+ var ThrottlingException$ = [
624
624
  -3,
625
625
  n0,
626
626
  _TE,
@@ -628,16 +628,16 @@ var ThrottlingException = [
628
628
  [_m],
629
629
  [0],
630
630
  ];
631
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
632
- var TrustedAdvisorCategorySpecificSummary = [
631
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
632
+ var TrustedAdvisorCategorySpecificSummary$ = [
633
633
  3,
634
634
  n0,
635
635
  _TACSS,
636
636
  0,
637
637
  [_cO],
638
- [() => TrustedAdvisorCostOptimizingSummary],
638
+ [() => TrustedAdvisorCostOptimizingSummary$],
639
639
  ];
640
- var TrustedAdvisorCheckDescription = [
640
+ var TrustedAdvisorCheckDescription$ = [
641
641
  3,
642
642
  n0,
643
643
  _TACD,
@@ -645,8 +645,15 @@ var TrustedAdvisorCheckDescription = [
645
645
  [_i, _n, _de, _cate, _me],
646
646
  [0, 0, 0, 0, [() => StringList, 0]],
647
647
  ];
648
- var TrustedAdvisorCheckRefreshStatus = [3, n0, _TACRS, 0, [_cIhe, _st, _mUNR], [0, 0, 1]];
649
- var TrustedAdvisorCheckResult = [
648
+ var TrustedAdvisorCheckRefreshStatus$ = [
649
+ 3,
650
+ n0,
651
+ _TACRS,
652
+ 0,
653
+ [_cIhe, _st, _mUNR],
654
+ [0, 0, 1],
655
+ ];
656
+ var TrustedAdvisorCheckResult$ = [
650
657
  3,
651
658
  n0,
652
659
  _TACR,
@@ -656,21 +663,21 @@ var TrustedAdvisorCheckResult = [
656
663
  0,
657
664
  0,
658
665
  0,
659
- () => TrustedAdvisorResourcesSummary,
660
- () => TrustedAdvisorCategorySpecificSummary,
666
+ () => TrustedAdvisorResourcesSummary$,
667
+ () => TrustedAdvisorCategorySpecificSummary$,
661
668
  [() => TrustedAdvisorResourceDetailList, 0],
662
669
  ],
663
670
  ];
664
- var TrustedAdvisorCheckSummary = [
671
+ var TrustedAdvisorCheckSummary$ = [
665
672
  3,
666
673
  n0,
667
674
  _TACS,
668
675
  0,
669
676
  [_cIhe, _ti, _st, _hFR, _rS, _cSS],
670
- [0, 0, 0, 2, () => TrustedAdvisorResourcesSummary, () => TrustedAdvisorCategorySpecificSummary],
677
+ [0, 0, 0, 2, () => TrustedAdvisorResourcesSummary$, () => TrustedAdvisorCategorySpecificSummary$],
671
678
  ];
672
- var TrustedAdvisorCostOptimizingSummary = [3, n0, _TACOS, 0, [_eMS, _ePMS], [1, 1]];
673
- var TrustedAdvisorResourceDetail = [
679
+ var TrustedAdvisorCostOptimizingSummary$ = [3, n0, _TACOS, 0, [_eMS, _ePMS], [1, 1]];
680
+ var TrustedAdvisorResourceDetail$ = [
674
681
  3,
675
682
  n0,
676
683
  _TARD,
@@ -678,7 +685,7 @@ var TrustedAdvisorResourceDetail = [
678
685
  [_st, _re, _rI, _iS, _me],
679
686
  [0, 0, 0, 2, [() => StringList, 0]],
680
687
  ];
681
- var TrustedAdvisorResourcesSummary = [
688
+ var TrustedAdvisorResourcesSummary$ = [
682
689
  3,
683
690
  n0,
684
691
  _TARS,
@@ -686,150 +693,144 @@ var TrustedAdvisorResourcesSummary = [
686
693
  [_rP, _rF, _rIe, _rSe],
687
694
  [1, 1, 1, 1],
688
695
  ];
689
- var SupportServiceException = [-3, _sm, "SupportServiceException", 0, [], []];
690
- schema.TypeRegistry.for(_sm).registerError(SupportServiceException, SupportServiceException$1);
691
- var Attachments = [1, n0, _At, 0, () => Attachment];
692
- var AttachmentSet = [1, n0, _AS, 0, () => AttachmentDetails];
693
- var CaseList = [1, n0, _CL, 0, () => CaseDetails];
694
- var CategoryList = [1, n0, _CLa, 0, () => Category];
695
- var CommunicationList = [1, n0, _CLo, 0, () => Communication];
696
- var CommunicationTypeOptionsList = [1, n0, _CTOL, 0, () => CommunicationTypeOptions];
697
- var DatesWithoutSupportList = [1, n0, _DWSL, 0, () => DateInterval];
698
- var ServiceList = [1, n0, _SLe, 0, () => Service];
699
- var SeverityLevelsList = [1, n0, _SLL, 0, () => SeverityLevel];
696
+ var SupportServiceException$ = [-3, _sm, "SupportServiceException", 0, [], []];
697
+ schema.TypeRegistry.for(_sm).registerError(SupportServiceException$, SupportServiceException);
698
+ var Attachments = [1, n0, _At, 0, () => Attachment$];
699
+ var AttachmentSet = [1, n0, _AS, 0, () => AttachmentDetails$];
700
+ var CaseList = [1, n0, _CL, 0, () => CaseDetails$];
701
+ var CategoryList = [1, n0, _CLa, 0, () => Category$];
702
+ var CommunicationList = [1, n0, _CLo, 0, () => Communication$];
703
+ var CommunicationTypeOptionsList = [1, n0, _CTOL, 0, () => CommunicationTypeOptions$];
704
+ var DatesWithoutSupportList = [1, n0, _DWSL, 0, () => DateInterval$];
705
+ var ServiceList = [1, n0, _SLe, 0, () => Service$];
706
+ var SeverityLevelsList = [1, n0, _SLL, 0, () => SeverityLevel$];
700
707
  var StringList = [1, n0, _SLt, { [_sp]: 1 }, 0];
701
- var SupportedHoursList = [1, n0, _SHL, 0, () => SupportedHour];
702
- var SupportedLanguagesList = [1, n0, _SLLu, 0, () => SupportedLanguage];
703
- var TrustedAdvisorCheckList = [1, n0, _TACL, 0, [() => TrustedAdvisorCheckDescription, 0]];
708
+ var SupportedHoursList = [1, n0, _SHL, 0, () => SupportedHour$];
709
+ var SupportedLanguagesList = [1, n0, _SLLu, 0, () => SupportedLanguage$];
710
+ var TrustedAdvisorCheckList = [1, n0, _TACL, 0, [() => TrustedAdvisorCheckDescription$, 0]];
704
711
  var TrustedAdvisorCheckRefreshStatusList = [
705
712
  1,
706
713
  n0,
707
714
  _TACRSL,
708
715
  0,
709
- () => TrustedAdvisorCheckRefreshStatus,
710
- ];
711
- var TrustedAdvisorCheckSummaryList = [1, n0, _TACSL, 0, () => TrustedAdvisorCheckSummary];
712
- var TrustedAdvisorResourceDetailList = [
713
- 1,
714
- n0,
715
- _TARDL,
716
- 0,
717
- [() => TrustedAdvisorResourceDetail, 0],
716
+ () => TrustedAdvisorCheckRefreshStatus$,
718
717
  ];
719
- var AddAttachmentsToSet = [
718
+ var TrustedAdvisorCheckSummaryList = [1, n0, _TACSL, 0, () => TrustedAdvisorCheckSummary$];
719
+ var TrustedAdvisorResourceDetailList = [1, n0, _TARDL, 0, [() => TrustedAdvisorResourceDetail$, 0]];
720
+ var AddAttachmentsToSet$ = [
720
721
  9,
721
722
  n0,
722
723
  _AATS,
723
724
  0,
724
- () => AddAttachmentsToSetRequest,
725
- () => AddAttachmentsToSetResponse,
725
+ () => AddAttachmentsToSetRequest$,
726
+ () => AddAttachmentsToSetResponse$,
726
727
  ];
727
- var AddCommunicationToCase = [
728
+ var AddCommunicationToCase$ = [
728
729
  9,
729
730
  n0,
730
731
  _ACTC,
731
732
  0,
732
- () => AddCommunicationToCaseRequest,
733
- () => AddCommunicationToCaseResponse,
733
+ () => AddCommunicationToCaseRequest$,
734
+ () => AddCommunicationToCaseResponse$,
734
735
  ];
735
- var CreateCase = [9, n0, _CC, 0, () => CreateCaseRequest, () => CreateCaseResponse];
736
- var DescribeAttachment = [
736
+ var CreateCase$ = [9, n0, _CC, 0, () => CreateCaseRequest$, () => CreateCaseResponse$];
737
+ var DescribeAttachment$ = [
737
738
  9,
738
739
  n0,
739
740
  _DA,
740
741
  0,
741
- () => DescribeAttachmentRequest,
742
- () => DescribeAttachmentResponse,
742
+ () => DescribeAttachmentRequest$,
743
+ () => DescribeAttachmentResponse$,
743
744
  ];
744
- var DescribeCases = [
745
+ var DescribeCases$ = [
745
746
  9,
746
747
  n0,
747
748
  _DC,
748
749
  0,
749
- () => DescribeCasesRequest,
750
- () => DescribeCasesResponse,
750
+ () => DescribeCasesRequest$,
751
+ () => DescribeCasesResponse$,
751
752
  ];
752
- var DescribeCommunications = [
753
+ var DescribeCommunications$ = [
753
754
  9,
754
755
  n0,
755
756
  _DCe,
756
757
  0,
757
- () => DescribeCommunicationsRequest,
758
- () => DescribeCommunicationsResponse,
758
+ () => DescribeCommunicationsRequest$,
759
+ () => DescribeCommunicationsResponse$,
759
760
  ];
760
- var DescribeCreateCaseOptions = [
761
+ var DescribeCreateCaseOptions$ = [
761
762
  9,
762
763
  n0,
763
764
  _DCCO,
764
765
  0,
765
- () => DescribeCreateCaseOptionsRequest,
766
- () => DescribeCreateCaseOptionsResponse,
766
+ () => DescribeCreateCaseOptionsRequest$,
767
+ () => DescribeCreateCaseOptionsResponse$,
767
768
  ];
768
- var DescribeServices = [
769
+ var DescribeServices$ = [
769
770
  9,
770
771
  n0,
771
772
  _DS,
772
773
  0,
773
- () => DescribeServicesRequest,
774
- () => DescribeServicesResponse,
774
+ () => DescribeServicesRequest$,
775
+ () => DescribeServicesResponse$,
775
776
  ];
776
- var DescribeSeverityLevels = [
777
+ var DescribeSeverityLevels$ = [
777
778
  9,
778
779
  n0,
779
780
  _DSL,
780
781
  0,
781
- () => DescribeSeverityLevelsRequest,
782
- () => DescribeSeverityLevelsResponse,
782
+ () => DescribeSeverityLevelsRequest$,
783
+ () => DescribeSeverityLevelsResponse$,
783
784
  ];
784
- var DescribeSupportedLanguages = [
785
+ var DescribeSupportedLanguages$ = [
785
786
  9,
786
787
  n0,
787
788
  _DSLe,
788
789
  0,
789
- () => DescribeSupportedLanguagesRequest,
790
- () => DescribeSupportedLanguagesResponse,
790
+ () => DescribeSupportedLanguagesRequest$,
791
+ () => DescribeSupportedLanguagesResponse$,
791
792
  ];
792
- var DescribeTrustedAdvisorCheckRefreshStatuses = [
793
+ var DescribeTrustedAdvisorCheckRefreshStatuses$ = [
793
794
  9,
794
795
  n0,
795
796
  _DTACRS,
796
797
  0,
797
- () => DescribeTrustedAdvisorCheckRefreshStatusesRequest,
798
- () => DescribeTrustedAdvisorCheckRefreshStatusesResponse,
798
+ () => DescribeTrustedAdvisorCheckRefreshStatusesRequest$,
799
+ () => DescribeTrustedAdvisorCheckRefreshStatusesResponse$,
799
800
  ];
800
- var DescribeTrustedAdvisorCheckResult = [
801
+ var DescribeTrustedAdvisorCheckResult$ = [
801
802
  9,
802
803
  n0,
803
804
  _DTACRes,
804
805
  0,
805
- () => DescribeTrustedAdvisorCheckResultRequest,
806
- () => DescribeTrustedAdvisorCheckResultResponse,
806
+ () => DescribeTrustedAdvisorCheckResultRequest$,
807
+ () => DescribeTrustedAdvisorCheckResultResponse$,
807
808
  ];
808
- var DescribeTrustedAdvisorChecks = [
809
+ var DescribeTrustedAdvisorChecks$ = [
809
810
  9,
810
811
  n0,
811
812
  _DTAC,
812
813
  0,
813
- () => DescribeTrustedAdvisorChecksRequest,
814
- () => DescribeTrustedAdvisorChecksResponse,
814
+ () => DescribeTrustedAdvisorChecksRequest$,
815
+ () => DescribeTrustedAdvisorChecksResponse$,
815
816
  ];
816
- var DescribeTrustedAdvisorCheckSummaries = [
817
+ var DescribeTrustedAdvisorCheckSummaries$ = [
817
818
  9,
818
819
  n0,
819
820
  _DTACS,
820
821
  0,
821
- () => DescribeTrustedAdvisorCheckSummariesRequest,
822
- () => DescribeTrustedAdvisorCheckSummariesResponse,
822
+ () => DescribeTrustedAdvisorCheckSummariesRequest$,
823
+ () => DescribeTrustedAdvisorCheckSummariesResponse$,
823
824
  ];
824
- var RefreshTrustedAdvisorCheck = [
825
+ var RefreshTrustedAdvisorCheck$ = [
825
826
  9,
826
827
  n0,
827
828
  _RTAC,
828
829
  0,
829
- () => RefreshTrustedAdvisorCheckRequest,
830
- () => RefreshTrustedAdvisorCheckResponse,
830
+ () => RefreshTrustedAdvisorCheckRequest$,
831
+ () => RefreshTrustedAdvisorCheckResponse$,
831
832
  ];
832
- var ResolveCase = [9, n0, _RC, 0, () => ResolveCaseRequest, () => ResolveCaseResponse];
833
+ var ResolveCase$ = [9, n0, _RC, 0, () => ResolveCaseRequest$, () => ResolveCaseResponse$];
833
834
 
834
835
  class AddAttachmentsToSetCommand extends smithyClient.Command
835
836
  .classBuilder()
@@ -839,7 +840,7 @@ class AddAttachmentsToSetCommand extends smithyClient.Command
839
840
  })
840
841
  .s("AWSSupport_20130415", "AddAttachmentsToSet", {})
841
842
  .n("SupportClient", "AddAttachmentsToSetCommand")
842
- .sc(AddAttachmentsToSet)
843
+ .sc(AddAttachmentsToSet$)
843
844
  .build() {
844
845
  }
845
846
 
@@ -851,7 +852,7 @@ class AddCommunicationToCaseCommand extends smithyClient.Command
851
852
  })
852
853
  .s("AWSSupport_20130415", "AddCommunicationToCase", {})
853
854
  .n("SupportClient", "AddCommunicationToCaseCommand")
854
- .sc(AddCommunicationToCase)
855
+ .sc(AddCommunicationToCase$)
855
856
  .build() {
856
857
  }
857
858
 
@@ -863,7 +864,7 @@ class CreateCaseCommand extends smithyClient.Command
863
864
  })
864
865
  .s("AWSSupport_20130415", "CreateCase", {})
865
866
  .n("SupportClient", "CreateCaseCommand")
866
- .sc(CreateCase)
867
+ .sc(CreateCase$)
867
868
  .build() {
868
869
  }
869
870
 
@@ -875,7 +876,7 @@ class DescribeAttachmentCommand extends smithyClient.Command
875
876
  })
876
877
  .s("AWSSupport_20130415", "DescribeAttachment", {})
877
878
  .n("SupportClient", "DescribeAttachmentCommand")
878
- .sc(DescribeAttachment)
879
+ .sc(DescribeAttachment$)
879
880
  .build() {
880
881
  }
881
882
 
@@ -887,7 +888,7 @@ class DescribeCasesCommand extends smithyClient.Command
887
888
  })
888
889
  .s("AWSSupport_20130415", "DescribeCases", {})
889
890
  .n("SupportClient", "DescribeCasesCommand")
890
- .sc(DescribeCases)
891
+ .sc(DescribeCases$)
891
892
  .build() {
892
893
  }
893
894
 
@@ -899,7 +900,7 @@ class DescribeCommunicationsCommand extends smithyClient.Command
899
900
  })
900
901
  .s("AWSSupport_20130415", "DescribeCommunications", {})
901
902
  .n("SupportClient", "DescribeCommunicationsCommand")
902
- .sc(DescribeCommunications)
903
+ .sc(DescribeCommunications$)
903
904
  .build() {
904
905
  }
905
906
 
@@ -911,7 +912,7 @@ class DescribeCreateCaseOptionsCommand extends smithyClient.Command
911
912
  })
912
913
  .s("AWSSupport_20130415", "DescribeCreateCaseOptions", {})
913
914
  .n("SupportClient", "DescribeCreateCaseOptionsCommand")
914
- .sc(DescribeCreateCaseOptions)
915
+ .sc(DescribeCreateCaseOptions$)
915
916
  .build() {
916
917
  }
917
918
 
@@ -923,7 +924,7 @@ class DescribeServicesCommand extends smithyClient.Command
923
924
  })
924
925
  .s("AWSSupport_20130415", "DescribeServices", {})
925
926
  .n("SupportClient", "DescribeServicesCommand")
926
- .sc(DescribeServices)
927
+ .sc(DescribeServices$)
927
928
  .build() {
928
929
  }
929
930
 
@@ -935,7 +936,7 @@ class DescribeSeverityLevelsCommand extends smithyClient.Command
935
936
  })
936
937
  .s("AWSSupport_20130415", "DescribeSeverityLevels", {})
937
938
  .n("SupportClient", "DescribeSeverityLevelsCommand")
938
- .sc(DescribeSeverityLevels)
939
+ .sc(DescribeSeverityLevels$)
939
940
  .build() {
940
941
  }
941
942
 
@@ -947,7 +948,7 @@ class DescribeSupportedLanguagesCommand extends smithyClient.Command
947
948
  })
948
949
  .s("AWSSupport_20130415", "DescribeSupportedLanguages", {})
949
950
  .n("SupportClient", "DescribeSupportedLanguagesCommand")
950
- .sc(DescribeSupportedLanguages)
951
+ .sc(DescribeSupportedLanguages$)
951
952
  .build() {
952
953
  }
953
954
 
@@ -959,7 +960,7 @@ class DescribeTrustedAdvisorCheckRefreshStatusesCommand extends smithyClient.Com
959
960
  })
960
961
  .s("AWSSupport_20130415", "DescribeTrustedAdvisorCheckRefreshStatuses", {})
961
962
  .n("SupportClient", "DescribeTrustedAdvisorCheckRefreshStatusesCommand")
962
- .sc(DescribeTrustedAdvisorCheckRefreshStatuses)
963
+ .sc(DescribeTrustedAdvisorCheckRefreshStatuses$)
963
964
  .build() {
964
965
  }
965
966
 
@@ -971,7 +972,7 @@ class DescribeTrustedAdvisorCheckResultCommand extends smithyClient.Command
971
972
  })
972
973
  .s("AWSSupport_20130415", "DescribeTrustedAdvisorCheckResult", {})
973
974
  .n("SupportClient", "DescribeTrustedAdvisorCheckResultCommand")
974
- .sc(DescribeTrustedAdvisorCheckResult)
975
+ .sc(DescribeTrustedAdvisorCheckResult$)
975
976
  .build() {
976
977
  }
977
978
 
@@ -983,7 +984,7 @@ class DescribeTrustedAdvisorChecksCommand extends smithyClient.Command
983
984
  })
984
985
  .s("AWSSupport_20130415", "DescribeTrustedAdvisorChecks", {})
985
986
  .n("SupportClient", "DescribeTrustedAdvisorChecksCommand")
986
- .sc(DescribeTrustedAdvisorChecks)
987
+ .sc(DescribeTrustedAdvisorChecks$)
987
988
  .build() {
988
989
  }
989
990
 
@@ -995,7 +996,7 @@ class DescribeTrustedAdvisorCheckSummariesCommand extends smithyClient.Command
995
996
  })
996
997
  .s("AWSSupport_20130415", "DescribeTrustedAdvisorCheckSummaries", {})
997
998
  .n("SupportClient", "DescribeTrustedAdvisorCheckSummariesCommand")
998
- .sc(DescribeTrustedAdvisorCheckSummaries)
999
+ .sc(DescribeTrustedAdvisorCheckSummaries$)
999
1000
  .build() {
1000
1001
  }
1001
1002
 
@@ -1007,7 +1008,7 @@ class RefreshTrustedAdvisorCheckCommand extends smithyClient.Command
1007
1008
  })
1008
1009
  .s("AWSSupport_20130415", "RefreshTrustedAdvisorCheck", {})
1009
1010
  .n("SupportClient", "RefreshTrustedAdvisorCheckCommand")
1010
- .sc(RefreshTrustedAdvisorCheck)
1011
+ .sc(RefreshTrustedAdvisorCheck$)
1011
1012
  .build() {
1012
1013
  }
1013
1014
 
@@ -1019,7 +1020,7 @@ class ResolveCaseCommand extends smithyClient.Command
1019
1020
  })
1020
1021
  .s("AWSSupport_20130415", "ResolveCase", {})
1021
1022
  .n("SupportClient", "ResolveCaseCommand")
1022
- .sc(ResolveCase)
1023
+ .sc(ResolveCase$)
1023
1024
  .build() {
1024
1025
  }
1025
1026
 
@@ -1057,34 +1058,113 @@ Object.defineProperty(exports, "__Client", {
1057
1058
  enumerable: true,
1058
1059
  get: function () { return smithyClient.Client; }
1059
1060
  });
1061
+ exports.AddAttachmentsToSet$ = AddAttachmentsToSet$;
1060
1062
  exports.AddAttachmentsToSetCommand = AddAttachmentsToSetCommand;
1063
+ exports.AddAttachmentsToSetRequest$ = AddAttachmentsToSetRequest$;
1064
+ exports.AddAttachmentsToSetResponse$ = AddAttachmentsToSetResponse$;
1065
+ exports.AddCommunicationToCase$ = AddCommunicationToCase$;
1061
1066
  exports.AddCommunicationToCaseCommand = AddCommunicationToCaseCommand;
1062
- exports.AttachmentIdNotFound = AttachmentIdNotFound$1;
1063
- exports.AttachmentLimitExceeded = AttachmentLimitExceeded$1;
1064
- exports.AttachmentSetExpired = AttachmentSetExpired$1;
1065
- exports.AttachmentSetIdNotFound = AttachmentSetIdNotFound$1;
1066
- exports.AttachmentSetSizeLimitExceeded = AttachmentSetSizeLimitExceeded$1;
1067
- exports.CaseCreationLimitExceeded = CaseCreationLimitExceeded$1;
1068
- exports.CaseIdNotFound = CaseIdNotFound$1;
1067
+ exports.AddCommunicationToCaseRequest$ = AddCommunicationToCaseRequest$;
1068
+ exports.AddCommunicationToCaseResponse$ = AddCommunicationToCaseResponse$;
1069
+ exports.Attachment$ = Attachment$;
1070
+ exports.AttachmentDetails$ = AttachmentDetails$;
1071
+ exports.AttachmentIdNotFound = AttachmentIdNotFound;
1072
+ exports.AttachmentIdNotFound$ = AttachmentIdNotFound$;
1073
+ exports.AttachmentLimitExceeded = AttachmentLimitExceeded;
1074
+ exports.AttachmentLimitExceeded$ = AttachmentLimitExceeded$;
1075
+ exports.AttachmentSetExpired = AttachmentSetExpired;
1076
+ exports.AttachmentSetExpired$ = AttachmentSetExpired$;
1077
+ exports.AttachmentSetIdNotFound = AttachmentSetIdNotFound;
1078
+ exports.AttachmentSetIdNotFound$ = AttachmentSetIdNotFound$;
1079
+ exports.AttachmentSetSizeLimitExceeded = AttachmentSetSizeLimitExceeded;
1080
+ exports.AttachmentSetSizeLimitExceeded$ = AttachmentSetSizeLimitExceeded$;
1081
+ exports.CaseCreationLimitExceeded = CaseCreationLimitExceeded;
1082
+ exports.CaseCreationLimitExceeded$ = CaseCreationLimitExceeded$;
1083
+ exports.CaseDetails$ = CaseDetails$;
1084
+ exports.CaseIdNotFound = CaseIdNotFound;
1085
+ exports.CaseIdNotFound$ = CaseIdNotFound$;
1086
+ exports.Category$ = Category$;
1087
+ exports.Communication$ = Communication$;
1088
+ exports.CommunicationTypeOptions$ = CommunicationTypeOptions$;
1089
+ exports.CreateCase$ = CreateCase$;
1069
1090
  exports.CreateCaseCommand = CreateCaseCommand;
1091
+ exports.CreateCaseRequest$ = CreateCaseRequest$;
1092
+ exports.CreateCaseResponse$ = CreateCaseResponse$;
1093
+ exports.DateInterval$ = DateInterval$;
1094
+ exports.DescribeAttachment$ = DescribeAttachment$;
1070
1095
  exports.DescribeAttachmentCommand = DescribeAttachmentCommand;
1071
- exports.DescribeAttachmentLimitExceeded = DescribeAttachmentLimitExceeded$1;
1096
+ exports.DescribeAttachmentLimitExceeded = DescribeAttachmentLimitExceeded;
1097
+ exports.DescribeAttachmentLimitExceeded$ = DescribeAttachmentLimitExceeded$;
1098
+ exports.DescribeAttachmentRequest$ = DescribeAttachmentRequest$;
1099
+ exports.DescribeAttachmentResponse$ = DescribeAttachmentResponse$;
1100
+ exports.DescribeCases$ = DescribeCases$;
1072
1101
  exports.DescribeCasesCommand = DescribeCasesCommand;
1102
+ exports.DescribeCasesRequest$ = DescribeCasesRequest$;
1103
+ exports.DescribeCasesResponse$ = DescribeCasesResponse$;
1104
+ exports.DescribeCommunications$ = DescribeCommunications$;
1073
1105
  exports.DescribeCommunicationsCommand = DescribeCommunicationsCommand;
1106
+ exports.DescribeCommunicationsRequest$ = DescribeCommunicationsRequest$;
1107
+ exports.DescribeCommunicationsResponse$ = DescribeCommunicationsResponse$;
1108
+ exports.DescribeCreateCaseOptions$ = DescribeCreateCaseOptions$;
1074
1109
  exports.DescribeCreateCaseOptionsCommand = DescribeCreateCaseOptionsCommand;
1110
+ exports.DescribeCreateCaseOptionsRequest$ = DescribeCreateCaseOptionsRequest$;
1111
+ exports.DescribeCreateCaseOptionsResponse$ = DescribeCreateCaseOptionsResponse$;
1112
+ exports.DescribeServices$ = DescribeServices$;
1075
1113
  exports.DescribeServicesCommand = DescribeServicesCommand;
1114
+ exports.DescribeServicesRequest$ = DescribeServicesRequest$;
1115
+ exports.DescribeServicesResponse$ = DescribeServicesResponse$;
1116
+ exports.DescribeSeverityLevels$ = DescribeSeverityLevels$;
1076
1117
  exports.DescribeSeverityLevelsCommand = DescribeSeverityLevelsCommand;
1118
+ exports.DescribeSeverityLevelsRequest$ = DescribeSeverityLevelsRequest$;
1119
+ exports.DescribeSeverityLevelsResponse$ = DescribeSeverityLevelsResponse$;
1120
+ exports.DescribeSupportedLanguages$ = DescribeSupportedLanguages$;
1077
1121
  exports.DescribeSupportedLanguagesCommand = DescribeSupportedLanguagesCommand;
1122
+ exports.DescribeSupportedLanguagesRequest$ = DescribeSupportedLanguagesRequest$;
1123
+ exports.DescribeSupportedLanguagesResponse$ = DescribeSupportedLanguagesResponse$;
1124
+ exports.DescribeTrustedAdvisorCheckRefreshStatuses$ = DescribeTrustedAdvisorCheckRefreshStatuses$;
1078
1125
  exports.DescribeTrustedAdvisorCheckRefreshStatusesCommand = DescribeTrustedAdvisorCheckRefreshStatusesCommand;
1126
+ exports.DescribeTrustedAdvisorCheckRefreshStatusesRequest$ = DescribeTrustedAdvisorCheckRefreshStatusesRequest$;
1127
+ exports.DescribeTrustedAdvisorCheckRefreshStatusesResponse$ = DescribeTrustedAdvisorCheckRefreshStatusesResponse$;
1128
+ exports.DescribeTrustedAdvisorCheckResult$ = DescribeTrustedAdvisorCheckResult$;
1079
1129
  exports.DescribeTrustedAdvisorCheckResultCommand = DescribeTrustedAdvisorCheckResultCommand;
1130
+ exports.DescribeTrustedAdvisorCheckResultRequest$ = DescribeTrustedAdvisorCheckResultRequest$;
1131
+ exports.DescribeTrustedAdvisorCheckResultResponse$ = DescribeTrustedAdvisorCheckResultResponse$;
1132
+ exports.DescribeTrustedAdvisorCheckSummaries$ = DescribeTrustedAdvisorCheckSummaries$;
1080
1133
  exports.DescribeTrustedAdvisorCheckSummariesCommand = DescribeTrustedAdvisorCheckSummariesCommand;
1134
+ exports.DescribeTrustedAdvisorCheckSummariesRequest$ = DescribeTrustedAdvisorCheckSummariesRequest$;
1135
+ exports.DescribeTrustedAdvisorCheckSummariesResponse$ = DescribeTrustedAdvisorCheckSummariesResponse$;
1136
+ exports.DescribeTrustedAdvisorChecks$ = DescribeTrustedAdvisorChecks$;
1081
1137
  exports.DescribeTrustedAdvisorChecksCommand = DescribeTrustedAdvisorChecksCommand;
1082
- exports.InternalServerError = InternalServerError$1;
1138
+ exports.DescribeTrustedAdvisorChecksRequest$ = DescribeTrustedAdvisorChecksRequest$;
1139
+ exports.DescribeTrustedAdvisorChecksResponse$ = DescribeTrustedAdvisorChecksResponse$;
1140
+ exports.InternalServerError = InternalServerError;
1141
+ exports.InternalServerError$ = InternalServerError$;
1142
+ exports.RecentCaseCommunications$ = RecentCaseCommunications$;
1143
+ exports.RefreshTrustedAdvisorCheck$ = RefreshTrustedAdvisorCheck$;
1083
1144
  exports.RefreshTrustedAdvisorCheckCommand = RefreshTrustedAdvisorCheckCommand;
1145
+ exports.RefreshTrustedAdvisorCheckRequest$ = RefreshTrustedAdvisorCheckRequest$;
1146
+ exports.RefreshTrustedAdvisorCheckResponse$ = RefreshTrustedAdvisorCheckResponse$;
1147
+ exports.ResolveCase$ = ResolveCase$;
1084
1148
  exports.ResolveCaseCommand = ResolveCaseCommand;
1149
+ exports.ResolveCaseRequest$ = ResolveCaseRequest$;
1150
+ exports.ResolveCaseResponse$ = ResolveCaseResponse$;
1151
+ exports.Service$ = Service$;
1152
+ exports.SeverityLevel$ = SeverityLevel$;
1085
1153
  exports.Support = Support;
1086
1154
  exports.SupportClient = SupportClient;
1087
- exports.SupportServiceException = SupportServiceException$1;
1088
- exports.ThrottlingException = ThrottlingException$1;
1155
+ exports.SupportServiceException = SupportServiceException;
1156
+ exports.SupportServiceException$ = SupportServiceException$;
1157
+ exports.SupportedHour$ = SupportedHour$;
1158
+ exports.SupportedLanguage$ = SupportedLanguage$;
1159
+ exports.ThrottlingException = ThrottlingException;
1160
+ exports.ThrottlingException$ = ThrottlingException$;
1161
+ exports.TrustedAdvisorCategorySpecificSummary$ = TrustedAdvisorCategorySpecificSummary$;
1162
+ exports.TrustedAdvisorCheckDescription$ = TrustedAdvisorCheckDescription$;
1163
+ exports.TrustedAdvisorCheckRefreshStatus$ = TrustedAdvisorCheckRefreshStatus$;
1164
+ exports.TrustedAdvisorCheckResult$ = TrustedAdvisorCheckResult$;
1165
+ exports.TrustedAdvisorCheckSummary$ = TrustedAdvisorCheckSummary$;
1166
+ exports.TrustedAdvisorCostOptimizingSummary$ = TrustedAdvisorCostOptimizingSummary$;
1167
+ exports.TrustedAdvisorResourceDetail$ = TrustedAdvisorResourceDetail$;
1168
+ exports.TrustedAdvisorResourcesSummary$ = TrustedAdvisorResourcesSummary$;
1089
1169
  exports.paginateDescribeCases = paginateDescribeCases;
1090
1170
  exports.paginateDescribeCommunications = paginateDescribeCommunications;