@aws-sdk/client-trustedadvisor 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +57 -339
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/TrustedAdvisorClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +57 -339
- package/dist-types/TrustedAdvisor.d.ts +1 -1
- package/dist-types/TrustedAdvisorClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/BatchUpdateRecommendationResourceExclusionCommand.d.ts +3 -3
- package/dist-types/commands/GetOrganizationRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/GetRecommendationCommand.d.ts +3 -3
- package/dist-types/commands/ListChecksCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationRecommendationAccountsCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationRecommendationResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListOrganizationRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/ListRecommendationResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOrganizationRecommendationLifecycleCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRecommendationLifecycleCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/TrustedAdvisorServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListChecksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationRecommendationAccountsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationRecommendationResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOrganizationRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRecommendationsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/TrustedAdvisorClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/TrustedAdvisorServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -128,17 +128,7 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
128
128
|
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
|
|
129
129
|
import { TrustedAdvisorServiceException as __TrustedAdvisorServiceException } from "../models/TrustedAdvisorServiceException";
|
|
130
130
|
export var RecommendationUpdateReason = [0, n0, _RUR, 8, 0];
|
|
131
|
-
export var AccessDeniedException = [
|
|
132
|
-
-3,
|
|
133
|
-
n0,
|
|
134
|
-
_ADE,
|
|
135
|
-
{
|
|
136
|
-
[_e]: _c,
|
|
137
|
-
[_hE]: 403,
|
|
138
|
-
},
|
|
139
|
-
[_m],
|
|
140
|
-
[0],
|
|
141
|
-
];
|
|
131
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
142
132
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
143
133
|
export var AccountRecommendationLifecycleSummary = [
|
|
144
134
|
3,
|
|
@@ -172,17 +162,7 @@ export var CheckSummary = [
|
|
|
172
162
|
[_i, _a, _n, _d, _p, _aS, _s, _me],
|
|
173
163
|
[0, 0, 0, 0, 64 | 0, 64 | 0, 0, 128 | 0],
|
|
174
164
|
];
|
|
175
|
-
export var ConflictException = [
|
|
176
|
-
-3,
|
|
177
|
-
n0,
|
|
178
|
-
_CE,
|
|
179
|
-
{
|
|
180
|
-
[_e]: _c,
|
|
181
|
-
[_hE]: 409,
|
|
182
|
-
},
|
|
183
|
-
[_m],
|
|
184
|
-
[0],
|
|
185
|
-
];
|
|
165
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
186
166
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
187
167
|
export var GetOrganizationRecommendationRequest = [3, n0, _GORR, 0, [_oRI], [[0, 1]]];
|
|
188
168
|
export var GetOrganizationRecommendationResponse = [
|
|
@@ -195,17 +175,7 @@ export var GetOrganizationRecommendationResponse = [
|
|
|
195
175
|
];
|
|
196
176
|
export var GetRecommendationRequest = [3, n0, _GRR, 0, [_rI], [[0, 1]]];
|
|
197
177
|
export var GetRecommendationResponse = [3, n0, _GRRe, 0, [_r], [[() => Recommendation, 0]]];
|
|
198
|
-
export var InternalServerException = [
|
|
199
|
-
-3,
|
|
200
|
-
n0,
|
|
201
|
-
_ISE,
|
|
202
|
-
{
|
|
203
|
-
[_e]: _se,
|
|
204
|
-
[_hE]: 500,
|
|
205
|
-
},
|
|
206
|
-
[_m],
|
|
207
|
-
[0],
|
|
208
|
-
];
|
|
178
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
209
179
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
210
180
|
export var ListChecksRequest = [
|
|
211
181
|
3,
|
|
@@ -214,42 +184,12 @@ export var ListChecksRequest = [
|
|
|
214
184
|
0,
|
|
215
185
|
[_nT, _mR, _pi, _aSw, _s, _l],
|
|
216
186
|
[
|
|
217
|
-
[
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
],
|
|
223
|
-
[
|
|
224
|
-
1,
|
|
225
|
-
{
|
|
226
|
-
[_hQ]: _mR,
|
|
227
|
-
},
|
|
228
|
-
],
|
|
229
|
-
[
|
|
230
|
-
0,
|
|
231
|
-
{
|
|
232
|
-
[_hQ]: _pi,
|
|
233
|
-
},
|
|
234
|
-
],
|
|
235
|
-
[
|
|
236
|
-
0,
|
|
237
|
-
{
|
|
238
|
-
[_hQ]: _aSw,
|
|
239
|
-
},
|
|
240
|
-
],
|
|
241
|
-
[
|
|
242
|
-
0,
|
|
243
|
-
{
|
|
244
|
-
[_hQ]: _s,
|
|
245
|
-
},
|
|
246
|
-
],
|
|
247
|
-
[
|
|
248
|
-
0,
|
|
249
|
-
{
|
|
250
|
-
[_hQ]: _l,
|
|
251
|
-
},
|
|
252
|
-
],
|
|
187
|
+
[0, { [_hQ]: _nT }],
|
|
188
|
+
[1, { [_hQ]: _mR }],
|
|
189
|
+
[0, { [_hQ]: _pi }],
|
|
190
|
+
[0, { [_hQ]: _aSw }],
|
|
191
|
+
[0, { [_hQ]: _s }],
|
|
192
|
+
[0, { [_hQ]: _l }],
|
|
253
193
|
],
|
|
254
194
|
];
|
|
255
195
|
export var ListChecksResponse = [3, n0, _LCRi, 0, [_nT, _cS], [0, () => CheckSummaryList]];
|
|
@@ -260,25 +200,10 @@ export var ListOrganizationRecommendationAccountsRequest = [
|
|
|
260
200
|
0,
|
|
261
201
|
[_nT, _mR, _oRI, _aAI],
|
|
262
202
|
[
|
|
263
|
-
[
|
|
264
|
-
|
|
265
|
-
{
|
|
266
|
-
[_hQ]: _nT,
|
|
267
|
-
},
|
|
268
|
-
],
|
|
269
|
-
[
|
|
270
|
-
1,
|
|
271
|
-
{
|
|
272
|
-
[_hQ]: _mR,
|
|
273
|
-
},
|
|
274
|
-
],
|
|
203
|
+
[0, { [_hQ]: _nT }],
|
|
204
|
+
[1, { [_hQ]: _mR }],
|
|
275
205
|
[0, 1],
|
|
276
|
-
[
|
|
277
|
-
0,
|
|
278
|
-
{
|
|
279
|
-
[_hQ]: _aAI,
|
|
280
|
-
},
|
|
281
|
-
],
|
|
206
|
+
[0, { [_hQ]: _aAI }],
|
|
282
207
|
],
|
|
283
208
|
];
|
|
284
209
|
export var ListOrganizationRecommendationAccountsResponse = [
|
|
@@ -296,43 +221,13 @@ export var ListOrganizationRecommendationResourcesRequest = [
|
|
|
296
221
|
0,
|
|
297
222
|
[_nT, _mR, _st, _eS, _rC, _oRI, _aAI],
|
|
298
223
|
[
|
|
299
|
-
[
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
],
|
|
305
|
-
[
|
|
306
|
-
1,
|
|
307
|
-
{
|
|
308
|
-
[_hQ]: _mR,
|
|
309
|
-
},
|
|
310
|
-
],
|
|
311
|
-
[
|
|
312
|
-
0,
|
|
313
|
-
{
|
|
314
|
-
[_hQ]: _st,
|
|
315
|
-
},
|
|
316
|
-
],
|
|
317
|
-
[
|
|
318
|
-
0,
|
|
319
|
-
{
|
|
320
|
-
[_hQ]: _eS,
|
|
321
|
-
},
|
|
322
|
-
],
|
|
323
|
-
[
|
|
324
|
-
0,
|
|
325
|
-
{
|
|
326
|
-
[_hQ]: _rC,
|
|
327
|
-
},
|
|
328
|
-
],
|
|
224
|
+
[0, { [_hQ]: _nT }],
|
|
225
|
+
[1, { [_hQ]: _mR }],
|
|
226
|
+
[0, { [_hQ]: _st }],
|
|
227
|
+
[0, { [_hQ]: _eS }],
|
|
228
|
+
[0, { [_hQ]: _rC }],
|
|
329
229
|
[0, 1],
|
|
330
|
-
[
|
|
331
|
-
0,
|
|
332
|
-
{
|
|
333
|
-
[_hQ]: _aAI,
|
|
334
|
-
},
|
|
335
|
-
],
|
|
230
|
+
[0, { [_hQ]: _aAI }],
|
|
336
231
|
],
|
|
337
232
|
];
|
|
338
233
|
export var ListOrganizationRecommendationResourcesResponse = [
|
|
@@ -350,66 +245,16 @@ export var ListOrganizationRecommendationsRequest = [
|
|
|
350
245
|
0,
|
|
351
246
|
[_nT, _mR, _t, _st, _pi, _aSw, _s, _cI, _aLUA, _bLUA],
|
|
352
247
|
[
|
|
353
|
-
[
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
],
|
|
359
|
-
[
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
},
|
|
364
|
-
],
|
|
365
|
-
[
|
|
366
|
-
0,
|
|
367
|
-
{
|
|
368
|
-
[_hQ]: _t,
|
|
369
|
-
},
|
|
370
|
-
],
|
|
371
|
-
[
|
|
372
|
-
0,
|
|
373
|
-
{
|
|
374
|
-
[_hQ]: _st,
|
|
375
|
-
},
|
|
376
|
-
],
|
|
377
|
-
[
|
|
378
|
-
0,
|
|
379
|
-
{
|
|
380
|
-
[_hQ]: _pi,
|
|
381
|
-
},
|
|
382
|
-
],
|
|
383
|
-
[
|
|
384
|
-
0,
|
|
385
|
-
{
|
|
386
|
-
[_hQ]: _aSw,
|
|
387
|
-
},
|
|
388
|
-
],
|
|
389
|
-
[
|
|
390
|
-
0,
|
|
391
|
-
{
|
|
392
|
-
[_hQ]: _s,
|
|
393
|
-
},
|
|
394
|
-
],
|
|
395
|
-
[
|
|
396
|
-
0,
|
|
397
|
-
{
|
|
398
|
-
[_hQ]: _cI,
|
|
399
|
-
},
|
|
400
|
-
],
|
|
401
|
-
[
|
|
402
|
-
4,
|
|
403
|
-
{
|
|
404
|
-
[_hQ]: _aLUA,
|
|
405
|
-
},
|
|
406
|
-
],
|
|
407
|
-
[
|
|
408
|
-
4,
|
|
409
|
-
{
|
|
410
|
-
[_hQ]: _bLUA,
|
|
411
|
-
},
|
|
412
|
-
],
|
|
248
|
+
[0, { [_hQ]: _nT }],
|
|
249
|
+
[1, { [_hQ]: _mR }],
|
|
250
|
+
[0, { [_hQ]: _t }],
|
|
251
|
+
[0, { [_hQ]: _st }],
|
|
252
|
+
[0, { [_hQ]: _pi }],
|
|
253
|
+
[0, { [_hQ]: _aSw }],
|
|
254
|
+
[0, { [_hQ]: _s }],
|
|
255
|
+
[0, { [_hQ]: _cI }],
|
|
256
|
+
[4, { [_hQ]: _aLUA }],
|
|
257
|
+
[4, { [_hQ]: _bLUA }],
|
|
413
258
|
],
|
|
414
259
|
];
|
|
415
260
|
export var ListOrganizationRecommendationsResponse = [
|
|
@@ -427,36 +272,11 @@ export var ListRecommendationResourcesRequest = [
|
|
|
427
272
|
0,
|
|
428
273
|
[_nT, _mR, _st, _eS, _rC, _rI],
|
|
429
274
|
[
|
|
430
|
-
[
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
],
|
|
436
|
-
[
|
|
437
|
-
1,
|
|
438
|
-
{
|
|
439
|
-
[_hQ]: _mR,
|
|
440
|
-
},
|
|
441
|
-
],
|
|
442
|
-
[
|
|
443
|
-
0,
|
|
444
|
-
{
|
|
445
|
-
[_hQ]: _st,
|
|
446
|
-
},
|
|
447
|
-
],
|
|
448
|
-
[
|
|
449
|
-
0,
|
|
450
|
-
{
|
|
451
|
-
[_hQ]: _eS,
|
|
452
|
-
},
|
|
453
|
-
],
|
|
454
|
-
[
|
|
455
|
-
0,
|
|
456
|
-
{
|
|
457
|
-
[_hQ]: _rC,
|
|
458
|
-
},
|
|
459
|
-
],
|
|
275
|
+
[0, { [_hQ]: _nT }],
|
|
276
|
+
[1, { [_hQ]: _mR }],
|
|
277
|
+
[0, { [_hQ]: _st }],
|
|
278
|
+
[0, { [_hQ]: _eS }],
|
|
279
|
+
[0, { [_hQ]: _rC }],
|
|
460
280
|
[0, 1],
|
|
461
281
|
],
|
|
462
282
|
];
|
|
@@ -475,66 +295,16 @@ export var ListRecommendationsRequest = [
|
|
|
475
295
|
0,
|
|
476
296
|
[_nT, _mR, _t, _st, _pi, _aSw, _s, _cI, _aLUA, _bLUA],
|
|
477
297
|
[
|
|
478
|
-
[
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
],
|
|
484
|
-
[
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
},
|
|
489
|
-
],
|
|
490
|
-
[
|
|
491
|
-
0,
|
|
492
|
-
{
|
|
493
|
-
[_hQ]: _t,
|
|
494
|
-
},
|
|
495
|
-
],
|
|
496
|
-
[
|
|
497
|
-
0,
|
|
498
|
-
{
|
|
499
|
-
[_hQ]: _st,
|
|
500
|
-
},
|
|
501
|
-
],
|
|
502
|
-
[
|
|
503
|
-
0,
|
|
504
|
-
{
|
|
505
|
-
[_hQ]: _pi,
|
|
506
|
-
},
|
|
507
|
-
],
|
|
508
|
-
[
|
|
509
|
-
0,
|
|
510
|
-
{
|
|
511
|
-
[_hQ]: _aSw,
|
|
512
|
-
},
|
|
513
|
-
],
|
|
514
|
-
[
|
|
515
|
-
0,
|
|
516
|
-
{
|
|
517
|
-
[_hQ]: _s,
|
|
518
|
-
},
|
|
519
|
-
],
|
|
520
|
-
[
|
|
521
|
-
0,
|
|
522
|
-
{
|
|
523
|
-
[_hQ]: _cI,
|
|
524
|
-
},
|
|
525
|
-
],
|
|
526
|
-
[
|
|
527
|
-
4,
|
|
528
|
-
{
|
|
529
|
-
[_hQ]: _aLUA,
|
|
530
|
-
},
|
|
531
|
-
],
|
|
532
|
-
[
|
|
533
|
-
4,
|
|
534
|
-
{
|
|
535
|
-
[_hQ]: _bLUA,
|
|
536
|
-
},
|
|
537
|
-
],
|
|
298
|
+
[0, { [_hQ]: _nT }],
|
|
299
|
+
[1, { [_hQ]: _mR }],
|
|
300
|
+
[0, { [_hQ]: _t }],
|
|
301
|
+
[0, { [_hQ]: _st }],
|
|
302
|
+
[0, { [_hQ]: _pi }],
|
|
303
|
+
[0, { [_hQ]: _aSw }],
|
|
304
|
+
[0, { [_hQ]: _s }],
|
|
305
|
+
[0, { [_hQ]: _cI }],
|
|
306
|
+
[4, { [_hQ]: _aLUA }],
|
|
307
|
+
[4, { [_hQ]: _bLUA }],
|
|
538
308
|
],
|
|
539
309
|
];
|
|
540
310
|
export var ListRecommendationsResponse = [
|
|
@@ -678,29 +448,9 @@ export var RecommendationSummary = [
|
|
|
678
448
|
0,
|
|
679
449
|
],
|
|
680
450
|
];
|
|
681
|
-
export var ResourceNotFoundException = [
|
|
682
|
-
-3,
|
|
683
|
-
n0,
|
|
684
|
-
_RNFE,
|
|
685
|
-
{
|
|
686
|
-
[_e]: _c,
|
|
687
|
-
[_hE]: 404,
|
|
688
|
-
},
|
|
689
|
-
[_m],
|
|
690
|
-
[0],
|
|
691
|
-
];
|
|
451
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
692
452
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
693
|
-
export var ThrottlingException = [
|
|
694
|
-
-3,
|
|
695
|
-
n0,
|
|
696
|
-
_TE,
|
|
697
|
-
{
|
|
698
|
-
[_e]: _c,
|
|
699
|
-
[_hE]: 429,
|
|
700
|
-
},
|
|
701
|
-
[_m],
|
|
702
|
-
[0],
|
|
703
|
-
];
|
|
453
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
704
454
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
705
455
|
export var UpdateOrganizationRecommendationLifecycleRequest = [
|
|
706
456
|
3,
|
|
@@ -726,17 +476,7 @@ export var UpdateRecommendationResourceExclusionError = [
|
|
|
726
476
|
[_a, _eCr, _eM],
|
|
727
477
|
[0, 0, 0],
|
|
728
478
|
];
|
|
729
|
-
export var ValidationException = [
|
|
730
|
-
-3,
|
|
731
|
-
n0,
|
|
732
|
-
_VE,
|
|
733
|
-
{
|
|
734
|
-
[_e]: _c,
|
|
735
|
-
[_hE]: 400,
|
|
736
|
-
},
|
|
737
|
-
[_m],
|
|
738
|
-
[0],
|
|
739
|
-
];
|
|
479
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
740
480
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
741
481
|
export var __Unit = "unit";
|
|
742
482
|
export var TrustedAdvisorServiceException = [-3, _sm, "TrustedAdvisorServiceException", 0, [], []];
|
|
@@ -786,9 +526,7 @@ export var BatchUpdateRecommendationResourceExclusion = [
|
|
|
786
526
|
9,
|
|
787
527
|
n0,
|
|
788
528
|
_BURRE,
|
|
789
|
-
{
|
|
790
|
-
[_h]: ["PUT", "/v1/batch-update-recommendation-resource-exclusion", 200],
|
|
791
|
-
},
|
|
529
|
+
{ [_h]: ["PUT", "/v1/batch-update-recommendation-resource-exclusion", 200] },
|
|
792
530
|
() => BatchUpdateRecommendationResourceExclusionRequest,
|
|
793
531
|
() => BatchUpdateRecommendationResourceExclusionResponse,
|
|
794
532
|
];
|
|
@@ -796,9 +534,7 @@ export var GetOrganizationRecommendation = [
|
|
|
796
534
|
9,
|
|
797
535
|
n0,
|
|
798
536
|
_GOR,
|
|
799
|
-
{
|
|
800
|
-
[_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}", 200],
|
|
801
|
-
},
|
|
537
|
+
{ [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}", 200] },
|
|
802
538
|
() => GetOrganizationRecommendationRequest,
|
|
803
539
|
() => GetOrganizationRecommendationResponse,
|
|
804
540
|
];
|
|
@@ -806,9 +542,7 @@ export var GetRecommendation = [
|
|
|
806
542
|
9,
|
|
807
543
|
n0,
|
|
808
544
|
_GR,
|
|
809
|
-
{
|
|
810
|
-
[_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}", 200],
|
|
811
|
-
},
|
|
545
|
+
{ [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}", 200] },
|
|
812
546
|
() => GetRecommendationRequest,
|
|
813
547
|
() => GetRecommendationResponse,
|
|
814
548
|
];
|
|
@@ -816,9 +550,7 @@ export var ListChecks = [
|
|
|
816
550
|
9,
|
|
817
551
|
n0,
|
|
818
552
|
_LC,
|
|
819
|
-
{
|
|
820
|
-
[_h]: ["GET", "/v1/checks", 200],
|
|
821
|
-
},
|
|
553
|
+
{ [_h]: ["GET", "/v1/checks", 200] },
|
|
822
554
|
() => ListChecksRequest,
|
|
823
555
|
() => ListChecksResponse,
|
|
824
556
|
];
|
|
@@ -826,9 +558,7 @@ export var ListOrganizationRecommendationAccounts = [
|
|
|
826
558
|
9,
|
|
827
559
|
n0,
|
|
828
560
|
_LORA,
|
|
829
|
-
{
|
|
830
|
-
[_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts", 200],
|
|
831
|
-
},
|
|
561
|
+
{ [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts", 200] },
|
|
832
562
|
() => ListOrganizationRecommendationAccountsRequest,
|
|
833
563
|
() => ListOrganizationRecommendationAccountsResponse,
|
|
834
564
|
];
|
|
@@ -836,9 +566,7 @@ export var ListOrganizationRecommendationResources = [
|
|
|
836
566
|
9,
|
|
837
567
|
n0,
|
|
838
568
|
_LORRis,
|
|
839
|
-
{
|
|
840
|
-
[_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources", 200],
|
|
841
|
-
},
|
|
569
|
+
{ [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources", 200] },
|
|
842
570
|
() => ListOrganizationRecommendationResourcesRequest,
|
|
843
571
|
() => ListOrganizationRecommendationResourcesResponse,
|
|
844
572
|
];
|
|
@@ -846,9 +574,7 @@ export var ListOrganizationRecommendations = [
|
|
|
846
574
|
9,
|
|
847
575
|
n0,
|
|
848
576
|
_LOR,
|
|
849
|
-
{
|
|
850
|
-
[_h]: ["GET", "/v1/organization-recommendations", 200],
|
|
851
|
-
},
|
|
577
|
+
{ [_h]: ["GET", "/v1/organization-recommendations", 200] },
|
|
852
578
|
() => ListOrganizationRecommendationsRequest,
|
|
853
579
|
() => ListOrganizationRecommendationsResponse,
|
|
854
580
|
];
|
|
@@ -856,9 +582,7 @@ export var ListRecommendationResources = [
|
|
|
856
582
|
9,
|
|
857
583
|
n0,
|
|
858
584
|
_LRRis,
|
|
859
|
-
{
|
|
860
|
-
[_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}/resources", 200],
|
|
861
|
-
},
|
|
585
|
+
{ [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}/resources", 200] },
|
|
862
586
|
() => ListRecommendationResourcesRequest,
|
|
863
587
|
() => ListRecommendationResourcesResponse,
|
|
864
588
|
];
|
|
@@ -866,9 +590,7 @@ export var ListRecommendations = [
|
|
|
866
590
|
9,
|
|
867
591
|
n0,
|
|
868
592
|
_LR,
|
|
869
|
-
{
|
|
870
|
-
[_h]: ["GET", "/v1/recommendations", 200],
|
|
871
|
-
},
|
|
593
|
+
{ [_h]: ["GET", "/v1/recommendations", 200] },
|
|
872
594
|
() => ListRecommendationsRequest,
|
|
873
595
|
() => ListRecommendationsResponse,
|
|
874
596
|
];
|
|
@@ -876,9 +598,7 @@ export var UpdateOrganizationRecommendationLifecycle = [
|
|
|
876
598
|
9,
|
|
877
599
|
n0,
|
|
878
600
|
_UORL,
|
|
879
|
-
{
|
|
880
|
-
[_h]: ["PUT", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle", 200],
|
|
881
|
-
},
|
|
601
|
+
{ [_h]: ["PUT", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle", 200] },
|
|
882
602
|
() => UpdateOrganizationRecommendationLifecycleRequest,
|
|
883
603
|
() => __Unit,
|
|
884
604
|
];
|
|
@@ -886,9 +606,7 @@ export var UpdateRecommendationLifecycle = [
|
|
|
886
606
|
9,
|
|
887
607
|
n0,
|
|
888
608
|
_URL,
|
|
889
|
-
{
|
|
890
|
-
[_h]: ["PUT", "/v1/recommendations/{recommendationIdentifier}/lifecycle", 200],
|
|
891
|
-
},
|
|
609
|
+
{ [_h]: ["PUT", "/v1/recommendations/{recommendationIdentifier}/lifecycle", 200] },
|
|
892
610
|
() => UpdateRecommendationLifecycleRequest,
|
|
893
611
|
() => __Unit,
|
|
894
612
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { BatchUpdateRecommendationResourceExclusionCommandInput, BatchUpdateRecommendationResourceExclusionCommandOutput } from "./commands/BatchUpdateRecommendationResourceExclusionCommand";
|
|
3
3
|
import { GetOrganizationRecommendationCommandInput, GetOrganizationRecommendationCommandOutput } from "./commands/GetOrganizationRecommendationCommand";
|
|
4
4
|
import { GetRecommendationCommandInput, GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
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";
|
|
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";
|
|
12
12
|
import { GetRecommendationCommandInput, GetRecommendationCommandOutput } from "./commands/GetRecommendationCommand";
|
|
@@ -19,7 +19,7 @@ import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } fro
|
|
|
19
19
|
import { UpdateOrganizationRecommendationLifecycleCommandInput, UpdateOrganizationRecommendationLifecycleCommandOutput } from "./commands/UpdateOrganizationRecommendationLifecycleCommand";
|
|
20
20
|
import { UpdateRecommendationLifecycleCommandInput, UpdateRecommendationLifecycleCommandOutput } from "./commands/UpdateRecommendationLifecycleCommand";
|
|
21
21
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
22
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
22
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
23
23
|
export { __Client };
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { TrustedAdvisorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { TrustedAdvisorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BatchUpdateRecommendationResourceExclusionRequest, BatchUpdateRecommendationResourceExclusionResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BatchUpdateRecommendationResourceExclusionRequest, BatchUpdateRecommendationResourceExclusionResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetOrganizationRecommendationRequest, GetOrganizationRecommendationResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetOrganizationRecommendationRequest, GetOrganizationRecommendationResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetRecommendationRequest, GetRecommendationResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetRecommendationRequest, GetRecommendationResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListChecksRequest, ListChecksResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListChecksRequest, ListChecksResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListOrganizationRecommendationAccountsRequest, ListOrganizationRecommendationAccountsResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListOrganizationRecommendationAccountsRequest, ListOrganizationRecommendationAccountsResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ListOrganizationRecommendationResourcesRequest, ListOrganizationRecommendationResourcesResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListOrganizationRecommendationResourcesRequest, ListOrganizationRecommendationResourcesResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceInputTypes, ServiceOutputTypes, TrustedAdvisorClientResolvedConfig } from "../TrustedAdvisorClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|