@aws-sdk/client-budgets 3.337.0 → 3.338.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 (105) hide show
  1. package/dist-cjs/BudgetsClient.js +2 -1
  2. package/dist-cjs/commands/CreateBudgetActionCommand.js +2 -1
  3. package/dist-cjs/commands/CreateBudgetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateNotificationCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSubscriberCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteBudgetActionCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteBudgetCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteNotificationCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeBudgetActionCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeBudgetCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeBudgetsCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +2 -1
  20. package/dist-cjs/commands/ExecuteBudgetActionCommand.js +2 -1
  21. package/dist-cjs/commands/UpdateBudgetActionCommand.js +2 -1
  22. package/dist-cjs/commands/UpdateBudgetCommand.js +2 -1
  23. package/dist-cjs/commands/UpdateNotificationCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -1
  25. package/dist-cjs/index.js +2 -2
  26. package/dist-cjs/models/BudgetsServiceException.js +2 -1
  27. package/dist-es/BudgetsClient.js +1 -0
  28. package/dist-es/commands/CreateBudgetActionCommand.js +1 -0
  29. package/dist-es/commands/CreateBudgetCommand.js +1 -0
  30. package/dist-es/commands/CreateNotificationCommand.js +1 -0
  31. package/dist-es/commands/CreateSubscriberCommand.js +1 -0
  32. package/dist-es/commands/DeleteBudgetActionCommand.js +1 -0
  33. package/dist-es/commands/DeleteBudgetCommand.js +1 -0
  34. package/dist-es/commands/DeleteNotificationCommand.js +1 -0
  35. package/dist-es/commands/DeleteSubscriberCommand.js +1 -0
  36. package/dist-es/commands/DescribeBudgetActionCommand.js +1 -0
  37. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +1 -0
  38. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +1 -0
  39. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +1 -0
  40. package/dist-es/commands/DescribeBudgetCommand.js +1 -0
  41. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +1 -0
  42. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +1 -0
  43. package/dist-es/commands/DescribeBudgetsCommand.js +1 -0
  44. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +1 -0
  45. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +1 -0
  46. package/dist-es/commands/ExecuteBudgetActionCommand.js +1 -0
  47. package/dist-es/commands/UpdateBudgetActionCommand.js +1 -0
  48. package/dist-es/commands/UpdateBudgetCommand.js +1 -0
  49. package/dist-es/commands/UpdateNotificationCommand.js +1 -0
  50. package/dist-es/commands/UpdateSubscriberCommand.js +1 -0
  51. package/dist-es/index.js +2 -2
  52. package/dist-es/models/BudgetsServiceException.js +1 -0
  53. package/dist-types/BudgetsClient.d.ts +3 -3
  54. package/dist-types/commands/CreateBudgetActionCommand.d.ts +4 -0
  55. package/dist-types/commands/CreateBudgetCommand.d.ts +4 -0
  56. package/dist-types/commands/CreateNotificationCommand.d.ts +4 -0
  57. package/dist-types/commands/CreateSubscriberCommand.d.ts +4 -0
  58. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteBudgetCommand.d.ts +4 -0
  60. package/dist-types/commands/DeleteNotificationCommand.d.ts +4 -0
  61. package/dist-types/commands/DeleteSubscriberCommand.d.ts +4 -0
  62. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +4 -0
  63. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +4 -0
  65. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeBudgetCommand.d.ts +4 -0
  67. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +4 -0
  68. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +4 -0
  69. package/dist-types/commands/DescribeBudgetsCommand.d.ts +4 -0
  70. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +4 -0
  71. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +4 -0
  72. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +4 -0
  73. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +4 -0
  74. package/dist-types/commands/UpdateBudgetCommand.d.ts +4 -0
  75. package/dist-types/commands/UpdateNotificationCommand.d.ts +4 -0
  76. package/dist-types/commands/UpdateSubscriberCommand.d.ts +4 -0
  77. package/dist-types/index.d.ts +49 -2
  78. package/dist-types/models/BudgetsServiceException.d.ts +1 -0
  79. package/dist-types/ts3.4/BudgetsClient.d.ts +3 -3
  80. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/index.d.ts +2 -2
  104. package/dist-types/ts3.4/models/BudgetsServiceException.d.ts +1 -0
  105. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BudgetsClient = void 0;
3
+ exports.BudgetsClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class BudgetsClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBudgetActionCommand = void 0;
3
+ exports.CreateBudgetActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateBudgetActionCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateBudgetCommand = void 0;
3
+ exports.CreateBudgetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateBudgetCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateNotificationCommand = void 0;
3
+ exports.CreateNotificationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateNotificationCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSubscriberCommand = void 0;
3
+ exports.CreateSubscriberCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class CreateSubscriberCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBudgetActionCommand = void 0;
3
+ exports.DeleteBudgetActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteBudgetActionCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteBudgetCommand = void 0;
3
+ exports.DeleteBudgetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteBudgetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteNotificationCommand = void 0;
3
+ exports.DeleteNotificationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteNotificationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSubscriberCommand = void 0;
3
+ exports.DeleteSubscriberCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DeleteSubscriberCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetActionCommand = void 0;
3
+ exports.DescribeBudgetActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeBudgetActionCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetActionHistoriesCommand = void 0;
3
+ exports.DescribeBudgetActionHistoriesCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeBudgetActionHistoriesCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetActionsForAccountCommand = void 0;
3
+ exports.DescribeBudgetActionsForAccountCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeBudgetActionsForAccountCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetActionsForBudgetCommand = void 0;
3
+ exports.DescribeBudgetActionsForBudgetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeBudgetActionsForBudgetCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetCommand = void 0;
3
+ exports.DescribeBudgetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeBudgetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetNotificationsForAccountCommand = void 0;
3
+ exports.DescribeBudgetNotificationsForAccountCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeBudgetNotificationsForAccountCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetPerformanceHistoryCommand = void 0;
3
+ exports.DescribeBudgetPerformanceHistoryCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeBudgetPerformanceHistoryCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBudgetsCommand = void 0;
3
+ exports.DescribeBudgetsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeBudgetsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeNotificationsForBudgetCommand = void 0;
3
+ exports.DescribeNotificationsForBudgetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeNotificationsForBudgetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeSubscribersForNotificationCommand = void 0;
3
+ exports.DescribeSubscribersForNotificationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class DescribeSubscribersForNotificationCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExecuteBudgetActionCommand = void 0;
3
+ exports.ExecuteBudgetActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ExecuteBudgetActionCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBudgetActionCommand = void 0;
3
+ exports.UpdateBudgetActionCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateBudgetActionCommand extends smithy_client_1.Command {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateBudgetCommand = void 0;
3
+ exports.UpdateBudgetCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateBudgetCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateNotificationCommand = void 0;
3
+ exports.UpdateNotificationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateNotificationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSubscriberCommand = void 0;
3
+ exports.UpdateSubscriberCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const models_0_1 = require("../models/models_0");
8
9
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
9
10
  class UpdateSubscriberCommand extends smithy_client_1.Command {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.BudgetsServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./Budgets"), exports);
6
5
  tslib_1.__exportStar(require("./BudgetsClient"), exports);
6
+ tslib_1.__exportStar(require("./Budgets"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var BudgetsServiceException_1 = require("./models/BudgetsServiceException");
11
11
  Object.defineProperty(exports, "BudgetsServiceException", { enumerable: true, get: function () { return BudgetsServiceException_1.BudgetsServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BudgetsServiceException = void 0;
3
+ exports.BudgetsServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class BudgetsServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class BudgetsClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateBudgetActionRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateBudgetActionCommand, se_CreateBudgetActionCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateBudgetActionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateBudgetRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { de_CreateBudgetCommand, se_CreateBudgetCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateBudgetCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateNotificationRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateNotificationCommand, se_CreateNotificationCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateNotificationCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { CreateSubscriberRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_CreateSubscriberCommand, se_CreateSubscriberCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class CreateSubscriberCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteBudgetActionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DeleteBudgetActionCommand, se_DeleteBudgetActionCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DeleteBudgetActionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteBudgetCommand, se_DeleteBudgetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteBudgetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteNotificationCommand, se_DeleteNotificationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteNotificationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DeleteSubscriberRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DeleteSubscriberCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBudgetActionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeBudgetActionCommand, se_DescribeBudgetActionCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeBudgetActionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBudgetActionHistoriesResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeBudgetActionHistoriesCommand, se_DescribeBudgetActionHistoriesCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeBudgetActionHistoriesCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBudgetActionsForAccountResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeBudgetActionsForAccountCommand, se_DescribeBudgetActionsForAccountCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeBudgetActionsForAccountCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBudgetActionsForBudgetResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeBudgetActionsForBudgetCommand, se_DescribeBudgetActionsForBudgetCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeBudgetActionsForBudgetCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeBudgetCommand, se_DescribeBudgetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeBudgetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeBudgetNotificationsForAccountCommand, se_DescribeBudgetNotificationsForAccountCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeBudgetNotificationsForAccountCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeBudgetPerformanceHistoryCommand, se_DescribeBudgetPerformanceHistoryCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeBudgetPerformanceHistoryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeBudgetsCommand, se_DescribeBudgetsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeBudgetsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeNotificationsForBudgetCommand, se_DescribeNotificationsForBudgetCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeNotificationsForBudgetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeSubscribersForNotificationResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_DescribeSubscribersForNotificationCommand, se_DescribeSubscribersForNotificationCommand, } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class DescribeSubscribersForNotificationCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ExecuteBudgetActionCommand, se_ExecuteBudgetActionCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ExecuteBudgetActionCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateBudgetActionRequestFilterSensitiveLog, UpdateBudgetActionResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateBudgetActionCommand, se_UpdateBudgetActionCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateBudgetActionCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateBudgetCommand, se_UpdateBudgetCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateBudgetCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateNotificationCommand, se_UpdateNotificationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class UpdateNotificationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateSubscriberRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateSubscriberCommand, se_UpdateSubscriberCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
6
7
  export class UpdateSubscriberCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Budgets";
2
1
  export * from "./BudgetsClient";
2
+ export * from "./Budgets";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { BudgetsServiceException } from "./models/BudgetsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class BudgetsServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);