@aws-sdk/client-budgets 3.478.0 → 3.481.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 (97) hide show
  1. package/dist-cjs/commands/CreateBudgetActionCommand.js +18 -41
  2. package/dist-cjs/commands/CreateBudgetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateNotificationCommand.js +18 -41
  4. package/dist-cjs/commands/CreateSubscriberCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteBudgetActionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteBudgetCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteNotificationCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteSubscriberCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeBudgetActionCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeBudgetCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeBudgetsCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +18 -41
  19. package/dist-cjs/commands/ExecuteBudgetActionCommand.js +18 -41
  20. package/dist-cjs/commands/UpdateBudgetActionCommand.js +18 -41
  21. package/dist-cjs/commands/UpdateBudgetCommand.js +18 -41
  22. package/dist-cjs/commands/UpdateNotificationCommand.js +18 -41
  23. package/dist-cjs/commands/UpdateSubscriberCommand.js +18 -41
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-es/commands/CreateBudgetActionCommand.js +18 -41
  26. package/dist-es/commands/CreateBudgetCommand.js +18 -41
  27. package/dist-es/commands/CreateNotificationCommand.js +18 -41
  28. package/dist-es/commands/CreateSubscriberCommand.js +18 -41
  29. package/dist-es/commands/DeleteBudgetActionCommand.js +18 -41
  30. package/dist-es/commands/DeleteBudgetCommand.js +18 -41
  31. package/dist-es/commands/DeleteNotificationCommand.js +18 -41
  32. package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
  33. package/dist-es/commands/DescribeBudgetActionCommand.js +18 -41
  34. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +18 -41
  35. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +18 -41
  36. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +18 -41
  37. package/dist-es/commands/DescribeBudgetCommand.js +18 -41
  38. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +18 -41
  39. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +18 -41
  40. package/dist-es/commands/DescribeBudgetsCommand.js +18 -41
  41. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +18 -41
  42. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +18 -41
  43. package/dist-es/commands/ExecuteBudgetActionCommand.js +18 -41
  44. package/dist-es/commands/UpdateBudgetActionCommand.js +18 -41
  45. package/dist-es/commands/UpdateBudgetCommand.js +18 -41
  46. package/dist-es/commands/UpdateNotificationCommand.js +18 -41
  47. package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/CreateBudgetActionCommand.d.ts +6 -21
  50. package/dist-types/commands/CreateBudgetCommand.d.ts +6 -21
  51. package/dist-types/commands/CreateNotificationCommand.d.ts +6 -21
  52. package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteBudgetCommand.d.ts +6 -21
  55. package/dist-types/commands/DeleteNotificationCommand.d.ts +6 -21
  56. package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
  57. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +6 -21
  58. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +6 -21
  59. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +6 -21
  60. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +6 -21
  61. package/dist-types/commands/DescribeBudgetCommand.d.ts +6 -21
  62. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +6 -21
  63. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +6 -21
  64. package/dist-types/commands/DescribeBudgetsCommand.d.ts +6 -21
  65. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +6 -21
  67. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +6 -21
  68. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +6 -21
  69. package/dist-types/commands/UpdateBudgetCommand.d.ts +6 -21
  70. package/dist-types/commands/UpdateNotificationCommand.d.ts +6 -21
  71. package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +12 -24
  82. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +14 -23
  86. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +12 -24
  87. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +12 -24
  88. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +12 -24
  90. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { DescribeBudgetNotificationsForAccountRequest, DescribeBudgetNotificationsForAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetNotificationsForAccountCommandInput extends Descr
21
20
  */
22
21
  export interface DescribeBudgetNotificationsForAccountCommandOutput extends DescribeBudgetNotificationsForAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetNotificationsForAccountCommand_base: {
24
+ new (input: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -91,23 +94,5 @@ export interface DescribeBudgetNotificationsForAccountCommandOutput extends Desc
91
94
  * <p>Base exception class for all service exceptions from Budgets service.</p>
92
95
  *
93
96
  */
94
- export declare class DescribeBudgetNotificationsForAccountCommand extends $Command<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig> {
95
- readonly input: DescribeBudgetNotificationsForAccountCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: DescribeBudgetNotificationsForAccountCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class DescribeBudgetNotificationsForAccountCommand extends DescribeBudgetNotificationsForAccountCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { DescribeBudgetPerformanceHistoryRequest, DescribeBudgetPerformanceHistoryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetPerformanceHistoryCommandInput extends DescribeBu
21
20
  */
22
21
  export interface DescribeBudgetPerformanceHistoryCommandOutput extends DescribeBudgetPerformanceHistoryResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetPerformanceHistoryCommand_base: {
24
+ new (input: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes the history for <code>DAILY</code>, <code>MONTHLY</code>, and <code>QUARTERLY</code> budgets. Budget history isn't available for <code>ANNUAL</code> budgets.</p>
@@ -119,23 +122,5 @@ export interface DescribeBudgetPerformanceHistoryCommandOutput extends DescribeB
119
122
  * <p>Base exception class for all service exceptions from Budgets service.</p>
120
123
  *
121
124
  */
122
- export declare class DescribeBudgetPerformanceHistoryCommand extends $Command<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig> {
123
- readonly input: DescribeBudgetPerformanceHistoryCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: DescribeBudgetPerformanceHistoryCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class DescribeBudgetPerformanceHistoryCommand extends DescribeBudgetPerformanceHistoryCommand_base {
141
126
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { DescribeBudgetsRequest, DescribeBudgetsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetsCommandInput extends DescribeBudgetsRequest {
21
20
  */
22
21
  export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetsCommand_base: {
24
+ new (input: DescribeBudgetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the budgets that are associated with an account.</p>
@@ -136,23 +139,5 @@ export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, _
136
139
  * <p>Base exception class for all service exceptions from Budgets service.</p>
137
140
  *
138
141
  */
139
- export declare class DescribeBudgetsCommand extends $Command<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig> {
140
- readonly input: DescribeBudgetsCommandInput;
141
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
142
- /**
143
- * @public
144
- */
145
- constructor(input: DescribeBudgetsCommandInput);
146
- /**
147
- * @internal
148
- */
149
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput>;
150
- /**
151
- * @internal
152
- */
153
- private serialize;
154
- /**
155
- * @internal
156
- */
157
- private deserialize;
142
+ export declare class DescribeBudgetsCommand extends DescribeBudgetsCommand_base {
158
143
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { DescribeNotificationsForBudgetRequest, DescribeNotificationsForBudgetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeNotificationsForBudgetCommandInput extends DescribeNoti
21
20
  */
22
21
  export interface DescribeNotificationsForBudgetCommandOutput extends DescribeNotificationsForBudgetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeNotificationsForBudgetCommand_base: {
24
+ new (input: DescribeNotificationsForBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the notifications that are associated with a budget.</p>
@@ -85,23 +88,5 @@ export interface DescribeNotificationsForBudgetCommandOutput extends DescribeNot
85
88
  * <p>Base exception class for all service exceptions from Budgets service.</p>
86
89
  *
87
90
  */
88
- export declare class DescribeNotificationsForBudgetCommand extends $Command<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig> {
89
- readonly input: DescribeNotificationsForBudgetCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: DescribeNotificationsForBudgetCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class DescribeNotificationsForBudgetCommand extends DescribeNotificationsForBudgetCommand_base {
107
92
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { DescribeSubscribersForNotificationRequest, DescribeSubscribersForNotificationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeSubscribersForNotificationCommandInput extends Describe
21
20
  */
22
21
  export interface DescribeSubscribersForNotificationCommandOutput extends DescribeSubscribersForNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeSubscribersForNotificationCommand_base: {
24
+ new (input: DescribeSubscribersForNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists the subscribers that are associated with a notification.</p>
@@ -89,23 +92,5 @@ export interface DescribeSubscribersForNotificationCommandOutput extends Describ
89
92
  * <p>Base exception class for all service exceptions from Budgets service.</p>
90
93
  *
91
94
  */
92
- export declare class DescribeSubscribersForNotificationCommand extends $Command<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig> {
93
- readonly input: DescribeSubscribersForNotificationCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: DescribeSubscribersForNotificationCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class DescribeSubscribersForNotificationCommand extends DescribeSubscribersForNotificationCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExecuteBudgetActionCommandInput extends ExecuteBudgetActionRequ
21
20
  */
22
21
  export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const ExecuteBudgetActionCommand_base: {
24
+ new (input: ExecuteBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -79,23 +82,5 @@ export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionRes
79
82
  * <p>Base exception class for all service exceptions from Budgets service.</p>
80
83
  *
81
84
  */
82
- export declare class ExecuteBudgetActionCommand extends $Command<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig> {
83
- readonly input: ExecuteBudgetActionCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ExecuteBudgetActionCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ExecuteBudgetActionCommand extends ExecuteBudgetActionCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { UpdateBudgetActionRequest, UpdateBudgetActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateBudgetActionCommandInput extends UpdateBudgetActionReques
21
20
  */
22
21
  export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateBudgetActionCommand_base: {
24
+ new (input: UpdateBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -208,23 +211,5 @@ export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionRespo
208
211
  * <p>Base exception class for all service exceptions from Budgets service.</p>
209
212
  *
210
213
  */
211
- export declare class UpdateBudgetActionCommand extends $Command<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig> {
212
- readonly input: UpdateBudgetActionCommandInput;
213
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
214
- /**
215
- * @public
216
- */
217
- constructor(input: UpdateBudgetActionCommandInput);
218
- /**
219
- * @internal
220
- */
221
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput>;
222
- /**
223
- * @internal
224
- */
225
- private serialize;
226
- /**
227
- * @internal
228
- */
229
- private deserialize;
214
+ export declare class UpdateBudgetActionCommand extends UpdateBudgetActionCommand_base {
230
215
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {
21
20
  */
22
21
  export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateBudgetCommand_base: {
24
+ new (input: UpdateBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a budget. You can change every part of a budget except for the <code>budgetName</code> and the <code>calculatedSpend</code>. When you modify a budget, the <code>calculatedSpend</code> drops to zero until Amazon Web Services has new usage data to use for forecasting.</p>
@@ -124,23 +127,5 @@ export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __Metad
124
127
  * <p>Base exception class for all service exceptions from Budgets service.</p>
125
128
  *
126
129
  */
127
- export declare class UpdateBudgetCommand extends $Command<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig> {
128
- readonly input: UpdateBudgetCommandInput;
129
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
130
- /**
131
- * @public
132
- */
133
- constructor(input: UpdateBudgetCommandInput);
134
- /**
135
- * @internal
136
- */
137
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateBudgetCommandInput, UpdateBudgetCommandOutput>;
138
- /**
139
- * @internal
140
- */
141
- private serialize;
142
- /**
143
- * @internal
144
- */
145
- private deserialize;
130
+ export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base {
146
131
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateNotificationCommandInput extends UpdateNotificationReques
21
20
  */
22
21
  export interface UpdateNotificationCommandOutput extends UpdateNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateNotificationCommand_base: {
24
+ new (input: UpdateNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a notification.</p>
@@ -83,23 +86,5 @@ export interface UpdateNotificationCommandOutput extends UpdateNotificationRespo
83
86
  * <p>Base exception class for all service exceptions from Budgets service.</p>
84
87
  *
85
88
  */
86
- export declare class UpdateNotificationCommand extends $Command<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig> {
87
- readonly input: UpdateNotificationCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: UpdateNotificationCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateNotificationCommandInput, UpdateNotificationCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
4
  import { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {
21
20
  */
22
21
  export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateSubscriberCommand_base: {
24
+ new (input: UpdateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates a subscriber.</p>
@@ -84,23 +87,5 @@ export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse,
84
87
  * <p>Base exception class for all service exceptions from Budgets service.</p>
85
88
  *
86
89
  */
87
- export declare class UpdateSubscriberCommand extends $Command<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig> {
88
- readonly input: UpdateSubscriberCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UpdateSubscriberCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
106
91
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BudgetsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateBudgetActionCommandInput
21
15
  export interface CreateBudgetActionCommandOutput
22
16
  extends CreateBudgetActionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateBudgetActionCommand extends $Command<
25
- CreateBudgetActionCommandInput,
26
- CreateBudgetActionCommandOutput,
27
- BudgetsClientResolvedConfig
28
- > {
29
- readonly input: CreateBudgetActionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateBudgetActionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BudgetsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateBudgetActionCommand_base: {
19
+ new (
20
+ input: CreateBudgetActionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateBudgetActionCommandInput,
23
+ CreateBudgetActionCommandOutput,
24
+ BudgetsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateBudgetActionCommand extends CreateBudgetActionCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BudgetsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateBudgetCommandInput extends CreateBudgetRequest {}
17
11
  export interface CreateBudgetCommandOutput
18
12
  extends CreateBudgetResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateBudgetCommand extends $Command<
21
- CreateBudgetCommandInput,
22
- CreateBudgetCommandOutput,
23
- BudgetsClientResolvedConfig
24
- > {
25
- readonly input: CreateBudgetCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateBudgetCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: BudgetsClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateBudgetCommandInput, CreateBudgetCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateBudgetCommand_base: {
15
+ new (
16
+ input: CreateBudgetCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateBudgetCommandInput,
19
+ CreateBudgetCommandOutput,
20
+ BudgetsClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateBudgetCommand extends CreateBudgetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BudgetsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateNotificationCommandInput
21
15
  export interface CreateNotificationCommandOutput
22
16
  extends CreateNotificationResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateNotificationCommand extends $Command<
25
- CreateNotificationCommandInput,
26
- CreateNotificationCommandOutput,
27
- BudgetsClientResolvedConfig
28
- > {
29
- readonly input: CreateNotificationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateNotificationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: BudgetsClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateNotificationCommandInput, CreateNotificationCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateNotificationCommand_base: {
19
+ new (
20
+ input: CreateNotificationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateNotificationCommandInput,
23
+ CreateNotificationCommandOutput,
24
+ BudgetsClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateNotificationCommand extends CreateNotificationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  BudgetsClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
20
14
  export interface CreateSubscriberCommandOutput
21
15
  extends CreateSubscriberResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateSubscriberCommand extends $Command<
24
- CreateSubscriberCommandInput,
25
- CreateSubscriberCommandOutput,
26
- BudgetsClientResolvedConfig
27
- > {
28
- readonly input: CreateSubscriberCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateSubscriberCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: BudgetsClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateSubscriberCommandInput, CreateSubscriberCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateSubscriberCommand_base: {
18
+ new (
19
+ input: CreateSubscriberCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateSubscriberCommandInput,
22
+ CreateSubscriberCommandOutput,
23
+ BudgetsClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {}