@aws-sdk/client-budgets 3.721.0 → 3.726.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -202,7 +202,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
202
202
  }, "resolveRuntimeExtensions");
203
203
 
204
204
  // src/BudgetsClient.ts
205
- var _BudgetsClient = class _BudgetsClient extends import_smithy_client.Client {
205
+ var BudgetsClient = class extends import_smithy_client.Client {
206
+ static {
207
+ __name(this, "BudgetsClient");
208
+ }
209
+ /**
210
+ * The resolved configuration of BudgetsClient class. This is resolved and normalized from the {@link BudgetsClientConfig | constructor configuration interface}.
211
+ */
212
+ config;
206
213
  constructor(...[configuration]) {
207
214
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
208
215
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -212,7 +219,7 @@ var _BudgetsClient = class _BudgetsClient extends import_smithy_client.Client {
212
219
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
213
220
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
214
221
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
215
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
222
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
216
223
  super(_config_8);
217
224
  this.config = _config_8;
218
225
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -240,8 +247,6 @@ var _BudgetsClient = class _BudgetsClient extends import_smithy_client.Client {
240
247
  super.destroy();
241
248
  }
242
249
  };
243
- __name(_BudgetsClient, "BudgetsClient");
244
- var BudgetsClient = _BudgetsClient;
245
250
 
246
251
  // src/Budgets.ts
247
252
 
@@ -256,7 +261,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
256
261
 
257
262
  // src/models/BudgetsServiceException.ts
258
263
 
259
- var _BudgetsServiceException = class _BudgetsServiceException extends import_smithy_client.ServiceException {
264
+ var BudgetsServiceException = class _BudgetsServiceException extends import_smithy_client.ServiceException {
265
+ static {
266
+ __name(this, "BudgetsServiceException");
267
+ }
260
268
  /**
261
269
  * @internal
262
270
  */
@@ -265,11 +273,19 @@ var _BudgetsServiceException = class _BudgetsServiceException extends import_smi
265
273
  Object.setPrototypeOf(this, _BudgetsServiceException.prototype);
266
274
  }
267
275
  };
268
- __name(_BudgetsServiceException, "BudgetsServiceException");
269
- var BudgetsServiceException = _BudgetsServiceException;
270
276
 
271
277
  // src/models/models_0.ts
272
- var _AccessDeniedException = class _AccessDeniedException extends BudgetsServiceException {
278
+ var AccessDeniedException = class _AccessDeniedException extends BudgetsServiceException {
279
+ static {
280
+ __name(this, "AccessDeniedException");
281
+ }
282
+ name = "AccessDeniedException";
283
+ $fault = "client";
284
+ /**
285
+ * <p>The error message the exception carries.</p>
286
+ * @public
287
+ */
288
+ Message;
273
289
  /**
274
290
  * @internal
275
291
  */
@@ -279,14 +295,10 @@ var _AccessDeniedException = class _AccessDeniedException extends BudgetsService
279
295
  $fault: "client",
280
296
  ...opts
281
297
  });
282
- this.name = "AccessDeniedException";
283
- this.$fault = "client";
284
298
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
285
299
  this.Message = opts.Message;
286
300
  }
287
301
  };
288
- __name(_AccessDeniedException, "AccessDeniedException");
289
- var AccessDeniedException = _AccessDeniedException;
290
302
  var ThresholdType = {
291
303
  ABSOLUTE_VALUE: "ABSOLUTE_VALUE",
292
304
  PERCENTAGE: "PERCENTAGE"
@@ -358,7 +370,17 @@ var NotificationState = {
358
370
  ALARM: "ALARM",
359
371
  OK: "OK"
360
372
  };
361
- var _CreationLimitExceededException = class _CreationLimitExceededException extends BudgetsServiceException {
373
+ var CreationLimitExceededException = class _CreationLimitExceededException extends BudgetsServiceException {
374
+ static {
375
+ __name(this, "CreationLimitExceededException");
376
+ }
377
+ name = "CreationLimitExceededException";
378
+ $fault = "client";
379
+ /**
380
+ * <p>The error message the exception carries.</p>
381
+ * @public
382
+ */
383
+ Message;
362
384
  /**
363
385
  * @internal
364
386
  */
@@ -368,15 +390,21 @@ var _CreationLimitExceededException = class _CreationLimitExceededException exte
368
390
  $fault: "client",
369
391
  ...opts
370
392
  });
371
- this.name = "CreationLimitExceededException";
372
- this.$fault = "client";
373
393
  Object.setPrototypeOf(this, _CreationLimitExceededException.prototype);
374
394
  this.Message = opts.Message;
375
395
  }
376
396
  };
377
- __name(_CreationLimitExceededException, "CreationLimitExceededException");
378
- var CreationLimitExceededException = _CreationLimitExceededException;
379
- var _DuplicateRecordException = class _DuplicateRecordException extends BudgetsServiceException {
397
+ var DuplicateRecordException = class _DuplicateRecordException extends BudgetsServiceException {
398
+ static {
399
+ __name(this, "DuplicateRecordException");
400
+ }
401
+ name = "DuplicateRecordException";
402
+ $fault = "client";
403
+ /**
404
+ * <p>The error message the exception carries.</p>
405
+ * @public
406
+ */
407
+ Message;
380
408
  /**
381
409
  * @internal
382
410
  */
@@ -386,15 +414,21 @@ var _DuplicateRecordException = class _DuplicateRecordException extends BudgetsS
386
414
  $fault: "client",
387
415
  ...opts
388
416
  });
389
- this.name = "DuplicateRecordException";
390
- this.$fault = "client";
391
417
  Object.setPrototypeOf(this, _DuplicateRecordException.prototype);
392
418
  this.Message = opts.Message;
393
419
  }
394
420
  };
395
- __name(_DuplicateRecordException, "DuplicateRecordException");
396
- var DuplicateRecordException = _DuplicateRecordException;
397
- var _InternalErrorException = class _InternalErrorException extends BudgetsServiceException {
421
+ var InternalErrorException = class _InternalErrorException extends BudgetsServiceException {
422
+ static {
423
+ __name(this, "InternalErrorException");
424
+ }
425
+ name = "InternalErrorException";
426
+ $fault = "server";
427
+ /**
428
+ * <p>The error message the exception carries.</p>
429
+ * @public
430
+ */
431
+ Message;
398
432
  /**
399
433
  * @internal
400
434
  */
@@ -404,15 +438,21 @@ var _InternalErrorException = class _InternalErrorException extends BudgetsServi
404
438
  $fault: "server",
405
439
  ...opts
406
440
  });
407
- this.name = "InternalErrorException";
408
- this.$fault = "server";
409
441
  Object.setPrototypeOf(this, _InternalErrorException.prototype);
410
442
  this.Message = opts.Message;
411
443
  }
412
444
  };
413
- __name(_InternalErrorException, "InternalErrorException");
414
- var InternalErrorException = _InternalErrorException;
415
- var _InvalidParameterException = class _InvalidParameterException extends BudgetsServiceException {
445
+ var InvalidParameterException = class _InvalidParameterException extends BudgetsServiceException {
446
+ static {
447
+ __name(this, "InvalidParameterException");
448
+ }
449
+ name = "InvalidParameterException";
450
+ $fault = "client";
451
+ /**
452
+ * <p>The error message the exception carries.</p>
453
+ * @public
454
+ */
455
+ Message;
416
456
  /**
417
457
  * @internal
418
458
  */
@@ -422,15 +462,21 @@ var _InvalidParameterException = class _InvalidParameterException extends Budget
422
462
  $fault: "client",
423
463
  ...opts
424
464
  });
425
- this.name = "InvalidParameterException";
426
- this.$fault = "client";
427
465
  Object.setPrototypeOf(this, _InvalidParameterException.prototype);
428
466
  this.Message = opts.Message;
429
467
  }
430
468
  };
431
- __name(_InvalidParameterException, "InvalidParameterException");
432
- var InvalidParameterException = _InvalidParameterException;
433
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends BudgetsServiceException {
469
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends BudgetsServiceException {
470
+ static {
471
+ __name(this, "ServiceQuotaExceededException");
472
+ }
473
+ name = "ServiceQuotaExceededException";
474
+ $fault = "client";
475
+ /**
476
+ * <p>The error message the exception carries.</p>
477
+ * @public
478
+ */
479
+ Message;
434
480
  /**
435
481
  * @internal
436
482
  */
@@ -440,15 +486,21 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
440
486
  $fault: "client",
441
487
  ...opts
442
488
  });
443
- this.name = "ServiceQuotaExceededException";
444
- this.$fault = "client";
445
489
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
446
490
  this.Message = opts.Message;
447
491
  }
448
492
  };
449
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
450
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
451
- var _ThrottlingException = class _ThrottlingException extends BudgetsServiceException {
493
+ var ThrottlingException = class _ThrottlingException extends BudgetsServiceException {
494
+ static {
495
+ __name(this, "ThrottlingException");
496
+ }
497
+ name = "ThrottlingException";
498
+ $fault = "client";
499
+ /**
500
+ * <p>The error message the exception carries.</p>
501
+ * @public
502
+ */
503
+ Message;
452
504
  /**
453
505
  * @internal
454
506
  */
@@ -458,15 +510,21 @@ var _ThrottlingException = class _ThrottlingException extends BudgetsServiceExce
458
510
  $fault: "client",
459
511
  ...opts
460
512
  });
461
- this.name = "ThrottlingException";
462
- this.$fault = "client";
463
513
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
464
514
  this.Message = opts.Message;
465
515
  }
466
516
  };
467
- __name(_ThrottlingException, "ThrottlingException");
468
- var ThrottlingException = _ThrottlingException;
469
- var _NotFoundException = class _NotFoundException extends BudgetsServiceException {
517
+ var NotFoundException = class _NotFoundException extends BudgetsServiceException {
518
+ static {
519
+ __name(this, "NotFoundException");
520
+ }
521
+ name = "NotFoundException";
522
+ $fault = "client";
523
+ /**
524
+ * <p>The error message the exception carries.</p>
525
+ * @public
526
+ */
527
+ Message;
470
528
  /**
471
529
  * @internal
472
530
  */
@@ -476,15 +534,21 @@ var _NotFoundException = class _NotFoundException extends BudgetsServiceExceptio
476
534
  $fault: "client",
477
535
  ...opts
478
536
  });
479
- this.name = "NotFoundException";
480
- this.$fault = "client";
481
537
  Object.setPrototypeOf(this, _NotFoundException.prototype);
482
538
  this.Message = opts.Message;
483
539
  }
484
540
  };
485
- __name(_NotFoundException, "NotFoundException");
486
- var NotFoundException = _NotFoundException;
487
- var _ResourceLockedException = class _ResourceLockedException extends BudgetsServiceException {
541
+ var ResourceLockedException = class _ResourceLockedException extends BudgetsServiceException {
542
+ static {
543
+ __name(this, "ResourceLockedException");
544
+ }
545
+ name = "ResourceLockedException";
546
+ $fault = "client";
547
+ /**
548
+ * <p>The error message the exception carries.</p>
549
+ * @public
550
+ */
551
+ Message;
488
552
  /**
489
553
  * @internal
490
554
  */
@@ -494,15 +558,21 @@ var _ResourceLockedException = class _ResourceLockedException extends BudgetsSer
494
558
  $fault: "client",
495
559
  ...opts
496
560
  });
497
- this.name = "ResourceLockedException";
498
- this.$fault = "client";
499
561
  Object.setPrototypeOf(this, _ResourceLockedException.prototype);
500
562
  this.Message = opts.Message;
501
563
  }
502
564
  };
503
- __name(_ResourceLockedException, "ResourceLockedException");
504
- var ResourceLockedException = _ResourceLockedException;
505
- var _InvalidNextTokenException = class _InvalidNextTokenException extends BudgetsServiceException {
565
+ var InvalidNextTokenException = class _InvalidNextTokenException extends BudgetsServiceException {
566
+ static {
567
+ __name(this, "InvalidNextTokenException");
568
+ }
569
+ name = "InvalidNextTokenException";
570
+ $fault = "client";
571
+ /**
572
+ * <p>The error message the exception carries.</p>
573
+ * @public
574
+ */
575
+ Message;
506
576
  /**
507
577
  * @internal
508
578
  */
@@ -512,15 +582,21 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends Budget
512
582
  $fault: "client",
513
583
  ...opts
514
584
  });
515
- this.name = "InvalidNextTokenException";
516
- this.$fault = "client";
517
585
  Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
518
586
  this.Message = opts.Message;
519
587
  }
520
588
  };
521
- __name(_InvalidNextTokenException, "InvalidNextTokenException");
522
- var InvalidNextTokenException = _InvalidNextTokenException;
523
- var _ExpiredNextTokenException = class _ExpiredNextTokenException extends BudgetsServiceException {
589
+ var ExpiredNextTokenException = class _ExpiredNextTokenException extends BudgetsServiceException {
590
+ static {
591
+ __name(this, "ExpiredNextTokenException");
592
+ }
593
+ name = "ExpiredNextTokenException";
594
+ $fault = "client";
595
+ /**
596
+ * <p>The error message the exception carries.</p>
597
+ * @public
598
+ */
599
+ Message;
524
600
  /**
525
601
  * @internal
526
602
  */
@@ -530,14 +606,10 @@ var _ExpiredNextTokenException = class _ExpiredNextTokenException extends Budget
530
606
  $fault: "client",
531
607
  ...opts
532
608
  });
533
- this.name = "ExpiredNextTokenException";
534
- this.$fault = "client";
535
609
  Object.setPrototypeOf(this, _ExpiredNextTokenException.prototype);
536
610
  this.Message = opts.Message;
537
611
  }
538
612
  };
539
- __name(_ExpiredNextTokenException, "ExpiredNextTokenException");
540
- var ExpiredNextTokenException = _ExpiredNextTokenException;
541
613
  var ExecutionType = {
542
614
  ApproveBudgetAction: "APPROVE_BUDGET_ACTION",
543
615
  ResetBudgetAction: "RESET_BUDGET_ACTION",
@@ -1671,365 +1743,391 @@ function sharedHeaders(operation) {
1671
1743
  __name(sharedHeaders, "sharedHeaders");
1672
1744
 
1673
1745
  // src/commands/CreateBudgetActionCommand.ts
1674
- var _CreateBudgetActionCommand = class _CreateBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1746
+ var CreateBudgetActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1675
1747
  return [
1676
1748
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1677
1749
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1678
1750
  ];
1679
1751
  }).s("AWSBudgetServiceGateway", "CreateBudgetAction", {}).n("BudgetsClient", "CreateBudgetActionCommand").f(CreateBudgetActionRequestFilterSensitiveLog, void 0).ser(se_CreateBudgetActionCommand).de(de_CreateBudgetActionCommand).build() {
1752
+ static {
1753
+ __name(this, "CreateBudgetActionCommand");
1754
+ }
1680
1755
  };
1681
- __name(_CreateBudgetActionCommand, "CreateBudgetActionCommand");
1682
- var CreateBudgetActionCommand = _CreateBudgetActionCommand;
1683
1756
 
1684
1757
  // src/commands/CreateBudgetCommand.ts
1685
1758
 
1686
1759
 
1687
1760
 
1688
- var _CreateBudgetCommand = class _CreateBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1761
+ var CreateBudgetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1689
1762
  return [
1690
1763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1691
1764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1692
1765
  ];
1693
1766
  }).s("AWSBudgetServiceGateway", "CreateBudget", {}).n("BudgetsClient", "CreateBudgetCommand").f(CreateBudgetRequestFilterSensitiveLog, void 0).ser(se_CreateBudgetCommand).de(de_CreateBudgetCommand).build() {
1767
+ static {
1768
+ __name(this, "CreateBudgetCommand");
1769
+ }
1694
1770
  };
1695
- __name(_CreateBudgetCommand, "CreateBudgetCommand");
1696
- var CreateBudgetCommand = _CreateBudgetCommand;
1697
1771
 
1698
1772
  // src/commands/CreateNotificationCommand.ts
1699
1773
 
1700
1774
 
1701
1775
 
1702
- var _CreateNotificationCommand = class _CreateNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1776
+ var CreateNotificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1703
1777
  return [
1704
1778
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1705
1779
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1706
1780
  ];
1707
1781
  }).s("AWSBudgetServiceGateway", "CreateNotification", {}).n("BudgetsClient", "CreateNotificationCommand").f(CreateNotificationRequestFilterSensitiveLog, void 0).ser(se_CreateNotificationCommand).de(de_CreateNotificationCommand).build() {
1782
+ static {
1783
+ __name(this, "CreateNotificationCommand");
1784
+ }
1708
1785
  };
1709
- __name(_CreateNotificationCommand, "CreateNotificationCommand");
1710
- var CreateNotificationCommand = _CreateNotificationCommand;
1711
1786
 
1712
1787
  // src/commands/CreateSubscriberCommand.ts
1713
1788
 
1714
1789
 
1715
1790
 
1716
- var _CreateSubscriberCommand = class _CreateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1791
+ var CreateSubscriberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1717
1792
  return [
1718
1793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1719
1794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1720
1795
  ];
1721
1796
  }).s("AWSBudgetServiceGateway", "CreateSubscriber", {}).n("BudgetsClient", "CreateSubscriberCommand").f(CreateSubscriberRequestFilterSensitiveLog, void 0).ser(se_CreateSubscriberCommand).de(de_CreateSubscriberCommand).build() {
1797
+ static {
1798
+ __name(this, "CreateSubscriberCommand");
1799
+ }
1722
1800
  };
1723
- __name(_CreateSubscriberCommand, "CreateSubscriberCommand");
1724
- var CreateSubscriberCommand = _CreateSubscriberCommand;
1725
1801
 
1726
1802
  // src/commands/DeleteBudgetActionCommand.ts
1727
1803
 
1728
1804
 
1729
1805
 
1730
- var _DeleteBudgetActionCommand = class _DeleteBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1806
+ var DeleteBudgetActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1731
1807
  return [
1732
1808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1733
1809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1734
1810
  ];
1735
1811
  }).s("AWSBudgetServiceGateway", "DeleteBudgetAction", {}).n("BudgetsClient", "DeleteBudgetActionCommand").f(void 0, DeleteBudgetActionResponseFilterSensitiveLog).ser(se_DeleteBudgetActionCommand).de(de_DeleteBudgetActionCommand).build() {
1812
+ static {
1813
+ __name(this, "DeleteBudgetActionCommand");
1814
+ }
1736
1815
  };
1737
- __name(_DeleteBudgetActionCommand, "DeleteBudgetActionCommand");
1738
- var DeleteBudgetActionCommand = _DeleteBudgetActionCommand;
1739
1816
 
1740
1817
  // src/commands/DeleteBudgetCommand.ts
1741
1818
 
1742
1819
 
1743
1820
 
1744
- var _DeleteBudgetCommand = class _DeleteBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1821
+ var DeleteBudgetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1745
1822
  return [
1746
1823
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1747
1824
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1748
1825
  ];
1749
1826
  }).s("AWSBudgetServiceGateway", "DeleteBudget", {}).n("BudgetsClient", "DeleteBudgetCommand").f(void 0, void 0).ser(se_DeleteBudgetCommand).de(de_DeleteBudgetCommand).build() {
1827
+ static {
1828
+ __name(this, "DeleteBudgetCommand");
1829
+ }
1750
1830
  };
1751
- __name(_DeleteBudgetCommand, "DeleteBudgetCommand");
1752
- var DeleteBudgetCommand = _DeleteBudgetCommand;
1753
1831
 
1754
1832
  // src/commands/DeleteNotificationCommand.ts
1755
1833
 
1756
1834
 
1757
1835
 
1758
- var _DeleteNotificationCommand = class _DeleteNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1836
+ var DeleteNotificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1759
1837
  return [
1760
1838
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1761
1839
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1762
1840
  ];
1763
1841
  }).s("AWSBudgetServiceGateway", "DeleteNotification", {}).n("BudgetsClient", "DeleteNotificationCommand").f(void 0, void 0).ser(se_DeleteNotificationCommand).de(de_DeleteNotificationCommand).build() {
1842
+ static {
1843
+ __name(this, "DeleteNotificationCommand");
1844
+ }
1764
1845
  };
1765
- __name(_DeleteNotificationCommand, "DeleteNotificationCommand");
1766
- var DeleteNotificationCommand = _DeleteNotificationCommand;
1767
1846
 
1768
1847
  // src/commands/DeleteSubscriberCommand.ts
1769
1848
 
1770
1849
 
1771
1850
 
1772
- var _DeleteSubscriberCommand = class _DeleteSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1851
+ var DeleteSubscriberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1773
1852
  return [
1774
1853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1775
1854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1776
1855
  ];
1777
1856
  }).s("AWSBudgetServiceGateway", "DeleteSubscriber", {}).n("BudgetsClient", "DeleteSubscriberCommand").f(DeleteSubscriberRequestFilterSensitiveLog, void 0).ser(se_DeleteSubscriberCommand).de(de_DeleteSubscriberCommand).build() {
1857
+ static {
1858
+ __name(this, "DeleteSubscriberCommand");
1859
+ }
1778
1860
  };
1779
- __name(_DeleteSubscriberCommand, "DeleteSubscriberCommand");
1780
- var DeleteSubscriberCommand = _DeleteSubscriberCommand;
1781
1861
 
1782
1862
  // src/commands/DescribeBudgetActionCommand.ts
1783
1863
 
1784
1864
 
1785
1865
 
1786
- var _DescribeBudgetActionCommand = class _DescribeBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1866
+ var DescribeBudgetActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1787
1867
  return [
1788
1868
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1789
1869
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1790
1870
  ];
1791
1871
  }).s("AWSBudgetServiceGateway", "DescribeBudgetAction", {}).n("BudgetsClient", "DescribeBudgetActionCommand").f(void 0, DescribeBudgetActionResponseFilterSensitiveLog).ser(se_DescribeBudgetActionCommand).de(de_DescribeBudgetActionCommand).build() {
1872
+ static {
1873
+ __name(this, "DescribeBudgetActionCommand");
1874
+ }
1792
1875
  };
1793
- __name(_DescribeBudgetActionCommand, "DescribeBudgetActionCommand");
1794
- var DescribeBudgetActionCommand = _DescribeBudgetActionCommand;
1795
1876
 
1796
1877
  // src/commands/DescribeBudgetActionHistoriesCommand.ts
1797
1878
 
1798
1879
 
1799
1880
 
1800
- var _DescribeBudgetActionHistoriesCommand = class _DescribeBudgetActionHistoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1881
+ var DescribeBudgetActionHistoriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1801
1882
  return [
1802
1883
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1803
1884
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1804
1885
  ];
1805
1886
  }).s("AWSBudgetServiceGateway", "DescribeBudgetActionHistories", {}).n("BudgetsClient", "DescribeBudgetActionHistoriesCommand").f(void 0, DescribeBudgetActionHistoriesResponseFilterSensitiveLog).ser(se_DescribeBudgetActionHistoriesCommand).de(de_DescribeBudgetActionHistoriesCommand).build() {
1887
+ static {
1888
+ __name(this, "DescribeBudgetActionHistoriesCommand");
1889
+ }
1806
1890
  };
1807
- __name(_DescribeBudgetActionHistoriesCommand, "DescribeBudgetActionHistoriesCommand");
1808
- var DescribeBudgetActionHistoriesCommand = _DescribeBudgetActionHistoriesCommand;
1809
1891
 
1810
1892
  // src/commands/DescribeBudgetActionsForAccountCommand.ts
1811
1893
 
1812
1894
 
1813
1895
 
1814
- var _DescribeBudgetActionsForAccountCommand = class _DescribeBudgetActionsForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1896
+ var DescribeBudgetActionsForAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1815
1897
  return [
1816
1898
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1817
1899
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1818
1900
  ];
1819
1901
  }).s("AWSBudgetServiceGateway", "DescribeBudgetActionsForAccount", {}).n("BudgetsClient", "DescribeBudgetActionsForAccountCommand").f(void 0, DescribeBudgetActionsForAccountResponseFilterSensitiveLog).ser(se_DescribeBudgetActionsForAccountCommand).de(de_DescribeBudgetActionsForAccountCommand).build() {
1902
+ static {
1903
+ __name(this, "DescribeBudgetActionsForAccountCommand");
1904
+ }
1820
1905
  };
1821
- __name(_DescribeBudgetActionsForAccountCommand, "DescribeBudgetActionsForAccountCommand");
1822
- var DescribeBudgetActionsForAccountCommand = _DescribeBudgetActionsForAccountCommand;
1823
1906
 
1824
1907
  // src/commands/DescribeBudgetActionsForBudgetCommand.ts
1825
1908
 
1826
1909
 
1827
1910
 
1828
- var _DescribeBudgetActionsForBudgetCommand = class _DescribeBudgetActionsForBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1911
+ var DescribeBudgetActionsForBudgetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1829
1912
  return [
1830
1913
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1831
1914
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1832
1915
  ];
1833
1916
  }).s("AWSBudgetServiceGateway", "DescribeBudgetActionsForBudget", {}).n("BudgetsClient", "DescribeBudgetActionsForBudgetCommand").f(void 0, DescribeBudgetActionsForBudgetResponseFilterSensitiveLog).ser(se_DescribeBudgetActionsForBudgetCommand).de(de_DescribeBudgetActionsForBudgetCommand).build() {
1917
+ static {
1918
+ __name(this, "DescribeBudgetActionsForBudgetCommand");
1919
+ }
1834
1920
  };
1835
- __name(_DescribeBudgetActionsForBudgetCommand, "DescribeBudgetActionsForBudgetCommand");
1836
- var DescribeBudgetActionsForBudgetCommand = _DescribeBudgetActionsForBudgetCommand;
1837
1921
 
1838
1922
  // src/commands/DescribeBudgetCommand.ts
1839
1923
 
1840
1924
 
1841
1925
 
1842
- var _DescribeBudgetCommand = class _DescribeBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1926
+ var DescribeBudgetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1843
1927
  return [
1844
1928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1845
1929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1846
1930
  ];
1847
1931
  }).s("AWSBudgetServiceGateway", "DescribeBudget", {}).n("BudgetsClient", "DescribeBudgetCommand").f(void 0, void 0).ser(se_DescribeBudgetCommand).de(de_DescribeBudgetCommand).build() {
1932
+ static {
1933
+ __name(this, "DescribeBudgetCommand");
1934
+ }
1848
1935
  };
1849
- __name(_DescribeBudgetCommand, "DescribeBudgetCommand");
1850
- var DescribeBudgetCommand = _DescribeBudgetCommand;
1851
1936
 
1852
1937
  // src/commands/DescribeBudgetNotificationsForAccountCommand.ts
1853
1938
 
1854
1939
 
1855
1940
 
1856
- var _DescribeBudgetNotificationsForAccountCommand = class _DescribeBudgetNotificationsForAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1941
+ var DescribeBudgetNotificationsForAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1857
1942
  return [
1858
1943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1859
1944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1860
1945
  ];
1861
1946
  }).s("AWSBudgetServiceGateway", "DescribeBudgetNotificationsForAccount", {}).n("BudgetsClient", "DescribeBudgetNotificationsForAccountCommand").f(void 0, void 0).ser(se_DescribeBudgetNotificationsForAccountCommand).de(de_DescribeBudgetNotificationsForAccountCommand).build() {
1947
+ static {
1948
+ __name(this, "DescribeBudgetNotificationsForAccountCommand");
1949
+ }
1862
1950
  };
1863
- __name(_DescribeBudgetNotificationsForAccountCommand, "DescribeBudgetNotificationsForAccountCommand");
1864
- var DescribeBudgetNotificationsForAccountCommand = _DescribeBudgetNotificationsForAccountCommand;
1865
1951
 
1866
1952
  // src/commands/DescribeBudgetPerformanceHistoryCommand.ts
1867
1953
 
1868
1954
 
1869
1955
 
1870
- var _DescribeBudgetPerformanceHistoryCommand = class _DescribeBudgetPerformanceHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1956
+ var DescribeBudgetPerformanceHistoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1871
1957
  return [
1872
1958
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1873
1959
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1874
1960
  ];
1875
1961
  }).s("AWSBudgetServiceGateway", "DescribeBudgetPerformanceHistory", {}).n("BudgetsClient", "DescribeBudgetPerformanceHistoryCommand").f(void 0, void 0).ser(se_DescribeBudgetPerformanceHistoryCommand).de(de_DescribeBudgetPerformanceHistoryCommand).build() {
1962
+ static {
1963
+ __name(this, "DescribeBudgetPerformanceHistoryCommand");
1964
+ }
1876
1965
  };
1877
- __name(_DescribeBudgetPerformanceHistoryCommand, "DescribeBudgetPerformanceHistoryCommand");
1878
- var DescribeBudgetPerformanceHistoryCommand = _DescribeBudgetPerformanceHistoryCommand;
1879
1966
 
1880
1967
  // src/commands/DescribeBudgetsCommand.ts
1881
1968
 
1882
1969
 
1883
1970
 
1884
- var _DescribeBudgetsCommand = class _DescribeBudgetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1971
+ var DescribeBudgetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1885
1972
  return [
1886
1973
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1887
1974
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1888
1975
  ];
1889
1976
  }).s("AWSBudgetServiceGateway", "DescribeBudgets", {}).n("BudgetsClient", "DescribeBudgetsCommand").f(void 0, void 0).ser(se_DescribeBudgetsCommand).de(de_DescribeBudgetsCommand).build() {
1977
+ static {
1978
+ __name(this, "DescribeBudgetsCommand");
1979
+ }
1890
1980
  };
1891
- __name(_DescribeBudgetsCommand, "DescribeBudgetsCommand");
1892
- var DescribeBudgetsCommand = _DescribeBudgetsCommand;
1893
1981
 
1894
1982
  // src/commands/DescribeNotificationsForBudgetCommand.ts
1895
1983
 
1896
1984
 
1897
1985
 
1898
- var _DescribeNotificationsForBudgetCommand = class _DescribeNotificationsForBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1986
+ var DescribeNotificationsForBudgetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1899
1987
  return [
1900
1988
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1901
1989
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1902
1990
  ];
1903
1991
  }).s("AWSBudgetServiceGateway", "DescribeNotificationsForBudget", {}).n("BudgetsClient", "DescribeNotificationsForBudgetCommand").f(void 0, void 0).ser(se_DescribeNotificationsForBudgetCommand).de(de_DescribeNotificationsForBudgetCommand).build() {
1992
+ static {
1993
+ __name(this, "DescribeNotificationsForBudgetCommand");
1994
+ }
1904
1995
  };
1905
- __name(_DescribeNotificationsForBudgetCommand, "DescribeNotificationsForBudgetCommand");
1906
- var DescribeNotificationsForBudgetCommand = _DescribeNotificationsForBudgetCommand;
1907
1996
 
1908
1997
  // src/commands/DescribeSubscribersForNotificationCommand.ts
1909
1998
 
1910
1999
 
1911
2000
 
1912
- var _DescribeSubscribersForNotificationCommand = class _DescribeSubscribersForNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2001
+ var DescribeSubscribersForNotificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1913
2002
  return [
1914
2003
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1915
2004
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1916
2005
  ];
1917
2006
  }).s("AWSBudgetServiceGateway", "DescribeSubscribersForNotification", {}).n("BudgetsClient", "DescribeSubscribersForNotificationCommand").f(void 0, DescribeSubscribersForNotificationResponseFilterSensitiveLog).ser(se_DescribeSubscribersForNotificationCommand).de(de_DescribeSubscribersForNotificationCommand).build() {
2007
+ static {
2008
+ __name(this, "DescribeSubscribersForNotificationCommand");
2009
+ }
1918
2010
  };
1919
- __name(_DescribeSubscribersForNotificationCommand, "DescribeSubscribersForNotificationCommand");
1920
- var DescribeSubscribersForNotificationCommand = _DescribeSubscribersForNotificationCommand;
1921
2011
 
1922
2012
  // src/commands/ExecuteBudgetActionCommand.ts
1923
2013
 
1924
2014
 
1925
2015
 
1926
- var _ExecuteBudgetActionCommand = class _ExecuteBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2016
+ var ExecuteBudgetActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1927
2017
  return [
1928
2018
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1929
2019
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1930
2020
  ];
1931
2021
  }).s("AWSBudgetServiceGateway", "ExecuteBudgetAction", {}).n("BudgetsClient", "ExecuteBudgetActionCommand").f(void 0, void 0).ser(se_ExecuteBudgetActionCommand).de(de_ExecuteBudgetActionCommand).build() {
2022
+ static {
2023
+ __name(this, "ExecuteBudgetActionCommand");
2024
+ }
1932
2025
  };
1933
- __name(_ExecuteBudgetActionCommand, "ExecuteBudgetActionCommand");
1934
- var ExecuteBudgetActionCommand = _ExecuteBudgetActionCommand;
1935
2026
 
1936
2027
  // src/commands/ListTagsForResourceCommand.ts
1937
2028
 
1938
2029
 
1939
2030
 
1940
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2031
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1941
2032
  return [
1942
2033
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1943
2034
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1944
2035
  ];
1945
2036
  }).s("AWSBudgetServiceGateway", "ListTagsForResource", {}).n("BudgetsClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
2037
+ static {
2038
+ __name(this, "ListTagsForResourceCommand");
2039
+ }
1946
2040
  };
1947
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
1948
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1949
2041
 
1950
2042
  // src/commands/TagResourceCommand.ts
1951
2043
 
1952
2044
 
1953
2045
 
1954
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2046
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1955
2047
  return [
1956
2048
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1957
2049
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1958
2050
  ];
1959
2051
  }).s("AWSBudgetServiceGateway", "TagResource", {}).n("BudgetsClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
2052
+ static {
2053
+ __name(this, "TagResourceCommand");
2054
+ }
1960
2055
  };
1961
- __name(_TagResourceCommand, "TagResourceCommand");
1962
- var TagResourceCommand = _TagResourceCommand;
1963
2056
 
1964
2057
  // src/commands/UntagResourceCommand.ts
1965
2058
 
1966
2059
 
1967
2060
 
1968
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2061
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1969
2062
  return [
1970
2063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1971
2064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1972
2065
  ];
1973
2066
  }).s("AWSBudgetServiceGateway", "UntagResource", {}).n("BudgetsClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
2067
+ static {
2068
+ __name(this, "UntagResourceCommand");
2069
+ }
1974
2070
  };
1975
- __name(_UntagResourceCommand, "UntagResourceCommand");
1976
- var UntagResourceCommand = _UntagResourceCommand;
1977
2071
 
1978
2072
  // src/commands/UpdateBudgetActionCommand.ts
1979
2073
 
1980
2074
 
1981
2075
 
1982
- var _UpdateBudgetActionCommand = class _UpdateBudgetActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2076
+ var UpdateBudgetActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1983
2077
  return [
1984
2078
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1985
2079
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
1986
2080
  ];
1987
2081
  }).s("AWSBudgetServiceGateway", "UpdateBudgetAction", {}).n("BudgetsClient", "UpdateBudgetActionCommand").f(UpdateBudgetActionRequestFilterSensitiveLog, UpdateBudgetActionResponseFilterSensitiveLog).ser(se_UpdateBudgetActionCommand).de(de_UpdateBudgetActionCommand).build() {
2082
+ static {
2083
+ __name(this, "UpdateBudgetActionCommand");
2084
+ }
1988
2085
  };
1989
- __name(_UpdateBudgetActionCommand, "UpdateBudgetActionCommand");
1990
- var UpdateBudgetActionCommand = _UpdateBudgetActionCommand;
1991
2086
 
1992
2087
  // src/commands/UpdateBudgetCommand.ts
1993
2088
 
1994
2089
 
1995
2090
 
1996
- var _UpdateBudgetCommand = class _UpdateBudgetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2091
+ var UpdateBudgetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
1997
2092
  return [
1998
2093
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
1999
2094
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2000
2095
  ];
2001
2096
  }).s("AWSBudgetServiceGateway", "UpdateBudget", {}).n("BudgetsClient", "UpdateBudgetCommand").f(void 0, void 0).ser(se_UpdateBudgetCommand).de(de_UpdateBudgetCommand).build() {
2097
+ static {
2098
+ __name(this, "UpdateBudgetCommand");
2099
+ }
2002
2100
  };
2003
- __name(_UpdateBudgetCommand, "UpdateBudgetCommand");
2004
- var UpdateBudgetCommand = _UpdateBudgetCommand;
2005
2101
 
2006
2102
  // src/commands/UpdateNotificationCommand.ts
2007
2103
 
2008
2104
 
2009
2105
 
2010
- var _UpdateNotificationCommand = class _UpdateNotificationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2106
+ var UpdateNotificationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2011
2107
  return [
2012
2108
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2013
2109
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2014
2110
  ];
2015
2111
  }).s("AWSBudgetServiceGateway", "UpdateNotification", {}).n("BudgetsClient", "UpdateNotificationCommand").f(void 0, void 0).ser(se_UpdateNotificationCommand).de(de_UpdateNotificationCommand).build() {
2112
+ static {
2113
+ __name(this, "UpdateNotificationCommand");
2114
+ }
2016
2115
  };
2017
- __name(_UpdateNotificationCommand, "UpdateNotificationCommand");
2018
- var UpdateNotificationCommand = _UpdateNotificationCommand;
2019
2116
 
2020
2117
  // src/commands/UpdateSubscriberCommand.ts
2021
2118
 
2022
2119
 
2023
2120
 
2024
- var _UpdateSubscriberCommand = class _UpdateSubscriberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2121
+ var UpdateSubscriberCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2025
2122
  return [
2026
2123
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2027
2124
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2028
2125
  ];
2029
2126
  }).s("AWSBudgetServiceGateway", "UpdateSubscriber", {}).n("BudgetsClient", "UpdateSubscriberCommand").f(UpdateSubscriberRequestFilterSensitiveLog, void 0).ser(se_UpdateSubscriberCommand).de(de_UpdateSubscriberCommand).build() {
2127
+ static {
2128
+ __name(this, "UpdateSubscriberCommand");
2129
+ }
2030
2130
  };
2031
- __name(_UpdateSubscriberCommand, "UpdateSubscriberCommand");
2032
- var UpdateSubscriberCommand = _UpdateSubscriberCommand;
2033
2131
 
2034
2132
  // src/Budgets.ts
2035
2133
  var commands = {
@@ -2060,10 +2158,11 @@ var commands = {
2060
2158
  UpdateNotificationCommand,
2061
2159
  UpdateSubscriberCommand
2062
2160
  };
2063
- var _Budgets = class _Budgets extends BudgetsClient {
2161
+ var Budgets = class extends BudgetsClient {
2162
+ static {
2163
+ __name(this, "Budgets");
2164
+ }
2064
2165
  };
2065
- __name(_Budgets, "Budgets");
2066
- var Budgets = _Budgets;
2067
2166
  (0, import_smithy_client.createAggregatedClient)(commands, Budgets);
2068
2167
 
2069
2168
  // src/pagination/DescribeBudgetActionHistoriesPaginator.ts
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
14
14
  import { resolveRuntimeExtensions } from "./runtimeExtensions";
15
15
  export { __Client };
16
16
  export class BudgetsClient extends __Client {
17
+ config;
17
18
  constructor(...[configuration]) {
18
19
  const _config_0 = __getRuntimeConfig(configuration || {});
19
20
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -1,14 +1,15 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
3
3
  export class AccessDeniedException extends __BaseException {
4
+ name = "AccessDeniedException";
5
+ $fault = "client";
6
+ Message;
4
7
  constructor(opts) {
5
8
  super({
6
9
  name: "AccessDeniedException",
7
10
  $fault: "client",
8
11
  ...opts,
9
12
  });
10
- this.name = "AccessDeniedException";
11
- this.$fault = "client";
12
13
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
13
14
  this.Message = opts.Message;
14
15
  }
@@ -85,131 +86,141 @@ export const NotificationState = {
85
86
  OK: "OK",
86
87
  };
87
88
  export class CreationLimitExceededException extends __BaseException {
89
+ name = "CreationLimitExceededException";
90
+ $fault = "client";
91
+ Message;
88
92
  constructor(opts) {
89
93
  super({
90
94
  name: "CreationLimitExceededException",
91
95
  $fault: "client",
92
96
  ...opts,
93
97
  });
94
- this.name = "CreationLimitExceededException";
95
- this.$fault = "client";
96
98
  Object.setPrototypeOf(this, CreationLimitExceededException.prototype);
97
99
  this.Message = opts.Message;
98
100
  }
99
101
  }
100
102
  export class DuplicateRecordException extends __BaseException {
103
+ name = "DuplicateRecordException";
104
+ $fault = "client";
105
+ Message;
101
106
  constructor(opts) {
102
107
  super({
103
108
  name: "DuplicateRecordException",
104
109
  $fault: "client",
105
110
  ...opts,
106
111
  });
107
- this.name = "DuplicateRecordException";
108
- this.$fault = "client";
109
112
  Object.setPrototypeOf(this, DuplicateRecordException.prototype);
110
113
  this.Message = opts.Message;
111
114
  }
112
115
  }
113
116
  export class InternalErrorException extends __BaseException {
117
+ name = "InternalErrorException";
118
+ $fault = "server";
119
+ Message;
114
120
  constructor(opts) {
115
121
  super({
116
122
  name: "InternalErrorException",
117
123
  $fault: "server",
118
124
  ...opts,
119
125
  });
120
- this.name = "InternalErrorException";
121
- this.$fault = "server";
122
126
  Object.setPrototypeOf(this, InternalErrorException.prototype);
123
127
  this.Message = opts.Message;
124
128
  }
125
129
  }
126
130
  export class InvalidParameterException extends __BaseException {
131
+ name = "InvalidParameterException";
132
+ $fault = "client";
133
+ Message;
127
134
  constructor(opts) {
128
135
  super({
129
136
  name: "InvalidParameterException",
130
137
  $fault: "client",
131
138
  ...opts,
132
139
  });
133
- this.name = "InvalidParameterException";
134
- this.$fault = "client";
135
140
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
136
141
  this.Message = opts.Message;
137
142
  }
138
143
  }
139
144
  export class ServiceQuotaExceededException extends __BaseException {
145
+ name = "ServiceQuotaExceededException";
146
+ $fault = "client";
147
+ Message;
140
148
  constructor(opts) {
141
149
  super({
142
150
  name: "ServiceQuotaExceededException",
143
151
  $fault: "client",
144
152
  ...opts,
145
153
  });
146
- this.name = "ServiceQuotaExceededException";
147
- this.$fault = "client";
148
154
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
149
155
  this.Message = opts.Message;
150
156
  }
151
157
  }
152
158
  export class ThrottlingException extends __BaseException {
159
+ name = "ThrottlingException";
160
+ $fault = "client";
161
+ Message;
153
162
  constructor(opts) {
154
163
  super({
155
164
  name: "ThrottlingException",
156
165
  $fault: "client",
157
166
  ...opts,
158
167
  });
159
- this.name = "ThrottlingException";
160
- this.$fault = "client";
161
168
  Object.setPrototypeOf(this, ThrottlingException.prototype);
162
169
  this.Message = opts.Message;
163
170
  }
164
171
  }
165
172
  export class NotFoundException extends __BaseException {
173
+ name = "NotFoundException";
174
+ $fault = "client";
175
+ Message;
166
176
  constructor(opts) {
167
177
  super({
168
178
  name: "NotFoundException",
169
179
  $fault: "client",
170
180
  ...opts,
171
181
  });
172
- this.name = "NotFoundException";
173
- this.$fault = "client";
174
182
  Object.setPrototypeOf(this, NotFoundException.prototype);
175
183
  this.Message = opts.Message;
176
184
  }
177
185
  }
178
186
  export class ResourceLockedException extends __BaseException {
187
+ name = "ResourceLockedException";
188
+ $fault = "client";
189
+ Message;
179
190
  constructor(opts) {
180
191
  super({
181
192
  name: "ResourceLockedException",
182
193
  $fault: "client",
183
194
  ...opts,
184
195
  });
185
- this.name = "ResourceLockedException";
186
- this.$fault = "client";
187
196
  Object.setPrototypeOf(this, ResourceLockedException.prototype);
188
197
  this.Message = opts.Message;
189
198
  }
190
199
  }
191
200
  export class InvalidNextTokenException extends __BaseException {
201
+ name = "InvalidNextTokenException";
202
+ $fault = "client";
203
+ Message;
192
204
  constructor(opts) {
193
205
  super({
194
206
  name: "InvalidNextTokenException",
195
207
  $fault: "client",
196
208
  ...opts,
197
209
  });
198
- this.name = "InvalidNextTokenException";
199
- this.$fault = "client";
200
210
  Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
201
211
  this.Message = opts.Message;
202
212
  }
203
213
  }
204
214
  export class ExpiredNextTokenException extends __BaseException {
215
+ name = "ExpiredNextTokenException";
216
+ $fault = "client";
217
+ Message;
205
218
  constructor(opts) {
206
219
  super({
207
220
  name: "ExpiredNextTokenException",
208
221
  $fault: "client",
209
222
  ...opts,
210
223
  });
211
- this.name = "ExpiredNextTokenException";
212
- this.$fault = "client";
213
224
  Object.setPrototypeOf(this, ExpiredNextTokenException.prototype);
214
225
  this.Message = opts.Message;
215
226
  }
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
7
7
  runtime: string;
8
8
  defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>;
10
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<string>;
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
22
22
  region: string | import("@smithy/types").Provider<any>;
23
23
  profile?: string | undefined;
24
24
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
25
- credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
25
+ credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
26
26
  maxAttempts: number | import("@smithy/types").Provider<number>;
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
31
31
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
32
32
  userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
33
33
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
34
- endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
34
+ endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
35
35
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
36
36
  logger?: import("@smithy/types").Logger | undefined;
37
37
  }) => import("@smithy/types").EndpointV2;
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- input: any
11
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ _: unknown
13
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
12
14
  defaultUserAgentProvider: (
13
15
  config?:
14
16
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
6
6
  import("@smithy/smithy-client").ResolvedDefaultsMode
7
7
  >;
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
- credentialDefaultProvider: (
10
- init?:
11
- | import("@aws-sdk/credential-provider-node").DefaultProviderInit
12
- | undefined
13
- ) => import("@smithy/types").MemoizedProvider<
14
- import("@smithy/types").AwsCredentialIdentity
15
- >;
9
+ credentialDefaultProvider:
10
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
11
+ | ((
12
+ init?:
13
+ | import("@aws-sdk/credential-provider-node").DefaultProviderInit
14
+ | undefined
15
+ ) => import("@smithy/types").MemoizedProvider<
16
+ import("@smithy/types").AwsCredentialIdentity
17
+ >);
16
18
  defaultUserAgentProvider: (
17
19
  config?:
18
20
  | import("@aws-sdk/util-user-agent-node").PreviouslyResolved
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
28
28
  | import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
29
29
  | undefined
30
30
  ) => Promise<import("@smithy/types").UserAgent>;
31
- credentialDefaultProvider: (
32
- input: any
33
- ) => import("@smithy/types").AwsCredentialIdentityProvider;
31
+ credentialDefaultProvider:
32
+ | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
33
+ | ((
34
+ _: unknown
35
+ ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
34
36
  maxAttempts: number | import("@smithy/types").Provider<number>;
35
37
  retryMode: string | import("@smithy/types").Provider<string>;
36
38
  logger: import("@smithy/types").Logger;
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
50
52
  | import("@smithy/types").RetryStrategyV2
51
53
  | undefined;
52
54
  endpoint?:
53
- | string
54
- | import("@smithy/types").Endpoint
55
- | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
56
- | import("@smithy/types").EndpointV2
57
- | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
55
+ | ((
56
+ | string
57
+ | import("@smithy/types").Endpoint
58
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
59
+ | import("@smithy/types").EndpointV2
60
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
61
+ ) &
62
+ (
63
+ | string
64
+ | import("@smithy/types").Provider<string>
65
+ | import("@smithy/types").Endpoint
66
+ | import("@smithy/types").Provider<import("@smithy/types").Endpoint>
67
+ | import("@smithy/types").EndpointV2
68
+ | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
69
+ ))
58
70
  | undefined;
59
71
  endpointProvider: (
60
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-budgets",
3
3
  "description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
4
- "version": "3.721.0",
4
+ "version": "3.726.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-budgets",
@@ -20,56 +20,56 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.721.0",
24
- "@aws-sdk/client-sts": "3.721.0",
25
- "@aws-sdk/core": "3.716.0",
26
- "@aws-sdk/credential-provider-node": "3.721.0",
27
- "@aws-sdk/middleware-host-header": "3.714.0",
28
- "@aws-sdk/middleware-logger": "3.714.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.714.0",
30
- "@aws-sdk/middleware-user-agent": "3.721.0",
31
- "@aws-sdk/region-config-resolver": "3.714.0",
32
- "@aws-sdk/types": "3.714.0",
33
- "@aws-sdk/util-endpoints": "3.714.0",
34
- "@aws-sdk/util-user-agent-browser": "3.714.0",
35
- "@aws-sdk/util-user-agent-node": "3.721.0",
36
- "@smithy/config-resolver": "^3.0.13",
37
- "@smithy/core": "^2.5.5",
38
- "@smithy/fetch-http-handler": "^4.1.2",
39
- "@smithy/hash-node": "^3.0.11",
40
- "@smithy/invalid-dependency": "^3.0.11",
41
- "@smithy/middleware-content-length": "^3.0.13",
42
- "@smithy/middleware-endpoint": "^3.2.6",
43
- "@smithy/middleware-retry": "^3.0.31",
44
- "@smithy/middleware-serde": "^3.0.11",
45
- "@smithy/middleware-stack": "^3.0.11",
46
- "@smithy/node-config-provider": "^3.1.12",
47
- "@smithy/node-http-handler": "^3.3.2",
48
- "@smithy/protocol-http": "^4.1.8",
49
- "@smithy/smithy-client": "^3.5.1",
50
- "@smithy/types": "^3.7.2",
51
- "@smithy/url-parser": "^3.0.11",
52
- "@smithy/util-base64": "^3.0.0",
53
- "@smithy/util-body-length-browser": "^3.0.0",
54
- "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.31",
56
- "@smithy/util-defaults-mode-node": "^3.0.31",
57
- "@smithy/util-endpoints": "^2.1.7",
58
- "@smithy/util-middleware": "^3.0.11",
59
- "@smithy/util-retry": "^3.0.11",
60
- "@smithy/util-utf8": "^3.0.0",
23
+ "@aws-sdk/client-sso-oidc": "3.726.0",
24
+ "@aws-sdk/client-sts": "3.726.0",
25
+ "@aws-sdk/core": "3.723.0",
26
+ "@aws-sdk/credential-provider-node": "3.726.0",
27
+ "@aws-sdk/middleware-host-header": "3.723.0",
28
+ "@aws-sdk/middleware-logger": "3.723.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.723.0",
30
+ "@aws-sdk/middleware-user-agent": "3.726.0",
31
+ "@aws-sdk/region-config-resolver": "3.723.0",
32
+ "@aws-sdk/types": "3.723.0",
33
+ "@aws-sdk/util-endpoints": "3.726.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.723.0",
35
+ "@aws-sdk/util-user-agent-node": "3.726.0",
36
+ "@smithy/config-resolver": "^4.0.0",
37
+ "@smithy/core": "^3.0.0",
38
+ "@smithy/fetch-http-handler": "^5.0.0",
39
+ "@smithy/hash-node": "^4.0.0",
40
+ "@smithy/invalid-dependency": "^4.0.0",
41
+ "@smithy/middleware-content-length": "^4.0.0",
42
+ "@smithy/middleware-endpoint": "^4.0.0",
43
+ "@smithy/middleware-retry": "^4.0.0",
44
+ "@smithy/middleware-serde": "^4.0.0",
45
+ "@smithy/middleware-stack": "^4.0.0",
46
+ "@smithy/node-config-provider": "^4.0.0",
47
+ "@smithy/node-http-handler": "^4.0.0",
48
+ "@smithy/protocol-http": "^5.0.0",
49
+ "@smithy/smithy-client": "^4.0.0",
50
+ "@smithy/types": "^4.0.0",
51
+ "@smithy/url-parser": "^4.0.0",
52
+ "@smithy/util-base64": "^4.0.0",
53
+ "@smithy/util-body-length-browser": "^4.0.0",
54
+ "@smithy/util-body-length-node": "^4.0.0",
55
+ "@smithy/util-defaults-mode-browser": "^4.0.0",
56
+ "@smithy/util-defaults-mode-node": "^4.0.0",
57
+ "@smithy/util-endpoints": "^3.0.0",
58
+ "@smithy/util-middleware": "^4.0.0",
59
+ "@smithy/util-retry": "^4.0.0",
60
+ "@smithy/util-utf8": "^4.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@tsconfig/node16": "16.1.3",
65
- "@types/node": "^16.18.96",
64
+ "@tsconfig/node18": "18.2.4",
65
+ "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
68
  "rimraf": "3.0.2",
69
- "typescript": "~4.9.5"
69
+ "typescript": "~5.2.2"
70
70
  },
71
71
  "engines": {
72
- "node": ">=16.0.0"
72
+ "node": ">=18.0.0"
73
73
  },
74
74
  "typesVersions": {
75
75
  "<4.0": {