@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
@@ -125,12 +125,12 @@ const _uRC = "updateReasonCode";
125
125
  const _wC = "warningCount";
126
126
  const n0 = "com.amazonaws.trustedadvisor";
127
127
  import { TypeRegistry } from "@smithy/core/schema";
128
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
129
- import { TrustedAdvisorServiceException as __TrustedAdvisorServiceException } from "../models/TrustedAdvisorServiceException";
130
- export var RecommendationUpdateReason = [0, n0, _RUR, 8, 0];
131
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
132
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
133
- export var AccountRecommendationLifecycleSummary = [
128
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
129
+ import { TrustedAdvisorServiceException } from "../models/TrustedAdvisorServiceException";
130
+ var RecommendationUpdateReason = [0, n0, _RUR, 8, 0];
131
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
132
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
133
+ export var AccountRecommendationLifecycleSummary$ = [
134
134
  3,
135
135
  n0,
136
136
  _ARLS,
@@ -138,7 +138,7 @@ export var AccountRecommendationLifecycleSummary = [
138
138
  [_aI, _aRA, _lS, _uOBO, _uOBOJT, _uR, _uRC, _lUA],
139
139
  [0, 0, 0, 0, 0, [() => RecommendationUpdateReason, 0], 0, 5],
140
140
  ];
141
- export var BatchUpdateRecommendationResourceExclusionRequest = [
141
+ export var BatchUpdateRecommendationResourceExclusionRequest$ = [
142
142
  3,
143
143
  n0,
144
144
  _BURRER,
@@ -146,7 +146,7 @@ export var BatchUpdateRecommendationResourceExclusionRequest = [
146
146
  [_rRE],
147
147
  [() => RecommendationResourceExclusionList],
148
148
  ];
149
- export var BatchUpdateRecommendationResourceExclusionResponse = [
149
+ export var BatchUpdateRecommendationResourceExclusionResponse$ = [
150
150
  3,
151
151
  n0,
152
152
  _BURRERa,
@@ -154,7 +154,7 @@ export var BatchUpdateRecommendationResourceExclusionResponse = [
154
154
  [_bURREE],
155
155
  [() => UpdateRecommendationResourceExclusionErrorList],
156
156
  ];
157
- export var CheckSummary = [
157
+ export var CheckSummary$ = [
158
158
  3,
159
159
  n0,
160
160
  _CS,
@@ -162,22 +162,22 @@ export var CheckSummary = [
162
162
  [_i, _a, _n, _d, _p, _aS, _s, _me],
163
163
  [0, 0, 0, 0, 64 | 0, 64 | 0, 0, 128 | 0],
164
164
  ];
165
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
166
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
167
- export var GetOrganizationRecommendationRequest = [3, n0, _GORR, 0, [_oRI], [[0, 1]]];
168
- export var GetOrganizationRecommendationResponse = [
165
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
166
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
167
+ export var GetOrganizationRecommendationRequest$ = [3, n0, _GORR, 0, [_oRI], [[0, 1]]];
168
+ export var GetOrganizationRecommendationResponse$ = [
169
169
  3,
170
170
  n0,
171
171
  _GORRe,
172
172
  0,
173
173
  [_oR],
174
- [[() => OrganizationRecommendation, 0]],
174
+ [[() => OrganizationRecommendation$, 0]],
175
175
  ];
176
- export var GetRecommendationRequest = [3, n0, _GRR, 0, [_rI], [[0, 1]]];
177
- export var GetRecommendationResponse = [3, n0, _GRRe, 0, [_r], [[() => Recommendation, 0]]];
178
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
179
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
180
- export var ListChecksRequest = [
176
+ export var GetRecommendationRequest$ = [3, n0, _GRR, 0, [_rI], [[0, 1]]];
177
+ export var GetRecommendationResponse$ = [3, n0, _GRRe, 0, [_r], [[() => Recommendation$, 0]]];
178
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
179
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
180
+ export var ListChecksRequest$ = [
181
181
  3,
182
182
  n0,
183
183
  _LCR,
@@ -192,8 +192,8 @@ export var ListChecksRequest = [
192
192
  [0, { [_hQ]: _l }],
193
193
  ],
194
194
  ];
195
- export var ListChecksResponse = [3, n0, _LCRi, 0, [_nT, _cS], [0, () => CheckSummaryList]];
196
- export var ListOrganizationRecommendationAccountsRequest = [
195
+ export var ListChecksResponse$ = [3, n0, _LCRi, 0, [_nT, _cS], [0, () => CheckSummaryList]];
196
+ export var ListOrganizationRecommendationAccountsRequest$ = [
197
197
  3,
198
198
  n0,
199
199
  _LORAR,
@@ -206,7 +206,7 @@ export var ListOrganizationRecommendationAccountsRequest = [
206
206
  [0, { [_hQ]: _aAI }],
207
207
  ],
208
208
  ];
209
- export var ListOrganizationRecommendationAccountsResponse = [
209
+ export var ListOrganizationRecommendationAccountsResponse$ = [
210
210
  3,
211
211
  n0,
212
212
  _LORARi,
@@ -214,7 +214,7 @@ export var ListOrganizationRecommendationAccountsResponse = [
214
214
  [_nT, _aRLS],
215
215
  [0, [() => AccountRecommendationLifecycleSummaryList, 0]],
216
216
  ];
217
- export var ListOrganizationRecommendationResourcesRequest = [
217
+ export var ListOrganizationRecommendationResourcesRequest$ = [
218
218
  3,
219
219
  n0,
220
220
  _LORRR,
@@ -230,7 +230,7 @@ export var ListOrganizationRecommendationResourcesRequest = [
230
230
  [0, { [_hQ]: _aAI }],
231
231
  ],
232
232
  ];
233
- export var ListOrganizationRecommendationResourcesResponse = [
233
+ export var ListOrganizationRecommendationResourcesResponse$ = [
234
234
  3,
235
235
  n0,
236
236
  _LORRRi,
@@ -238,7 +238,7 @@ export var ListOrganizationRecommendationResourcesResponse = [
238
238
  [_nT, _oRRS],
239
239
  [0, () => OrganizationRecommendationResourceSummaryList],
240
240
  ];
241
- export var ListOrganizationRecommendationsRequest = [
241
+ export var ListOrganizationRecommendationsRequest$ = [
242
242
  3,
243
243
  n0,
244
244
  _LORR,
@@ -257,7 +257,7 @@ export var ListOrganizationRecommendationsRequest = [
257
257
  [4, { [_hQ]: _bLUA }],
258
258
  ],
259
259
  ];
260
- export var ListOrganizationRecommendationsResponse = [
260
+ export var ListOrganizationRecommendationsResponse$ = [
261
261
  3,
262
262
  n0,
263
263
  _LORRi,
@@ -265,7 +265,7 @@ export var ListOrganizationRecommendationsResponse = [
265
265
  [_nT, _oRS],
266
266
  [0, () => OrganizationRecommendationSummaryList],
267
267
  ];
268
- export var ListRecommendationResourcesRequest = [
268
+ export var ListRecommendationResourcesRequest$ = [
269
269
  3,
270
270
  n0,
271
271
  _LRRR,
@@ -280,7 +280,7 @@ export var ListRecommendationResourcesRequest = [
280
280
  [0, 1],
281
281
  ],
282
282
  ];
283
- export var ListRecommendationResourcesResponse = [
283
+ export var ListRecommendationResourcesResponse$ = [
284
284
  3,
285
285
  n0,
286
286
  _LRRRi,
@@ -288,7 +288,7 @@ export var ListRecommendationResourcesResponse = [
288
288
  [_nT, _rRS],
289
289
  [0, () => RecommendationResourceSummaryList],
290
290
  ];
291
- export var ListRecommendationsRequest = [
291
+ export var ListRecommendationsRequest$ = [
292
292
  3,
293
293
  n0,
294
294
  _LRR,
@@ -307,7 +307,7 @@ export var ListRecommendationsRequest = [
307
307
  [4, { [_hQ]: _bLUA }],
308
308
  ],
309
309
  ];
310
- export var ListRecommendationsResponse = [
310
+ export var ListRecommendationsResponse$ = [
311
311
  3,
312
312
  n0,
313
313
  _LRRi,
@@ -315,7 +315,7 @@ export var ListRecommendationsResponse = [
315
315
  [_nT, _rS],
316
316
  [0, () => RecommendationSummaryList],
317
317
  ];
318
- export var OrganizationRecommendation = [
318
+ export var OrganizationRecommendation$ = [
319
319
  3,
320
320
  n0,
321
321
  _OR,
@@ -331,8 +331,8 @@ export var OrganizationRecommendation = [
331
331
  0,
332
332
  64 | 0,
333
333
  0,
334
- () => RecommendationResourcesAggregates,
335
- () => RecommendationPillarSpecificAggregates,
334
+ () => RecommendationResourcesAggregates$,
335
+ () => RecommendationPillarSpecificAggregates$,
336
336
  5,
337
337
  5,
338
338
  0,
@@ -345,7 +345,7 @@ export var OrganizationRecommendation = [
345
345
  5,
346
346
  ],
347
347
  ];
348
- export var OrganizationRecommendationResourceSummary = [
348
+ export var OrganizationRecommendationResourceSummary$ = [
349
349
  3,
350
350
  n0,
351
351
  _ORRS,
@@ -353,7 +353,7 @@ export var OrganizationRecommendationResourceSummary = [
353
353
  [_i, _a, _aRI, _rC, _st, _me, _lUA, _eS, _aI, _rAec],
354
354
  [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0, 0],
355
355
  ];
356
- export var OrganizationRecommendationSummary = [
356
+ export var OrganizationRecommendationSummary$ = [
357
357
  3,
358
358
  n0,
359
359
  _ORS,
@@ -369,14 +369,14 @@ export var OrganizationRecommendationSummary = [
369
369
  0,
370
370
  64 | 0,
371
371
  0,
372
- () => RecommendationResourcesAggregates,
373
- () => RecommendationPillarSpecificAggregates,
372
+ () => RecommendationResourcesAggregates$,
373
+ () => RecommendationPillarSpecificAggregates$,
374
374
  5,
375
375
  5,
376
376
  0,
377
377
  ],
378
378
  ];
379
- export var Recommendation = [
379
+ export var Recommendation$ = [
380
380
  3,
381
381
  n0,
382
382
  _R,
@@ -392,8 +392,8 @@ export var Recommendation = [
392
392
  0,
393
393
  64 | 0,
394
394
  0,
395
- () => RecommendationResourcesAggregates,
396
- () => RecommendationPillarSpecificAggregates,
395
+ () => RecommendationResourcesAggregates$,
396
+ () => RecommendationPillarSpecificAggregates$,
397
397
  5,
398
398
  5,
399
399
  0,
@@ -406,18 +406,18 @@ export var Recommendation = [
406
406
  5,
407
407
  ],
408
408
  ];
409
- export var RecommendationCostOptimizingAggregates = [3, n0, _RCOA, 0, [_eMS, _ePMS], [1, 1]];
410
- export var RecommendationPillarSpecificAggregates = [
409
+ export var RecommendationCostOptimizingAggregates$ = [3, n0, _RCOA, 0, [_eMS, _ePMS], [1, 1]];
410
+ export var RecommendationPillarSpecificAggregates$ = [
411
411
  3,
412
412
  n0,
413
413
  _RPSA,
414
414
  0,
415
415
  [_cO],
416
- [() => RecommendationCostOptimizingAggregates],
416
+ [() => RecommendationCostOptimizingAggregates$],
417
417
  ];
418
- export var RecommendationResourceExclusion = [3, n0, _RRE, 0, [_a, _iE], [0, 2]];
419
- export var RecommendationResourcesAggregates = [3, n0, _RRA, 0, [_oC, _wC, _eC], [1, 1, 1]];
420
- export var RecommendationResourceSummary = [
418
+ export var RecommendationResourceExclusion$ = [3, n0, _RRE, 0, [_a, _iE], [0, 2]];
419
+ export var RecommendationResourcesAggregates$ = [3, n0, _RRA, 0, [_oC, _wC, _eC], [1, 1, 1]];
420
+ export var RecommendationResourceSummary$ = [
421
421
  3,
422
422
  n0,
423
423
  _RRS,
@@ -425,7 +425,7 @@ export var RecommendationResourceSummary = [
425
425
  [_i, _a, _aRI, _rC, _st, _me, _lUA, _eS, _rAec],
426
426
  [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0],
427
427
  ];
428
- export var RecommendationSummary = [
428
+ export var RecommendationSummary$ = [
429
429
  3,
430
430
  n0,
431
431
  _RS,
@@ -441,18 +441,18 @@ export var RecommendationSummary = [
441
441
  0,
442
442
  64 | 0,
443
443
  0,
444
- () => RecommendationResourcesAggregates,
445
- () => RecommendationPillarSpecificAggregates,
444
+ () => RecommendationResourcesAggregates$,
445
+ () => RecommendationPillarSpecificAggregates$,
446
446
  5,
447
447
  5,
448
448
  0,
449
449
  ],
450
450
  ];
451
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
452
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
453
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
454
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
455
- export var UpdateOrganizationRecommendationLifecycleRequest = [
451
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
452
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
453
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
454
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
455
+ export var UpdateOrganizationRecommendationLifecycleRequest$ = [
456
456
  3,
457
457
  n0,
458
458
  _UORLR,
@@ -460,7 +460,7 @@ export var UpdateOrganizationRecommendationLifecycleRequest = [
460
460
  [_lS, _uR, _uRC, _oRI],
461
461
  [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]],
462
462
  ];
463
- export var UpdateRecommendationLifecycleRequest = [
463
+ export var UpdateRecommendationLifecycleRequest$ = [
464
464
  3,
465
465
  n0,
466
466
  _URLR,
@@ -468,7 +468,7 @@ export var UpdateRecommendationLifecycleRequest = [
468
468
  [_lS, _uR, _uRC, _rI],
469
469
  [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]],
470
470
  ];
471
- export var UpdateRecommendationResourceExclusionError = [
471
+ export var UpdateRecommendationResourceExclusionError$ = [
472
472
  3,
473
473
  n0,
474
474
  _URREE,
@@ -476,137 +476,131 @@ export var UpdateRecommendationResourceExclusionError = [
476
476
  [_a, _eCr, _eM],
477
477
  [0, 0, 0],
478
478
  ];
479
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
480
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
481
- export var __Unit = "unit";
482
- export var TrustedAdvisorServiceException = [-3, _sm, "TrustedAdvisorServiceException", 0, [], []];
483
- TypeRegistry.for(_sm).registerError(TrustedAdvisorServiceException, __TrustedAdvisorServiceException);
484
- export var AccountRecommendationLifecycleSummaryList = [
479
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
480
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
481
+ var __Unit = "unit";
482
+ export var TrustedAdvisorServiceException$ = [-3, _sm, "TrustedAdvisorServiceException", 0, [], []];
483
+ TypeRegistry.for(_sm).registerError(TrustedAdvisorServiceException$, TrustedAdvisorServiceException);
484
+ var AccountRecommendationLifecycleSummaryList = [
485
485
  1,
486
486
  n0,
487
487
  _ARLSL,
488
488
  0,
489
- [() => AccountRecommendationLifecycleSummary, 0],
489
+ [() => AccountRecommendationLifecycleSummary$, 0],
490
490
  ];
491
- export var CheckSummaryList = [1, n0, _CSL, 0, () => CheckSummary];
492
- export var OrganizationRecommendationResourceSummaryList = [
491
+ var CheckSummaryList = [1, n0, _CSL, 0, () => CheckSummary$];
492
+ var OrganizationRecommendationResourceSummaryList = [
493
493
  1,
494
494
  n0,
495
495
  _ORRSL,
496
496
  0,
497
- () => OrganizationRecommendationResourceSummary,
497
+ () => OrganizationRecommendationResourceSummary$,
498
498
  ];
499
- export var OrganizationRecommendationSummaryList = [
499
+ var OrganizationRecommendationSummaryList = [
500
500
  1,
501
501
  n0,
502
502
  _ORSL,
503
503
  0,
504
- () => OrganizationRecommendationSummary,
505
- ];
506
- export var RecommendationAwsServiceList = 64 | 0;
507
- export var RecommendationPillarList = 64 | 0;
508
- export var RecommendationResourceExclusionList = [
509
- 1,
510
- n0,
511
- _RREL,
512
- 0,
513
- () => RecommendationResourceExclusion,
514
- ];
515
- export var RecommendationResourceSummaryList = [1, n0, _RRSL, 0, () => RecommendationResourceSummary];
516
- export var RecommendationSummaryList = [1, n0, _RSL, 0, () => RecommendationSummary];
517
- export var UpdateRecommendationResourceExclusionErrorList = [
504
+ () => OrganizationRecommendationSummary$,
505
+ ];
506
+ var RecommendationAwsServiceList = 64 | 0;
507
+ var RecommendationPillarList = 64 | 0;
508
+ var RecommendationResourceExclusionList = [1, n0, _RREL, 0, () => RecommendationResourceExclusion$];
509
+ var RecommendationResourceSummaryList = [1, n0, _RRSL, 0, () => RecommendationResourceSummary$];
510
+ var RecommendationSummaryList = [1, n0, _RSL, 0, () => RecommendationSummary$];
511
+ var UpdateRecommendationResourceExclusionErrorList = [
518
512
  1,
519
513
  n0,
520
514
  _URREEL,
521
515
  0,
522
- () => UpdateRecommendationResourceExclusionError,
516
+ () => UpdateRecommendationResourceExclusionError$,
523
517
  ];
524
- export var StringMap = 128 | 0;
525
- export var BatchUpdateRecommendationResourceExclusion = [
518
+ var StringMap = 128 | 0;
519
+ export var BatchUpdateRecommendationResourceExclusion$ = [
526
520
  9,
527
521
  n0,
528
522
  _BURRE,
529
523
  { [_h]: ["PUT", "/v1/batch-update-recommendation-resource-exclusion", 200] },
530
- () => BatchUpdateRecommendationResourceExclusionRequest,
531
- () => BatchUpdateRecommendationResourceExclusionResponse,
524
+ () => BatchUpdateRecommendationResourceExclusionRequest$,
525
+ () => BatchUpdateRecommendationResourceExclusionResponse$,
532
526
  ];
533
- export var GetOrganizationRecommendation = [
527
+ export var GetOrganizationRecommendation$ = [
534
528
  9,
535
529
  n0,
536
530
  _GOR,
537
531
  { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}", 200] },
538
- () => GetOrganizationRecommendationRequest,
539
- () => GetOrganizationRecommendationResponse,
532
+ () => GetOrganizationRecommendationRequest$,
533
+ () => GetOrganizationRecommendationResponse$,
540
534
  ];
541
- export var GetRecommendation = [
535
+ export var GetRecommendation$ = [
542
536
  9,
543
537
  n0,
544
538
  _GR,
545
539
  { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}", 200] },
546
- () => GetRecommendationRequest,
547
- () => GetRecommendationResponse,
540
+ () => GetRecommendationRequest$,
541
+ () => GetRecommendationResponse$,
548
542
  ];
549
- export var ListChecks = [
543
+ export var ListChecks$ = [
550
544
  9,
551
545
  n0,
552
546
  _LC,
553
547
  { [_h]: ["GET", "/v1/checks", 200] },
554
- () => ListChecksRequest,
555
- () => ListChecksResponse,
548
+ () => ListChecksRequest$,
549
+ () => ListChecksResponse$,
556
550
  ];
557
- export var ListOrganizationRecommendationAccounts = [
551
+ export var ListOrganizationRecommendationAccounts$ = [
558
552
  9,
559
553
  n0,
560
554
  _LORA,
561
555
  { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts", 200] },
562
- () => ListOrganizationRecommendationAccountsRequest,
563
- () => ListOrganizationRecommendationAccountsResponse,
556
+ () => ListOrganizationRecommendationAccountsRequest$,
557
+ () => ListOrganizationRecommendationAccountsResponse$,
564
558
  ];
565
- export var ListOrganizationRecommendationResources = [
559
+ export var ListOrganizationRecommendationResources$ = [
566
560
  9,
567
561
  n0,
568
562
  _LORRis,
569
563
  { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources", 200] },
570
- () => ListOrganizationRecommendationResourcesRequest,
571
- () => ListOrganizationRecommendationResourcesResponse,
564
+ () => ListOrganizationRecommendationResourcesRequest$,
565
+ () => ListOrganizationRecommendationResourcesResponse$,
572
566
  ];
573
- export var ListOrganizationRecommendations = [
567
+ export var ListOrganizationRecommendations$ = [
574
568
  9,
575
569
  n0,
576
570
  _LOR,
577
571
  { [_h]: ["GET", "/v1/organization-recommendations", 200] },
578
- () => ListOrganizationRecommendationsRequest,
579
- () => ListOrganizationRecommendationsResponse,
572
+ () => ListOrganizationRecommendationsRequest$,
573
+ () => ListOrganizationRecommendationsResponse$,
580
574
  ];
581
- export var ListRecommendationResources = [
575
+ export var ListRecommendationResources$ = [
582
576
  9,
583
577
  n0,
584
578
  _LRRis,
585
579
  { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}/resources", 200] },
586
- () => ListRecommendationResourcesRequest,
587
- () => ListRecommendationResourcesResponse,
580
+ () => ListRecommendationResourcesRequest$,
581
+ () => ListRecommendationResourcesResponse$,
588
582
  ];
589
- export var ListRecommendations = [
583
+ export var ListRecommendations$ = [
590
584
  9,
591
585
  n0,
592
586
  _LR,
593
587
  { [_h]: ["GET", "/v1/recommendations", 200] },
594
- () => ListRecommendationsRequest,
595
- () => ListRecommendationsResponse,
588
+ () => ListRecommendationsRequest$,
589
+ () => ListRecommendationsResponse$,
596
590
  ];
597
- export var UpdateOrganizationRecommendationLifecycle = [
591
+ export var UpdateOrganizationRecommendationLifecycle$ = [
598
592
  9,
599
593
  n0,
600
594
  _UORL,
601
595
  { [_h]: ["PUT", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle", 200] },
602
- () => UpdateOrganizationRecommendationLifecycleRequest,
596
+ () => UpdateOrganizationRecommendationLifecycleRequest$,
603
597
  () => __Unit,
604
598
  ];
605
- export var UpdateRecommendationLifecycle = [
599
+ export var UpdateRecommendationLifecycle$ = [
606
600
  9,
607
601
  n0,
608
602
  _URL,
609
603
  { [_h]: ["PUT", "/v1/recommendations/{recommendationIdentifier}/lifecycle", 200] },
610
- () => UpdateRecommendationLifecycleRequest,
604
+ () => UpdateRecommendationLifecycleRequest$,
611
605
  () => __Unit,
612
606
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { BatchUpdateRecommendationResourceExclusionCommandInput, BatchUpdateRecommendationResourceExclusionCommandOutput } from "./commands/BatchUpdateRecommendationResourceExclusionCommand";
11
11
  import { GetOrganizationRecommendationCommandInput, GetOrganizationRecommendationCommandOutput } from "./commands/GetOrganizationRecommendationCommand";
@@ -152,15 +152,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
152
152
  * Optional extensions
153
153
  */
154
154
  extensions?: RuntimeExtension[];
155
- /**
156
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
157
- * may be overridden. A default will always be set by the client.
158
- * Available options depend on the service's supported protocols and will not be validated by
159
- * the client.
160
- * @alpha
161
- *
162
- */
163
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
164
155
  /**
165
156
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
166
157
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { TrustedAdvisorExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./models/enums";
14
15
  export * from "./models/errors";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -1,3 +1,4 @@
1
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
1
2
  import type { TrustedAdvisorClientConfig } from "./TrustedAdvisorClient";
2
3
  /**
3
4
  * @internal
@@ -14,7 +15,11 @@ export declare const getRuntimeConfig: (config: TrustedAdvisorClientConfig) => {
14
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").TrustedAdvisorHttpAuthSchemeProvider;
15
16
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
17
  logger: import("@smithy/types").Logger;
17
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
18
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
19
+ protocolSettings: {
20
+ [setting: string]: unknown;
21
+ defaultNamespace?: string;
22
+ };
18
23
  serviceId: string;
19
24
  urlParser: import("@smithy/types").UrlParser;
20
25
  utf8Decoder: import("@smithy/types").Decoder;