@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
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class BudgetsClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let BudgetsServiceException$1 = class BudgetsServiceException extends smithyClient.ServiceException {
113
+ class BudgetsServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, BudgetsServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends BudgetsServiceException$1 {
120
+ class AccessDeniedException extends BudgetsServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends BudgetsService
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let BillingViewHealthStatusException$1 = class BillingViewHealthStatusException extends BudgetsServiceException$1 {
133
+ }
134
+ class BillingViewHealthStatusException extends BudgetsServiceException {
135
135
  name = "BillingViewHealthStatusException";
136
136
  $fault = "client";
137
137
  Message;
@@ -144,8 +144,8 @@ let BillingViewHealthStatusException$1 = class BillingViewHealthStatusException
144
144
  Object.setPrototypeOf(this, BillingViewHealthStatusException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let CreationLimitExceededException$1 = class CreationLimitExceededException extends BudgetsServiceException$1 {
147
+ }
148
+ class CreationLimitExceededException extends BudgetsServiceException {
149
149
  name = "CreationLimitExceededException";
150
150
  $fault = "client";
151
151
  Message;
@@ -158,8 +158,8 @@ let CreationLimitExceededException$1 = class CreationLimitExceededException exte
158
158
  Object.setPrototypeOf(this, CreationLimitExceededException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let DuplicateRecordException$1 = class DuplicateRecordException extends BudgetsServiceException$1 {
161
+ }
162
+ class DuplicateRecordException extends BudgetsServiceException {
163
163
  name = "DuplicateRecordException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let DuplicateRecordException$1 = class DuplicateRecordException extends BudgetsS
172
172
  Object.setPrototypeOf(this, DuplicateRecordException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let InternalErrorException$1 = class InternalErrorException extends BudgetsServiceException$1 {
175
+ }
176
+ class InternalErrorException extends BudgetsServiceException {
177
177
  name = "InternalErrorException";
178
178
  $fault = "server";
179
179
  Message;
@@ -186,8 +186,8 @@ let InternalErrorException$1 = class InternalErrorException extends BudgetsServi
186
186
  Object.setPrototypeOf(this, InternalErrorException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let InvalidParameterException$1 = class InvalidParameterException extends BudgetsServiceException$1 {
189
+ }
190
+ class InvalidParameterException extends BudgetsServiceException {
191
191
  name = "InvalidParameterException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,8 +200,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends Budget
200
200
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
204
- let NotFoundException$1 = class NotFoundException extends BudgetsServiceException$1 {
203
+ }
204
+ class NotFoundException extends BudgetsServiceException {
205
205
  name = "NotFoundException";
206
206
  $fault = "client";
207
207
  Message;
@@ -214,8 +214,8 @@ let NotFoundException$1 = class NotFoundException extends BudgetsServiceExceptio
214
214
  Object.setPrototypeOf(this, NotFoundException.prototype);
215
215
  this.Message = opts.Message;
216
216
  }
217
- };
218
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends BudgetsServiceException$1 {
217
+ }
218
+ class ServiceQuotaExceededException extends BudgetsServiceException {
219
219
  name = "ServiceQuotaExceededException";
220
220
  $fault = "client";
221
221
  Message;
@@ -228,8 +228,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
228
228
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
229
229
  this.Message = opts.Message;
230
230
  }
231
- };
232
- let ThrottlingException$1 = class ThrottlingException extends BudgetsServiceException$1 {
231
+ }
232
+ class ThrottlingException extends BudgetsServiceException {
233
233
  name = "ThrottlingException";
234
234
  $fault = "client";
235
235
  Message;
@@ -242,8 +242,8 @@ let ThrottlingException$1 = class ThrottlingException extends BudgetsServiceExce
242
242
  Object.setPrototypeOf(this, ThrottlingException.prototype);
243
243
  this.Message = opts.Message;
244
244
  }
245
- };
246
- let ResourceLockedException$1 = class ResourceLockedException extends BudgetsServiceException$1 {
245
+ }
246
+ class ResourceLockedException extends BudgetsServiceException {
247
247
  name = "ResourceLockedException";
248
248
  $fault = "client";
249
249
  Message;
@@ -256,8 +256,8 @@ let ResourceLockedException$1 = class ResourceLockedException extends BudgetsSer
256
256
  Object.setPrototypeOf(this, ResourceLockedException.prototype);
257
257
  this.Message = opts.Message;
258
258
  }
259
- };
260
- let InvalidNextTokenException$1 = class InvalidNextTokenException extends BudgetsServiceException$1 {
259
+ }
260
+ class InvalidNextTokenException extends BudgetsServiceException {
261
261
  name = "InvalidNextTokenException";
262
262
  $fault = "client";
263
263
  Message;
@@ -270,8 +270,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends Budget
270
270
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
271
271
  this.Message = opts.Message;
272
272
  }
273
- };
274
- let ExpiredNextTokenException$1 = class ExpiredNextTokenException extends BudgetsServiceException$1 {
273
+ }
274
+ class ExpiredNextTokenException extends BudgetsServiceException {
275
275
  name = "ExpiredNextTokenException";
276
276
  $fault = "client";
277
277
  Message;
@@ -284,7 +284,7 @@ let ExpiredNextTokenException$1 = class ExpiredNextTokenException extends Budget
284
284
  Object.setPrototypeOf(this, ExpiredNextTokenException.prototype);
285
285
  this.Message = opts.Message;
286
286
  }
287
- };
287
+ }
288
288
 
289
289
  const _A = "Action";
290
290
  const _AA = "ActualAmount";
@@ -507,37 +507,37 @@ const _s = "server";
507
507
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.budgets";
508
508
  const n0 = "com.amazonaws.budgets";
509
509
  var SubscriberAddress = [0, n0, _SA, 8, 0];
510
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
511
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
512
- var Action = [
510
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
511
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
512
+ var Action$ = [
513
513
  3,
514
514
  n0,
515
515
  _A,
516
516
  0,
517
517
  [_AI, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _S, _Su],
518
- [0, 0, 0, 0, () => ActionThreshold, () => Definition, 0, 0, 0, [() => Subscribers, 0]],
518
+ [0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, 0, [() => Subscribers, 0]],
519
519
  ];
520
- var ActionHistory = [
520
+ var ActionHistory$ = [
521
521
  3,
522
522
  n0,
523
523
  _AH,
524
524
  0,
525
525
  [_T, _S, _ET, _AHD],
526
- [4, 0, 0, [() => ActionHistoryDetails, 0]],
526
+ [4, 0, 0, [() => ActionHistoryDetails$, 0]],
527
527
  ];
528
- var ActionHistoryDetails = [3, n0, _AHD, 0, [_M, _A], [0, [() => Action, 0]]];
529
- var ActionThreshold = [3, n0, _ATc, 0, [_ATV, _ATT], [1, 0]];
530
- var AutoAdjustData = [
528
+ var ActionHistoryDetails$ = [3, n0, _AHD, 0, [_M, _A], [0, [() => Action$, 0]]];
529
+ var ActionThreshold$ = [3, n0, _ATc, 0, [_ATV, _ATT], [1, 0]];
530
+ var AutoAdjustData$ = [
531
531
  3,
532
532
  n0,
533
533
  _AAD,
534
534
  0,
535
535
  [_AAT, _HO, _LAAT],
536
- [0, () => HistoricalOptions, 4],
536
+ [0, () => HistoricalOptions$, 4],
537
537
  ];
538
- var BillingViewHealthStatusException = [-3, n0, _BVHSE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
539
- schema.TypeRegistry.for(n0).registerError(BillingViewHealthStatusException, BillingViewHealthStatusException$1);
540
- var Budget = [
538
+ var BillingViewHealthStatusException$ = [-3, n0, _BVHSE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
539
+ schema.TypeRegistry.for(n0).registerError(BillingViewHealthStatusException$, BillingViewHealthStatusException);
540
+ var Budget$ = [
541
541
  3,
542
542
  n0,
543
543
  _B,
@@ -545,31 +545,31 @@ var Budget = [
545
545
  [_BN, _BL, _PBL, _CF, _CT, _TU, _TP, _CS, _BT, _LUT, _AAD, _FE, _Me, _BVA, _HS],
546
546
  [
547
547
  0,
548
- () => Spend,
548
+ () => Spend$,
549
549
  () => PlannedBudgetLimits,
550
550
  [2, n0, _CF, 0, 0, 64 | 0],
551
- () => CostTypes,
551
+ () => CostTypes$,
552
552
  0,
553
- () => TimePeriod,
554
- () => CalculatedSpend,
553
+ () => TimePeriod$,
554
+ () => CalculatedSpend$,
555
555
  0,
556
556
  4,
557
- () => AutoAdjustData,
558
- () => Expression,
557
+ () => AutoAdjustData$,
558
+ () => Expression$,
559
559
  64 | 0,
560
560
  0,
561
- () => HealthStatus,
561
+ () => HealthStatus$,
562
562
  ],
563
563
  ];
564
- var BudgetedAndActualAmounts = [
564
+ var BudgetedAndActualAmounts$ = [
565
565
  3,
566
566
  n0,
567
567
  _BAAA,
568
568
  0,
569
569
  [_BA, _AA, _TP],
570
- [() => Spend, () => Spend, () => TimePeriod],
570
+ [() => Spend$, () => Spend$, () => TimePeriod$],
571
571
  ];
572
- var BudgetNotificationsForAccount = [
572
+ var BudgetNotificationsForAccount$ = [
573
573
  3,
574
574
  n0,
575
575
  _BNFA,
@@ -577,17 +577,17 @@ var BudgetNotificationsForAccount = [
577
577
  [_N, _BN],
578
578
  [() => Notifications, 0],
579
579
  ];
580
- var BudgetPerformanceHistory = [
580
+ var BudgetPerformanceHistory$ = [
581
581
  3,
582
582
  n0,
583
583
  _BPH,
584
584
  0,
585
585
  [_BN, _BT, _CF, _CT, _TU, _BVA, _BAAAL],
586
- [0, 0, [2, n0, _CF, 0, 0, 64 | 0], () => CostTypes, 0, 0, () => BudgetedAndActualAmountsList],
586
+ [0, 0, [2, n0, _CF, 0, 0, 64 | 0], () => CostTypes$, 0, 0, () => BudgetedAndActualAmountsList],
587
587
  ];
588
- var CalculatedSpend = [3, n0, _CS, 0, [_AS, _FS], [() => Spend, () => Spend]];
589
- var CostCategoryValues = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
590
- var CostTypes = [
588
+ var CalculatedSpend$ = [3, n0, _CS, 0, [_AS, _FS], [() => Spend$, () => Spend$]];
589
+ var CostCategoryValues$ = [3, n0, _CCV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
590
+ var CostTypes$ = [
591
591
  3,
592
592
  n0,
593
593
  _CT,
@@ -595,90 +595,90 @@ var CostTypes = [
595
595
  [_IT, _IS, _UB, _IR, _IC, _IU, _IRn, _IOS, _ISn, _ID, _UA],
596
596
  [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2],
597
597
  ];
598
- var CreateBudgetActionRequest = [
598
+ var CreateBudgetActionRequest$ = [
599
599
  3,
600
600
  n0,
601
601
  _CBAR,
602
602
  0,
603
603
  [_AIc, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _Su, _RT],
604
- [0, 0, 0, 0, () => ActionThreshold, () => Definition, 0, 0, [() => Subscribers, 0], () => ResourceTagList],
604
+ [0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, [() => Subscribers, 0], () => ResourceTagList],
605
605
  ];
606
- var CreateBudgetActionResponse = [3, n0, _CBARr, 0, [_AIc, _BN, _AI], [0, 0, 0]];
607
- var CreateBudgetRequest = [
606
+ var CreateBudgetActionResponse$ = [3, n0, _CBARr, 0, [_AIc, _BN, _AI], [0, 0, 0]];
607
+ var CreateBudgetRequest$ = [
608
608
  3,
609
609
  n0,
610
610
  _CBR,
611
611
  0,
612
612
  [_AIc, _B, _NWS, _RT],
613
- [0, () => Budget, [() => NotificationWithSubscribersList, 0], () => ResourceTagList],
613
+ [0, () => Budget$, [() => NotificationWithSubscribersList, 0], () => ResourceTagList],
614
614
  ];
615
- var CreateBudgetResponse = [3, n0, _CBRr, 0, [], []];
616
- var CreateNotificationRequest = [
615
+ var CreateBudgetResponse$ = [3, n0, _CBRr, 0, [], []];
616
+ var CreateNotificationRequest$ = [
617
617
  3,
618
618
  n0,
619
619
  _CNR,
620
620
  0,
621
621
  [_AIc, _BN, _No, _Su],
622
- [0, 0, () => Notification, [() => Subscribers, 0]],
622
+ [0, 0, () => Notification$, [() => Subscribers, 0]],
623
623
  ];
624
- var CreateNotificationResponse = [3, n0, _CNRr, 0, [], []];
625
- var CreateSubscriberRequest = [
624
+ var CreateNotificationResponse$ = [3, n0, _CNRr, 0, [], []];
625
+ var CreateSubscriberRequest$ = [
626
626
  3,
627
627
  n0,
628
628
  _CSR,
629
629
  0,
630
630
  [_AIc, _BN, _No, _Sub],
631
- [0, 0, () => Notification, [() => Subscriber, 0]],
631
+ [0, 0, () => Notification$, [() => Subscriber$, 0]],
632
632
  ];
633
- var CreateSubscriberResponse = [3, n0, _CSRr, 0, [], []];
634
- var CreationLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
635
- schema.TypeRegistry.for(n0).registerError(CreationLimitExceededException, CreationLimitExceededException$1);
636
- var Definition = [
633
+ var CreateSubscriberResponse$ = [3, n0, _CSRr, 0, [], []];
634
+ var CreationLimitExceededException$ = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 405 }, [_M], [0]];
635
+ schema.TypeRegistry.for(n0).registerError(CreationLimitExceededException$, CreationLimitExceededException);
636
+ var Definition$ = [
637
637
  3,
638
638
  n0,
639
639
  _D,
640
640
  0,
641
641
  [_IAD, _SAD, _SADs],
642
- [() => IamActionDefinition, () => ScpActionDefinition, () => SsmActionDefinition],
642
+ [() => IamActionDefinition$, () => ScpActionDefinition$, () => SsmActionDefinition$],
643
643
  ];
644
- var DeleteBudgetActionRequest = [3, n0, _DBAR, 0, [_AIc, _BN, _AI], [0, 0, 0]];
645
- var DeleteBudgetActionResponse = [
644
+ var DeleteBudgetActionRequest$ = [3, n0, _DBAR, 0, [_AIc, _BN, _AI], [0, 0, 0]];
645
+ var DeleteBudgetActionResponse$ = [
646
646
  3,
647
647
  n0,
648
648
  _DBARe,
649
649
  0,
650
650
  [_AIc, _BN, _A],
651
- [0, 0, [() => Action, 0]],
651
+ [0, 0, [() => Action$, 0]],
652
652
  ];
653
- var DeleteBudgetRequest = [3, n0, _DBR, 0, [_AIc, _BN], [0, 0]];
654
- var DeleteBudgetResponse = [3, n0, _DBRe, 0, [], []];
655
- var DeleteNotificationRequest = [
653
+ var DeleteBudgetRequest$ = [3, n0, _DBR, 0, [_AIc, _BN], [0, 0]];
654
+ var DeleteBudgetResponse$ = [3, n0, _DBRe, 0, [], []];
655
+ var DeleteNotificationRequest$ = [
656
656
  3,
657
657
  n0,
658
658
  _DNR,
659
659
  0,
660
660
  [_AIc, _BN, _No],
661
- [0, 0, () => Notification],
661
+ [0, 0, () => Notification$],
662
662
  ];
663
- var DeleteNotificationResponse = [3, n0, _DNRe, 0, [], []];
664
- var DeleteSubscriberRequest = [
663
+ var DeleteNotificationResponse$ = [3, n0, _DNRe, 0, [], []];
664
+ var DeleteSubscriberRequest$ = [
665
665
  3,
666
666
  n0,
667
667
  _DSR,
668
668
  0,
669
669
  [_AIc, _BN, _No, _Sub],
670
- [0, 0, () => Notification, [() => Subscriber, 0]],
670
+ [0, 0, () => Notification$, [() => Subscriber$, 0]],
671
671
  ];
672
- var DeleteSubscriberResponse = [3, n0, _DSRe, 0, [], []];
673
- var DescribeBudgetActionHistoriesRequest = [
672
+ var DeleteSubscriberResponse$ = [3, n0, _DSRe, 0, [], []];
673
+ var DescribeBudgetActionHistoriesRequest$ = [
674
674
  3,
675
675
  n0,
676
676
  _DBAHR,
677
677
  0,
678
678
  [_AIc, _BN, _AI, _TP, _MR, _NTe],
679
- [0, 0, 0, () => TimePeriod, 1, 0],
679
+ [0, 0, 0, () => TimePeriod$, 1, 0],
680
680
  ];
681
- var DescribeBudgetActionHistoriesResponse = [
681
+ var DescribeBudgetActionHistoriesResponse$ = [
682
682
  3,
683
683
  n0,
684
684
  _DBAHRe,
@@ -686,16 +686,16 @@ var DescribeBudgetActionHistoriesResponse = [
686
686
  [_AHc, _NTe],
687
687
  [[() => ActionHistories, 0], 0],
688
688
  ];
689
- var DescribeBudgetActionRequest = [3, n0, _DBARes, 0, [_AIc, _BN, _AI], [0, 0, 0]];
690
- var DescribeBudgetActionResponse = [
689
+ var DescribeBudgetActionRequest$ = [3, n0, _DBARes, 0, [_AIc, _BN, _AI], [0, 0, 0]];
690
+ var DescribeBudgetActionResponse$ = [
691
691
  3,
692
692
  n0,
693
693
  _DBAResc,
694
694
  0,
695
695
  [_AIc, _BN, _A],
696
- [0, 0, [() => Action, 0]],
696
+ [0, 0, [() => Action$, 0]],
697
697
  ];
698
- var DescribeBudgetActionsForAccountRequest = [
698
+ var DescribeBudgetActionsForAccountRequest$ = [
699
699
  3,
700
700
  n0,
701
701
  _DBAFAR,
@@ -703,7 +703,7 @@ var DescribeBudgetActionsForAccountRequest = [
703
703
  [_AIc, _MR, _NTe],
704
704
  [0, 1, 0],
705
705
  ];
706
- var DescribeBudgetActionsForAccountResponse = [
706
+ var DescribeBudgetActionsForAccountResponse$ = [
707
707
  3,
708
708
  n0,
709
709
  _DBAFARe,
@@ -711,7 +711,7 @@ var DescribeBudgetActionsForAccountResponse = [
711
711
  [_Ac, _NTe],
712
712
  [[() => Actions, 0], 0],
713
713
  ];
714
- var DescribeBudgetActionsForBudgetRequest = [
714
+ var DescribeBudgetActionsForBudgetRequest$ = [
715
715
  3,
716
716
  n0,
717
717
  _DBAFBR,
@@ -719,7 +719,7 @@ var DescribeBudgetActionsForBudgetRequest = [
719
719
  [_AIc, _BN, _MR, _NTe],
720
720
  [0, 0, 1, 0],
721
721
  ];
722
- var DescribeBudgetActionsForBudgetResponse = [
722
+ var DescribeBudgetActionsForBudgetResponse$ = [
723
723
  3,
724
724
  n0,
725
725
  _DBAFBRe,
@@ -727,7 +727,7 @@ var DescribeBudgetActionsForBudgetResponse = [
727
727
  [_Ac, _NTe],
728
728
  [[() => Actions, 0], 0],
729
729
  ];
730
- var DescribeBudgetNotificationsForAccountRequest = [
730
+ var DescribeBudgetNotificationsForAccountRequest$ = [
731
731
  3,
732
732
  n0,
733
733
  _DBNFAR,
@@ -735,7 +735,7 @@ var DescribeBudgetNotificationsForAccountRequest = [
735
735
  [_AIc, _MR, _NTe],
736
736
  [0, 1, 0],
737
737
  ];
738
- var DescribeBudgetNotificationsForAccountResponse = [
738
+ var DescribeBudgetNotificationsForAccountResponse$ = [
739
739
  3,
740
740
  n0,
741
741
  _DBNFARe,
@@ -743,27 +743,27 @@ var DescribeBudgetNotificationsForAccountResponse = [
743
743
  [_BNFA, _NTe],
744
744
  [() => BudgetNotificationsForAccountList, 0],
745
745
  ];
746
- var DescribeBudgetPerformanceHistoryRequest = [
746
+ var DescribeBudgetPerformanceHistoryRequest$ = [
747
747
  3,
748
748
  n0,
749
749
  _DBPHR,
750
750
  0,
751
751
  [_AIc, _BN, _TP, _MR, _NTe],
752
- [0, 0, () => TimePeriod, 1, 0],
752
+ [0, 0, () => TimePeriod$, 1, 0],
753
753
  ];
754
- var DescribeBudgetPerformanceHistoryResponse = [
754
+ var DescribeBudgetPerformanceHistoryResponse$ = [
755
755
  3,
756
756
  n0,
757
757
  _DBPHRe,
758
758
  0,
759
759
  [_BPH, _NTe],
760
- [() => BudgetPerformanceHistory, 0],
760
+ [() => BudgetPerformanceHistory$, 0],
761
761
  ];
762
- var DescribeBudgetRequest = [3, n0, _DBRes, 0, [_AIc, _BN, _SFE], [0, 0, 2]];
763
- var DescribeBudgetResponse = [3, n0, _DBResc, 0, [_B], [() => Budget]];
764
- var DescribeBudgetsRequest = [3, n0, _DBRescr, 0, [_AIc, _MR, _NTe, _SFE], [0, 1, 0, 2]];
765
- var DescribeBudgetsResponse = [3, n0, _DBRescri, 0, [_Bu, _NTe], [() => Budgets$1, 0]];
766
- var DescribeNotificationsForBudgetRequest = [
762
+ var DescribeBudgetRequest$ = [3, n0, _DBRes, 0, [_AIc, _BN, _SFE], [0, 0, 2]];
763
+ var DescribeBudgetResponse$ = [3, n0, _DBResc, 0, [_B], [() => Budget$]];
764
+ var DescribeBudgetsRequest$ = [3, n0, _DBRescr, 0, [_AIc, _MR, _NTe, _SFE], [0, 1, 0, 2]];
765
+ var DescribeBudgetsResponse$ = [3, n0, _DBRescri, 0, [_Bu, _NTe], [() => Budgets$1, 0]];
766
+ var DescribeNotificationsForBudgetRequest$ = [
767
767
  3,
768
768
  n0,
769
769
  _DNFBR,
@@ -771,7 +771,7 @@ var DescribeNotificationsForBudgetRequest = [
771
771
  [_AIc, _BN, _MR, _NTe],
772
772
  [0, 0, 1, 0],
773
773
  ];
774
- var DescribeNotificationsForBudgetResponse = [
774
+ var DescribeNotificationsForBudgetResponse$ = [
775
775
  3,
776
776
  n0,
777
777
  _DNFBRe,
@@ -779,15 +779,15 @@ var DescribeNotificationsForBudgetResponse = [
779
779
  [_N, _NTe],
780
780
  [() => Notifications, 0],
781
781
  ];
782
- var DescribeSubscribersForNotificationRequest = [
782
+ var DescribeSubscribersForNotificationRequest$ = [
783
783
  3,
784
784
  n0,
785
785
  _DSFNR,
786
786
  0,
787
787
  [_AIc, _BN, _No, _MR, _NTe],
788
- [0, 0, () => Notification, 1, 0],
788
+ [0, 0, () => Notification$, 1, 0],
789
789
  ];
790
- var DescribeSubscribersForNotificationResponse = [
790
+ var DescribeSubscribersForNotificationResponse$ = [
791
791
  3,
792
792
  n0,
793
793
  _DSFNRe,
@@ -795,10 +795,10 @@ var DescribeSubscribersForNotificationResponse = [
795
795
  [_Su, _NTe],
796
796
  [[() => Subscribers, 0], 0],
797
797
  ];
798
- var DuplicateRecordException = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
799
- schema.TypeRegistry.for(n0).registerError(DuplicateRecordException, DuplicateRecordException$1);
800
- var ExecuteBudgetActionRequest = [3, n0, _EBAR, 0, [_AIc, _BN, _AI, _ETx], [0, 0, 0, 0]];
801
- var ExecuteBudgetActionResponse = [
798
+ var DuplicateRecordException$ = [-3, n0, _DRE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
799
+ schema.TypeRegistry.for(n0).registerError(DuplicateRecordException$, DuplicateRecordException);
800
+ var ExecuteBudgetActionRequest$ = [3, n0, _EBAR, 0, [_AIc, _BN, _AI, _ETx], [0, 0, 0, 0]];
801
+ var ExecuteBudgetActionResponse$ = [
802
802
  3,
803
803
  n0,
804
804
  _EBARx,
@@ -806,9 +806,9 @@ var ExecuteBudgetActionResponse = [
806
806
  [_AIc, _BN, _AI, _ETx],
807
807
  [0, 0, 0, 0],
808
808
  ];
809
- var ExpiredNextTokenException = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
810
- schema.TypeRegistry.for(n0).registerError(ExpiredNextTokenException, ExpiredNextTokenException$1);
811
- var Expression = [
809
+ var ExpiredNextTokenException$ = [-3, n0, _ENTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
810
+ schema.TypeRegistry.for(n0).registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
811
+ var Expression$ = [
812
812
  3,
813
813
  n0,
814
814
  _E,
@@ -817,16 +817,16 @@ var Expression = [
817
817
  [
818
818
  () => Expressions,
819
819
  () => Expressions,
820
- () => Expression,
821
- () => ExpressionDimensionValues,
822
- () => TagValues,
823
- () => CostCategoryValues,
820
+ () => Expression$,
821
+ () => ExpressionDimensionValues$,
822
+ () => TagValues$,
823
+ () => CostCategoryValues$,
824
824
  ],
825
825
  ];
826
- var ExpressionDimensionValues = [3, n0, _EDV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
827
- var HealthStatus = [3, n0, _HS, 0, [_S, _SR, _LUT], [0, 0, 4]];
828
- var HistoricalOptions = [3, n0, _HO, 0, [_BAP, _LBAP], [1, 1]];
829
- var IamActionDefinition = [
826
+ var ExpressionDimensionValues$ = [3, n0, _EDV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
827
+ var HealthStatus$ = [3, n0, _HS, 0, [_S, _SR, _LUT], [0, 0, 4]];
828
+ var HistoricalOptions$ = [3, n0, _HO, 0, [_BAP, _LBAP], [1, 1]];
829
+ var IamActionDefinition$ = [
830
830
  3,
831
831
  n0,
832
832
  _IAD,
@@ -834,289 +834,291 @@ var IamActionDefinition = [
834
834
  [_PA, _R, _G, _U],
835
835
  [0, 64 | 0, 64 | 0, 64 | 0],
836
836
  ];
837
- var InternalErrorException = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
838
- schema.TypeRegistry.for(n0).registerError(InternalErrorException, InternalErrorException$1);
839
- var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
840
- schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException, InvalidNextTokenException$1);
841
- var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
842
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
843
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
844
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
845
- var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
846
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
847
- var Notification = [3, n0, _No, 0, [_NT, _CO, _Th, _TT, _NS], [0, 0, 1, 0, 0]];
848
- var NotificationWithSubscribers = [
837
+ var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
838
+ schema.TypeRegistry.for(n0).registerError(InternalErrorException$, InternalErrorException);
839
+ var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
840
+ schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
841
+ var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
842
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
843
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
844
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_RT], [() => ResourceTagList]];
845
+ var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
846
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
847
+ var Notification$ = [3, n0, _No, 0, [_NT, _CO, _Th, _TT, _NS], [0, 0, 1, 0, 0]];
848
+ var NotificationWithSubscribers$ = [
849
849
  3,
850
850
  n0,
851
851
  _NWSo,
852
852
  0,
853
853
  [_No, _Su],
854
- [() => Notification, [() => Subscribers, 0]],
855
- ];
856
- var ResourceLockedException = [-3, n0, _RLE, { [_e]: _c, [_hE]: 423 }, [_M], [0]];
857
- schema.TypeRegistry.for(n0).registerError(ResourceLockedException, ResourceLockedException$1);
858
- var ResourceTag = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
859
- var ScpActionDefinition = [3, n0, _SAD, 0, [_PI, _TI], [0, 64 | 0]];
860
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
861
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
862
- var Spend = [3, n0, _Sp, 0, [_Am, _Un], [0, 0]];
863
- var SsmActionDefinition = [3, n0, _SADs, 0, [_AST, _Re, _II], [0, 0, 64 | 0]];
864
- var Subscriber = [3, n0, _Sub, 0, [_ST, _Ad], [0, [() => SubscriberAddress, 0]]];
865
- var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _RT], [0, () => ResourceTagList]];
866
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
867
- var TagValues = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
868
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
869
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
870
- var TimePeriod = [3, n0, _TP, 0, [_St, _En], [4, 4]];
871
- var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _RTK], [0, 64 | 0]];
872
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
873
- var UpdateBudgetActionRequest = [
854
+ [() => Notification$, [() => Subscribers, 0]],
855
+ ];
856
+ var ResourceLockedException$ = [-3, n0, _RLE, { [_e]: _c, [_hE]: 423 }, [_M], [0]];
857
+ schema.TypeRegistry.for(n0).registerError(ResourceLockedException$, ResourceLockedException);
858
+ var ResourceTag$ = [3, n0, _RTe, 0, [_K, _Va], [0, 0]];
859
+ var ScpActionDefinition$ = [3, n0, _SAD, 0, [_PI, _TI], [0, 64 | 0]];
860
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
861
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
862
+ var Spend$ = [3, n0, _Sp, 0, [_Am, _Un], [0, 0]];
863
+ var SsmActionDefinition$ = [3, n0, _SADs, 0, [_AST, _Re, _II], [0, 0, 64 | 0]];
864
+ var Subscriber$ = [3, n0, _Sub, 0, [_ST, _Ad], [0, [() => SubscriberAddress, 0]]];
865
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _RT], [0, () => ResourceTagList]];
866
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
867
+ var TagValues$ = [3, n0, _TV, 0, [_K, _V, _MO], [0, 64 | 0, 64 | 0]];
868
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
869
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
870
+ var TimePeriod$ = [3, n0, _TP, 0, [_St, _En], [4, 4]];
871
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _RTK], [0, 64 | 0]];
872
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
873
+ var UpdateBudgetActionRequest$ = [
874
874
  3,
875
875
  n0,
876
876
  _UBAR,
877
877
  0,
878
878
  [_AIc, _BN, _AI, _NT, _ATc, _D, _ERA, _AM, _Su],
879
- [0, 0, 0, 0, () => ActionThreshold, () => Definition, 0, 0, [() => Subscribers, 0]],
879
+ [0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, [() => Subscribers, 0]],
880
880
  ];
881
- var UpdateBudgetActionResponse = [
881
+ var UpdateBudgetActionResponse$ = [
882
882
  3,
883
883
  n0,
884
884
  _UBARp,
885
885
  0,
886
886
  [_AIc, _BN, _OA, _NA],
887
- [0, 0, [() => Action, 0], [() => Action, 0]],
887
+ [0, 0, [() => Action$, 0], [() => Action$, 0]],
888
888
  ];
889
- var UpdateBudgetRequest = [3, n0, _UBR, 0, [_AIc, _NB], [0, () => Budget]];
890
- var UpdateBudgetResponse = [3, n0, _UBRp, 0, [], []];
891
- var UpdateNotificationRequest = [
889
+ var UpdateBudgetRequest$ = [3, n0, _UBR, 0, [_AIc, _NB], [0, () => Budget$]];
890
+ var UpdateBudgetResponse$ = [3, n0, _UBRp, 0, [], []];
891
+ var UpdateNotificationRequest$ = [
892
892
  3,
893
893
  n0,
894
894
  _UNR,
895
895
  0,
896
896
  [_AIc, _BN, _ON, _NN],
897
- [0, 0, () => Notification, () => Notification],
897
+ [0, 0, () => Notification$, () => Notification$],
898
898
  ];
899
- var UpdateNotificationResponse = [3, n0, _UNRp, 0, [], []];
900
- var UpdateSubscriberRequest = [
899
+ var UpdateNotificationResponse$ = [3, n0, _UNRp, 0, [], []];
900
+ var UpdateSubscriberRequest$ = [
901
901
  3,
902
902
  n0,
903
903
  _USR,
904
904
  0,
905
905
  [_AIc, _BN, _No, _OS, _NSe],
906
- [0, 0, () => Notification, [() => Subscriber, 0], [() => Subscriber, 0]],
907
- ];
908
- var UpdateSubscriberResponse = [3, n0, _USRp, 0, [], []];
909
- var BudgetsServiceException = [-3, _sm, "BudgetsServiceException", 0, [], []];
910
- schema.TypeRegistry.for(_sm).registerError(BudgetsServiceException, BudgetsServiceException$1);
911
- var ActionHistories = [1, n0, _AHc, 0, [() => ActionHistory, 0]];
912
- var Actions = [1, n0, _Ac, 0, [() => Action, 0]];
913
- var BudgetedAndActualAmountsList = [1, n0, _BAAAL, 0, () => BudgetedAndActualAmounts];
914
- var BudgetNotificationsForAccountList = [
915
- 1,
916
- n0,
917
- _BNFAL,
918
- 0,
919
- () => BudgetNotificationsForAccount,
920
- ];
921
- var Budgets$1 = [1, n0, _Bu, 0, () => Budget];
922
- var Expressions = [1, n0, _Ex, 0, () => Expression];
923
- var Notifications = [1, n0, _N, 0, () => Notification];
924
- var NotificationWithSubscribersList = [
925
- 1,
906
+ [0, 0, () => Notification$, [() => Subscriber$, 0], [() => Subscriber$, 0]],
907
+ ];
908
+ var UpdateSubscriberResponse$ = [3, n0, _USRp, 0, [], []];
909
+ var BudgetsServiceException$ = [-3, _sm, "BudgetsServiceException", 0, [], []];
910
+ schema.TypeRegistry.for(_sm).registerError(BudgetsServiceException$, BudgetsServiceException);
911
+ var ActionHistories = [1, n0, _AHc, 0, [() => ActionHistory$, 0]];
912
+ var Actions = [1, n0, _Ac, 0, [() => Action$, 0]];
913
+ var BudgetedAndActualAmountsList = [1, n0, _BAAAL, 0, () => BudgetedAndActualAmounts$];
914
+ var BudgetNotificationsForAccountList = [1, n0, _BNFAL, 0, () => BudgetNotificationsForAccount$];
915
+ var Budgets$1 = [1, n0, _Bu, 0, () => Budget$];
916
+ var Expressions = [1, n0, _Ex, 0, () => Expression$];
917
+ var Notifications = [1, n0, _N, 0, () => Notification$];
918
+ var NotificationWithSubscribersList = [1, n0, _NWSL, 0, [() => NotificationWithSubscribers$, 0]];
919
+ var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag$];
920
+ var Subscribers = [1, n0, _Su, 0, [() => Subscriber$, 0]];
921
+ var PlannedBudgetLimits = [2, n0, _PBL, 0, 0, () => Spend$];
922
+ var CreateBudget$ = [
923
+ 9,
926
924
  n0,
927
- _NWSL,
925
+ _CB,
928
926
  0,
929
- [() => NotificationWithSubscribers, 0],
927
+ () => CreateBudgetRequest$,
928
+ () => CreateBudgetResponse$,
930
929
  ];
931
- var ResourceTagList = [1, n0, _RTL, 0, () => ResourceTag];
932
- var Subscribers = [1, n0, _Su, 0, [() => Subscriber, 0]];
933
- var PlannedBudgetLimits = [2, n0, _PBL, 0, 0, () => Spend];
934
- var CreateBudget = [9, n0, _CB, 0, () => CreateBudgetRequest, () => CreateBudgetResponse];
935
- var CreateBudgetAction = [
930
+ var CreateBudgetAction$ = [
936
931
  9,
937
932
  n0,
938
933
  _CBA,
939
934
  0,
940
- () => CreateBudgetActionRequest,
941
- () => CreateBudgetActionResponse,
935
+ () => CreateBudgetActionRequest$,
936
+ () => CreateBudgetActionResponse$,
942
937
  ];
943
- var CreateNotification = [
938
+ var CreateNotification$ = [
944
939
  9,
945
940
  n0,
946
941
  _CN,
947
942
  0,
948
- () => CreateNotificationRequest,
949
- () => CreateNotificationResponse,
943
+ () => CreateNotificationRequest$,
944
+ () => CreateNotificationResponse$,
950
945
  ];
951
- var CreateSubscriber = [
946
+ var CreateSubscriber$ = [
952
947
  9,
953
948
  n0,
954
949
  _CSr,
955
950
  0,
956
- () => CreateSubscriberRequest,
957
- () => CreateSubscriberResponse,
951
+ () => CreateSubscriberRequest$,
952
+ () => CreateSubscriberResponse$,
953
+ ];
954
+ var DeleteBudget$ = [
955
+ 9,
956
+ n0,
957
+ _DB,
958
+ 0,
959
+ () => DeleteBudgetRequest$,
960
+ () => DeleteBudgetResponse$,
958
961
  ];
959
- var DeleteBudget = [9, n0, _DB, 0, () => DeleteBudgetRequest, () => DeleteBudgetResponse];
960
- var DeleteBudgetAction = [
962
+ var DeleteBudgetAction$ = [
961
963
  9,
962
964
  n0,
963
965
  _DBA,
964
966
  0,
965
- () => DeleteBudgetActionRequest,
966
- () => DeleteBudgetActionResponse,
967
+ () => DeleteBudgetActionRequest$,
968
+ () => DeleteBudgetActionResponse$,
967
969
  ];
968
- var DeleteNotification = [
970
+ var DeleteNotification$ = [
969
971
  9,
970
972
  n0,
971
973
  _DN,
972
974
  0,
973
- () => DeleteNotificationRequest,
974
- () => DeleteNotificationResponse,
975
+ () => DeleteNotificationRequest$,
976
+ () => DeleteNotificationResponse$,
975
977
  ];
976
- var DeleteSubscriber = [
978
+ var DeleteSubscriber$ = [
977
979
  9,
978
980
  n0,
979
981
  _DS,
980
982
  0,
981
- () => DeleteSubscriberRequest,
982
- () => DeleteSubscriberResponse,
983
+ () => DeleteSubscriberRequest$,
984
+ () => DeleteSubscriberResponse$,
983
985
  ];
984
- var DescribeBudget = [
986
+ var DescribeBudget$ = [
985
987
  9,
986
988
  n0,
987
989
  _DBe,
988
990
  0,
989
- () => DescribeBudgetRequest,
990
- () => DescribeBudgetResponse,
991
+ () => DescribeBudgetRequest$,
992
+ () => DescribeBudgetResponse$,
991
993
  ];
992
- var DescribeBudgetAction = [
994
+ var DescribeBudgetAction$ = [
993
995
  9,
994
996
  n0,
995
997
  _DBAe,
996
998
  0,
997
- () => DescribeBudgetActionRequest,
998
- () => DescribeBudgetActionResponse,
999
+ () => DescribeBudgetActionRequest$,
1000
+ () => DescribeBudgetActionResponse$,
999
1001
  ];
1000
- var DescribeBudgetActionHistories = [
1002
+ var DescribeBudgetActionHistories$ = [
1001
1003
  9,
1002
1004
  n0,
1003
1005
  _DBAH,
1004
1006
  0,
1005
- () => DescribeBudgetActionHistoriesRequest,
1006
- () => DescribeBudgetActionHistoriesResponse,
1007
+ () => DescribeBudgetActionHistoriesRequest$,
1008
+ () => DescribeBudgetActionHistoriesResponse$,
1007
1009
  ];
1008
- var DescribeBudgetActionsForAccount = [
1010
+ var DescribeBudgetActionsForAccount$ = [
1009
1011
  9,
1010
1012
  n0,
1011
1013
  _DBAFA,
1012
1014
  0,
1013
- () => DescribeBudgetActionsForAccountRequest,
1014
- () => DescribeBudgetActionsForAccountResponse,
1015
+ () => DescribeBudgetActionsForAccountRequest$,
1016
+ () => DescribeBudgetActionsForAccountResponse$,
1015
1017
  ];
1016
- var DescribeBudgetActionsForBudget = [
1018
+ var DescribeBudgetActionsForBudget$ = [
1017
1019
  9,
1018
1020
  n0,
1019
1021
  _DBAFB,
1020
1022
  0,
1021
- () => DescribeBudgetActionsForBudgetRequest,
1022
- () => DescribeBudgetActionsForBudgetResponse,
1023
+ () => DescribeBudgetActionsForBudgetRequest$,
1024
+ () => DescribeBudgetActionsForBudgetResponse$,
1023
1025
  ];
1024
- var DescribeBudgetNotificationsForAccount = [
1026
+ var DescribeBudgetNotificationsForAccount$ = [
1025
1027
  9,
1026
1028
  n0,
1027
1029
  _DBNFA,
1028
1030
  0,
1029
- () => DescribeBudgetNotificationsForAccountRequest,
1030
- () => DescribeBudgetNotificationsForAccountResponse,
1031
+ () => DescribeBudgetNotificationsForAccountRequest$,
1032
+ () => DescribeBudgetNotificationsForAccountResponse$,
1031
1033
  ];
1032
- var DescribeBudgetPerformanceHistory = [
1034
+ var DescribeBudgetPerformanceHistory$ = [
1033
1035
  9,
1034
1036
  n0,
1035
1037
  _DBPH,
1036
1038
  0,
1037
- () => DescribeBudgetPerformanceHistoryRequest,
1038
- () => DescribeBudgetPerformanceHistoryResponse,
1039
+ () => DescribeBudgetPerformanceHistoryRequest$,
1040
+ () => DescribeBudgetPerformanceHistoryResponse$,
1039
1041
  ];
1040
- var DescribeBudgets = [
1042
+ var DescribeBudgets$ = [
1041
1043
  9,
1042
1044
  n0,
1043
1045
  _DBes,
1044
1046
  0,
1045
- () => DescribeBudgetsRequest,
1046
- () => DescribeBudgetsResponse,
1047
+ () => DescribeBudgetsRequest$,
1048
+ () => DescribeBudgetsResponse$,
1047
1049
  ];
1048
- var DescribeNotificationsForBudget = [
1050
+ var DescribeNotificationsForBudget$ = [
1049
1051
  9,
1050
1052
  n0,
1051
1053
  _DNFB,
1052
1054
  0,
1053
- () => DescribeNotificationsForBudgetRequest,
1054
- () => DescribeNotificationsForBudgetResponse,
1055
+ () => DescribeNotificationsForBudgetRequest$,
1056
+ () => DescribeNotificationsForBudgetResponse$,
1055
1057
  ];
1056
- var DescribeSubscribersForNotification = [
1058
+ var DescribeSubscribersForNotification$ = [
1057
1059
  9,
1058
1060
  n0,
1059
1061
  _DSFN,
1060
1062
  0,
1061
- () => DescribeSubscribersForNotificationRequest,
1062
- () => DescribeSubscribersForNotificationResponse,
1063
+ () => DescribeSubscribersForNotificationRequest$,
1064
+ () => DescribeSubscribersForNotificationResponse$,
1063
1065
  ];
1064
- var ExecuteBudgetAction = [
1066
+ var ExecuteBudgetAction$ = [
1065
1067
  9,
1066
1068
  n0,
1067
1069
  _EBA,
1068
1070
  0,
1069
- () => ExecuteBudgetActionRequest,
1070
- () => ExecuteBudgetActionResponse,
1071
+ () => ExecuteBudgetActionRequest$,
1072
+ () => ExecuteBudgetActionResponse$,
1071
1073
  ];
1072
- var ListTagsForResource = [
1074
+ var ListTagsForResource$ = [
1073
1075
  9,
1074
1076
  n0,
1075
1077
  _LTFR,
1076
1078
  0,
1077
- () => ListTagsForResourceRequest,
1078
- () => ListTagsForResourceResponse,
1079
+ () => ListTagsForResourceRequest$,
1080
+ () => ListTagsForResourceResponse$,
1079
1081
  ];
1080
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
1081
- var UntagResource = [
1082
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
1083
+ var UntagResource$ = [
1082
1084
  9,
1083
1085
  n0,
1084
1086
  _UR,
1085
1087
  0,
1086
- () => UntagResourceRequest,
1087
- () => UntagResourceResponse,
1088
+ () => UntagResourceRequest$,
1089
+ () => UntagResourceResponse$,
1088
1090
  ];
1089
- var UpdateBudget = [
1091
+ var UpdateBudget$ = [
1090
1092
  9,
1091
1093
  n0,
1092
1094
  _UBp,
1093
1095
  0,
1094
- () => UpdateBudgetRequest,
1095
- () => UpdateBudgetResponse,
1096
+ () => UpdateBudgetRequest$,
1097
+ () => UpdateBudgetResponse$,
1096
1098
  ];
1097
- var UpdateBudgetAction = [
1099
+ var UpdateBudgetAction$ = [
1098
1100
  9,
1099
1101
  n0,
1100
1102
  _UBA,
1101
1103
  0,
1102
- () => UpdateBudgetActionRequest,
1103
- () => UpdateBudgetActionResponse,
1104
+ () => UpdateBudgetActionRequest$,
1105
+ () => UpdateBudgetActionResponse$,
1104
1106
  ];
1105
- var UpdateNotification = [
1107
+ var UpdateNotification$ = [
1106
1108
  9,
1107
1109
  n0,
1108
1110
  _UN,
1109
1111
  0,
1110
- () => UpdateNotificationRequest,
1111
- () => UpdateNotificationResponse,
1112
+ () => UpdateNotificationRequest$,
1113
+ () => UpdateNotificationResponse$,
1112
1114
  ];
1113
- var UpdateSubscriber = [
1115
+ var UpdateSubscriber$ = [
1114
1116
  9,
1115
1117
  n0,
1116
1118
  _US,
1117
1119
  0,
1118
- () => UpdateSubscriberRequest,
1119
- () => UpdateSubscriberResponse,
1120
+ () => UpdateSubscriberRequest$,
1121
+ () => UpdateSubscriberResponse$,
1120
1122
  ];
1121
1123
 
1122
1124
  class CreateBudgetActionCommand extends smithyClient.Command
@@ -1127,7 +1129,7 @@ class CreateBudgetActionCommand extends smithyClient.Command
1127
1129
  })
1128
1130
  .s("AWSBudgetServiceGateway", "CreateBudgetAction", {})
1129
1131
  .n("BudgetsClient", "CreateBudgetActionCommand")
1130
- .sc(CreateBudgetAction)
1132
+ .sc(CreateBudgetAction$)
1131
1133
  .build() {
1132
1134
  }
1133
1135
 
@@ -1139,7 +1141,7 @@ class CreateBudgetCommand extends smithyClient.Command
1139
1141
  })
1140
1142
  .s("AWSBudgetServiceGateway", "CreateBudget", {})
1141
1143
  .n("BudgetsClient", "CreateBudgetCommand")
1142
- .sc(CreateBudget)
1144
+ .sc(CreateBudget$)
1143
1145
  .build() {
1144
1146
  }
1145
1147
 
@@ -1151,7 +1153,7 @@ class CreateNotificationCommand extends smithyClient.Command
1151
1153
  })
1152
1154
  .s("AWSBudgetServiceGateway", "CreateNotification", {})
1153
1155
  .n("BudgetsClient", "CreateNotificationCommand")
1154
- .sc(CreateNotification)
1156
+ .sc(CreateNotification$)
1155
1157
  .build() {
1156
1158
  }
1157
1159
 
@@ -1163,7 +1165,7 @@ class CreateSubscriberCommand extends smithyClient.Command
1163
1165
  })
1164
1166
  .s("AWSBudgetServiceGateway", "CreateSubscriber", {})
1165
1167
  .n("BudgetsClient", "CreateSubscriberCommand")
1166
- .sc(CreateSubscriber)
1168
+ .sc(CreateSubscriber$)
1167
1169
  .build() {
1168
1170
  }
1169
1171
 
@@ -1175,7 +1177,7 @@ class DeleteBudgetActionCommand extends smithyClient.Command
1175
1177
  })
1176
1178
  .s("AWSBudgetServiceGateway", "DeleteBudgetAction", {})
1177
1179
  .n("BudgetsClient", "DeleteBudgetActionCommand")
1178
- .sc(DeleteBudgetAction)
1180
+ .sc(DeleteBudgetAction$)
1179
1181
  .build() {
1180
1182
  }
1181
1183
 
@@ -1187,7 +1189,7 @@ class DeleteBudgetCommand extends smithyClient.Command
1187
1189
  })
1188
1190
  .s("AWSBudgetServiceGateway", "DeleteBudget", {})
1189
1191
  .n("BudgetsClient", "DeleteBudgetCommand")
1190
- .sc(DeleteBudget)
1192
+ .sc(DeleteBudget$)
1191
1193
  .build() {
1192
1194
  }
1193
1195
 
@@ -1199,7 +1201,7 @@ class DeleteNotificationCommand extends smithyClient.Command
1199
1201
  })
1200
1202
  .s("AWSBudgetServiceGateway", "DeleteNotification", {})
1201
1203
  .n("BudgetsClient", "DeleteNotificationCommand")
1202
- .sc(DeleteNotification)
1204
+ .sc(DeleteNotification$)
1203
1205
  .build() {
1204
1206
  }
1205
1207
 
@@ -1211,7 +1213,7 @@ class DeleteSubscriberCommand extends smithyClient.Command
1211
1213
  })
1212
1214
  .s("AWSBudgetServiceGateway", "DeleteSubscriber", {})
1213
1215
  .n("BudgetsClient", "DeleteSubscriberCommand")
1214
- .sc(DeleteSubscriber)
1216
+ .sc(DeleteSubscriber$)
1215
1217
  .build() {
1216
1218
  }
1217
1219
 
@@ -1223,7 +1225,7 @@ class DescribeBudgetActionCommand extends smithyClient.Command
1223
1225
  })
1224
1226
  .s("AWSBudgetServiceGateway", "DescribeBudgetAction", {})
1225
1227
  .n("BudgetsClient", "DescribeBudgetActionCommand")
1226
- .sc(DescribeBudgetAction)
1228
+ .sc(DescribeBudgetAction$)
1227
1229
  .build() {
1228
1230
  }
1229
1231
 
@@ -1235,7 +1237,7 @@ class DescribeBudgetActionHistoriesCommand extends smithyClient.Command
1235
1237
  })
1236
1238
  .s("AWSBudgetServiceGateway", "DescribeBudgetActionHistories", {})
1237
1239
  .n("BudgetsClient", "DescribeBudgetActionHistoriesCommand")
1238
- .sc(DescribeBudgetActionHistories)
1240
+ .sc(DescribeBudgetActionHistories$)
1239
1241
  .build() {
1240
1242
  }
1241
1243
 
@@ -1247,7 +1249,7 @@ class DescribeBudgetActionsForAccountCommand extends smithyClient.Command
1247
1249
  })
1248
1250
  .s("AWSBudgetServiceGateway", "DescribeBudgetActionsForAccount", {})
1249
1251
  .n("BudgetsClient", "DescribeBudgetActionsForAccountCommand")
1250
- .sc(DescribeBudgetActionsForAccount)
1252
+ .sc(DescribeBudgetActionsForAccount$)
1251
1253
  .build() {
1252
1254
  }
1253
1255
 
@@ -1259,7 +1261,7 @@ class DescribeBudgetActionsForBudgetCommand extends smithyClient.Command
1259
1261
  })
1260
1262
  .s("AWSBudgetServiceGateway", "DescribeBudgetActionsForBudget", {})
1261
1263
  .n("BudgetsClient", "DescribeBudgetActionsForBudgetCommand")
1262
- .sc(DescribeBudgetActionsForBudget)
1264
+ .sc(DescribeBudgetActionsForBudget$)
1263
1265
  .build() {
1264
1266
  }
1265
1267
 
@@ -1271,7 +1273,7 @@ class DescribeBudgetCommand extends smithyClient.Command
1271
1273
  })
1272
1274
  .s("AWSBudgetServiceGateway", "DescribeBudget", {})
1273
1275
  .n("BudgetsClient", "DescribeBudgetCommand")
1274
- .sc(DescribeBudget)
1276
+ .sc(DescribeBudget$)
1275
1277
  .build() {
1276
1278
  }
1277
1279
 
@@ -1283,7 +1285,7 @@ class DescribeBudgetNotificationsForAccountCommand extends smithyClient.Command
1283
1285
  })
1284
1286
  .s("AWSBudgetServiceGateway", "DescribeBudgetNotificationsForAccount", {})
1285
1287
  .n("BudgetsClient", "DescribeBudgetNotificationsForAccountCommand")
1286
- .sc(DescribeBudgetNotificationsForAccount)
1288
+ .sc(DescribeBudgetNotificationsForAccount$)
1287
1289
  .build() {
1288
1290
  }
1289
1291
 
@@ -1295,7 +1297,7 @@ class DescribeBudgetPerformanceHistoryCommand extends smithyClient.Command
1295
1297
  })
1296
1298
  .s("AWSBudgetServiceGateway", "DescribeBudgetPerformanceHistory", {})
1297
1299
  .n("BudgetsClient", "DescribeBudgetPerformanceHistoryCommand")
1298
- .sc(DescribeBudgetPerformanceHistory)
1300
+ .sc(DescribeBudgetPerformanceHistory$)
1299
1301
  .build() {
1300
1302
  }
1301
1303
 
@@ -1307,7 +1309,7 @@ class DescribeBudgetsCommand extends smithyClient.Command
1307
1309
  })
1308
1310
  .s("AWSBudgetServiceGateway", "DescribeBudgets", {})
1309
1311
  .n("BudgetsClient", "DescribeBudgetsCommand")
1310
- .sc(DescribeBudgets)
1312
+ .sc(DescribeBudgets$)
1311
1313
  .build() {
1312
1314
  }
1313
1315
 
@@ -1319,7 +1321,7 @@ class DescribeNotificationsForBudgetCommand extends smithyClient.Command
1319
1321
  })
1320
1322
  .s("AWSBudgetServiceGateway", "DescribeNotificationsForBudget", {})
1321
1323
  .n("BudgetsClient", "DescribeNotificationsForBudgetCommand")
1322
- .sc(DescribeNotificationsForBudget)
1324
+ .sc(DescribeNotificationsForBudget$)
1323
1325
  .build() {
1324
1326
  }
1325
1327
 
@@ -1331,7 +1333,7 @@ class DescribeSubscribersForNotificationCommand extends smithyClient.Command
1331
1333
  })
1332
1334
  .s("AWSBudgetServiceGateway", "DescribeSubscribersForNotification", {})
1333
1335
  .n("BudgetsClient", "DescribeSubscribersForNotificationCommand")
1334
- .sc(DescribeSubscribersForNotification)
1336
+ .sc(DescribeSubscribersForNotification$)
1335
1337
  .build() {
1336
1338
  }
1337
1339
 
@@ -1343,7 +1345,7 @@ class ExecuteBudgetActionCommand extends smithyClient.Command
1343
1345
  })
1344
1346
  .s("AWSBudgetServiceGateway", "ExecuteBudgetAction", {})
1345
1347
  .n("BudgetsClient", "ExecuteBudgetActionCommand")
1346
- .sc(ExecuteBudgetAction)
1348
+ .sc(ExecuteBudgetAction$)
1347
1349
  .build() {
1348
1350
  }
1349
1351
 
@@ -1355,7 +1357,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1355
1357
  })
1356
1358
  .s("AWSBudgetServiceGateway", "ListTagsForResource", {})
1357
1359
  .n("BudgetsClient", "ListTagsForResourceCommand")
1358
- .sc(ListTagsForResource)
1360
+ .sc(ListTagsForResource$)
1359
1361
  .build() {
1360
1362
  }
1361
1363
 
@@ -1367,7 +1369,7 @@ class TagResourceCommand extends smithyClient.Command
1367
1369
  })
1368
1370
  .s("AWSBudgetServiceGateway", "TagResource", {})
1369
1371
  .n("BudgetsClient", "TagResourceCommand")
1370
- .sc(TagResource)
1372
+ .sc(TagResource$)
1371
1373
  .build() {
1372
1374
  }
1373
1375
 
@@ -1379,7 +1381,7 @@ class UntagResourceCommand extends smithyClient.Command
1379
1381
  })
1380
1382
  .s("AWSBudgetServiceGateway", "UntagResource", {})
1381
1383
  .n("BudgetsClient", "UntagResourceCommand")
1382
- .sc(UntagResource)
1384
+ .sc(UntagResource$)
1383
1385
  .build() {
1384
1386
  }
1385
1387
 
@@ -1391,7 +1393,7 @@ class UpdateBudgetActionCommand extends smithyClient.Command
1391
1393
  })
1392
1394
  .s("AWSBudgetServiceGateway", "UpdateBudgetAction", {})
1393
1395
  .n("BudgetsClient", "UpdateBudgetActionCommand")
1394
- .sc(UpdateBudgetAction)
1396
+ .sc(UpdateBudgetAction$)
1395
1397
  .build() {
1396
1398
  }
1397
1399
 
@@ -1403,7 +1405,7 @@ class UpdateBudgetCommand extends smithyClient.Command
1403
1405
  })
1404
1406
  .s("AWSBudgetServiceGateway", "UpdateBudget", {})
1405
1407
  .n("BudgetsClient", "UpdateBudgetCommand")
1406
- .sc(UpdateBudget)
1408
+ .sc(UpdateBudget$)
1407
1409
  .build() {
1408
1410
  }
1409
1411
 
@@ -1415,7 +1417,7 @@ class UpdateNotificationCommand extends smithyClient.Command
1415
1417
  })
1416
1418
  .s("AWSBudgetServiceGateway", "UpdateNotification", {})
1417
1419
  .n("BudgetsClient", "UpdateNotificationCommand")
1418
- .sc(UpdateNotification)
1420
+ .sc(UpdateNotification$)
1419
1421
  .build() {
1420
1422
  }
1421
1423
 
@@ -1427,7 +1429,7 @@ class UpdateSubscriberCommand extends smithyClient.Command
1427
1429
  })
1428
1430
  .s("AWSBudgetServiceGateway", "UpdateSubscriber", {})
1429
1431
  .n("BudgetsClient", "UpdateSubscriberCommand")
1430
- .sc(UpdateSubscriber)
1432
+ .sc(UpdateSubscriber$)
1431
1433
  .build() {
1432
1434
  }
1433
1435
 
@@ -1631,66 +1633,184 @@ Object.defineProperty(exports, "__Client", {
1631
1633
  enumerable: true,
1632
1634
  get: function () { return smithyClient.Client; }
1633
1635
  });
1634
- exports.AccessDeniedException = AccessDeniedException$1;
1636
+ exports.AccessDeniedException = AccessDeniedException;
1637
+ exports.AccessDeniedException$ = AccessDeniedException$;
1638
+ exports.Action$ = Action$;
1639
+ exports.ActionHistory$ = ActionHistory$;
1640
+ exports.ActionHistoryDetails$ = ActionHistoryDetails$;
1635
1641
  exports.ActionStatus = ActionStatus;
1636
1642
  exports.ActionSubType = ActionSubType;
1643
+ exports.ActionThreshold$ = ActionThreshold$;
1637
1644
  exports.ActionType = ActionType;
1638
1645
  exports.ApprovalModel = ApprovalModel;
1646
+ exports.AutoAdjustData$ = AutoAdjustData$;
1639
1647
  exports.AutoAdjustType = AutoAdjustType;
1640
- exports.BillingViewHealthStatusException = BillingViewHealthStatusException$1;
1648
+ exports.BillingViewHealthStatusException = BillingViewHealthStatusException;
1649
+ exports.BillingViewHealthStatusException$ = BillingViewHealthStatusException$;
1650
+ exports.Budget$ = Budget$;
1651
+ exports.BudgetNotificationsForAccount$ = BudgetNotificationsForAccount$;
1652
+ exports.BudgetPerformanceHistory$ = BudgetPerformanceHistory$;
1641
1653
  exports.BudgetType = BudgetType;
1654
+ exports.BudgetedAndActualAmounts$ = BudgetedAndActualAmounts$;
1642
1655
  exports.Budgets = Budgets;
1643
1656
  exports.BudgetsClient = BudgetsClient;
1644
- exports.BudgetsServiceException = BudgetsServiceException$1;
1657
+ exports.BudgetsServiceException = BudgetsServiceException;
1658
+ exports.BudgetsServiceException$ = BudgetsServiceException$;
1659
+ exports.CalculatedSpend$ = CalculatedSpend$;
1645
1660
  exports.ComparisonOperator = ComparisonOperator;
1661
+ exports.CostCategoryValues$ = CostCategoryValues$;
1662
+ exports.CostTypes$ = CostTypes$;
1663
+ exports.CreateBudget$ = CreateBudget$;
1664
+ exports.CreateBudgetAction$ = CreateBudgetAction$;
1646
1665
  exports.CreateBudgetActionCommand = CreateBudgetActionCommand;
1666
+ exports.CreateBudgetActionRequest$ = CreateBudgetActionRequest$;
1667
+ exports.CreateBudgetActionResponse$ = CreateBudgetActionResponse$;
1647
1668
  exports.CreateBudgetCommand = CreateBudgetCommand;
1669
+ exports.CreateBudgetRequest$ = CreateBudgetRequest$;
1670
+ exports.CreateBudgetResponse$ = CreateBudgetResponse$;
1671
+ exports.CreateNotification$ = CreateNotification$;
1648
1672
  exports.CreateNotificationCommand = CreateNotificationCommand;
1673
+ exports.CreateNotificationRequest$ = CreateNotificationRequest$;
1674
+ exports.CreateNotificationResponse$ = CreateNotificationResponse$;
1675
+ exports.CreateSubscriber$ = CreateSubscriber$;
1649
1676
  exports.CreateSubscriberCommand = CreateSubscriberCommand;
1650
- exports.CreationLimitExceededException = CreationLimitExceededException$1;
1677
+ exports.CreateSubscriberRequest$ = CreateSubscriberRequest$;
1678
+ exports.CreateSubscriberResponse$ = CreateSubscriberResponse$;
1679
+ exports.CreationLimitExceededException = CreationLimitExceededException;
1680
+ exports.CreationLimitExceededException$ = CreationLimitExceededException$;
1681
+ exports.Definition$ = Definition$;
1682
+ exports.DeleteBudget$ = DeleteBudget$;
1683
+ exports.DeleteBudgetAction$ = DeleteBudgetAction$;
1651
1684
  exports.DeleteBudgetActionCommand = DeleteBudgetActionCommand;
1685
+ exports.DeleteBudgetActionRequest$ = DeleteBudgetActionRequest$;
1686
+ exports.DeleteBudgetActionResponse$ = DeleteBudgetActionResponse$;
1652
1687
  exports.DeleteBudgetCommand = DeleteBudgetCommand;
1688
+ exports.DeleteBudgetRequest$ = DeleteBudgetRequest$;
1689
+ exports.DeleteBudgetResponse$ = DeleteBudgetResponse$;
1690
+ exports.DeleteNotification$ = DeleteNotification$;
1653
1691
  exports.DeleteNotificationCommand = DeleteNotificationCommand;
1692
+ exports.DeleteNotificationRequest$ = DeleteNotificationRequest$;
1693
+ exports.DeleteNotificationResponse$ = DeleteNotificationResponse$;
1694
+ exports.DeleteSubscriber$ = DeleteSubscriber$;
1654
1695
  exports.DeleteSubscriberCommand = DeleteSubscriberCommand;
1696
+ exports.DeleteSubscriberRequest$ = DeleteSubscriberRequest$;
1697
+ exports.DeleteSubscriberResponse$ = DeleteSubscriberResponse$;
1698
+ exports.DescribeBudget$ = DescribeBudget$;
1699
+ exports.DescribeBudgetAction$ = DescribeBudgetAction$;
1655
1700
  exports.DescribeBudgetActionCommand = DescribeBudgetActionCommand;
1701
+ exports.DescribeBudgetActionHistories$ = DescribeBudgetActionHistories$;
1656
1702
  exports.DescribeBudgetActionHistoriesCommand = DescribeBudgetActionHistoriesCommand;
1703
+ exports.DescribeBudgetActionHistoriesRequest$ = DescribeBudgetActionHistoriesRequest$;
1704
+ exports.DescribeBudgetActionHistoriesResponse$ = DescribeBudgetActionHistoriesResponse$;
1705
+ exports.DescribeBudgetActionRequest$ = DescribeBudgetActionRequest$;
1706
+ exports.DescribeBudgetActionResponse$ = DescribeBudgetActionResponse$;
1707
+ exports.DescribeBudgetActionsForAccount$ = DescribeBudgetActionsForAccount$;
1657
1708
  exports.DescribeBudgetActionsForAccountCommand = DescribeBudgetActionsForAccountCommand;
1709
+ exports.DescribeBudgetActionsForAccountRequest$ = DescribeBudgetActionsForAccountRequest$;
1710
+ exports.DescribeBudgetActionsForAccountResponse$ = DescribeBudgetActionsForAccountResponse$;
1711
+ exports.DescribeBudgetActionsForBudget$ = DescribeBudgetActionsForBudget$;
1658
1712
  exports.DescribeBudgetActionsForBudgetCommand = DescribeBudgetActionsForBudgetCommand;
1713
+ exports.DescribeBudgetActionsForBudgetRequest$ = DescribeBudgetActionsForBudgetRequest$;
1714
+ exports.DescribeBudgetActionsForBudgetResponse$ = DescribeBudgetActionsForBudgetResponse$;
1659
1715
  exports.DescribeBudgetCommand = DescribeBudgetCommand;
1716
+ exports.DescribeBudgetNotificationsForAccount$ = DescribeBudgetNotificationsForAccount$;
1660
1717
  exports.DescribeBudgetNotificationsForAccountCommand = DescribeBudgetNotificationsForAccountCommand;
1718
+ exports.DescribeBudgetNotificationsForAccountRequest$ = DescribeBudgetNotificationsForAccountRequest$;
1719
+ exports.DescribeBudgetNotificationsForAccountResponse$ = DescribeBudgetNotificationsForAccountResponse$;
1720
+ exports.DescribeBudgetPerformanceHistory$ = DescribeBudgetPerformanceHistory$;
1661
1721
  exports.DescribeBudgetPerformanceHistoryCommand = DescribeBudgetPerformanceHistoryCommand;
1722
+ exports.DescribeBudgetPerformanceHistoryRequest$ = DescribeBudgetPerformanceHistoryRequest$;
1723
+ exports.DescribeBudgetPerformanceHistoryResponse$ = DescribeBudgetPerformanceHistoryResponse$;
1724
+ exports.DescribeBudgetRequest$ = DescribeBudgetRequest$;
1725
+ exports.DescribeBudgetResponse$ = DescribeBudgetResponse$;
1726
+ exports.DescribeBudgets$ = DescribeBudgets$;
1662
1727
  exports.DescribeBudgetsCommand = DescribeBudgetsCommand;
1728
+ exports.DescribeBudgetsRequest$ = DescribeBudgetsRequest$;
1729
+ exports.DescribeBudgetsResponse$ = DescribeBudgetsResponse$;
1730
+ exports.DescribeNotificationsForBudget$ = DescribeNotificationsForBudget$;
1663
1731
  exports.DescribeNotificationsForBudgetCommand = DescribeNotificationsForBudgetCommand;
1732
+ exports.DescribeNotificationsForBudgetRequest$ = DescribeNotificationsForBudgetRequest$;
1733
+ exports.DescribeNotificationsForBudgetResponse$ = DescribeNotificationsForBudgetResponse$;
1734
+ exports.DescribeSubscribersForNotification$ = DescribeSubscribersForNotification$;
1664
1735
  exports.DescribeSubscribersForNotificationCommand = DescribeSubscribersForNotificationCommand;
1736
+ exports.DescribeSubscribersForNotificationRequest$ = DescribeSubscribersForNotificationRequest$;
1737
+ exports.DescribeSubscribersForNotificationResponse$ = DescribeSubscribersForNotificationResponse$;
1665
1738
  exports.Dimension = Dimension;
1666
- exports.DuplicateRecordException = DuplicateRecordException$1;
1739
+ exports.DuplicateRecordException = DuplicateRecordException;
1740
+ exports.DuplicateRecordException$ = DuplicateRecordException$;
1667
1741
  exports.EventType = EventType;
1742
+ exports.ExecuteBudgetAction$ = ExecuteBudgetAction$;
1668
1743
  exports.ExecuteBudgetActionCommand = ExecuteBudgetActionCommand;
1744
+ exports.ExecuteBudgetActionRequest$ = ExecuteBudgetActionRequest$;
1745
+ exports.ExecuteBudgetActionResponse$ = ExecuteBudgetActionResponse$;
1669
1746
  exports.ExecutionType = ExecutionType;
1670
- exports.ExpiredNextTokenException = ExpiredNextTokenException$1;
1747
+ exports.ExpiredNextTokenException = ExpiredNextTokenException;
1748
+ exports.ExpiredNextTokenException$ = ExpiredNextTokenException$;
1749
+ exports.Expression$ = Expression$;
1750
+ exports.ExpressionDimensionValues$ = ExpressionDimensionValues$;
1751
+ exports.HealthStatus$ = HealthStatus$;
1671
1752
  exports.HealthStatusReason = HealthStatusReason;
1672
1753
  exports.HealthStatusValue = HealthStatusValue;
1673
- exports.InternalErrorException = InternalErrorException$1;
1674
- exports.InvalidNextTokenException = InvalidNextTokenException$1;
1675
- exports.InvalidParameterException = InvalidParameterException$1;
1754
+ exports.HistoricalOptions$ = HistoricalOptions$;
1755
+ exports.IamActionDefinition$ = IamActionDefinition$;
1756
+ exports.InternalErrorException = InternalErrorException;
1757
+ exports.InternalErrorException$ = InternalErrorException$;
1758
+ exports.InvalidNextTokenException = InvalidNextTokenException;
1759
+ exports.InvalidNextTokenException$ = InvalidNextTokenException$;
1760
+ exports.InvalidParameterException = InvalidParameterException;
1761
+ exports.InvalidParameterException$ = InvalidParameterException$;
1762
+ exports.ListTagsForResource$ = ListTagsForResource$;
1676
1763
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1764
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1765
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1677
1766
  exports.MatchOption = MatchOption;
1678
1767
  exports.Metric = Metric;
1679
- exports.NotFoundException = NotFoundException$1;
1768
+ exports.NotFoundException = NotFoundException;
1769
+ exports.NotFoundException$ = NotFoundException$;
1770
+ exports.Notification$ = Notification$;
1680
1771
  exports.NotificationState = NotificationState;
1681
1772
  exports.NotificationType = NotificationType;
1682
- exports.ResourceLockedException = ResourceLockedException$1;
1683
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1773
+ exports.NotificationWithSubscribers$ = NotificationWithSubscribers$;
1774
+ exports.ResourceLockedException = ResourceLockedException;
1775
+ exports.ResourceLockedException$ = ResourceLockedException$;
1776
+ exports.ResourceTag$ = ResourceTag$;
1777
+ exports.ScpActionDefinition$ = ScpActionDefinition$;
1778
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1779
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1780
+ exports.Spend$ = Spend$;
1781
+ exports.SsmActionDefinition$ = SsmActionDefinition$;
1782
+ exports.Subscriber$ = Subscriber$;
1684
1783
  exports.SubscriptionType = SubscriptionType;
1784
+ exports.TagResource$ = TagResource$;
1685
1785
  exports.TagResourceCommand = TagResourceCommand;
1786
+ exports.TagResourceRequest$ = TagResourceRequest$;
1787
+ exports.TagResourceResponse$ = TagResourceResponse$;
1788
+ exports.TagValues$ = TagValues$;
1686
1789
  exports.ThresholdType = ThresholdType;
1687
- exports.ThrottlingException = ThrottlingException$1;
1790
+ exports.ThrottlingException = ThrottlingException;
1791
+ exports.ThrottlingException$ = ThrottlingException$;
1792
+ exports.TimePeriod$ = TimePeriod$;
1688
1793
  exports.TimeUnit = TimeUnit;
1794
+ exports.UntagResource$ = UntagResource$;
1689
1795
  exports.UntagResourceCommand = UntagResourceCommand;
1796
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1797
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1798
+ exports.UpdateBudget$ = UpdateBudget$;
1799
+ exports.UpdateBudgetAction$ = UpdateBudgetAction$;
1690
1800
  exports.UpdateBudgetActionCommand = UpdateBudgetActionCommand;
1801
+ exports.UpdateBudgetActionRequest$ = UpdateBudgetActionRequest$;
1802
+ exports.UpdateBudgetActionResponse$ = UpdateBudgetActionResponse$;
1691
1803
  exports.UpdateBudgetCommand = UpdateBudgetCommand;
1804
+ exports.UpdateBudgetRequest$ = UpdateBudgetRequest$;
1805
+ exports.UpdateBudgetResponse$ = UpdateBudgetResponse$;
1806
+ exports.UpdateNotification$ = UpdateNotification$;
1692
1807
  exports.UpdateNotificationCommand = UpdateNotificationCommand;
1808
+ exports.UpdateNotificationRequest$ = UpdateNotificationRequest$;
1809
+ exports.UpdateNotificationResponse$ = UpdateNotificationResponse$;
1810
+ exports.UpdateSubscriber$ = UpdateSubscriber$;
1693
1811
  exports.UpdateSubscriberCommand = UpdateSubscriberCommand;
1812
+ exports.UpdateSubscriberRequest$ = UpdateSubscriberRequest$;
1813
+ exports.UpdateSubscriberResponse$ = UpdateSubscriberResponse$;
1694
1814
  exports.paginateDescribeBudgetActionHistories = paginateDescribeBudgetActionHistories;
1695
1815
  exports.paginateDescribeBudgetActionsForAccount = paginateDescribeBudgetActionsForAccount;
1696
1816
  exports.paginateDescribeBudgetActionsForBudget = paginateDescribeBudgetActionsForBudget;