@aws-sdk/client-trustedadvisor 3.956.0 → 3.958.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.
@@ -128,479 +128,268 @@ import { TypeRegistry } from "@smithy/core/schema";
128
128
  import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/errors";
129
129
  import { TrustedAdvisorServiceException } from "../models/TrustedAdvisorServiceException";
130
130
  var RecommendationUpdateReason = [0, n0, _RUR, 8, 0];
131
- export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
131
+ export var AccessDeniedException$ = [-3, n0, _ADE,
132
+ { [_e]: _c, [_hE]: 403 },
133
+ [_m],
134
+ [0]
135
+ ];
132
136
  TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
133
- export var AccountRecommendationLifecycleSummary$ = [
134
- 3,
135
- n0,
136
- _ARLS,
137
+ export var AccountRecommendationLifecycleSummary$ = [3, n0, _ARLS,
137
138
  0,
138
139
  [_aI, _aRA, _lS, _uOBO, _uOBOJT, _uR, _uRC, _lUA],
139
- [0, 0, 0, 0, 0, [() => RecommendationUpdateReason, 0], 0, 5],
140
+ [0, 0, 0, 0, 0, [() => RecommendationUpdateReason, 0], 0, 5]
140
141
  ];
141
- export var BatchUpdateRecommendationResourceExclusionRequest$ = [
142
- 3,
143
- n0,
144
- _BURRER,
142
+ export var BatchUpdateRecommendationResourceExclusionRequest$ = [3, n0, _BURRER,
145
143
  0,
146
144
  [_rRE],
147
- [() => RecommendationResourceExclusionList],
145
+ [() => RecommendationResourceExclusionList]
148
146
  ];
149
- export var BatchUpdateRecommendationResourceExclusionResponse$ = [
150
- 3,
151
- n0,
152
- _BURRERa,
147
+ export var BatchUpdateRecommendationResourceExclusionResponse$ = [3, n0, _BURRERa,
153
148
  0,
154
149
  [_bURREE],
155
- [() => UpdateRecommendationResourceExclusionErrorList],
150
+ [() => UpdateRecommendationResourceExclusionErrorList]
156
151
  ];
157
- export var CheckSummary$ = [
158
- 3,
159
- n0,
160
- _CS,
152
+ export var CheckSummary$ = [3, n0, _CS,
161
153
  0,
162
154
  [_i, _a, _n, _d, _p, _aS, _s, _me],
163
- [0, 0, 0, 0, 64 | 0, 64 | 0, 0, 128 | 0],
155
+ [0, 0, 0, 0, 64 | 0, 64 | 0, 0, 128 | 0]
156
+ ];
157
+ export var ConflictException$ = [-3, n0, _CE,
158
+ { [_e]: _c, [_hE]: 409 },
159
+ [_m],
160
+ [0]
164
161
  ];
165
- export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
166
162
  TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
167
- export var GetOrganizationRecommendationRequest$ = [3, n0, _GORR, 0, [_oRI], [[0, 1]]];
168
- export var GetOrganizationRecommendationResponse$ = [
169
- 3,
170
- n0,
171
- _GORRe,
163
+ export var GetOrganizationRecommendationRequest$ = [3, n0, _GORR,
164
+ 0,
165
+ [_oRI],
166
+ [[0, 1]]
167
+ ];
168
+ export var GetOrganizationRecommendationResponse$ = [3, n0, _GORRe,
172
169
  0,
173
170
  [_oR],
174
- [[() => OrganizationRecommendation$, 0]],
171
+ [[() => OrganizationRecommendation$, 0]]
172
+ ];
173
+ export var GetRecommendationRequest$ = [3, n0, _GRR,
174
+ 0,
175
+ [_rI],
176
+ [[0, 1]]
177
+ ];
178
+ export var GetRecommendationResponse$ = [3, n0, _GRRe,
179
+ 0,
180
+ [_r],
181
+ [[() => Recommendation$, 0]]
182
+ ];
183
+ export var InternalServerException$ = [-3, n0, _ISE,
184
+ { [_e]: _se, [_hE]: 500 },
185
+ [_m],
186
+ [0]
175
187
  ];
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
188
  TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
180
- export var ListChecksRequest$ = [
181
- 3,
182
- n0,
183
- _LCR,
189
+ export var ListChecksRequest$ = [3, n0, _LCR,
184
190
  0,
185
191
  [_nT, _mR, _pi, _aSw, _s, _l],
186
- [
187
- [0, { [_hQ]: _nT }],
188
- [1, { [_hQ]: _mR }],
189
- [0, { [_hQ]: _pi }],
190
- [0, { [_hQ]: _aSw }],
191
- [0, { [_hQ]: _s }],
192
- [0, { [_hQ]: _l }],
193
- ],
194
- ];
195
- export var ListChecksResponse$ = [3, n0, _LCRi, 0, [_nT, _cS], [0, () => CheckSummaryList]];
196
- export var ListOrganizationRecommendationAccountsRequest$ = [
197
- 3,
198
- n0,
199
- _LORAR,
192
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _pi }], [0, { [_hQ]: _aSw }], [0, { [_hQ]: _s }], [0, { [_hQ]: _l }]]
193
+ ];
194
+ export var ListChecksResponse$ = [3, n0, _LCRi,
195
+ 0,
196
+ [_nT, _cS],
197
+ [0, () => CheckSummaryList]
198
+ ];
199
+ export var ListOrganizationRecommendationAccountsRequest$ = [3, n0, _LORAR,
200
200
  0,
201
201
  [_nT, _mR, _oRI, _aAI],
202
- [
203
- [0, { [_hQ]: _nT }],
204
- [1, { [_hQ]: _mR }],
205
- [0, 1],
206
- [0, { [_hQ]: _aAI }],
207
- ],
208
- ];
209
- export var ListOrganizationRecommendationAccountsResponse$ = [
210
- 3,
211
- n0,
212
- _LORARi,
202
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, 1], [0, { [_hQ]: _aAI }]]
203
+ ];
204
+ export var ListOrganizationRecommendationAccountsResponse$ = [3, n0, _LORARi,
213
205
  0,
214
206
  [_nT, _aRLS],
215
- [0, [() => AccountRecommendationLifecycleSummaryList, 0]],
207
+ [0, [() => AccountRecommendationLifecycleSummaryList, 0]]
216
208
  ];
217
- export var ListOrganizationRecommendationResourcesRequest$ = [
218
- 3,
219
- n0,
220
- _LORRR,
209
+ export var ListOrganizationRecommendationResourcesRequest$ = [3, n0, _LORRR,
221
210
  0,
222
211
  [_nT, _mR, _st, _eS, _rC, _oRI, _aAI],
223
- [
224
- [0, { [_hQ]: _nT }],
225
- [1, { [_hQ]: _mR }],
226
- [0, { [_hQ]: _st }],
227
- [0, { [_hQ]: _eS }],
228
- [0, { [_hQ]: _rC }],
229
- [0, 1],
230
- [0, { [_hQ]: _aAI }],
231
- ],
232
- ];
233
- export var ListOrganizationRecommendationResourcesResponse$ = [
234
- 3,
235
- n0,
236
- _LORRRi,
212
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _st }], [0, { [_hQ]: _eS }], [0, { [_hQ]: _rC }], [0, 1], [0, { [_hQ]: _aAI }]]
213
+ ];
214
+ export var ListOrganizationRecommendationResourcesResponse$ = [3, n0, _LORRRi,
237
215
  0,
238
216
  [_nT, _oRRS],
239
- [0, () => OrganizationRecommendationResourceSummaryList],
217
+ [0, () => OrganizationRecommendationResourceSummaryList]
240
218
  ];
241
- export var ListOrganizationRecommendationsRequest$ = [
242
- 3,
243
- n0,
244
- _LORR,
219
+ export var ListOrganizationRecommendationsRequest$ = [3, n0, _LORR,
245
220
  0,
246
221
  [_nT, _mR, _t, _st, _pi, _aSw, _s, _cI, _aLUA, _bLUA],
247
- [
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 }],
258
- ],
259
- ];
260
- export var ListOrganizationRecommendationsResponse$ = [
261
- 3,
262
- n0,
263
- _LORRi,
222
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _t }], [0, { [_hQ]: _st }], [0, { [_hQ]: _pi }], [0, { [_hQ]: _aSw }], [0, { [_hQ]: _s }], [0, { [_hQ]: _cI }], [4, { [_hQ]: _aLUA }], [4, { [_hQ]: _bLUA }]]
223
+ ];
224
+ export var ListOrganizationRecommendationsResponse$ = [3, n0, _LORRi,
264
225
  0,
265
226
  [_nT, _oRS],
266
- [0, () => OrganizationRecommendationSummaryList],
227
+ [0, () => OrganizationRecommendationSummaryList]
267
228
  ];
268
- export var ListRecommendationResourcesRequest$ = [
269
- 3,
270
- n0,
271
- _LRRR,
229
+ export var ListRecommendationResourcesRequest$ = [3, n0, _LRRR,
272
230
  0,
273
231
  [_nT, _mR, _st, _eS, _rC, _rI],
274
- [
275
- [0, { [_hQ]: _nT }],
276
- [1, { [_hQ]: _mR }],
277
- [0, { [_hQ]: _st }],
278
- [0, { [_hQ]: _eS }],
279
- [0, { [_hQ]: _rC }],
280
- [0, 1],
281
- ],
282
- ];
283
- export var ListRecommendationResourcesResponse$ = [
284
- 3,
285
- n0,
286
- _LRRRi,
232
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _st }], [0, { [_hQ]: _eS }], [0, { [_hQ]: _rC }], [0, 1]]
233
+ ];
234
+ export var ListRecommendationResourcesResponse$ = [3, n0, _LRRRi,
287
235
  0,
288
236
  [_nT, _rRS],
289
- [0, () => RecommendationResourceSummaryList],
237
+ [0, () => RecommendationResourceSummaryList]
290
238
  ];
291
- export var ListRecommendationsRequest$ = [
292
- 3,
293
- n0,
294
- _LRR,
239
+ export var ListRecommendationsRequest$ = [3, n0, _LRR,
295
240
  0,
296
241
  [_nT, _mR, _t, _st, _pi, _aSw, _s, _cI, _aLUA, _bLUA],
297
- [
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 }],
308
- ],
309
- ];
310
- export var ListRecommendationsResponse$ = [
311
- 3,
312
- n0,
313
- _LRRi,
242
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _t }], [0, { [_hQ]: _st }], [0, { [_hQ]: _pi }], [0, { [_hQ]: _aSw }], [0, { [_hQ]: _s }], [0, { [_hQ]: _cI }], [4, { [_hQ]: _aLUA }], [4, { [_hQ]: _bLUA }]]
243
+ ];
244
+ export var ListRecommendationsResponse$ = [3, n0, _LRRi,
314
245
  0,
315
246
  [_nT, _rS],
316
- [0, () => RecommendationSummaryList],
247
+ [0, () => RecommendationSummaryList]
317
248
  ];
318
- export var OrganizationRecommendation$ = [
319
- 3,
320
- n0,
321
- _OR,
249
+ export var OrganizationRecommendation$ = [3, n0, _OR,
322
250
  0,
323
251
  [_i, _t, _cA, _st, _lS, _p, _s, _aS, _n, _rA, _pSA, _cAr, _lUA, _a, _d, _cB, _uOBO, _uOBOJT, _uR, _uRC, _rAe],
324
- [
325
- 0,
326
- 0,
327
- 0,
328
- 0,
329
- 0,
330
- 64 | 0,
331
- 0,
332
- 64 | 0,
333
- 0,
334
- () => RecommendationResourcesAggregates$,
335
- () => RecommendationPillarSpecificAggregates$,
336
- 5,
337
- 5,
338
- 0,
339
- 0,
340
- 0,
341
- 0,
342
- 0,
343
- [() => RecommendationUpdateReason, 0],
344
- 0,
345
- 5,
346
- ],
347
- ];
348
- export var OrganizationRecommendationResourceSummary$ = [
349
- 3,
350
- n0,
351
- _ORRS,
252
+ [0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0, () => RecommendationResourcesAggregates$, () => RecommendationPillarSpecificAggregates$, 5, 5, 0, 0, 0, 0, 0, [() => RecommendationUpdateReason, 0], 0, 5]
253
+ ];
254
+ export var OrganizationRecommendationResourceSummary$ = [3, n0, _ORRS,
352
255
  0,
353
256
  [_i, _a, _aRI, _rC, _st, _me, _lUA, _eS, _aI, _rAec],
354
- [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0, 0],
257
+ [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0, 0]
355
258
  ];
356
- export var OrganizationRecommendationSummary$ = [
357
- 3,
358
- n0,
359
- _ORS,
259
+ export var OrganizationRecommendationSummary$ = [3, n0, _ORS,
360
260
  0,
361
261
  [_i, _t, _cA, _st, _lS, _p, _s, _aS, _n, _rA, _pSA, _cAr, _lUA, _a],
362
- [
363
- 0,
364
- 0,
365
- 0,
366
- 0,
367
- 0,
368
- 64 | 0,
369
- 0,
370
- 64 | 0,
371
- 0,
372
- () => RecommendationResourcesAggregates$,
373
- () => RecommendationPillarSpecificAggregates$,
374
- 5,
375
- 5,
376
- 0,
377
- ],
378
- ];
379
- export var Recommendation$ = [
380
- 3,
381
- n0,
382
- _R,
262
+ [0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0, () => RecommendationResourcesAggregates$, () => RecommendationPillarSpecificAggregates$, 5, 5, 0]
263
+ ];
264
+ export var Recommendation$ = [3, n0, _R,
383
265
  0,
384
266
  [_i, _t, _cA, _st, _lS, _p, _s, _aS, _n, _rA, _pSA, _cAr, _lUA, _a, _d, _cB, _uOBO, _uOBOJT, _uR, _uRC, _rAe],
385
- [
386
- 0,
387
- 0,
388
- 0,
389
- 0,
390
- 0,
391
- 64 | 0,
392
- 0,
393
- 64 | 0,
394
- 0,
395
- () => RecommendationResourcesAggregates$,
396
- () => RecommendationPillarSpecificAggregates$,
397
- 5,
398
- 5,
399
- 0,
400
- 0,
401
- 0,
402
- 0,
403
- 0,
404
- [() => RecommendationUpdateReason, 0],
405
- 0,
406
- 5,
407
- ],
408
- ];
409
- export var RecommendationCostOptimizingAggregates$ = [3, n0, _RCOA, 0, [_eMS, _ePMS], [1, 1]];
410
- export var RecommendationPillarSpecificAggregates$ = [
411
- 3,
412
- n0,
413
- _RPSA,
267
+ [0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0, () => RecommendationResourcesAggregates$, () => RecommendationPillarSpecificAggregates$, 5, 5, 0, 0, 0, 0, 0, [() => RecommendationUpdateReason, 0], 0, 5]
268
+ ];
269
+ export var RecommendationCostOptimizingAggregates$ = [3, n0, _RCOA,
270
+ 0,
271
+ [_eMS, _ePMS],
272
+ [1, 1]
273
+ ];
274
+ export var RecommendationPillarSpecificAggregates$ = [3, n0, _RPSA,
414
275
  0,
415
276
  [_cO],
416
- [() => RecommendationCostOptimizingAggregates$],
277
+ [() => RecommendationCostOptimizingAggregates$]
278
+ ];
279
+ export var RecommendationResourceExclusion$ = [3, n0, _RRE,
280
+ 0,
281
+ [_a, _iE],
282
+ [0, 2]
417
283
  ];
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
- 3,
422
- n0,
423
- _RRS,
284
+ export var RecommendationResourcesAggregates$ = [3, n0, _RRA,
285
+ 0,
286
+ [_oC, _wC, _eC],
287
+ [1, 1, 1]
288
+ ];
289
+ export var RecommendationResourceSummary$ = [3, n0, _RRS,
424
290
  0,
425
291
  [_i, _a, _aRI, _rC, _st, _me, _lUA, _eS, _rAec],
426
- [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0],
292
+ [0, 0, 0, 0, 0, 128 | 0, 5, 0, 0]
427
293
  ];
428
- export var RecommendationSummary$ = [
429
- 3,
430
- n0,
431
- _RS,
294
+ export var RecommendationSummary$ = [3, n0, _RS,
432
295
  0,
433
296
  [_i, _t, _cA, _st, _lS, _p, _s, _aS, _n, _rA, _pSA, _cAr, _lUA, _a],
434
- [
435
- 0,
436
- 0,
437
- 0,
438
- 0,
439
- 0,
440
- 64 | 0,
441
- 0,
442
- 64 | 0,
443
- 0,
444
- () => RecommendationResourcesAggregates$,
445
- () => RecommendationPillarSpecificAggregates$,
446
- 5,
447
- 5,
448
- 0,
449
- ],
450
- ];
451
- export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
297
+ [0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 0, () => RecommendationResourcesAggregates$, () => RecommendationPillarSpecificAggregates$, 5, 5, 0]
298
+ ];
299
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
300
+ { [_e]: _c, [_hE]: 404 },
301
+ [_m],
302
+ [0]
303
+ ];
452
304
  TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
453
- export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
305
+ export var ThrottlingException$ = [-3, n0, _TE,
306
+ { [_e]: _c, [_hE]: 429 },
307
+ [_m],
308
+ [0]
309
+ ];
454
310
  TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
455
- export var UpdateOrganizationRecommendationLifecycleRequest$ = [
456
- 3,
457
- n0,
458
- _UORLR,
311
+ export var UpdateOrganizationRecommendationLifecycleRequest$ = [3, n0, _UORLR,
459
312
  0,
460
313
  [_lS, _uR, _uRC, _oRI],
461
- [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]],
314
+ [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]]
462
315
  ];
463
- export var UpdateRecommendationLifecycleRequest$ = [
464
- 3,
465
- n0,
466
- _URLR,
316
+ export var UpdateRecommendationLifecycleRequest$ = [3, n0, _URLR,
467
317
  0,
468
318
  [_lS, _uR, _uRC, _rI],
469
- [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]],
319
+ [0, [() => RecommendationUpdateReason, 0], 0, [0, 1]]
470
320
  ];
471
- export var UpdateRecommendationResourceExclusionError$ = [
472
- 3,
473
- n0,
474
- _URREE,
321
+ export var UpdateRecommendationResourceExclusionError$ = [3, n0, _URREE,
475
322
  0,
476
323
  [_a, _eCr, _eM],
477
- [0, 0, 0],
324
+ [0, 0, 0]
325
+ ];
326
+ export var ValidationException$ = [-3, n0, _VE,
327
+ { [_e]: _c, [_hE]: 400 },
328
+ [_m],
329
+ [0]
478
330
  ];
479
- export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
480
331
  TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
481
332
  var __Unit = "unit";
482
333
  export var TrustedAdvisorServiceException$ = [-3, _sm, "TrustedAdvisorServiceException", 0, [], []];
483
334
  TypeRegistry.for(_sm).registerError(TrustedAdvisorServiceException$, TrustedAdvisorServiceException);
484
- var AccountRecommendationLifecycleSummaryList = [
485
- 1,
486
- n0,
487
- _ARLSL,
488
- 0,
489
- [() => AccountRecommendationLifecycleSummary$, 0],
335
+ var AccountRecommendationLifecycleSummaryList = [1, n0, _ARLSL,
336
+ 0, [() => AccountRecommendationLifecycleSummary$,
337
+ 0]
490
338
  ];
491
- var CheckSummaryList = [1, n0, _CSL, 0, () => CheckSummary$];
492
- var OrganizationRecommendationResourceSummaryList = [
493
- 1,
494
- n0,
495
- _ORRSL,
496
- 0,
497
- () => OrganizationRecommendationResourceSummary$,
339
+ var CheckSummaryList = [1, n0, _CSL,
340
+ 0, () => CheckSummary$
498
341
  ];
499
- var OrganizationRecommendationSummaryList = [
500
- 1,
501
- n0,
502
- _ORSL,
503
- 0,
504
- () => OrganizationRecommendationSummary$,
342
+ var OrganizationRecommendationResourceSummaryList = [1, n0, _ORRSL,
343
+ 0, () => OrganizationRecommendationResourceSummary$
344
+ ];
345
+ var OrganizationRecommendationSummaryList = [1, n0, _ORSL,
346
+ 0, () => OrganizationRecommendationSummary$
505
347
  ];
506
348
  var RecommendationAwsServiceList = 64 | 0;
507
349
  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 = [
512
- 1,
513
- n0,
514
- _URREEL,
515
- 0,
516
- () => UpdateRecommendationResourceExclusionError$,
350
+ var RecommendationResourceExclusionList = [1, n0, _RREL,
351
+ 0, () => RecommendationResourceExclusion$
352
+ ];
353
+ var RecommendationResourceSummaryList = [1, n0, _RRSL,
354
+ 0, () => RecommendationResourceSummary$
355
+ ];
356
+ var RecommendationSummaryList = [1, n0, _RSL,
357
+ 0, () => RecommendationSummary$
358
+ ];
359
+ var UpdateRecommendationResourceExclusionErrorList = [1, n0, _URREEL,
360
+ 0, () => UpdateRecommendationResourceExclusionError$
517
361
  ];
518
362
  var StringMap = 128 | 0;
519
- export var BatchUpdateRecommendationResourceExclusion$ = [
520
- 9,
521
- n0,
522
- _BURRE,
523
- { [_h]: ["PUT", "/v1/batch-update-recommendation-resource-exclusion", 200] },
524
- () => BatchUpdateRecommendationResourceExclusionRequest$,
525
- () => BatchUpdateRecommendationResourceExclusionResponse$,
526
- ];
527
- export var GetOrganizationRecommendation$ = [
528
- 9,
529
- n0,
530
- _GOR,
531
- { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}", 200] },
532
- () => GetOrganizationRecommendationRequest$,
533
- () => GetOrganizationRecommendationResponse$,
534
- ];
535
- export var GetRecommendation$ = [
536
- 9,
537
- n0,
538
- _GR,
539
- { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}", 200] },
540
- () => GetRecommendationRequest$,
541
- () => GetRecommendationResponse$,
542
- ];
543
- export var ListChecks$ = [
544
- 9,
545
- n0,
546
- _LC,
547
- { [_h]: ["GET", "/v1/checks", 200] },
548
- () => ListChecksRequest$,
549
- () => ListChecksResponse$,
550
- ];
551
- export var ListOrganizationRecommendationAccounts$ = [
552
- 9,
553
- n0,
554
- _LORA,
555
- { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts", 200] },
556
- () => ListOrganizationRecommendationAccountsRequest$,
557
- () => ListOrganizationRecommendationAccountsResponse$,
558
- ];
559
- export var ListOrganizationRecommendationResources$ = [
560
- 9,
561
- n0,
562
- _LORRis,
563
- { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources", 200] },
564
- () => ListOrganizationRecommendationResourcesRequest$,
565
- () => ListOrganizationRecommendationResourcesResponse$,
566
- ];
567
- export var ListOrganizationRecommendations$ = [
568
- 9,
569
- n0,
570
- _LOR,
571
- { [_h]: ["GET", "/v1/organization-recommendations", 200] },
572
- () => ListOrganizationRecommendationsRequest$,
573
- () => ListOrganizationRecommendationsResponse$,
574
- ];
575
- export var ListRecommendationResources$ = [
576
- 9,
577
- n0,
578
- _LRRis,
579
- { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}/resources", 200] },
580
- () => ListRecommendationResourcesRequest$,
581
- () => ListRecommendationResourcesResponse$,
582
- ];
583
- export var ListRecommendations$ = [
584
- 9,
585
- n0,
586
- _LR,
587
- { [_h]: ["GET", "/v1/recommendations", 200] },
588
- () => ListRecommendationsRequest$,
589
- () => ListRecommendationsResponse$,
590
- ];
591
- export var UpdateOrganizationRecommendationLifecycle$ = [
592
- 9,
593
- n0,
594
- _UORL,
595
- { [_h]: ["PUT", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle", 200] },
596
- () => UpdateOrganizationRecommendationLifecycleRequest$,
597
- () => __Unit,
598
- ];
599
- export var UpdateRecommendationLifecycle$ = [
600
- 9,
601
- n0,
602
- _URL,
603
- { [_h]: ["PUT", "/v1/recommendations/{recommendationIdentifier}/lifecycle", 200] },
604
- () => UpdateRecommendationLifecycleRequest$,
605
- () => __Unit,
363
+ export var BatchUpdateRecommendationResourceExclusion$ = [9, n0, _BURRE,
364
+ { [_h]: ["PUT", "/v1/batch-update-recommendation-resource-exclusion", 200] }, () => BatchUpdateRecommendationResourceExclusionRequest$, () => BatchUpdateRecommendationResourceExclusionResponse$
365
+ ];
366
+ export var GetOrganizationRecommendation$ = [9, n0, _GOR,
367
+ { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}", 200] }, () => GetOrganizationRecommendationRequest$, () => GetOrganizationRecommendationResponse$
368
+ ];
369
+ export var GetRecommendation$ = [9, n0, _GR,
370
+ { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}", 200] }, () => GetRecommendationRequest$, () => GetRecommendationResponse$
371
+ ];
372
+ export var ListChecks$ = [9, n0, _LC,
373
+ { [_h]: ["GET", "/v1/checks", 200] }, () => ListChecksRequest$, () => ListChecksResponse$
374
+ ];
375
+ export var ListOrganizationRecommendationAccounts$ = [9, n0, _LORA,
376
+ { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/accounts", 200] }, () => ListOrganizationRecommendationAccountsRequest$, () => ListOrganizationRecommendationAccountsResponse$
377
+ ];
378
+ export var ListOrganizationRecommendationResources$ = [9, n0, _LORRis,
379
+ { [_h]: ["GET", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/resources", 200] }, () => ListOrganizationRecommendationResourcesRequest$, () => ListOrganizationRecommendationResourcesResponse$
380
+ ];
381
+ export var ListOrganizationRecommendations$ = [9, n0, _LOR,
382
+ { [_h]: ["GET", "/v1/organization-recommendations", 200] }, () => ListOrganizationRecommendationsRequest$, () => ListOrganizationRecommendationsResponse$
383
+ ];
384
+ export var ListRecommendationResources$ = [9, n0, _LRRis,
385
+ { [_h]: ["GET", "/v1/recommendations/{recommendationIdentifier}/resources", 200] }, () => ListRecommendationResourcesRequest$, () => ListRecommendationResourcesResponse$
386
+ ];
387
+ export var ListRecommendations$ = [9, n0, _LR,
388
+ { [_h]: ["GET", "/v1/recommendations", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
389
+ ];
390
+ export var UpdateOrganizationRecommendationLifecycle$ = [9, n0, _UORL,
391
+ { [_h]: ["PUT", "/v1/organization-recommendations/{organizationRecommendationIdentifier}/lifecycle", 200] }, () => UpdateOrganizationRecommendationLifecycleRequest$, () => __Unit
392
+ ];
393
+ export var UpdateRecommendationLifecycle$ = [9, n0, _URL,
394
+ { [_h]: ["PUT", "/v1/recommendations/{recommendationIdentifier}/lifecycle", 200] }, () => UpdateRecommendationLifecycleRequest$, () => __Unit
606
395
  ];