@aws-sdk/client-trustedadvisor 3.952.0 → 3.954.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 (31) hide show
  1. package/dist-cjs/index.js +179 -134
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/BatchUpdateRecommendationResourceExclusionCommand.js +2 -2
  4. package/dist-es/commands/GetOrganizationRecommendationCommand.js +2 -2
  5. package/dist-es/commands/GetRecommendationCommand.js +2 -2
  6. package/dist-es/commands/ListChecksCommand.js +2 -2
  7. package/dist-es/commands/ListOrganizationRecommendationAccountsCommand.js +2 -2
  8. package/dist-es/commands/ListOrganizationRecommendationResourcesCommand.js +2 -2
  9. package/dist-es/commands/ListOrganizationRecommendationsCommand.js +2 -2
  10. package/dist-es/commands/ListRecommendationResourcesCommand.js +2 -2
  11. package/dist-es/commands/ListRecommendationsCommand.js +2 -2
  12. package/dist-es/commands/UpdateOrganizationRecommendationLifecycleCommand.js +2 -2
  13. package/dist-es/commands/UpdateRecommendationLifecycleCommand.js +2 -2
  14. package/dist-es/index.js +1 -0
  15. package/dist-es/runtimeConfig.shared.js +6 -1
  16. package/dist-es/schemas/schemas_0.js +108 -114
  17. package/dist-types/TrustedAdvisorClient.d.ts +1 -10
  18. package/dist-types/index.d.ts +1 -0
  19. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  20. package/dist-types/runtimeConfig.d.ts +6 -2
  21. package/dist-types/runtimeConfig.native.d.ts +6 -2
  22. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  23. package/dist-types/schemas/schemas_0.d.ts +52 -65
  24. package/dist-types/ts3.4/TrustedAdvisorClient.d.ts +0 -4
  25. package/dist-types/ts3.4/index.d.ts +1 -0
  26. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  27. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  28. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  29. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  30. package/dist-types/ts3.4/schemas/schemas_0.d.ts +51 -66
  31. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class TrustedAdvisorClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let TrustedAdvisorServiceException$1 = class TrustedAdvisorServiceException extends smithyClient.ServiceException {
113
+ class TrustedAdvisorServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, TrustedAdvisorServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends TrustedAdvisorServiceException$1 {
120
+ class AccessDeniedException extends TrustedAdvisorServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends TrustedAdvisor
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let ConflictException$1 = class ConflictException extends TrustedAdvisorServiceException$1 {
131
+ }
132
+ class ConflictException extends TrustedAdvisorServiceException {
133
133
  name = "ConflictException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let ConflictException$1 = class ConflictException extends TrustedAdvisorServiceE
140
140
  });
141
141
  Object.setPrototypeOf(this, ConflictException.prototype);
142
142
  }
143
- };
144
- let InternalServerException$1 = class InternalServerException extends TrustedAdvisorServiceException$1 {
143
+ }
144
+ class InternalServerException extends TrustedAdvisorServiceException {
145
145
  name = "InternalServerException";
146
146
  $fault = "server";
147
147
  $retryable = {};
@@ -153,8 +153,8 @@ let InternalServerException$1 = class InternalServerException extends TrustedAdv
153
153
  });
154
154
  Object.setPrototypeOf(this, InternalServerException.prototype);
155
155
  }
156
- };
157
- let ThrottlingException$1 = class ThrottlingException extends TrustedAdvisorServiceException$1 {
156
+ }
157
+ class ThrottlingException extends TrustedAdvisorServiceException {
158
158
  name = "ThrottlingException";
159
159
  $fault = "client";
160
160
  $retryable = {
@@ -168,8 +168,8 @@ let ThrottlingException$1 = class ThrottlingException extends TrustedAdvisorServ
168
168
  });
169
169
  Object.setPrototypeOf(this, ThrottlingException.prototype);
170
170
  }
171
- };
172
- let ValidationException$1 = class ValidationException extends TrustedAdvisorServiceException$1 {
171
+ }
172
+ class ValidationException extends TrustedAdvisorServiceException {
173
173
  name = "ValidationException";
174
174
  $fault = "client";
175
175
  constructor(opts) {
@@ -180,8 +180,8 @@ let ValidationException$1 = class ValidationException extends TrustedAdvisorServ
180
180
  });
181
181
  Object.setPrototypeOf(this, ValidationException.prototype);
182
182
  }
183
- };
184
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends TrustedAdvisorServiceException$1 {
183
+ }
184
+ class ResourceNotFoundException extends TrustedAdvisorServiceException {
185
185
  name = "ResourceNotFoundException";
186
186
  $fault = "client";
187
187
  constructor(opts) {
@@ -192,7 +192,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Truste
192
192
  });
193
193
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
194
194
  }
195
- };
195
+ }
196
196
 
197
197
  const _ADE = "AccessDeniedException";
198
198
  const _ARLS = "AccountRecommendationLifecycleSummary";
@@ -321,9 +321,9 @@ const _uRC = "updateReasonCode";
321
321
  const _wC = "warningCount";
322
322
  const n0 = "com.amazonaws.trustedadvisor";
323
323
  var RecommendationUpdateReason = [0, n0, _RUR, 8, 0];
324
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
325
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
326
- var AccountRecommendationLifecycleSummary = [
324
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
325
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
326
+ var AccountRecommendationLifecycleSummary$ = [
327
327
  3,
328
328
  n0,
329
329
  _ARLS,
@@ -331,7 +331,7 @@ var AccountRecommendationLifecycleSummary = [
331
331
  [_aI, _aRA, _lS, _uOBO, _uOBOJT, _uR, _uRC, _lUA],
332
332
  [0, 0, 0, 0, 0, [() => RecommendationUpdateReason, 0], 0, 5],
333
333
  ];
334
- var BatchUpdateRecommendationResourceExclusionRequest = [
334
+ var BatchUpdateRecommendationResourceExclusionRequest$ = [
335
335
  3,
336
336
  n0,
337
337
  _BURRER,
@@ -339,7 +339,7 @@ var BatchUpdateRecommendationResourceExclusionRequest = [
339
339
  [_rRE],
340
340
  [() => RecommendationResourceExclusionList],
341
341
  ];
342
- var BatchUpdateRecommendationResourceExclusionResponse = [
342
+ var BatchUpdateRecommendationResourceExclusionResponse$ = [
343
343
  3,
344
344
  n0,
345
345
  _BURRERa,
@@ -347,7 +347,7 @@ var BatchUpdateRecommendationResourceExclusionResponse = [
347
347
  [_bURREE],
348
348
  [() => UpdateRecommendationResourceExclusionErrorList],
349
349
  ];
350
- var CheckSummary = [
350
+ var CheckSummary$ = [
351
351
  3,
352
352
  n0,
353
353
  _CS,
@@ -355,22 +355,22 @@ var CheckSummary = [
355
355
  [_i, _a, _n, _d, _p, _aS, _s, _me],
356
356
  [0, 0, 0, 0, 64 | 0, 64 | 0, 0, 128 | 0],
357
357
  ];
358
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
359
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
360
- var GetOrganizationRecommendationRequest = [3, n0, _GORR, 0, [_oRI], [[0, 1]]];
361
- var GetOrganizationRecommendationResponse = [
358
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
359
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
360
+ var GetOrganizationRecommendationRequest$ = [3, n0, _GORR, 0, [_oRI], [[0, 1]]];
361
+ var GetOrganizationRecommendationResponse$ = [
362
362
  3,
363
363
  n0,
364
364
  _GORRe,
365
365
  0,
366
366
  [_oR],
367
- [[() => OrganizationRecommendation, 0]],
367
+ [[() => OrganizationRecommendation$, 0]],
368
368
  ];
369
- var GetRecommendationRequest = [3, n0, _GRR, 0, [_rI], [[0, 1]]];
370
- var GetRecommendationResponse = [3, n0, _GRRe, 0, [_r], [[() => Recommendation, 0]]];
371
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
372
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
373
- var ListChecksRequest = [
369
+ var GetRecommendationRequest$ = [3, n0, _GRR, 0, [_rI], [[0, 1]]];
370
+ var GetRecommendationResponse$ = [3, n0, _GRRe, 0, [_r], [[() => Recommendation$, 0]]];
371
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
372
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
373
+ var ListChecksRequest$ = [
374
374
  3,
375
375
  n0,
376
376
  _LCR,
@@ -385,8 +385,8 @@ var ListChecksRequest = [
385
385
  [0, { [_hQ]: _l }],
386
386
  ],
387
387
  ];
388
- var ListChecksResponse = [3, n0, _LCRi, 0, [_nT, _cS], [0, () => CheckSummaryList]];
389
- var ListOrganizationRecommendationAccountsRequest = [
388
+ var ListChecksResponse$ = [3, n0, _LCRi, 0, [_nT, _cS], [0, () => CheckSummaryList]];
389
+ var ListOrganizationRecommendationAccountsRequest$ = [
390
390
  3,
391
391
  n0,
392
392
  _LORAR,
@@ -399,7 +399,7 @@ var ListOrganizationRecommendationAccountsRequest = [
399
399
  [0, { [_hQ]: _aAI }],
400
400
  ],
401
401
  ];
402
- var ListOrganizationRecommendationAccountsResponse = [
402
+ var ListOrganizationRecommendationAccountsResponse$ = [
403
403
  3,
404
404
  n0,
405
405
  _LORARi,
@@ -407,7 +407,7 @@ var ListOrganizationRecommendationAccountsResponse = [
407
407
  [_nT, _aRLS],
408
408
  [0, [() => AccountRecommendationLifecycleSummaryList, 0]],
409
409
  ];
410
- var ListOrganizationRecommendationResourcesRequest = [
410
+ var ListOrganizationRecommendationResourcesRequest$ = [
411
411
  3,
412
412
  n0,
413
413
  _LORRR,
@@ -423,7 +423,7 @@ var ListOrganizationRecommendationResourcesRequest = [
423
423
  [0, { [_hQ]: _aAI }],
424
424
  ],
425
425
  ];
426
- var ListOrganizationRecommendationResourcesResponse = [
426
+ var ListOrganizationRecommendationResourcesResponse$ = [
427
427
  3,
428
428
  n0,
429
429
  _LORRRi,
@@ -431,7 +431,7 @@ var ListOrganizationRecommendationResourcesResponse = [
431
431
  [_nT, _oRRS],
432
432
  [0, () => OrganizationRecommendationResourceSummaryList],
433
433
  ];
434
- var ListOrganizationRecommendationsRequest = [
434
+ var ListOrganizationRecommendationsRequest$ = [
435
435
  3,
436
436
  n0,
437
437
  _LORR,
@@ -450,7 +450,7 @@ var ListOrganizationRecommendationsRequest = [
450
450
  [4, { [_hQ]: _bLUA }],
451
451
  ],
452
452
  ];
453
- var ListOrganizationRecommendationsResponse = [
453
+ var ListOrganizationRecommendationsResponse$ = [
454
454
  3,
455
455
  n0,
456
456
  _LORRi,
@@ -458,7 +458,7 @@ var ListOrganizationRecommendationsResponse = [
458
458
  [_nT, _oRS],
459
459
  [0, () => OrganizationRecommendationSummaryList],
460
460
  ];
461
- var ListRecommendationResourcesRequest = [
461
+ var ListRecommendationResourcesRequest$ = [
462
462
  3,
463
463
  n0,
464
464
  _LRRR,
@@ -473,7 +473,7 @@ var ListRecommendationResourcesRequest = [
473
473
  [0, 1],
474
474
  ],
475
475
  ];
476
- var ListRecommendationResourcesResponse = [
476
+ var ListRecommendationResourcesResponse$ = [
477
477
  3,
478
478
  n0,
479
479
  _LRRRi,
@@ -481,7 +481,7 @@ var ListRecommendationResourcesResponse = [
481
481
  [_nT, _rRS],
482
482
  [0, () => RecommendationResourceSummaryList],
483
483
  ];
484
- var ListRecommendationsRequest = [
484
+ var ListRecommendationsRequest$ = [
485
485
  3,
486
486
  n0,
487
487
  _LRR,
@@ -500,7 +500,7 @@ var ListRecommendationsRequest = [
500
500
  [4, { [_hQ]: _bLUA }],
501
501
  ],
502
502
  ];
503
- var ListRecommendationsResponse = [
503
+ var ListRecommendationsResponse$ = [
504
504
  3,
505
505
  n0,
506
506
  _LRRi,
@@ -508,7 +508,7 @@ var ListRecommendationsResponse = [
508
508
  [_nT, _rS],
509
509
  [0, () => RecommendationSummaryList],
510
510
  ];
511
- var OrganizationRecommendation = [
511
+ var OrganizationRecommendation$ = [
512
512
  3,
513
513
  n0,
514
514
  _OR,
@@ -524,8 +524,8 @@ var OrganizationRecommendation = [
524
524
  0,
525
525
  64 | 0,
526
526
  0,
527
- () => RecommendationResourcesAggregates,
528
- () => RecommendationPillarSpecificAggregates,
527
+ () => RecommendationResourcesAggregates$,
528
+ () => RecommendationPillarSpecificAggregates$,
529
529
  5,
530
530
  5,
531
531
  0,
@@ -538,7 +538,7 @@ var OrganizationRecommendation = [
538
538
  5,
539
539
  ],
540
540
  ];
541
- var OrganizationRecommendationResourceSummary = [
541
+ var OrganizationRecommendationResourceSummary$ = [
542
542
  3,
543
543
  n0,
544
544
  _ORRS,
@@ -546,7 +546,7 @@ var OrganizationRecommendationResourceSummary = [
546
546
  [_i, _a, _aRI, _rC, _st, _me, _lUA, _eS, _aI, _rAec],
547
547
  [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0, 0],
548
548
  ];
549
- var OrganizationRecommendationSummary = [
549
+ var OrganizationRecommendationSummary$ = [
550
550
  3,
551
551
  n0,
552
552
  _ORS,
@@ -562,14 +562,14 @@ var OrganizationRecommendationSummary = [
562
562
  0,
563
563
  64 | 0,
564
564
  0,
565
- () => RecommendationResourcesAggregates,
566
- () => RecommendationPillarSpecificAggregates,
565
+ () => RecommendationResourcesAggregates$,
566
+ () => RecommendationPillarSpecificAggregates$,
567
567
  5,
568
568
  5,
569
569
  0,
570
570
  ],
571
571
  ];
572
- var Recommendation = [
572
+ var Recommendation$ = [
573
573
  3,
574
574
  n0,
575
575
  _R,
@@ -585,8 +585,8 @@ var Recommendation = [
585
585
  0,
586
586
  64 | 0,
587
587
  0,
588
- () => RecommendationResourcesAggregates,
589
- () => RecommendationPillarSpecificAggregates,
588
+ () => RecommendationResourcesAggregates$,
589
+ () => RecommendationPillarSpecificAggregates$,
590
590
  5,
591
591
  5,
592
592
  0,
@@ -599,18 +599,18 @@ var Recommendation = [
599
599
  5,
600
600
  ],
601
601
  ];
602
- var RecommendationCostOptimizingAggregates = [3, n0, _RCOA, 0, [_eMS, _ePMS], [1, 1]];
603
- var RecommendationPillarSpecificAggregates = [
602
+ var RecommendationCostOptimizingAggregates$ = [3, n0, _RCOA, 0, [_eMS, _ePMS], [1, 1]];
603
+ var RecommendationPillarSpecificAggregates$ = [
604
604
  3,
605
605
  n0,
606
606
  _RPSA,
607
607
  0,
608
608
  [_cO],
609
- [() => RecommendationCostOptimizingAggregates],
609
+ [() => RecommendationCostOptimizingAggregates$],
610
610
  ];
611
- var RecommendationResourceExclusion = [3, n0, _RRE, 0, [_a, _iE], [0, 2]];
612
- var RecommendationResourcesAggregates = [3, n0, _RRA, 0, [_oC, _wC, _eC], [1, 1, 1]];
613
- var RecommendationResourceSummary = [
611
+ var RecommendationResourceExclusion$ = [3, n0, _RRE, 0, [_a, _iE], [0, 2]];
612
+ var RecommendationResourcesAggregates$ = [3, n0, _RRA, 0, [_oC, _wC, _eC], [1, 1, 1]];
613
+ var RecommendationResourceSummary$ = [
614
614
  3,
615
615
  n0,
616
616
  _RRS,
@@ -618,7 +618,7 @@ var RecommendationResourceSummary = [
618
618
  [_i, _a, _aRI, _rC, _st, _me, _lUA, _eS, _rAec],
619
619
  [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0],
620
620
  ];
621
- var RecommendationSummary = [
621
+ var RecommendationSummary$ = [
622
622
  3,
623
623
  n0,
624
624
  _RS,
@@ -634,18 +634,18 @@ var RecommendationSummary = [
634
634
  0,
635
635
  64 | 0,
636
636
  0,
637
- () => RecommendationResourcesAggregates,
638
- () => RecommendationPillarSpecificAggregates,
637
+ () => RecommendationResourcesAggregates$,
638
+ () => RecommendationPillarSpecificAggregates$,
639
639
  5,
640
640
  5,
641
641
  0,
642
642
  ],
643
643
  ];
644
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
645
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
646
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
647
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
648
- var UpdateOrganizationRecommendationLifecycleRequest = [
644
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
645
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
646
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
647
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
648
+ var UpdateOrganizationRecommendationLifecycleRequest$ = [
649
649
  3,
650
650
  n0,
651
651
  _UORLR,
@@ -653,7 +653,7 @@ var UpdateOrganizationRecommendationLifecycleRequest = [
653
653
  [_lS, _uR, _uRC, _oRI],
654
654
  [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]],
655
655
  ];
656
- var UpdateRecommendationLifecycleRequest = [
656
+ var UpdateRecommendationLifecycleRequest$ = [
657
657
  3,
658
658
  n0,
659
659
  _URLR,
@@ -661,7 +661,7 @@ var UpdateRecommendationLifecycleRequest = [
661
661
  [_lS, _uR, _uRC, _rI],
662
662
  [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]],
663
663
  ];
664
- var UpdateRecommendationResourceExclusionError = [
664
+ var UpdateRecommendationResourceExclusionError$ = [
665
665
  3,
666
666
  n0,
667
667
  _URREE,
@@ -669,135 +669,129 @@ var UpdateRecommendationResourceExclusionError = [
669
669
  [_a, _eCr, _eM],
670
670
  [0, 0, 0],
671
671
  ];
672
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
673
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
672
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
673
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
674
674
  var __Unit = "unit";
675
- var TrustedAdvisorServiceException = [-3, _sm, "TrustedAdvisorServiceException", 0, [], []];
676
- schema.TypeRegistry.for(_sm).registerError(TrustedAdvisorServiceException, TrustedAdvisorServiceException$1);
675
+ var TrustedAdvisorServiceException$ = [-3, _sm, "TrustedAdvisorServiceException", 0, [], []];
676
+ schema.TypeRegistry.for(_sm).registerError(TrustedAdvisorServiceException$, TrustedAdvisorServiceException);
677
677
  var AccountRecommendationLifecycleSummaryList = [
678
678
  1,
679
679
  n0,
680
680
  _ARLSL,
681
681
  0,
682
- [() => AccountRecommendationLifecycleSummary, 0],
682
+ [() => AccountRecommendationLifecycleSummary$, 0],
683
683
  ];
684
- var CheckSummaryList = [1, n0, _CSL, 0, () => CheckSummary];
684
+ var CheckSummaryList = [1, n0, _CSL, 0, () => CheckSummary$];
685
685
  var OrganizationRecommendationResourceSummaryList = [
686
686
  1,
687
687
  n0,
688
688
  _ORRSL,
689
689
  0,
690
- () => OrganizationRecommendationResourceSummary,
690
+ () => OrganizationRecommendationResourceSummary$,
691
691
  ];
692
692
  var OrganizationRecommendationSummaryList = [
693
693
  1,
694
694
  n0,
695
695
  _ORSL,
696
696
  0,
697
- () => OrganizationRecommendationSummary,
698
- ];
699
- var RecommendationResourceExclusionList = [
700
- 1,
701
- n0,
702
- _RREL,
703
- 0,
704
- () => RecommendationResourceExclusion,
697
+ () => OrganizationRecommendationSummary$,
705
698
  ];
706
- var RecommendationResourceSummaryList = [1, n0, _RRSL, 0, () => RecommendationResourceSummary];
707
- var RecommendationSummaryList = [1, n0, _RSL, 0, () => RecommendationSummary];
699
+ var RecommendationResourceExclusionList = [1, n0, _RREL, 0, () => RecommendationResourceExclusion$];
700
+ var RecommendationResourceSummaryList = [1, n0, _RRSL, 0, () => RecommendationResourceSummary$];
701
+ var RecommendationSummaryList = [1, n0, _RSL, 0, () => RecommendationSummary$];
708
702
  var UpdateRecommendationResourceExclusionErrorList = [
709
703
  1,
710
704
  n0,
711
705
  _URREEL,
712
706
  0,
713
- () => UpdateRecommendationResourceExclusionError,
707
+ () => UpdateRecommendationResourceExclusionError$,
714
708
  ];
715
- var BatchUpdateRecommendationResourceExclusion = [
709
+ var BatchUpdateRecommendationResourceExclusion$ = [
716
710
  9,
717
711
  n0,
718
712
  _BURRE,
719
713
  { [_h]: ["PUT", "/v1/batch-update-recommendation-resource-exclusion", 200] },
720
- () => BatchUpdateRecommendationResourceExclusionRequest,
721
- () => BatchUpdateRecommendationResourceExclusionResponse,
714
+ () => BatchUpdateRecommendationResourceExclusionRequest$,
715
+ () => BatchUpdateRecommendationResourceExclusionResponse$,
722
716
  ];
723
- var GetOrganizationRecommendation = [
717
+ var GetOrganizationRecommendation$ = [
724
718
  9,
725
719
  n0,
726
720
  _GOR,
727
721
  { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}", 200] },
728
- () => GetOrganizationRecommendationRequest,
729
- () => GetOrganizationRecommendationResponse,
722
+ () => GetOrganizationRecommendationRequest$,
723
+ () => GetOrganizationRecommendationResponse$,
730
724
  ];
731
- var GetRecommendation = [
725
+ var GetRecommendation$ = [
732
726
  9,
733
727
  n0,
734
728
  _GR,
735
729
  { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}", 200] },
736
- () => GetRecommendationRequest,
737
- () => GetRecommendationResponse,
730
+ () => GetRecommendationRequest$,
731
+ () => GetRecommendationResponse$,
738
732
  ];
739
- var ListChecks = [
733
+ var ListChecks$ = [
740
734
  9,
741
735
  n0,
742
736
  _LC,
743
737
  { [_h]: ["GET", "/v1/checks", 200] },
744
- () => ListChecksRequest,
745
- () => ListChecksResponse,
738
+ () => ListChecksRequest$,
739
+ () => ListChecksResponse$,
746
740
  ];
747
- var ListOrganizationRecommendationAccounts = [
741
+ var ListOrganizationRecommendationAccounts$ = [
748
742
  9,
749
743
  n0,
750
744
  _LORA,
751
745
  { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts", 200] },
752
- () => ListOrganizationRecommendationAccountsRequest,
753
- () => ListOrganizationRecommendationAccountsResponse,
746
+ () => ListOrganizationRecommendationAccountsRequest$,
747
+ () => ListOrganizationRecommendationAccountsResponse$,
754
748
  ];
755
- var ListOrganizationRecommendationResources = [
749
+ var ListOrganizationRecommendationResources$ = [
756
750
  9,
757
751
  n0,
758
752
  _LORRis,
759
753
  { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources", 200] },
760
- () => ListOrganizationRecommendationResourcesRequest,
761
- () => ListOrganizationRecommendationResourcesResponse,
754
+ () => ListOrganizationRecommendationResourcesRequest$,
755
+ () => ListOrganizationRecommendationResourcesResponse$,
762
756
  ];
763
- var ListOrganizationRecommendations = [
757
+ var ListOrganizationRecommendations$ = [
764
758
  9,
765
759
  n0,
766
760
  _LOR,
767
761
  { [_h]: ["GET", "/v1/organization-recommendations", 200] },
768
- () => ListOrganizationRecommendationsRequest,
769
- () => ListOrganizationRecommendationsResponse,
762
+ () => ListOrganizationRecommendationsRequest$,
763
+ () => ListOrganizationRecommendationsResponse$,
770
764
  ];
771
- var ListRecommendationResources = [
765
+ var ListRecommendationResources$ = [
772
766
  9,
773
767
  n0,
774
768
  _LRRis,
775
769
  { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}/resources", 200] },
776
- () => ListRecommendationResourcesRequest,
777
- () => ListRecommendationResourcesResponse,
770
+ () => ListRecommendationResourcesRequest$,
771
+ () => ListRecommendationResourcesResponse$,
778
772
  ];
779
- var ListRecommendations = [
773
+ var ListRecommendations$ = [
780
774
  9,
781
775
  n0,
782
776
  _LR,
783
777
  { [_h]: ["GET", "/v1/recommendations", 200] },
784
- () => ListRecommendationsRequest,
785
- () => ListRecommendationsResponse,
778
+ () => ListRecommendationsRequest$,
779
+ () => ListRecommendationsResponse$,
786
780
  ];
787
- var UpdateOrganizationRecommendationLifecycle = [
781
+ var UpdateOrganizationRecommendationLifecycle$ = [
788
782
  9,
789
783
  n0,
790
784
  _UORL,
791
785
  { [_h]: ["PUT", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle", 200] },
792
- () => UpdateOrganizationRecommendationLifecycleRequest,
786
+ () => UpdateOrganizationRecommendationLifecycleRequest$,
793
787
  () => __Unit,
794
788
  ];
795
- var UpdateRecommendationLifecycle = [
789
+ var UpdateRecommendationLifecycle$ = [
796
790
  9,
797
791
  n0,
798
792
  _URL,
799
793
  { [_h]: ["PUT", "/v1/recommendations/{recommendationIdentifier}/lifecycle", 200] },
800
- () => UpdateRecommendationLifecycleRequest,
794
+ () => UpdateRecommendationLifecycleRequest$,
801
795
  () => __Unit,
802
796
  ];
803
797
 
@@ -809,7 +803,7 @@ class BatchUpdateRecommendationResourceExclusionCommand extends smithyClient.Com
809
803
  })
810
804
  .s("TrustedAdvisor", "BatchUpdateRecommendationResourceExclusion", {})
811
805
  .n("TrustedAdvisorClient", "BatchUpdateRecommendationResourceExclusionCommand")
812
- .sc(BatchUpdateRecommendationResourceExclusion)
806
+ .sc(BatchUpdateRecommendationResourceExclusion$)
813
807
  .build() {
814
808
  }
815
809
 
@@ -821,7 +815,7 @@ class GetOrganizationRecommendationCommand extends smithyClient.Command
821
815
  })
822
816
  .s("TrustedAdvisor", "GetOrganizationRecommendation", {})
823
817
  .n("TrustedAdvisorClient", "GetOrganizationRecommendationCommand")
824
- .sc(GetOrganizationRecommendation)
818
+ .sc(GetOrganizationRecommendation$)
825
819
  .build() {
826
820
  }
827
821
 
@@ -833,7 +827,7 @@ class GetRecommendationCommand extends smithyClient.Command
833
827
  })
834
828
  .s("TrustedAdvisor", "GetRecommendation", {})
835
829
  .n("TrustedAdvisorClient", "GetRecommendationCommand")
836
- .sc(GetRecommendation)
830
+ .sc(GetRecommendation$)
837
831
  .build() {
838
832
  }
839
833
 
@@ -845,7 +839,7 @@ class ListChecksCommand extends smithyClient.Command
845
839
  })
846
840
  .s("TrustedAdvisor", "ListChecks", {})
847
841
  .n("TrustedAdvisorClient", "ListChecksCommand")
848
- .sc(ListChecks)
842
+ .sc(ListChecks$)
849
843
  .build() {
850
844
  }
851
845
 
@@ -857,7 +851,7 @@ class ListOrganizationRecommendationAccountsCommand extends smithyClient.Command
857
851
  })
858
852
  .s("TrustedAdvisor", "ListOrganizationRecommendationAccounts", {})
859
853
  .n("TrustedAdvisorClient", "ListOrganizationRecommendationAccountsCommand")
860
- .sc(ListOrganizationRecommendationAccounts)
854
+ .sc(ListOrganizationRecommendationAccounts$)
861
855
  .build() {
862
856
  }
863
857
 
@@ -869,7 +863,7 @@ class ListOrganizationRecommendationResourcesCommand extends smithyClient.Comman
869
863
  })
870
864
  .s("TrustedAdvisor", "ListOrganizationRecommendationResources", {})
871
865
  .n("TrustedAdvisorClient", "ListOrganizationRecommendationResourcesCommand")
872
- .sc(ListOrganizationRecommendationResources)
866
+ .sc(ListOrganizationRecommendationResources$)
873
867
  .build() {
874
868
  }
875
869
 
@@ -881,7 +875,7 @@ class ListOrganizationRecommendationsCommand extends smithyClient.Command
881
875
  })
882
876
  .s("TrustedAdvisor", "ListOrganizationRecommendations", {})
883
877
  .n("TrustedAdvisorClient", "ListOrganizationRecommendationsCommand")
884
- .sc(ListOrganizationRecommendations)
878
+ .sc(ListOrganizationRecommendations$)
885
879
  .build() {
886
880
  }
887
881
 
@@ -893,7 +887,7 @@ class ListRecommendationResourcesCommand extends smithyClient.Command
893
887
  })
894
888
  .s("TrustedAdvisor", "ListRecommendationResources", {})
895
889
  .n("TrustedAdvisorClient", "ListRecommendationResourcesCommand")
896
- .sc(ListRecommendationResources)
890
+ .sc(ListRecommendationResources$)
897
891
  .build() {
898
892
  }
899
893
 
@@ -905,7 +899,7 @@ class ListRecommendationsCommand extends smithyClient.Command
905
899
  })
906
900
  .s("TrustedAdvisor", "ListRecommendations", {})
907
901
  .n("TrustedAdvisorClient", "ListRecommendationsCommand")
908
- .sc(ListRecommendations)
902
+ .sc(ListRecommendations$)
909
903
  .build() {
910
904
  }
911
905
 
@@ -917,7 +911,7 @@ class UpdateOrganizationRecommendationLifecycleCommand extends smithyClient.Comm
917
911
  })
918
912
  .s("TrustedAdvisor", "UpdateOrganizationRecommendationLifecycle", {})
919
913
  .n("TrustedAdvisorClient", "UpdateOrganizationRecommendationLifecycleCommand")
920
- .sc(UpdateOrganizationRecommendationLifecycle)
914
+ .sc(UpdateOrganizationRecommendationLifecycle$)
921
915
  .build() {
922
916
  }
923
917
 
@@ -929,7 +923,7 @@ class UpdateRecommendationLifecycleCommand extends smithyClient.Command
929
923
  })
930
924
  .s("TrustedAdvisor", "UpdateRecommendationLifecycle", {})
931
925
  .n("TrustedAdvisorClient", "UpdateRecommendationLifecycleCommand")
932
- .sc(UpdateRecommendationLifecycle)
926
+ .sc(UpdateRecommendationLifecycle$)
933
927
  .build() {
934
928
  }
935
929
 
@@ -1046,36 +1040,87 @@ Object.defineProperty(exports, "__Client", {
1046
1040
  enumerable: true,
1047
1041
  get: function () { return smithyClient.Client; }
1048
1042
  });
1049
- exports.AccessDeniedException = AccessDeniedException$1;
1043
+ exports.AccessDeniedException = AccessDeniedException;
1044
+ exports.AccessDeniedException$ = AccessDeniedException$;
1045
+ exports.AccountRecommendationLifecycleSummary$ = AccountRecommendationLifecycleSummary$;
1046
+ exports.BatchUpdateRecommendationResourceExclusion$ = BatchUpdateRecommendationResourceExclusion$;
1050
1047
  exports.BatchUpdateRecommendationResourceExclusionCommand = BatchUpdateRecommendationResourceExclusionCommand;
1051
- exports.ConflictException = ConflictException$1;
1048
+ exports.BatchUpdateRecommendationResourceExclusionRequest$ = BatchUpdateRecommendationResourceExclusionRequest$;
1049
+ exports.BatchUpdateRecommendationResourceExclusionResponse$ = BatchUpdateRecommendationResourceExclusionResponse$;
1050
+ exports.CheckSummary$ = CheckSummary$;
1051
+ exports.ConflictException = ConflictException;
1052
+ exports.ConflictException$ = ConflictException$;
1052
1053
  exports.ExclusionStatus = ExclusionStatus;
1054
+ exports.GetOrganizationRecommendation$ = GetOrganizationRecommendation$;
1053
1055
  exports.GetOrganizationRecommendationCommand = GetOrganizationRecommendationCommand;
1056
+ exports.GetOrganizationRecommendationRequest$ = GetOrganizationRecommendationRequest$;
1057
+ exports.GetOrganizationRecommendationResponse$ = GetOrganizationRecommendationResponse$;
1058
+ exports.GetRecommendation$ = GetRecommendation$;
1054
1059
  exports.GetRecommendationCommand = GetRecommendationCommand;
1055
- exports.InternalServerException = InternalServerException$1;
1060
+ exports.GetRecommendationRequest$ = GetRecommendationRequest$;
1061
+ exports.GetRecommendationResponse$ = GetRecommendationResponse$;
1062
+ exports.InternalServerException = InternalServerException;
1063
+ exports.InternalServerException$ = InternalServerException$;
1064
+ exports.ListChecks$ = ListChecks$;
1056
1065
  exports.ListChecksCommand = ListChecksCommand;
1066
+ exports.ListChecksRequest$ = ListChecksRequest$;
1067
+ exports.ListChecksResponse$ = ListChecksResponse$;
1068
+ exports.ListOrganizationRecommendationAccounts$ = ListOrganizationRecommendationAccounts$;
1057
1069
  exports.ListOrganizationRecommendationAccountsCommand = ListOrganizationRecommendationAccountsCommand;
1070
+ exports.ListOrganizationRecommendationAccountsRequest$ = ListOrganizationRecommendationAccountsRequest$;
1071
+ exports.ListOrganizationRecommendationAccountsResponse$ = ListOrganizationRecommendationAccountsResponse$;
1072
+ exports.ListOrganizationRecommendationResources$ = ListOrganizationRecommendationResources$;
1058
1073
  exports.ListOrganizationRecommendationResourcesCommand = ListOrganizationRecommendationResourcesCommand;
1074
+ exports.ListOrganizationRecommendationResourcesRequest$ = ListOrganizationRecommendationResourcesRequest$;
1075
+ exports.ListOrganizationRecommendationResourcesResponse$ = ListOrganizationRecommendationResourcesResponse$;
1076
+ exports.ListOrganizationRecommendations$ = ListOrganizationRecommendations$;
1059
1077
  exports.ListOrganizationRecommendationsCommand = ListOrganizationRecommendationsCommand;
1078
+ exports.ListOrganizationRecommendationsRequest$ = ListOrganizationRecommendationsRequest$;
1079
+ exports.ListOrganizationRecommendationsResponse$ = ListOrganizationRecommendationsResponse$;
1080
+ exports.ListRecommendationResources$ = ListRecommendationResources$;
1060
1081
  exports.ListRecommendationResourcesCommand = ListRecommendationResourcesCommand;
1082
+ exports.ListRecommendationResourcesRequest$ = ListRecommendationResourcesRequest$;
1083
+ exports.ListRecommendationResourcesResponse$ = ListRecommendationResourcesResponse$;
1084
+ exports.ListRecommendations$ = ListRecommendations$;
1061
1085
  exports.ListRecommendationsCommand = ListRecommendationsCommand;
1086
+ exports.ListRecommendationsRequest$ = ListRecommendationsRequest$;
1087
+ exports.ListRecommendationsResponse$ = ListRecommendationsResponse$;
1088
+ exports.OrganizationRecommendation$ = OrganizationRecommendation$;
1089
+ exports.OrganizationRecommendationResourceSummary$ = OrganizationRecommendationResourceSummary$;
1090
+ exports.OrganizationRecommendationSummary$ = OrganizationRecommendationSummary$;
1091
+ exports.Recommendation$ = Recommendation$;
1092
+ exports.RecommendationCostOptimizingAggregates$ = RecommendationCostOptimizingAggregates$;
1062
1093
  exports.RecommendationLanguage = RecommendationLanguage;
1063
1094
  exports.RecommendationLifecycleStage = RecommendationLifecycleStage;
1064
1095
  exports.RecommendationPillar = RecommendationPillar;
1096
+ exports.RecommendationPillarSpecificAggregates$ = RecommendationPillarSpecificAggregates$;
1097
+ exports.RecommendationResourceExclusion$ = RecommendationResourceExclusion$;
1098
+ exports.RecommendationResourceSummary$ = RecommendationResourceSummary$;
1099
+ exports.RecommendationResourcesAggregates$ = RecommendationResourcesAggregates$;
1065
1100
  exports.RecommendationSource = RecommendationSource;
1066
1101
  exports.RecommendationStatus = RecommendationStatus;
1102
+ exports.RecommendationSummary$ = RecommendationSummary$;
1067
1103
  exports.RecommendationType = RecommendationType;
1068
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1104
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1105
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1069
1106
  exports.ResourceStatus = ResourceStatus;
1070
- exports.ThrottlingException = ThrottlingException$1;
1107
+ exports.ThrottlingException = ThrottlingException;
1108
+ exports.ThrottlingException$ = ThrottlingException$;
1071
1109
  exports.TrustedAdvisor = TrustedAdvisor;
1072
1110
  exports.TrustedAdvisorClient = TrustedAdvisorClient;
1073
- exports.TrustedAdvisorServiceException = TrustedAdvisorServiceException$1;
1111
+ exports.TrustedAdvisorServiceException = TrustedAdvisorServiceException;
1112
+ exports.TrustedAdvisorServiceException$ = TrustedAdvisorServiceException$;
1113
+ exports.UpdateOrganizationRecommendationLifecycle$ = UpdateOrganizationRecommendationLifecycle$;
1074
1114
  exports.UpdateOrganizationRecommendationLifecycleCommand = UpdateOrganizationRecommendationLifecycleCommand;
1115
+ exports.UpdateOrganizationRecommendationLifecycleRequest$ = UpdateOrganizationRecommendationLifecycleRequest$;
1116
+ exports.UpdateRecommendationLifecycle$ = UpdateRecommendationLifecycle$;
1075
1117
  exports.UpdateRecommendationLifecycleCommand = UpdateRecommendationLifecycleCommand;
1118
+ exports.UpdateRecommendationLifecycleRequest$ = UpdateRecommendationLifecycleRequest$;
1076
1119
  exports.UpdateRecommendationLifecycleStage = UpdateRecommendationLifecycleStage;
1077
1120
  exports.UpdateRecommendationLifecycleStageReasonCode = UpdateRecommendationLifecycleStageReasonCode;
1078
- exports.ValidationException = ValidationException$1;
1121
+ exports.UpdateRecommendationResourceExclusionError$ = UpdateRecommendationResourceExclusionError$;
1122
+ exports.ValidationException = ValidationException;
1123
+ exports.ValidationException$ = ValidationException$;
1079
1124
  exports.paginateListChecks = paginateListChecks;
1080
1125
  exports.paginateListOrganizationRecommendationAccounts = paginateListOrganizationRecommendationAccounts;
1081
1126
  exports.paginateListOrganizationRecommendationResources = paginateListOrganizationRecommendationResources;