@aws-sdk/client-budgets 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/dist-cjs/index.js +418 -298
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/CreateBudgetActionCommand.js +2 -2
  4. package/dist-es/commands/CreateBudgetCommand.js +2 -2
  5. package/dist-es/commands/CreateNotificationCommand.js +2 -2
  6. package/dist-es/commands/CreateSubscriberCommand.js +2 -2
  7. package/dist-es/commands/DeleteBudgetActionCommand.js +2 -2
  8. package/dist-es/commands/DeleteBudgetCommand.js +2 -2
  9. package/dist-es/commands/DeleteNotificationCommand.js +2 -2
  10. package/dist-es/commands/DeleteSubscriberCommand.js +2 -2
  11. package/dist-es/commands/DescribeBudgetActionCommand.js +2 -2
  12. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +2 -2
  13. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +2 -2
  14. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -2
  15. package/dist-es/commands/DescribeBudgetCommand.js +2 -2
  16. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -2
  17. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -2
  18. package/dist-es/commands/DescribeBudgetsCommand.js +2 -2
  19. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +2 -2
  20. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +2 -2
  21. package/dist-es/commands/ExecuteBudgetActionCommand.js +2 -2
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  23. package/dist-es/commands/TagResourceCommand.js +2 -2
  24. package/dist-es/commands/UntagResourceCommand.js +2 -2
  25. package/dist-es/commands/UpdateBudgetActionCommand.js +2 -2
  26. package/dist-es/commands/UpdateBudgetCommand.js +2 -2
  27. package/dist-es/commands/UpdateNotificationCommand.js +2 -2
  28. package/dist-es/commands/UpdateSubscriberCommand.js +2 -2
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.shared.js +6 -6
  31. package/dist-es/schemas/schemas_0.js +252 -250
  32. package/dist-types/BudgetsClient.d.ts +1 -10
  33. package/dist-types/index.d.ts +1 -0
  34. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  35. package/dist-types/runtimeConfig.d.ts +6 -2
  36. package/dist-types/runtimeConfig.native.d.ts +6 -2
  37. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  38. package/dist-types/schemas/schemas_0.d.ts +119 -142
  39. package/dist-types/ts3.4/BudgetsClient.d.ts +0 -4
  40. package/dist-types/ts3.4/index.d.ts +1 -0
  41. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  43. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  44. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  45. package/dist-types/ts3.4/schemas/schemas_0.d.ts +118 -144
  46. package/package.json +34 -34
@@ -219,40 +219,40 @@ const _s = "server";
219
219
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.budgets";
220
220
  const n0 = "com.amazonaws.budgets";
221
221
  import { TypeRegistry } from "@smithy/core/schema";
222
- import { BudgetsServiceException as __BudgetsServiceException } from "../models/BudgetsServiceException";
223
- import { AccessDeniedException as __AccessDeniedException, BillingViewHealthStatusException as __BillingViewHealthStatusException, CreationLimitExceededException as __CreationLimitExceededException, DuplicateRecordException as __DuplicateRecordException, ExpiredNextTokenException as __ExpiredNextTokenException, InternalErrorException as __InternalErrorException, InvalidNextTokenException as __InvalidNextTokenException, InvalidParameterException as __InvalidParameterException, NotFoundException as __NotFoundException, ResourceLockedException as __ResourceLockedException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, } from "../models/errors";
224
- export var SubscriberAddress = [0, n0, _SA, 8, 0];
225
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
226
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
227
- export var Action = [
222
+ import { BudgetsServiceException } from "../models/BudgetsServiceException";
223
+ import { AccessDeniedException, BillingViewHealthStatusException, CreationLimitExceededException, DuplicateRecordException, ExpiredNextTokenException, InternalErrorException, InvalidNextTokenException, InvalidParameterException, NotFoundException, ResourceLockedException, ServiceQuotaExceededException, ThrottlingException, } from "../models/errors";
224
+ var SubscriberAddress = [0, n0, _SA, 8, 0];
225
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
226
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
227
+ export var Action$ = [
228
228
  3,
229
229
  n0,
230
230
  _A,
231
231
  0,
232
232
  [_AI, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _S, _Su],
233
- [0, 0, 0, 0, () => ActionThreshold, () => Definition, 0, 0, 0, [() => Subscribers, 0]],
233
+ [0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, 0, [() => Subscribers, 0]],
234
234
  ];
235
- export var ActionHistory = [
235
+ export var ActionHistory$ = [
236
236
  3,
237
237
  n0,
238
238
  _AH,
239
239
  0,
240
240
  [_T, _S, _ET, _AHD],
241
- [4, 0, 0, [() => ActionHistoryDetails, 0]],
241
+ [4, 0, 0, [() => ActionHistoryDetails$, 0]],
242
242
  ];
243
- export var ActionHistoryDetails = [3, n0, _AHD, 0, [_M, _A], [0, [() => Action, 0]]];
244
- export var ActionThreshold = [3, n0, _ATc, 0, [_ATV, _ATT], [1, 0]];
245
- export var AutoAdjustData = [
243
+ export var ActionHistoryDetails$ = [3, n0, _AHD, 0, [_M, _A], [0, [() => Action$, 0]]];
244
+ export var ActionThreshold$ = [3, n0, _ATc, 0, [_ATV, _ATT], [1, 0]];
245
+ export var AutoAdjustData$ = [
246
246
  3,
247
247
  n0,
248
248
  _AAD,
249
249
  0,
250
250
  [_AAT, _HO, _LAAT],
251
- [0, () => HistoricalOptions, 4],
251
+ [0, () => HistoricalOptions$, 4],
252
252
  ];
253
- export var BillingViewHealthStatusException = [-3, n0, _BVHSE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
254
- TypeRegistry.for(n0).registerError(BillingViewHealthStatusException, __BillingViewHealthStatusException);
255
- export var Budget = [
253
+ export var BillingViewHealthStatusException$ = [-3, n0, _BVHSE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
254
+ TypeRegistry.for(n0).registerError(BillingViewHealthStatusException$, BillingViewHealthStatusException);
255
+ export var Budget$ = [
256
256
  3,
257
257
  n0,
258
258
  _B,
@@ -260,31 +260,31 @@ export var Budget = [
260
260
  [_BN, _BL, _PBL, _CF, _CT, _TU, _TP, _CS, _BT, _LUT, _AAD, _FE, _Me, _BVA, _HS],
261
261
  [
262
262
  0,
263
- () => Spend,
263
+ () => Spend$,
264
264
  () => PlannedBudgetLimits,
265
265
  [2, n0, _CF, 0, 0, 64 | 0],
266
- () => CostTypes,
266
+ () => CostTypes$,
267
267
  0,
268
- () => TimePeriod,
269
- () => CalculatedSpend,
268
+ () => TimePeriod$,
269
+ () => CalculatedSpend$,
270
270
  0,
271
271
  4,
272
- () => AutoAdjustData,
273
- () => Expression,
272
+ () => AutoAdjustData$,
273
+ () => Expression$,
274
274
  64 | 0,
275
275
  0,
276
- () => HealthStatus,
276
+ () => HealthStatus$,
277
277
  ],
278
278
  ];
279
- export var BudgetedAndActualAmounts = [
279
+ export var BudgetedAndActualAmounts$ = [
280
280
  3,
281
281
  n0,
282
282
  _BAAA,
283
283
  0,
284
284
  [_BA, _AA, _TP],
285
- [() => Spend, () => Spend, () => TimePeriod],
285
+ [() => Spend$, () => Spend$, () => TimePeriod$],
286
286
  ];
287
- export var BudgetNotificationsForAccount = [
287
+ export var BudgetNotificationsForAccount$ = [
288
288
  3,
289
289
  n0,
290
290
  _BNFA,
@@ -292,17 +292,17 @@ export var BudgetNotificationsForAccount = [
292
292
  [_N, _BN],
293
293
  [() => Notifications, 0],
294
294
  ];
295
- export var BudgetPerformanceHistory = [
295
+ export var BudgetPerformanceHistory$ = [
296
296
  3,
297
297
  n0,
298
298
  _BPH,
299
299
  0,
300
300
  [_BN, _BT, _CF, _CT, _TU, _BVA, _BAAAL],
301
- [0, 0, [2, n0, _CF, 0, 0, 64 | 0], () => CostTypes, 0, 0, () => BudgetedAndActualAmountsList],
301
+ [0, 0, [2, n0, _CF, 0, 0, 64 | 0], () => CostTypes$, 0, 0, () => BudgetedAndActualAmountsList],
302
302
  ];
303
- export var CalculatedSpend = [3, n0, _CS, 0, [_AS, _FS], [() => Spend, () => Spend]];
304
- export var CostCategoryValues = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
305
- export var CostTypes = [
303
+ export var CalculatedSpend$ = [3, n0, _CS, 0, [_AS, _FS], [() => Spend$, () => Spend$]];
304
+ export var CostCategoryValues$ = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
305
+ export var CostTypes$ = [
306
306
  3,
307
307
  n0,
308
308
  _CT,
@@ -310,90 +310,90 @@ export var CostTypes = [
310
310
  [_IT, _IS, _UB, _IR, _IC, _IU, _IRn, _IOS, _ISn, _ID, _UA],
311
311
  [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
312
312
  ];
313
- export var CreateBudgetActionRequest = [
313
+ export var CreateBudgetActionRequest$ = [
314
314
  3,
315
315
  n0,
316
316
  _CBAR,
317
317
  0,
318
318
  [_AIc, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _Su, _RT],
319
- [0, 0, 0, 0, () => ActionThreshold, () => Definition, 0, 0, [() => Subscribers, 0], () => ResourceTagList],
319
+ [0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, [() => Subscribers, 0], () => ResourceTagList],
320
320
  ];
321
- export var CreateBudgetActionResponse = [3, n0, _CBARr, 0, [_AIc, _BN, _AI], [0, 0, 0]];
322
- export var CreateBudgetRequest = [
321
+ export var CreateBudgetActionResponse$ = [3, n0, _CBARr, 0, [_AIc, _BN, _AI], [0, 0, 0]];
322
+ export var CreateBudgetRequest$ = [
323
323
  3,
324
324
  n0,
325
325
  _CBR,
326
326
  0,
327
327
  [_AIc, _B, _NWS, _RT],
328
- [0, () => Budget, [() => NotificationWithSubscribersList, 0], () => ResourceTagList],
328
+ [0, () => Budget$, [() => NotificationWithSubscribersList, 0], () => ResourceTagList],
329
329
  ];
330
- export var CreateBudgetResponse = [3, n0, _CBRr, 0, [], []];
331
- export var CreateNotificationRequest = [
330
+ export var CreateBudgetResponse$ = [3, n0, _CBRr, 0, [], []];
331
+ export var CreateNotificationRequest$ = [
332
332
  3,
333
333
  n0,
334
334
  _CNR,
335
335
  0,
336
336
  [_AIc, _BN, _No, _Su],
337
- [0, 0, () => Notification, [() => Subscribers, 0]],
337
+ [0, 0, () => Notification$, [() => Subscribers, 0]],
338
338
  ];
339
- export var CreateNotificationResponse = [3, n0, _CNRr, 0, [], []];
340
- export var CreateSubscriberRequest = [
339
+ export var CreateNotificationResponse$ = [3, n0, _CNRr, 0, [], []];
340
+ export var CreateSubscriberRequest$ = [
341
341
  3,
342
342
  n0,
343
343
  _CSR,
344
344
  0,
345
345
  [_AIc, _BN, _No, _Sub],
346
- [0, 0, () => Notification, [() => Subscriber, 0]],
346
+ [0, 0, () => Notification$, [() => Subscriber$, 0]],
347
347
  ];
348
- export var CreateSubscriberResponse = [3, n0, _CSRr, 0, [], []];
349
- export var CreationLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
350
- TypeRegistry.for(n0).registerError(CreationLimitExceededException, __CreationLimitExceededException);
351
- export var Definition = [
348
+ export var CreateSubscriberResponse$ = [3, n0, _CSRr, 0, [], []];
349
+ export var CreationLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
350
+ TypeRegistry.for(n0).registerError(CreationLimitExceededException$, CreationLimitExceededException);
351
+ export var Definition$ = [
352
352
  3,
353
353
  n0,
354
354
  _D,
355
355
  0,
356
356
  [_IAD, _SAD, _SADs],
357
- [() => IamActionDefinition, () => ScpActionDefinition, () => SsmActionDefinition],
357
+ [() => IamActionDefinition$, () => ScpActionDefinition$, () => SsmActionDefinition$],
358
358
  ];
359
- export var DeleteBudgetActionRequest = [3, n0, _DBAR, 0, [_AIc, _BN, _AI], [0, 0, 0]];
360
- export var DeleteBudgetActionResponse = [
359
+ export var DeleteBudgetActionRequest$ = [3, n0, _DBAR, 0, [_AIc, _BN, _AI], [0, 0, 0]];
360
+ export var DeleteBudgetActionResponse$ = [
361
361
  3,
362
362
  n0,
363
363
  _DBARe,
364
364
  0,
365
365
  [_AIc, _BN, _A],
366
- [0, 0, [() => Action, 0]],
366
+ [0, 0, [() => Action$, 0]],
367
367
  ];
368
- export var DeleteBudgetRequest = [3, n0, _DBR, 0, [_AIc, _BN], [0, 0]];
369
- export var DeleteBudgetResponse = [3, n0, _DBRe, 0, [], []];
370
- export var DeleteNotificationRequest = [
368
+ export var DeleteBudgetRequest$ = [3, n0, _DBR, 0, [_AIc, _BN], [0, 0]];
369
+ export var DeleteBudgetResponse$ = [3, n0, _DBRe, 0, [], []];
370
+ export var DeleteNotificationRequest$ = [
371
371
  3,
372
372
  n0,
373
373
  _DNR,
374
374
  0,
375
375
  [_AIc, _BN, _No],
376
- [0, 0, () => Notification],
376
+ [0, 0, () => Notification$],
377
377
  ];
378
- export var DeleteNotificationResponse = [3, n0, _DNRe, 0, [], []];
379
- export var DeleteSubscriberRequest = [
378
+ export var DeleteNotificationResponse$ = [3, n0, _DNRe, 0, [], []];
379
+ export var DeleteSubscriberRequest$ = [
380
380
  3,
381
381
  n0,
382
382
  _DSR,
383
383
  0,
384
384
  [_AIc, _BN, _No, _Sub],
385
- [0, 0, () => Notification, [() => Subscriber, 0]],
385
+ [0, 0, () => Notification$, [() => Subscriber$, 0]],
386
386
  ];
387
- export var DeleteSubscriberResponse = [3, n0, _DSRe, 0, [], []];
388
- export var DescribeBudgetActionHistoriesRequest = [
387
+ export var DeleteSubscriberResponse$ = [3, n0, _DSRe, 0, [], []];
388
+ export var DescribeBudgetActionHistoriesRequest$ = [
389
389
  3,
390
390
  n0,
391
391
  _DBAHR,
392
392
  0,
393
393
  [_AIc, _BN, _AI, _TP, _MR, _NTe],
394
- [0, 0, 0, () => TimePeriod, 1, 0],
394
+ [0, 0, 0, () => TimePeriod$, 1, 0],
395
395
  ];
396
- export var DescribeBudgetActionHistoriesResponse = [
396
+ export var DescribeBudgetActionHistoriesResponse$ = [
397
397
  3,
398
398
  n0,
399
399
  _DBAHRe,
@@ -401,16 +401,16 @@ export var DescribeBudgetActionHistoriesResponse = [
401
401
  [_AHc, _NTe],
402
402
  [[() => ActionHistories, 0], 0],
403
403
  ];
404
- export var DescribeBudgetActionRequest = [3, n0, _DBARes, 0, [_AIc, _BN, _AI], [0, 0, 0]];
405
- export var DescribeBudgetActionResponse = [
404
+ export var DescribeBudgetActionRequest$ = [3, n0, _DBARes, 0, [_AIc, _BN, _AI], [0, 0, 0]];
405
+ export var DescribeBudgetActionResponse$ = [
406
406
  3,
407
407
  n0,
408
408
  _DBAResc,
409
409
  0,
410
410
  [_AIc, _BN, _A],
411
- [0, 0, [() => Action, 0]],
411
+ [0, 0, [() => Action$, 0]],
412
412
  ];
413
- export var DescribeBudgetActionsForAccountRequest = [
413
+ export var DescribeBudgetActionsForAccountRequest$ = [
414
414
  3,
415
415
  n0,
416
416
  _DBAFAR,
@@ -418,7 +418,7 @@ export var DescribeBudgetActionsForAccountRequest = [
418
418
  [_AIc, _MR, _NTe],
419
419
  [0, 1, 0],
420
420
  ];
421
- export var DescribeBudgetActionsForAccountResponse = [
421
+ export var DescribeBudgetActionsForAccountResponse$ = [
422
422
  3,
423
423
  n0,
424
424
  _DBAFARe,
@@ -426,7 +426,7 @@ export var DescribeBudgetActionsForAccountResponse = [
426
426
  [_Ac, _NTe],
427
427
  [[() => Actions, 0], 0],
428
428
  ];
429
- export var DescribeBudgetActionsForBudgetRequest = [
429
+ export var DescribeBudgetActionsForBudgetRequest$ = [
430
430
  3,
431
431
  n0,
432
432
  _DBAFBR,
@@ -434,7 +434,7 @@ export var DescribeBudgetActionsForBudgetRequest = [
434
434
  [_AIc, _BN, _MR, _NTe],
435
435
  [0, 0, 1, 0],
436
436
  ];
437
- export var DescribeBudgetActionsForBudgetResponse = [
437
+ export var DescribeBudgetActionsForBudgetResponse$ = [
438
438
  3,
439
439
  n0,
440
440
  _DBAFBRe,
@@ -442,7 +442,7 @@ export var DescribeBudgetActionsForBudgetResponse = [
442
442
  [_Ac, _NTe],
443
443
  [[() => Actions, 0], 0],
444
444
  ];
445
- export var DescribeBudgetNotificationsForAccountRequest = [
445
+ export var DescribeBudgetNotificationsForAccountRequest$ = [
446
446
  3,
447
447
  n0,
448
448
  _DBNFAR,
@@ -450,7 +450,7 @@ export var DescribeBudgetNotificationsForAccountRequest = [
450
450
  [_AIc, _MR, _NTe],
451
451
  [0, 1, 0],
452
452
  ];
453
- export var DescribeBudgetNotificationsForAccountResponse = [
453
+ export var DescribeBudgetNotificationsForAccountResponse$ = [
454
454
  3,
455
455
  n0,
456
456
  _DBNFARe,
@@ -458,27 +458,27 @@ export var DescribeBudgetNotificationsForAccountResponse = [
458
458
  [_BNFA, _NTe],
459
459
  [() => BudgetNotificationsForAccountList, 0],
460
460
  ];
461
- export var DescribeBudgetPerformanceHistoryRequest = [
461
+ export var DescribeBudgetPerformanceHistoryRequest$ = [
462
462
  3,
463
463
  n0,
464
464
  _DBPHR,
465
465
  0,
466
466
  [_AIc, _BN, _TP, _MR, _NTe],
467
- [0, 0, () => TimePeriod, 1, 0],
467
+ [0, 0, () => TimePeriod$, 1, 0],
468
468
  ];
469
- export var DescribeBudgetPerformanceHistoryResponse = [
469
+ export var DescribeBudgetPerformanceHistoryResponse$ = [
470
470
  3,
471
471
  n0,
472
472
  _DBPHRe,
473
473
  0,
474
474
  [_BPH, _NTe],
475
- [() => BudgetPerformanceHistory, 0],
475
+ [() => BudgetPerformanceHistory$, 0],
476
476
  ];
477
- export var DescribeBudgetRequest = [3, n0, _DBRes, 0, [_AIc, _BN, _SFE], [0, 0, 2]];
478
- export var DescribeBudgetResponse = [3, n0, _DBResc, 0, [_B], [() => Budget]];
479
- export var DescribeBudgetsRequest = [3, n0, _DBRescr, 0, [_AIc, _MR, _NTe, _SFE], [0, 1, 0, 2]];
480
- export var DescribeBudgetsResponse = [3, n0, _DBRescri, 0, [_Bu, _NTe], [() => Budgets, 0]];
481
- export var DescribeNotificationsForBudgetRequest = [
477
+ export var DescribeBudgetRequest$ = [3, n0, _DBRes, 0, [_AIc, _BN, _SFE], [0, 0, 2]];
478
+ export var DescribeBudgetResponse$ = [3, n0, _DBResc, 0, [_B], [() => Budget$]];
479
+ export var DescribeBudgetsRequest$ = [3, n0, _DBRescr, 0, [_AIc, _MR, _NTe, _SFE], [0, 1, 0, 2]];
480
+ export var DescribeBudgetsResponse$ = [3, n0, _DBRescri, 0, [_Bu, _NTe], [() => Budgets, 0]];
481
+ export var DescribeNotificationsForBudgetRequest$ = [
482
482
  3,
483
483
  n0,
484
484
  _DNFBR,
@@ -486,7 +486,7 @@ export var DescribeNotificationsForBudgetRequest = [
486
486
  [_AIc, _BN, _MR, _NTe],
487
487
  [0, 0, 1, 0],
488
488
  ];
489
- export var DescribeNotificationsForBudgetResponse = [
489
+ export var DescribeNotificationsForBudgetResponse$ = [
490
490
  3,
491
491
  n0,
492
492
  _DNFBRe,
@@ -494,15 +494,15 @@ export var DescribeNotificationsForBudgetResponse = [
494
494
  [_N, _NTe],
495
495
  [() => Notifications, 0],
496
496
  ];
497
- export var DescribeSubscribersForNotificationRequest = [
497
+ export var DescribeSubscribersForNotificationRequest$ = [
498
498
  3,
499
499
  n0,
500
500
  _DSFNR,
501
501
  0,
502
502
  [_AIc, _BN, _No, _MR, _NTe],
503
- [0, 0, () => Notification, 1, 0],
503
+ [0, 0, () => Notification$, 1, 0],
504
504
  ];
505
- export var DescribeSubscribersForNotificationResponse = [
505
+ export var DescribeSubscribersForNotificationResponse$ = [
506
506
  3,
507
507
  n0,
508
508
  _DSFNRe,
@@ -510,10 +510,10 @@ export var DescribeSubscribersForNotificationResponse = [
510
510
  [_Su, _NTe],
511
511
  [[() => Subscribers, 0], 0],
512
512
  ];
513
- export var DuplicateRecordException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
514
- TypeRegistry.for(n0).registerError(DuplicateRecordException, __DuplicateRecordException);
515
- export var ExecuteBudgetActionRequest = [3, n0, _EBAR, 0, [_AIc, _BN, _AI, _ETx], [0, 0, 0, 0]];
516
- export var ExecuteBudgetActionResponse = [
513
+ export var DuplicateRecordException$ = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
514
+ TypeRegistry.for(n0).registerError(DuplicateRecordException$, DuplicateRecordException);
515
+ export var ExecuteBudgetActionRequest$ = [3, n0, _EBAR, 0, [_AIc, _BN, _AI, _ETx], [0, 0, 0, 0]];
516
+ export var ExecuteBudgetActionResponse$ = [
517
517
  3,
518
518
  n0,
519
519
  _EBARx,
@@ -521,9 +521,9 @@ export var ExecuteBudgetActionResponse = [
521
521
  [_AIc, _BN, _AI, _ETx],
522
522
  [0, 0, 0, 0],
523
523
  ];
524
- export var ExpiredNextTokenException = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
525
- TypeRegistry.for(n0).registerError(ExpiredNextTokenException, __ExpiredNextTokenException);
526
- export var Expression = [
524
+ export var ExpiredNextTokenException$ = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
525
+ TypeRegistry.for(n0).registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
526
+ export var Expression$ = [
527
527
  3,
528
528
  n0,
529
529
  _E,
@@ -532,16 +532,16 @@ export var Expression = [
532
532
  [
533
533
  () => Expressions,
534
534
  () => Expressions,
535
- () => Expression,
536
- () => ExpressionDimensionValues,
537
- () => TagValues,
538
- () => CostCategoryValues,
535
+ () => Expression$,
536
+ () => ExpressionDimensionValues$,
537
+ () => TagValues$,
538
+ () => CostCategoryValues$,
539
539
  ],
540
540
  ];
541
- export var ExpressionDimensionValues = [3, n0, _EDV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
542
- export var HealthStatus = [3, n0, _HS, 0, [_S, _SR, _LUT], [0, 0, 4]];
543
- export var HistoricalOptions = [3, n0, _HO, 0, [_BAP, _LBAP], [1, 1]];
544
- export var IamActionDefinition = [
541
+ export var ExpressionDimensionValues$ = [3, n0, _EDV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
542
+ export var HealthStatus$ = [3, n0, _HS, 0, [_S, _SR, _LUT], [0, 0, 4]];
543
+ export var HistoricalOptions$ = [3, n0, _HO, 0, [_BAP, _LBAP], [1, 1]];
544
+ export var IamActionDefinition$ = [
545
545
  3,
546
546
  n0,
547
547
  _IAD,
@@ -549,298 +549,300 @@ export var IamActionDefinition = [
549
549
  [_PA, _R, _G, _U],
550
550
  [0, 64 | 0, 64 | 0, 64 | 0],
551
551
  ];
552
- export var InternalErrorException = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
553
- TypeRegistry.for(n0).registerError(InternalErrorException, __InternalErrorException);
554
- export var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
555
- TypeRegistry.for(n0).registerError(InvalidNextTokenException, __InvalidNextTokenException);
556
- export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
557
- TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
558
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
559
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
560
- export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
561
- TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
562
- export var Notification = [3, n0, _No, 0, [_NT, _CO, _Th, _TT, _NS], [0, 0, 1, 0, 0]];
563
- export var NotificationWithSubscribers = [
552
+ export var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
553
+ TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
554
+ export var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
555
+ TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
556
+ export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
557
+ TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
558
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
559
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
560
+ export var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
561
+ TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
562
+ export var Notification$ = [3, n0, _No, 0, [_NT, _CO, _Th, _TT, _NS], [0, 0, 1, 0, 0]];
563
+ export var NotificationWithSubscribers$ = [
564
564
  3,
565
565
  n0,
566
566
  _NWSo,
567
567
  0,
568
568
  [_No, _Su],
569
- [() => Notification, [() => Subscribers, 0]],
570
- ];
571
- export var ResourceLockedException = [-3, n0, _RLE, { [_e]: _c, [_hE]: 423 }, [_M], [0]];
572
- TypeRegistry.for(n0).registerError(ResourceLockedException, __ResourceLockedException);
573
- export var ResourceTag = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
574
- export var ScpActionDefinition = [3, n0, _SAD, 0, [_PI, _TI], [0, 64 | 0]];
575
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
576
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
577
- export var Spend = [3, n0, _Sp, 0, [_Am, _Un], [0, 0]];
578
- export var SsmActionDefinition = [3, n0, _SADs, 0, [_AST, _Re, _II], [0, 0, 64 | 0]];
579
- export var Subscriber = [3, n0, _Sub, 0, [_ST, _Ad], [0, [() => SubscriberAddress, 0]]];
580
- export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _RT], [0, () => ResourceTagList]];
581
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
582
- export var TagValues = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
583
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
584
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
585
- export var TimePeriod = [3, n0, _TP, 0, [_St, _En], [4, 4]];
586
- export var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _RTK], [0, 64 | 0]];
587
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
588
- export var UpdateBudgetActionRequest = [
569
+ [() => Notification$, [() => Subscribers, 0]],
570
+ ];
571
+ export var ResourceLockedException$ = [-3, n0, _RLE, { [_e]: _c, [_hE]: 423 }, [_M], [0]];
572
+ TypeRegistry.for(n0).registerError(ResourceLockedException$, ResourceLockedException);
573
+ export var ResourceTag$ = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
574
+ export var ScpActionDefinition$ = [3, n0, _SAD, 0, [_PI, _TI], [0, 64 | 0]];
575
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
576
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
577
+ export var Spend$ = [3, n0, _Sp, 0, [_Am, _Un], [0, 0]];
578
+ export var SsmActionDefinition$ = [3, n0, _SADs, 0, [_AST, _Re, _II], [0, 0, 64 | 0]];
579
+ export var Subscriber$ = [3, n0, _Sub, 0, [_ST, _Ad], [0, [() => SubscriberAddress, 0]]];
580
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _RT], [0, () => ResourceTagList]];
581
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
582
+ export var TagValues$ = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
583
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
584
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
585
+ export var TimePeriod$ = [3, n0, _TP, 0, [_St, _En], [4, 4]];
586
+ export var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _RTK], [0, 64 | 0]];
587
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
588
+ export var UpdateBudgetActionRequest$ = [
589
589
  3,
590
590
  n0,
591
591
  _UBAR,
592
592
  0,
593
593
  [_AIc, _BN, _AI, _NT, _ATc, _D, _ERA, _AM, _Su],
594
- [0, 0, 0, 0, () => ActionThreshold, () => Definition, 0, 0, [() => Subscribers, 0]],
594
+ [0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, [() => Subscribers, 0]],
595
595
  ];
596
- export var UpdateBudgetActionResponse = [
596
+ export var UpdateBudgetActionResponse$ = [
597
597
  3,
598
598
  n0,
599
599
  _UBARp,
600
600
  0,
601
601
  [_AIc, _BN, _OA, _NA],
602
- [0, 0, [() => Action, 0], [() => Action, 0]],
602
+ [0, 0, [() => Action$, 0], [() => Action$, 0]],
603
603
  ];
604
- export var UpdateBudgetRequest = [3, n0, _UBR, 0, [_AIc, _NB], [0, () => Budget]];
605
- export var UpdateBudgetResponse = [3, n0, _UBRp, 0, [], []];
606
- export var UpdateNotificationRequest = [
604
+ export var UpdateBudgetRequest$ = [3, n0, _UBR, 0, [_AIc, _NB], [0, () => Budget$]];
605
+ export var UpdateBudgetResponse$ = [3, n0, _UBRp, 0, [], []];
606
+ export var UpdateNotificationRequest$ = [
607
607
  3,
608
608
  n0,
609
609
  _UNR,
610
610
  0,
611
611
  [_AIc, _BN, _ON, _NN],
612
- [0, 0, () => Notification, () => Notification],
612
+ [0, 0, () => Notification$, () => Notification$],
613
613
  ];
614
- export var UpdateNotificationResponse = [3, n0, _UNRp, 0, [], []];
615
- export var UpdateSubscriberRequest = [
614
+ export var UpdateNotificationResponse$ = [3, n0, _UNRp, 0, [], []];
615
+ export var UpdateSubscriberRequest$ = [
616
616
  3,
617
617
  n0,
618
618
  _USR,
619
619
  0,
620
620
  [_AIc, _BN, _No, _OS, _NSe],
621
- [0, 0, () => Notification, [() => Subscriber, 0], [() => Subscriber, 0]],
622
- ];
623
- export var UpdateSubscriberResponse = [3, n0, _USRp, 0, [], []];
624
- export var BudgetsServiceException = [-3, _sm, "BudgetsServiceException", 0, [], []];
625
- TypeRegistry.for(_sm).registerError(BudgetsServiceException, __BudgetsServiceException);
626
- export var ActionHistories = [1, n0, _AHc, 0, [() => ActionHistory, 0]];
627
- export var Actions = [1, n0, _Ac, 0, [() => Action, 0]];
628
- export var BudgetedAndActualAmountsList = [1, n0, _BAAAL, 0, () => BudgetedAndActualAmounts];
629
- export var BudgetNotificationsForAccountList = [
630
- 1,
631
- n0,
632
- _BNFAL,
633
- 0,
634
- () => BudgetNotificationsForAccount,
635
- ];
636
- export var Budgets = [1, n0, _Bu, 0, () => Budget];
637
- export var DimensionValues = 64 | 0;
638
- export var Expressions = [1, n0, _Ex, 0, () => Expression];
639
- export var Groups = 64 | 0;
640
- export var InstanceIds = 64 | 0;
641
- export var MatchOptions = 64 | 0;
642
- export var Metrics = 64 | 0;
643
- export var Notifications = [1, n0, _N, 0, () => Notification];
644
- export var NotificationWithSubscribersList = [
645
- 1,
646
- n0,
647
- _NWSL,
648
- 0,
649
- [() => NotificationWithSubscribers, 0],
650
- ];
651
- export var ResourceTagKeyList = 64 | 0;
652
- export var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
653
- export var Roles = 64 | 0;
654
- export var Subscribers = [1, n0, _Su, 0, [() => Subscriber, 0]];
655
- export var TargetIds = 64 | 0;
656
- export var Users = 64 | 0;
657
- export var Values = 64 | 0;
658
- export var CostFilters = [2, n0, _CF, 0, 0, 64 | 0];
659
- export var PlannedBudgetLimits = [2, n0, _PBL, 0, 0, () => Spend];
660
- export var CreateBudget = [9, n0, _CB, 0, () => CreateBudgetRequest, () => CreateBudgetResponse];
661
- export var CreateBudgetAction = [
621
+ [0, 0, () => Notification$, [() => Subscriber$, 0], [() => Subscriber$, 0]],
622
+ ];
623
+ export var UpdateSubscriberResponse$ = [3, n0, _USRp, 0, [], []];
624
+ export var BudgetsServiceException$ = [-3, _sm, "BudgetsServiceException", 0, [], []];
625
+ TypeRegistry.for(_sm).registerError(BudgetsServiceException$, BudgetsServiceException);
626
+ var ActionHistories = [1, n0, _AHc, 0, [() => ActionHistory$, 0]];
627
+ var Actions = [1, n0, _Ac, 0, [() => Action$, 0]];
628
+ var BudgetedAndActualAmountsList = [1, n0, _BAAAL, 0, () => BudgetedAndActualAmounts$];
629
+ var BudgetNotificationsForAccountList = [1, n0, _BNFAL, 0, () => BudgetNotificationsForAccount$];
630
+ var Budgets = [1, n0, _Bu, 0, () => Budget$];
631
+ var DimensionValues = 64 | 0;
632
+ var Expressions = [1, n0, _Ex, 0, () => Expression$];
633
+ var Groups = 64 | 0;
634
+ var InstanceIds = 64 | 0;
635
+ var MatchOptions = 64 | 0;
636
+ var Metrics = 64 | 0;
637
+ var Notifications = [1, n0, _N, 0, () => Notification$];
638
+ var NotificationWithSubscribersList = [1, n0, _NWSL, 0, [() => NotificationWithSubscribers$, 0]];
639
+ var ResourceTagKeyList = 64 | 0;
640
+ var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
641
+ var Roles = 64 | 0;
642
+ var Subscribers = [1, n0, _Su, 0, [() => Subscriber$, 0]];
643
+ var TargetIds = 64 | 0;
644
+ var Users = 64 | 0;
645
+ var Values = 64 | 0;
646
+ var CostFilters = [2, n0, _CF, 0, 0, 64 | 0];
647
+ var PlannedBudgetLimits = [2, n0, _PBL, 0, 0, () => Spend$];
648
+ export var CreateBudget$ = [
649
+ 9,
650
+ n0,
651
+ _CB,
652
+ 0,
653
+ () => CreateBudgetRequest$,
654
+ () => CreateBudgetResponse$,
655
+ ];
656
+ export var CreateBudgetAction$ = [
662
657
  9,
663
658
  n0,
664
659
  _CBA,
665
660
  0,
666
- () => CreateBudgetActionRequest,
667
- () => CreateBudgetActionResponse,
661
+ () => CreateBudgetActionRequest$,
662
+ () => CreateBudgetActionResponse$,
668
663
  ];
669
- export var CreateNotification = [
664
+ export var CreateNotification$ = [
670
665
  9,
671
666
  n0,
672
667
  _CN,
673
668
  0,
674
- () => CreateNotificationRequest,
675
- () => CreateNotificationResponse,
669
+ () => CreateNotificationRequest$,
670
+ () => CreateNotificationResponse$,
676
671
  ];
677
- export var CreateSubscriber = [
672
+ export var CreateSubscriber$ = [
678
673
  9,
679
674
  n0,
680
675
  _CSr,
681
676
  0,
682
- () => CreateSubscriberRequest,
683
- () => CreateSubscriberResponse,
677
+ () => CreateSubscriberRequest$,
678
+ () => CreateSubscriberResponse$,
679
+ ];
680
+ export var DeleteBudget$ = [
681
+ 9,
682
+ n0,
683
+ _DB,
684
+ 0,
685
+ () => DeleteBudgetRequest$,
686
+ () => DeleteBudgetResponse$,
684
687
  ];
685
- export var DeleteBudget = [9, n0, _DB, 0, () => DeleteBudgetRequest, () => DeleteBudgetResponse];
686
- export var DeleteBudgetAction = [
688
+ export var DeleteBudgetAction$ = [
687
689
  9,
688
690
  n0,
689
691
  _DBA,
690
692
  0,
691
- () => DeleteBudgetActionRequest,
692
- () => DeleteBudgetActionResponse,
693
+ () => DeleteBudgetActionRequest$,
694
+ () => DeleteBudgetActionResponse$,
693
695
  ];
694
- export var DeleteNotification = [
696
+ export var DeleteNotification$ = [
695
697
  9,
696
698
  n0,
697
699
  _DN,
698
700
  0,
699
- () => DeleteNotificationRequest,
700
- () => DeleteNotificationResponse,
701
+ () => DeleteNotificationRequest$,
702
+ () => DeleteNotificationResponse$,
701
703
  ];
702
- export var DeleteSubscriber = [
704
+ export var DeleteSubscriber$ = [
703
705
  9,
704
706
  n0,
705
707
  _DS,
706
708
  0,
707
- () => DeleteSubscriberRequest,
708
- () => DeleteSubscriberResponse,
709
+ () => DeleteSubscriberRequest$,
710
+ () => DeleteSubscriberResponse$,
709
711
  ];
710
- export var DescribeBudget = [
712
+ export var DescribeBudget$ = [
711
713
  9,
712
714
  n0,
713
715
  _DBe,
714
716
  0,
715
- () => DescribeBudgetRequest,
716
- () => DescribeBudgetResponse,
717
+ () => DescribeBudgetRequest$,
718
+ () => DescribeBudgetResponse$,
717
719
  ];
718
- export var DescribeBudgetAction = [
720
+ export var DescribeBudgetAction$ = [
719
721
  9,
720
722
  n0,
721
723
  _DBAe,
722
724
  0,
723
- () => DescribeBudgetActionRequest,
724
- () => DescribeBudgetActionResponse,
725
+ () => DescribeBudgetActionRequest$,
726
+ () => DescribeBudgetActionResponse$,
725
727
  ];
726
- export var DescribeBudgetActionHistories = [
728
+ export var DescribeBudgetActionHistories$ = [
727
729
  9,
728
730
  n0,
729
731
  _DBAH,
730
732
  0,
731
- () => DescribeBudgetActionHistoriesRequest,
732
- () => DescribeBudgetActionHistoriesResponse,
733
+ () => DescribeBudgetActionHistoriesRequest$,
734
+ () => DescribeBudgetActionHistoriesResponse$,
733
735
  ];
734
- export var DescribeBudgetActionsForAccount = [
736
+ export var DescribeBudgetActionsForAccount$ = [
735
737
  9,
736
738
  n0,
737
739
  _DBAFA,
738
740
  0,
739
- () => DescribeBudgetActionsForAccountRequest,
740
- () => DescribeBudgetActionsForAccountResponse,
741
+ () => DescribeBudgetActionsForAccountRequest$,
742
+ () => DescribeBudgetActionsForAccountResponse$,
741
743
  ];
742
- export var DescribeBudgetActionsForBudget = [
744
+ export var DescribeBudgetActionsForBudget$ = [
743
745
  9,
744
746
  n0,
745
747
  _DBAFB,
746
748
  0,
747
- () => DescribeBudgetActionsForBudgetRequest,
748
- () => DescribeBudgetActionsForBudgetResponse,
749
+ () => DescribeBudgetActionsForBudgetRequest$,
750
+ () => DescribeBudgetActionsForBudgetResponse$,
749
751
  ];
750
- export var DescribeBudgetNotificationsForAccount = [
752
+ export var DescribeBudgetNotificationsForAccount$ = [
751
753
  9,
752
754
  n0,
753
755
  _DBNFA,
754
756
  0,
755
- () => DescribeBudgetNotificationsForAccountRequest,
756
- () => DescribeBudgetNotificationsForAccountResponse,
757
+ () => DescribeBudgetNotificationsForAccountRequest$,
758
+ () => DescribeBudgetNotificationsForAccountResponse$,
757
759
  ];
758
- export var DescribeBudgetPerformanceHistory = [
760
+ export var DescribeBudgetPerformanceHistory$ = [
759
761
  9,
760
762
  n0,
761
763
  _DBPH,
762
764
  0,
763
- () => DescribeBudgetPerformanceHistoryRequest,
764
- () => DescribeBudgetPerformanceHistoryResponse,
765
+ () => DescribeBudgetPerformanceHistoryRequest$,
766
+ () => DescribeBudgetPerformanceHistoryResponse$,
765
767
  ];
766
- export var DescribeBudgets = [
768
+ export var DescribeBudgets$ = [
767
769
  9,
768
770
  n0,
769
771
  _DBes,
770
772
  0,
771
- () => DescribeBudgetsRequest,
772
- () => DescribeBudgetsResponse,
773
+ () => DescribeBudgetsRequest$,
774
+ () => DescribeBudgetsResponse$,
773
775
  ];
774
- export var DescribeNotificationsForBudget = [
776
+ export var DescribeNotificationsForBudget$ = [
775
777
  9,
776
778
  n0,
777
779
  _DNFB,
778
780
  0,
779
- () => DescribeNotificationsForBudgetRequest,
780
- () => DescribeNotificationsForBudgetResponse,
781
+ () => DescribeNotificationsForBudgetRequest$,
782
+ () => DescribeNotificationsForBudgetResponse$,
781
783
  ];
782
- export var DescribeSubscribersForNotification = [
784
+ export var DescribeSubscribersForNotification$ = [
783
785
  9,
784
786
  n0,
785
787
  _DSFN,
786
788
  0,
787
- () => DescribeSubscribersForNotificationRequest,
788
- () => DescribeSubscribersForNotificationResponse,
789
+ () => DescribeSubscribersForNotificationRequest$,
790
+ () => DescribeSubscribersForNotificationResponse$,
789
791
  ];
790
- export var ExecuteBudgetAction = [
792
+ export var ExecuteBudgetAction$ = [
791
793
  9,
792
794
  n0,
793
795
  _EBA,
794
796
  0,
795
- () => ExecuteBudgetActionRequest,
796
- () => ExecuteBudgetActionResponse,
797
+ () => ExecuteBudgetActionRequest$,
798
+ () => ExecuteBudgetActionResponse$,
797
799
  ];
798
- export var ListTagsForResource = [
800
+ export var ListTagsForResource$ = [
799
801
  9,
800
802
  n0,
801
803
  _LTFR,
802
804
  0,
803
- () => ListTagsForResourceRequest,
804
- () => ListTagsForResourceResponse,
805
+ () => ListTagsForResourceRequest$,
806
+ () => ListTagsForResourceResponse$,
805
807
  ];
806
- export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
807
- export var UntagResource = [
808
+ export var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
809
+ export var UntagResource$ = [
808
810
  9,
809
811
  n0,
810
812
  _UR,
811
813
  0,
812
- () => UntagResourceRequest,
813
- () => UntagResourceResponse,
814
+ () => UntagResourceRequest$,
815
+ () => UntagResourceResponse$,
814
816
  ];
815
- export var UpdateBudget = [
817
+ export var UpdateBudget$ = [
816
818
  9,
817
819
  n0,
818
820
  _UBp,
819
821
  0,
820
- () => UpdateBudgetRequest,
821
- () => UpdateBudgetResponse,
822
+ () => UpdateBudgetRequest$,
823
+ () => UpdateBudgetResponse$,
822
824
  ];
823
- export var UpdateBudgetAction = [
825
+ export var UpdateBudgetAction$ = [
824
826
  9,
825
827
  n0,
826
828
  _UBA,
827
829
  0,
828
- () => UpdateBudgetActionRequest,
829
- () => UpdateBudgetActionResponse,
830
+ () => UpdateBudgetActionRequest$,
831
+ () => UpdateBudgetActionResponse$,
830
832
  ];
831
- export var UpdateNotification = [
833
+ export var UpdateNotification$ = [
832
834
  9,
833
835
  n0,
834
836
  _UN,
835
837
  0,
836
- () => UpdateNotificationRequest,
837
- () => UpdateNotificationResponse,
838
+ () => UpdateNotificationRequest$,
839
+ () => UpdateNotificationResponse$,
838
840
  ];
839
- export var UpdateSubscriber = [
841
+ export var UpdateSubscriber$ = [
840
842
  9,
841
843
  n0,
842
844
  _US,
843
845
  0,
844
- () => UpdateSubscriberRequest,
845
- () => UpdateSubscriberResponse,
846
+ () => UpdateSubscriberRequest$,
847
+ () => UpdateSubscriberResponse$,
846
848
  ];