@aws-sdk/client-budgets 3.533.0 → 3.540.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 (56) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Budgets.d.ts +1 -1
  6. package/dist-types/BudgetsClient.d.ts +1 -1
  7. package/dist-types/commands/CreateBudgetActionCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateBudgetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateNotificationCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateSubscriberCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteBudgetCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteNotificationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteSubscriberCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeBudgetCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeBudgetsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +2 -1
  25. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateBudgetCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateNotificationCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateSubscriberCommand.d.ts +2 -1
  30. package/dist-types/index.d.ts +0 -1
  31. package/dist-types/models/models_0.d.ts +278 -278
  32. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +9 -0
  33. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/index.d.ts +0 -1
  56. package/package.json +40 -40
@@ -1,12 +1,14 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultEndpointResolver = void 0;
4
- const util_endpoints_1 = require("@smithy/util-endpoints");
4
+ const util_endpoints_1 = require("@aws-sdk/util-endpoints");
5
+ const util_endpoints_2 = require("@smithy/util-endpoints");
5
6
  const ruleset_1 = require("./ruleset");
6
7
  const defaultEndpointResolver = (endpointParams, context = {}) => {
7
- return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, {
8
+ return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
8
9
  endpointParams: endpointParams,
9
10
  logger: context.logger,
10
11
  });
11
12
  };
12
13
  exports.defaultEndpointResolver = defaultEndpointResolver;
14
+ util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
package/dist-cjs/index.js CHANGED
@@ -2034,9 +2034,6 @@ var paginateDescribeNotificationsForBudget = (0, import_core.createPaginator)(Bu
2034
2034
  // src/pagination/DescribeSubscribersForNotificationPaginator.ts
2035
2035
 
2036
2036
  var paginateDescribeSubscribersForNotification = (0, import_core.createPaginator)(BudgetsClient, DescribeSubscribersForNotificationCommand, "NextToken", "NextToken", "MaxResults");
2037
-
2038
- // src/index.ts
2039
- var import_util_endpoints = require("@aws-sdk/util-endpoints");
2040
2037
  // Annotate the CommonJS export names for ESM import in node:
2041
2038
 
2042
2039
  0 && (module.exports = {
@@ -1,4 +1,5 @@
1
- import { resolveEndpoint } from "@smithy/util-endpoints";
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
3
  import { ruleSet } from "./ruleset";
3
4
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
4
5
  return resolveEndpoint(ruleSet, {
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
6
7
  logger: context.logger,
7
8
  });
8
9
  };
10
+ customEndpointFunctions.aws = awsEndpointFunctions;
package/dist-es/index.js CHANGED
@@ -3,5 +3,4 @@ export * from "./Budgets";
3
3
  export * from "./commands";
4
4
  export * from "./pagination";
5
5
  export * from "./models";
6
- import "@aws-sdk/util-endpoints";
7
6
  export { BudgetsServiceException } from "./models/BudgetsServiceException";
@@ -164,7 +164,6 @@ export interface Budgets {
164
164
  updateSubscriber(args: UpdateSubscriberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriberCommandOutput) => void): void;
165
165
  }
166
166
  /**
167
- * @public
168
167
  * <p>Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon Web Services Budgets feature. </p>
169
168
  * <p>Budgets provide you with a way to see the following information:</p>
170
169
  * <ul>
@@ -208,6 +207,7 @@ export interface Budgets {
208
207
  * </li>
209
208
  * </ul>
210
209
  * <p>For information about costs that are associated with the Amazon Web Services Budgets API, see <a href="https://aws.amazon.com/aws-cost-management/pricing/">Amazon Web Services Cost Management Pricing</a>.</p>
210
+ * @public
211
211
  */
212
212
  export declare class Budgets extends BudgetsClient implements Budgets {
213
213
  }
@@ -174,7 +174,6 @@ export type BudgetsClientResolvedConfigType = __SmithyResolvedConfiguration<__Ht
174
174
  export interface BudgetsClientResolvedConfig extends BudgetsClientResolvedConfigType {
175
175
  }
176
176
  /**
177
- * @public
178
177
  * <p>Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon Web Services Budgets feature. </p>
179
178
  * <p>Budgets provide you with a way to see the following information:</p>
180
179
  * <ul>
@@ -218,6 +217,7 @@ export interface BudgetsClientResolvedConfig extends BudgetsClientResolvedConfig
218
217
  * </li>
219
218
  * </ul>
220
219
  * <p>For information about costs that are associated with the Amazon Web Services Budgets API, see <a href="https://aws.amazon.com/aws-cost-management/pricing/">Amazon Web Services Cost Management Pricing</a>.</p>
220
+ * @public
221
221
  */
222
222
  export declare class BudgetsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, BudgetsClientResolvedConfig> {
223
223
  /**
@@ -22,10 +22,10 @@ export interface CreateBudgetActionCommandOutput extends CreateBudgetActionRespo
22
22
  }
23
23
  declare const CreateBudgetActionCommand_base: {
24
24
  new (input: CreateBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBudgetActionCommandInput, CreateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Creates a budget action.
31
31
  * </p>
@@ -121,6 +121,7 @@ declare const CreateBudgetActionCommand_base: {
121
121
  * @throws {@link BudgetsServiceException}
122
122
  * <p>Base exception class for all service exceptions from Budgets service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class CreateBudgetActionCommand extends CreateBudgetActionCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface CreateBudgetCommandOutput extends CreateBudgetResponse, __Metad
22
22
  }
23
23
  declare const CreateBudgetCommand_base: {
24
24
  new (input: CreateBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBudgetCommandInput, CreateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateBudgetCommandInput, CreateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a budget and, if included, notifications and subscribers. </p>
30
30
  * <important>
31
31
  * <p>Only one of <code>BudgetLimit</code> or <code>PlannedBudgetLimits</code> can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_CreateBudget.html#API_CreateBudget_Examples">Examples</a> section. </p>
@@ -146,6 +146,7 @@ declare const CreateBudgetCommand_base: {
146
146
  * @throws {@link BudgetsServiceException}
147
147
  * <p>Base exception class for all service exceptions from Budgets service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class CreateBudgetCommand extends CreateBudgetCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface CreateNotificationCommandOutput extends CreateNotificationRespo
22
22
  }
23
23
  declare const CreateNotificationCommand_base: {
24
24
  new (input: CreateNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationCommandInput, CreateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateNotificationCommandInput, CreateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a notification. You must create the budget before you create the associated notification.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const CreateNotificationCommand_base: {
87
87
  * @throws {@link BudgetsServiceException}
88
88
  * <p>Base exception class for all service exceptions from Budgets service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateNotificationCommand extends CreateNotificationCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateSubscriberCommandOutput extends CreateSubscriberResponse,
22
22
  }
23
23
  declare const CreateSubscriberCommand_base: {
24
24
  new (input: CreateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSubscriberCommandInput, CreateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a subscriber. You must create the associated budget and notification before you create the subscriber.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const CreateSubscriberCommand_base: {
85
85
  * @throws {@link BudgetsServiceException}
86
86
  * <p>Base exception class for all service exceptions from Budgets service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface DeleteBudgetActionCommandOutput extends DeleteBudgetActionRespo
22
22
  }
23
23
  declare const DeleteBudgetActionCommand_base: {
24
24
  new (input: DeleteBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBudgetActionCommandInput, DeleteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes a budget action.
31
31
  * </p>
@@ -124,6 +124,7 @@ declare const DeleteBudgetActionCommand_base: {
124
124
  * @throws {@link BudgetsServiceException}
125
125
  * <p>Base exception class for all service exceptions from Budgets service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class DeleteBudgetActionCommand extends DeleteBudgetActionCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface DeleteBudgetCommandOutput extends DeleteBudgetResponse, __Metad
22
22
  }
23
23
  declare const DeleteBudgetCommand_base: {
24
24
  new (input: DeleteBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteBudgetCommandInput, DeleteBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a budget. You can delete your budget at any time.</p>
30
30
  * <important>
31
31
  * <p>Deleting a budget also deletes the notifications and subscribers that are associated with that budget.</p>
@@ -71,6 +71,7 @@ declare const DeleteBudgetCommand_base: {
71
71
  * @throws {@link BudgetsServiceException}
72
72
  * <p>Base exception class for all service exceptions from Budgets service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteBudgetCommand extends DeleteBudgetCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteNotificationCommandOutput extends DeleteNotificationRespo
22
22
  }
23
23
  declare const DeleteNotificationCommand_base: {
24
24
  new (input: DeleteNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteNotificationCommandInput, DeleteNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a notification.</p>
30
30
  * <important>
31
31
  * <p>Deleting a notification also deletes the subscribers that are associated with the notification.</p>
@@ -78,6 +78,7 @@ declare const DeleteNotificationCommand_base: {
78
78
  * @throws {@link BudgetsServiceException}
79
79
  * <p>Base exception class for all service exceptions from Budgets service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class DeleteNotificationCommand extends DeleteNotificationCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface DeleteSubscriberCommandOutput extends DeleteSubscriberResponse,
22
22
  }
23
23
  declare const DeleteSubscriberCommand_base: {
24
24
  new (input: DeleteSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSubscriberCommandInput, DeleteSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a subscriber.</p>
30
30
  * <important>
31
31
  * <p>Deleting the last subscriber to a notification also deletes the notification.</p>
@@ -82,6 +82,7 @@ declare const DeleteSubscriberCommand_base: {
82
82
  * @throws {@link BudgetsServiceException}
83
83
  * <p>Base exception class for all service exceptions from Budgets service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetActionCommandOutput extends DescribeBudgetActionR
22
22
  }
23
23
  declare const DescribeBudgetActionCommand_base: {
24
24
  new (input: DescribeBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Describes a budget action detail.
31
31
  * </p>
@@ -120,6 +120,7 @@ declare const DescribeBudgetActionCommand_base: {
120
120
  * @throws {@link BudgetsServiceException}
121
121
  * <p>Base exception class for all service exceptions from Budgets service.</p>
122
122
  *
123
+ * @public
123
124
  */
124
125
  export declare class DescribeBudgetActionCommand extends DescribeBudgetActionCommand_base {
125
126
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetActionHistoriesCommandOutput extends DescribeBudg
22
22
  }
23
23
  declare const DescribeBudgetActionHistoriesCommand_base: {
24
24
  new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetActionHistoriesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Describes a budget action history detail.
31
31
  * </p>
@@ -138,6 +138,7 @@ declare const DescribeBudgetActionHistoriesCommand_base: {
138
138
  * @throws {@link BudgetsServiceException}
139
139
  * <p>Base exception class for all service exceptions from Budgets service.</p>
140
140
  *
141
+ * @public
141
142
  */
142
143
  export declare class DescribeBudgetActionHistoriesCommand extends DescribeBudgetActionHistoriesCommand_base {
143
144
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetActionsForAccountCommandOutput extends DescribeBu
22
22
  }
23
23
  declare const DescribeBudgetActionsForAccountCommand_base: {
24
24
  new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetActionsForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Describes all of the budget actions for an account.
31
31
  * </p>
@@ -121,6 +121,7 @@ declare const DescribeBudgetActionsForAccountCommand_base: {
121
121
  * @throws {@link BudgetsServiceException}
122
122
  * <p>Base exception class for all service exceptions from Budgets service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class DescribeBudgetActionsForAccountCommand extends DescribeBudgetActionsForAccountCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetActionsForBudgetCommandOutput extends DescribeBud
22
22
  }
23
23
  declare const DescribeBudgetActionsForBudgetCommand_base: {
24
24
  new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Describes all of the budget actions for a budget.
31
31
  * </p>
@@ -125,6 +125,7 @@ declare const DescribeBudgetActionsForBudgetCommand_base: {
125
125
  * @throws {@link BudgetsServiceException}
126
126
  * <p>Base exception class for all service exceptions from Budgets service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class DescribeBudgetActionsForBudgetCommand extends DescribeBudgetActionsForBudgetCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetCommandOutput extends DescribeBudgetResponse, __M
22
22
  }
23
23
  declare const DescribeBudgetCommand_base: {
24
24
  new (input: DescribeBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a budget.</p>
30
30
  * <important>
31
31
  * <p>The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudget.html#API_DescribeBudget_Examples">Examples</a> section. </p>
@@ -128,6 +128,7 @@ declare const DescribeBudgetCommand_base: {
128
128
  * @throws {@link BudgetsServiceException}
129
129
  * <p>Base exception class for all service exceptions from Budgets service.</p>
130
130
  *
131
+ * @public
131
132
  */
132
133
  export declare class DescribeBudgetCommand extends DescribeBudgetCommand_base {
133
134
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetNotificationsForAccountCommandOutput extends Desc
22
22
  }
23
23
  declare const DescribeBudgetNotificationsForAccountCommand_base: {
24
24
  new (input: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Lists the budget names and notifications that are associated with an account.
31
31
  * </p>
@@ -93,6 +93,7 @@ declare const DescribeBudgetNotificationsForAccountCommand_base: {
93
93
  * @throws {@link BudgetsServiceException}
94
94
  * <p>Base exception class for all service exceptions from Budgets service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DescribeBudgetNotificationsForAccountCommand extends DescribeBudgetNotificationsForAccountCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetPerformanceHistoryCommandOutput extends DescribeB
22
22
  }
23
23
  declare const DescribeBudgetPerformanceHistoryCommand_base: {
24
24
  new (input: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -121,6 +121,7 @@ declare const DescribeBudgetPerformanceHistoryCommand_base: {
121
121
  * @throws {@link BudgetsServiceException}
122
122
  * <p>Base exception class for all service exceptions from Budgets service.</p>
123
123
  *
124
+ * @public
124
125
  */
125
126
  export declare class DescribeBudgetPerformanceHistoryCommand extends DescribeBudgetPerformanceHistoryCommand_base {
126
127
  }
@@ -22,10 +22,10 @@ export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, _
22
22
  }
23
23
  declare const DescribeBudgetsCommand_base: {
24
24
  new (input: DescribeBudgetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBudgetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the budgets that are associated with an account.</p>
30
30
  * <important>
31
31
  * <p>The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_DescribeBudgets.html#API_DescribeBudgets_Examples">Examples</a> section. </p>
@@ -138,6 +138,7 @@ declare const DescribeBudgetsCommand_base: {
138
138
  * @throws {@link BudgetsServiceException}
139
139
  * <p>Base exception class for all service exceptions from Budgets service.</p>
140
140
  *
141
+ * @public
141
142
  */
142
143
  export declare class DescribeBudgetsCommand extends DescribeBudgetsCommand_base {
143
144
  }
@@ -22,10 +22,10 @@ export interface DescribeNotificationsForBudgetCommandOutput extends DescribeNot
22
22
  }
23
23
  declare const DescribeNotificationsForBudgetCommand_base: {
24
24
  new (input: DescribeNotificationsForBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeNotificationsForBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the notifications that are associated with a budget.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const DescribeNotificationsForBudgetCommand_base: {
87
87
  * @throws {@link BudgetsServiceException}
88
88
  * <p>Base exception class for all service exceptions from Budgets service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class DescribeNotificationsForBudgetCommand extends DescribeNotificationsForBudgetCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface DescribeSubscribersForNotificationCommandOutput extends Describ
22
22
  }
23
23
  declare const DescribeSubscribersForNotificationCommand_base: {
24
24
  new (input: DescribeSubscribersForNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeSubscribersForNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the subscribers that are associated with a notification.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -91,6 +91,7 @@ declare const DescribeSubscribersForNotificationCommand_base: {
91
91
  * @throws {@link BudgetsServiceException}
92
92
  * <p>Base exception class for all service exceptions from Budgets service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class DescribeSubscribersForNotificationCommand extends DescribeSubscribersForNotificationCommand_base {
96
97
  }
@@ -22,10 +22,10 @@ export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionRes
22
22
  }
23
23
  declare const ExecuteBudgetActionCommand_base: {
24
24
  new (input: ExecuteBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ExecuteBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Executes a budget action.
31
31
  * </p>
@@ -81,6 +81,7 @@ declare const ExecuteBudgetActionCommand_base: {
81
81
  * @throws {@link BudgetsServiceException}
82
82
  * <p>Base exception class for all service exceptions from Budgets service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ExecuteBudgetActionCommand extends ExecuteBudgetActionCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionRespo
22
22
  }
23
23
  declare const UpdateBudgetActionCommand_base: {
24
24
  new (input: UpdateBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBudgetActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Updates a budget action.
31
31
  * </p>
@@ -210,6 +210,7 @@ declare const UpdateBudgetActionCommand_base: {
210
210
  * @throws {@link BudgetsServiceException}
211
211
  * <p>Base exception class for all service exceptions from Budgets service.</p>
212
212
  *
213
+ * @public
213
214
  */
214
215
  export declare class UpdateBudgetActionCommand extends UpdateBudgetActionCommand_base {
215
216
  }
@@ -22,10 +22,10 @@ export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __Metad
22
22
  }
23
23
  declare const UpdateBudgetCommand_base: {
24
24
  new (input: UpdateBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateBudgetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
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>
30
30
  * <important>
31
31
  * <p>Only one of <code>BudgetLimit</code> or <code>PlannedBudgetLimits</code> can be present in the syntax at one time. Use the syntax that matches your case. The Request Syntax section shows the <code>BudgetLimit</code> syntax. For <code>PlannedBudgetLimits</code>, see the <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_budgets_UpdateBudget.html#API_UpdateBudget_Examples">Examples</a> section. </p>
@@ -126,6 +126,7 @@ declare const UpdateBudgetCommand_base: {
126
126
  * @throws {@link BudgetsServiceException}
127
127
  * <p>Base exception class for all service exceptions from Budgets service.</p>
128
128
  *
129
+ * @public
129
130
  */
130
131
  export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface UpdateNotificationCommandOutput extends UpdateNotificationRespo
22
22
  }
23
23
  declare const UpdateNotificationCommand_base: {
24
24
  new (input: UpdateNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a notification.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -85,6 +85,7 @@ declare const UpdateNotificationCommand_base: {
85
85
  * @throws {@link BudgetsServiceException}
86
86
  * <p>Base exception class for all service exceptions from Budgets service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse,
22
22
  }
23
23
  declare const UpdateSubscriberCommand_base: {
24
24
  new (input: UpdateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateSubscriberCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates a subscriber.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const UpdateSubscriberCommand_base: {
86
86
  * @throws {@link BudgetsServiceException}
87
87
  * <p>Base exception class for all service exceptions from Budgets service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
91
92
  }
@@ -53,5 +53,4 @@ export { BudgetsExtensionConfiguration } from "./extensionConfiguration";
53
53
  export * from "./commands";
54
54
  export * from "./pagination";
55
55
  export * from "./models";
56
- import "@aws-sdk/util-endpoints";
57
56
  export { BudgetsServiceException } from "./models/BudgetsServiceException";