@aws-sdk/client-budgets 3.477.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 (129) 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-cjs/pagination/DescribeBudgetActionHistoriesPaginator.js +2 -24
  26. package/dist-cjs/pagination/DescribeBudgetActionsForAccountPaginator.js +2 -24
  27. package/dist-cjs/pagination/DescribeBudgetActionsForBudgetPaginator.js +2 -24
  28. package/dist-cjs/pagination/DescribeBudgetNotificationsForAccountPaginator.js +2 -24
  29. package/dist-cjs/pagination/DescribeBudgetPerformanceHistoryPaginator.js +2 -24
  30. package/dist-cjs/pagination/DescribeBudgetsPaginator.js +2 -24
  31. package/dist-cjs/pagination/DescribeNotificationsForBudgetPaginator.js +2 -24
  32. package/dist-cjs/pagination/DescribeSubscribersForNotificationPaginator.js +2 -24
  33. package/dist-es/commands/CreateBudgetActionCommand.js +18 -41
  34. package/dist-es/commands/CreateBudgetCommand.js +18 -41
  35. package/dist-es/commands/CreateNotificationCommand.js +18 -41
  36. package/dist-es/commands/CreateSubscriberCommand.js +18 -41
  37. package/dist-es/commands/DeleteBudgetActionCommand.js +18 -41
  38. package/dist-es/commands/DeleteBudgetCommand.js +18 -41
  39. package/dist-es/commands/DeleteNotificationCommand.js +18 -41
  40. package/dist-es/commands/DeleteSubscriberCommand.js +18 -41
  41. package/dist-es/commands/DescribeBudgetActionCommand.js +18 -41
  42. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +18 -41
  43. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +18 -41
  44. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +18 -41
  45. package/dist-es/commands/DescribeBudgetCommand.js +18 -41
  46. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +18 -41
  47. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +18 -41
  48. package/dist-es/commands/DescribeBudgetsCommand.js +18 -41
  49. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +18 -41
  50. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +18 -41
  51. package/dist-es/commands/ExecuteBudgetActionCommand.js +18 -41
  52. package/dist-es/commands/UpdateBudgetActionCommand.js +18 -41
  53. package/dist-es/commands/UpdateBudgetCommand.js +18 -41
  54. package/dist-es/commands/UpdateNotificationCommand.js +18 -41
  55. package/dist-es/commands/UpdateSubscriberCommand.js +18 -41
  56. package/dist-es/endpoint/EndpointParameters.js +6 -0
  57. package/dist-es/pagination/DescribeBudgetActionHistoriesPaginator.js +2 -23
  58. package/dist-es/pagination/DescribeBudgetActionsForAccountPaginator.js +2 -23
  59. package/dist-es/pagination/DescribeBudgetActionsForBudgetPaginator.js +2 -23
  60. package/dist-es/pagination/DescribeBudgetNotificationsForAccountPaginator.js +2 -23
  61. package/dist-es/pagination/DescribeBudgetPerformanceHistoryPaginator.js +2 -23
  62. package/dist-es/pagination/DescribeBudgetsPaginator.js +2 -23
  63. package/dist-es/pagination/DescribeNotificationsForBudgetPaginator.js +2 -23
  64. package/dist-es/pagination/DescribeSubscribersForNotificationPaginator.js +2 -23
  65. package/dist-types/commands/CreateBudgetActionCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateBudgetCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateNotificationCommand.d.ts +6 -21
  68. package/dist-types/commands/CreateSubscriberCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteBudgetCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteNotificationCommand.d.ts +6 -21
  72. package/dist-types/commands/DeleteSubscriberCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +6 -21
  75. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeBudgetCommand.d.ts +6 -21
  78. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +6 -21
  79. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +6 -21
  80. package/dist-types/commands/DescribeBudgetsCommand.d.ts +6 -21
  81. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +6 -21
  82. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +6 -21
  83. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +6 -21
  84. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +6 -21
  85. package/dist-types/commands/UpdateBudgetCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateNotificationCommand.d.ts +6 -21
  87. package/dist-types/commands/UpdateSubscriberCommand.d.ts +6 -21
  88. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  89. package/dist-types/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +1 -1
  90. package/dist-types/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +1 -1
  91. package/dist-types/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +1 -1
  92. package/dist-types/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +1 -1
  93. package/dist-types/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +1 -1
  94. package/dist-types/pagination/DescribeBudgetsPaginator.d.ts +1 -1
  95. package/dist-types/pagination/DescribeNotificationsForBudgetPaginator.d.ts +1 -1
  96. package/dist-types/pagination/DescribeSubscribersForNotificationPaginator.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +14 -23
  117. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  121. package/dist-types/ts3.4/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +3 -3
  122. package/dist-types/ts3.4/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +3 -3
  123. package/dist-types/ts3.4/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +3 -3
  124. package/dist-types/ts3.4/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +3 -3
  125. package/dist-types/ts3.4/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +3 -3
  126. package/dist-types/ts3.4/pagination/DescribeBudgetsPaginator.d.ts +3 -3
  127. package/dist-types/ts3.4/pagination/DescribeNotificationsForBudgetPaginator.d.ts +3 -3
  128. package/dist-types/ts3.4/pagination/DescribeSubscribersForNotificationPaginator.d.ts +3 -3
  129. package/package.json +11 -10
@@ -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 { CreateBudgetRequest, CreateBudgetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateBudgetCommandInput extends CreateBudgetRequest {
21
20
  */
22
21
  export interface CreateBudgetCommandOutput extends CreateBudgetResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateBudgetCommand_base: {
24
+ new (input: CreateBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBudgetCommandInput, CreateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a budget and, if included, notifications and subscribers. </p>
@@ -144,23 +147,5 @@ export interface CreateBudgetCommandOutput extends CreateBudgetResponse, __Metad
144
147
  * <p>Base exception class for all service exceptions from Budgets service.</p>
145
148
  *
146
149
  */
147
- export declare class CreateBudgetCommand extends $Command<CreateBudgetCommandInput, CreateBudgetCommandOutput, BudgetsClientResolvedConfig> {
148
- readonly input: CreateBudgetCommandInput;
149
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
150
- /**
151
- * @public
152
- */
153
- constructor(input: CreateBudgetCommandInput);
154
- /**
155
- * @internal
156
- */
157
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBudgetCommandInput, CreateBudgetCommandOutput>;
158
- /**
159
- * @internal
160
- */
161
- private serialize;
162
- /**
163
- * @internal
164
- */
165
- private deserialize;
150
+ export declare class CreateBudgetCommand extends CreateBudgetCommand_base {
166
151
  }
@@ -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 { CreateNotificationRequest, CreateNotificationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateNotificationCommandInput extends CreateNotificationReques
21
20
  */
22
21
  export interface CreateNotificationCommandOutput extends CreateNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateNotificationCommand_base: {
24
+ new (input: CreateNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationCommandInput, CreateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a notification. You must create the budget before you create the associated notification.</p>
@@ -85,23 +88,5 @@ export interface CreateNotificationCommandOutput extends CreateNotificationRespo
85
88
  * <p>Base exception class for all service exceptions from Budgets service.</p>
86
89
  *
87
90
  */
88
- export declare class CreateNotificationCommand extends $Command<CreateNotificationCommandInput, CreateNotificationCommandOutput, BudgetsClientResolvedConfig> {
89
- readonly input: CreateNotificationCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: CreateNotificationCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNotificationCommandInput, CreateNotificationCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class CreateNotificationCommand extends CreateNotificationCommand_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 { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {
21
20
  */
22
21
  export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateSubscriberCommand_base: {
24
+ new (input: CreateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates a subscriber. You must create the associated budget and notification before you create the subscriber.</p>
@@ -83,23 +86,5 @@ export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse,
83
86
  * <p>Base exception class for all service exceptions from Budgets service.</p>
84
87
  *
85
88
  */
86
- export declare class CreateSubscriberCommand extends $Command<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, BudgetsClientResolvedConfig> {
87
- readonly input: CreateSubscriberCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: CreateSubscriberCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSubscriberCommandInput, CreateSubscriberCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class CreateSubscriberCommand extends CreateSubscriberCommand_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 { DeleteBudgetActionRequest, DeleteBudgetActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteBudgetActionCommandInput extends DeleteBudgetActionReques
21
20
  */
22
21
  export interface DeleteBudgetActionCommandOutput extends DeleteBudgetActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteBudgetActionCommand_base: {
24
+ new (input: DeleteBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -122,23 +125,5 @@ export interface DeleteBudgetActionCommandOutput extends DeleteBudgetActionRespo
122
125
  * <p>Base exception class for all service exceptions from Budgets service.</p>
123
126
  *
124
127
  */
125
- export declare class DeleteBudgetActionCommand extends $Command<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, BudgetsClientResolvedConfig> {
126
- readonly input: DeleteBudgetActionCommandInput;
127
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
128
- /**
129
- * @public
130
- */
131
- constructor(input: DeleteBudgetActionCommandInput);
132
- /**
133
- * @internal
134
- */
135
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput>;
136
- /**
137
- * @internal
138
- */
139
- private serialize;
140
- /**
141
- * @internal
142
- */
143
- private deserialize;
128
+ export declare class DeleteBudgetActionCommand extends DeleteBudgetActionCommand_base {
144
129
  }
@@ -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 { DeleteBudgetRequest, DeleteBudgetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteBudgetCommandInput extends DeleteBudgetRequest {
21
20
  */
22
21
  export interface DeleteBudgetCommandOutput extends DeleteBudgetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteBudgetCommand_base: {
24
+ new (input: DeleteBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a budget. You can delete your budget at any time.</p>
@@ -69,23 +72,5 @@ export interface DeleteBudgetCommandOutput extends DeleteBudgetResponse, __Metad
69
72
  * <p>Base exception class for all service exceptions from Budgets service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteBudgetCommand extends $Command<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, BudgetsClientResolvedConfig> {
73
- readonly input: DeleteBudgetCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteBudgetCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteBudgetCommandInput, DeleteBudgetCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteBudgetCommand extends DeleteBudgetCommand_base {
91
76
  }
@@ -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 { DeleteNotificationRequest, DeleteNotificationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteNotificationCommandInput extends DeleteNotificationReques
21
20
  */
22
21
  export interface DeleteNotificationCommandOutput extends DeleteNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteNotificationCommand_base: {
24
+ new (input: DeleteNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a notification.</p>
@@ -76,23 +79,5 @@ export interface DeleteNotificationCommandOutput extends DeleteNotificationRespo
76
79
  * <p>Base exception class for all service exceptions from Budgets service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteNotificationCommand extends $Command<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, BudgetsClientResolvedConfig> {
80
- readonly input: DeleteNotificationCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteNotificationCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNotificationCommandInput, DeleteNotificationCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteNotificationCommand extends DeleteNotificationCommand_base {
98
83
  }
@@ -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 { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {
21
20
  */
22
21
  export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteSubscriberCommand_base: {
24
+ new (input: DeleteSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a subscriber.</p>
@@ -80,23 +83,5 @@ export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse,
80
83
  * <p>Base exception class for all service exceptions from Budgets service.</p>
81
84
  *
82
85
  */
83
- export declare class DeleteSubscriberCommand extends $Command<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, BudgetsClientResolvedConfig> {
84
- readonly input: DeleteSubscriberCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: DeleteSubscriberCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
102
87
  }
@@ -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 { DescribeBudgetActionRequest, DescribeBudgetActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetActionCommandInput extends DescribeBudgetActionRe
21
20
  */
22
21
  export interface DescribeBudgetActionCommandOutput extends DescribeBudgetActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetActionCommand_base: {
24
+ new (input: DescribeBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -118,23 +121,5 @@ export interface DescribeBudgetActionCommandOutput extends DescribeBudgetActionR
118
121
  * <p>Base exception class for all service exceptions from Budgets service.</p>
119
122
  *
120
123
  */
121
- export declare class DescribeBudgetActionCommand extends $Command<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig> {
122
- readonly input: DescribeBudgetActionCommandInput;
123
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
124
- /**
125
- * @public
126
- */
127
- constructor(input: DescribeBudgetActionCommandInput);
128
- /**
129
- * @internal
130
- */
131
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput>;
132
- /**
133
- * @internal
134
- */
135
- private serialize;
136
- /**
137
- * @internal
138
- */
139
- private deserialize;
124
+ export declare class DescribeBudgetActionCommand extends DescribeBudgetActionCommand_base {
140
125
  }
@@ -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 { DescribeBudgetActionHistoriesRequest, DescribeBudgetActionHistoriesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetActionHistoriesCommandInput extends DescribeBudge
21
20
  */
22
21
  export interface DescribeBudgetActionHistoriesCommandOutput extends DescribeBudgetActionHistoriesResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetActionHistoriesCommand_base: {
24
+ new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -136,23 +139,5 @@ export interface DescribeBudgetActionHistoriesCommandOutput extends DescribeBudg
136
139
  * <p>Base exception class for all service exceptions from Budgets service.</p>
137
140
  *
138
141
  */
139
- export declare class DescribeBudgetActionHistoriesCommand extends $Command<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig> {
140
- readonly input: DescribeBudgetActionHistoriesCommandInput;
141
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
142
- /**
143
- * @public
144
- */
145
- constructor(input: DescribeBudgetActionHistoriesCommandInput);
146
- /**
147
- * @internal
148
- */
149
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput>;
150
- /**
151
- * @internal
152
- */
153
- private serialize;
154
- /**
155
- * @internal
156
- */
157
- private deserialize;
142
+ export declare class DescribeBudgetActionHistoriesCommand extends DescribeBudgetActionHistoriesCommand_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 { DescribeBudgetActionsForAccountRequest, DescribeBudgetActionsForAccountResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetActionsForAccountCommandInput extends DescribeBud
21
20
  */
22
21
  export interface DescribeBudgetActionsForAccountCommandOutput extends DescribeBudgetActionsForAccountResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetActionsForAccountCommand_base: {
24
+ new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -119,23 +122,5 @@ export interface DescribeBudgetActionsForAccountCommandOutput extends DescribeBu
119
122
  * <p>Base exception class for all service exceptions from Budgets service.</p>
120
123
  *
121
124
  */
122
- export declare class DescribeBudgetActionsForAccountCommand extends $Command<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig> {
123
- readonly input: DescribeBudgetActionsForAccountCommandInput;
124
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
125
- /**
126
- * @public
127
- */
128
- constructor(input: DescribeBudgetActionsForAccountCommandInput);
129
- /**
130
- * @internal
131
- */
132
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput>;
133
- /**
134
- * @internal
135
- */
136
- private serialize;
137
- /**
138
- * @internal
139
- */
140
- private deserialize;
125
+ export declare class DescribeBudgetActionsForAccountCommand extends DescribeBudgetActionsForAccountCommand_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 { DescribeBudgetActionsForBudgetRequest, DescribeBudgetActionsForBudgetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetActionsForBudgetCommandInput extends DescribeBudg
21
20
  */
22
21
  export interface DescribeBudgetActionsForBudgetCommandOutput extends DescribeBudgetActionsForBudgetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetActionsForBudgetCommand_base: {
24
+ new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -123,23 +126,5 @@ export interface DescribeBudgetActionsForBudgetCommandOutput extends DescribeBud
123
126
  * <p>Base exception class for all service exceptions from Budgets service.</p>
124
127
  *
125
128
  */
126
- export declare class DescribeBudgetActionsForBudgetCommand extends $Command<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig> {
127
- readonly input: DescribeBudgetActionsForBudgetCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: DescribeBudgetActionsForBudgetCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class DescribeBudgetActionsForBudgetCommand extends DescribeBudgetActionsForBudgetCommand_base {
145
130
  }
@@ -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 { DescribeBudgetRequest, DescribeBudgetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBudgetCommandInput extends DescribeBudgetRequest {
21
20
  */
22
21
  export interface DescribeBudgetCommandOutput extends DescribeBudgetResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBudgetCommand_base: {
24
+ new (input: DescribeBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Describes a budget.</p>
@@ -126,23 +129,5 @@ export interface DescribeBudgetCommandOutput extends DescribeBudgetResponse, __M
126
129
  * <p>Base exception class for all service exceptions from Budgets service.</p>
127
130
  *
128
131
  */
129
- export declare class DescribeBudgetCommand extends $Command<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, BudgetsClientResolvedConfig> {
130
- readonly input: DescribeBudgetCommandInput;
131
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
132
- /**
133
- * @public
134
- */
135
- constructor(input: DescribeBudgetCommandInput);
136
- /**
137
- * @internal
138
- */
139
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: BudgetsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBudgetCommandInput, DescribeBudgetCommandOutput>;
140
- /**
141
- * @internal
142
- */
143
- private serialize;
144
- /**
145
- * @internal
146
- */
147
- private deserialize;
132
+ export declare class DescribeBudgetCommand extends DescribeBudgetCommand_base {
148
133
  }
@@ -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
  }