@aws-sdk/client-budgets 3.337.0 → 3.341.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist-cjs/BudgetsClient.js +2 -1
  2. package/dist-cjs/commands/CreateBudgetActionCommand.js +2 -1
  3. package/dist-cjs/commands/CreateBudgetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateNotificationCommand.js +2 -1
  5. package/dist-cjs/commands/CreateSubscriberCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteBudgetActionCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteBudgetCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteNotificationCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeBudgetActionCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeBudgetCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeBudgetsCommand.js +2 -1
  18. package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +2 -1
  19. package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +2 -1
  20. package/dist-cjs/commands/ExecuteBudgetActionCommand.js +2 -1
  21. package/dist-cjs/commands/UpdateBudgetActionCommand.js +2 -1
  22. package/dist-cjs/commands/UpdateBudgetCommand.js +2 -1
  23. package/dist-cjs/commands/UpdateNotificationCommand.js +2 -1
  24. package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -1
  25. package/dist-cjs/index.js +2 -2
  26. package/dist-cjs/models/BudgetsServiceException.js +2 -1
  27. package/dist-es/BudgetsClient.js +1 -0
  28. package/dist-es/commands/CreateBudgetActionCommand.js +1 -0
  29. package/dist-es/commands/CreateBudgetCommand.js +1 -0
  30. package/dist-es/commands/CreateNotificationCommand.js +1 -0
  31. package/dist-es/commands/CreateSubscriberCommand.js +1 -0
  32. package/dist-es/commands/DeleteBudgetActionCommand.js +1 -0
  33. package/dist-es/commands/DeleteBudgetCommand.js +1 -0
  34. package/dist-es/commands/DeleteNotificationCommand.js +1 -0
  35. package/dist-es/commands/DeleteSubscriberCommand.js +1 -0
  36. package/dist-es/commands/DescribeBudgetActionCommand.js +1 -0
  37. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +1 -0
  38. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +1 -0
  39. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +1 -0
  40. package/dist-es/commands/DescribeBudgetCommand.js +1 -0
  41. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +1 -0
  42. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +1 -0
  43. package/dist-es/commands/DescribeBudgetsCommand.js +1 -0
  44. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +1 -0
  45. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +1 -0
  46. package/dist-es/commands/ExecuteBudgetActionCommand.js +1 -0
  47. package/dist-es/commands/UpdateBudgetActionCommand.js +1 -0
  48. package/dist-es/commands/UpdateBudgetCommand.js +1 -0
  49. package/dist-es/commands/UpdateNotificationCommand.js +1 -0
  50. package/dist-es/commands/UpdateSubscriberCommand.js +1 -0
  51. package/dist-es/index.js +2 -2
  52. package/dist-es/models/BudgetsServiceException.js +1 -0
  53. package/dist-types/BudgetsClient.d.ts +3 -3
  54. package/dist-types/commands/CreateBudgetActionCommand.d.ts +4 -0
  55. package/dist-types/commands/CreateBudgetCommand.d.ts +4 -0
  56. package/dist-types/commands/CreateNotificationCommand.d.ts +4 -0
  57. package/dist-types/commands/CreateSubscriberCommand.d.ts +4 -0
  58. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +4 -0
  59. package/dist-types/commands/DeleteBudgetCommand.d.ts +4 -0
  60. package/dist-types/commands/DeleteNotificationCommand.d.ts +4 -0
  61. package/dist-types/commands/DeleteSubscriberCommand.d.ts +4 -0
  62. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +4 -0
  63. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +4 -0
  65. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeBudgetCommand.d.ts +4 -0
  67. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +4 -0
  68. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +4 -0
  69. package/dist-types/commands/DescribeBudgetsCommand.d.ts +4 -0
  70. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +4 -0
  71. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +4 -0
  72. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +4 -0
  73. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +4 -0
  74. package/dist-types/commands/UpdateBudgetCommand.d.ts +4 -0
  75. package/dist-types/commands/UpdateNotificationCommand.d.ts +4 -0
  76. package/dist-types/commands/UpdateSubscriberCommand.d.ts +4 -0
  77. package/dist-types/index.d.ts +49 -2
  78. package/dist-types/models/BudgetsServiceException.d.ts +1 -0
  79. package/dist-types/ts3.4/BudgetsClient.d.ts +3 -3
  80. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/index.d.ts +2 -2
  104. package/dist-types/ts3.4/models/BudgetsServiceException.d.ts +1 -0
  105. package/package.json +28 -28
@@ -32,6 +32,7 @@ import { UpdateBudgetCommandInput, UpdateBudgetCommandOutput } from "./commands/
32
32
  import { UpdateNotificationCommandInput, UpdateNotificationCommandOutput } from "./commands/UpdateNotificationCommand";
33
33
  import { UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput } from "./commands/UpdateSubscriberCommand";
34
34
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
35
+ export { __Client };
35
36
  /**
36
37
  * @public
37
38
  */
@@ -146,7 +147,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
146
147
  /**
147
148
  * @public
148
149
  */
149
- type BudgetsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
150
+ export type BudgetsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
150
151
  /**
151
152
  * @public
152
153
  *
@@ -157,7 +158,7 @@ export interface BudgetsClientConfig extends BudgetsClientConfigType {
157
158
  /**
158
159
  * @public
159
160
  */
160
- type BudgetsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
161
+ export type BudgetsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
161
162
  /**
162
163
  * @public
163
164
  *
@@ -224,4 +225,3 @@ export declare class BudgetsClient extends __Client<__HttpHandlerOptions, Servic
224
225
  */
225
226
  destroy(): void;
226
227
  }
227
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateBudgetActionRequest, CreateBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateBudgetRequest, CreateBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateNotificationRequest, CreateNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteBudgetActionRequest, DeleteBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteBudgetRequest, DeleteBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteNotificationRequest, DeleteNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionRequest, DescribeBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionHistoriesRequest, DescribeBudgetActionHistoriesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionsForAccountRequest, DescribeBudgetActionsForAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetActionsForBudgetRequest, DescribeBudgetActionsForBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetRequest, DescribeBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetNotificationsForAccountRequest, DescribeBudgetNotificationsForAccountResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetPerformanceHistoryRequest, DescribeBudgetPerformanceHistoryResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeBudgetsRequest, DescribeBudgetsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeNotificationsForBudgetRequest, DescribeNotificationsForBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { DescribeSubscribersForNotificationRequest, DescribeSubscribersForNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateBudgetActionRequest, UpdateBudgetActionResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
5
5
  import { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,53 @@
1
- export * from "./Budgets";
1
+ /**
2
+ * <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>
3
+ * <p>Budgets provide you with a way to see the following information:</p>
4
+ * <ul>
5
+ * <li>
6
+ * <p>How close your plan is to your budgeted amount or to the free tier limits</p>
7
+ * </li>
8
+ * <li>
9
+ * <p>Your usage-to-date, including how much you've used of your Reserved Instances (RIs)</p>
10
+ * </li>
11
+ * <li>
12
+ * <p>Your current estimated charges from Amazon Web Services, and how much your predicted usage will accrue in charges by the end of the month</p>
13
+ * </li>
14
+ * <li>
15
+ * <p>How much of your budget has been used</p>
16
+ * </li>
17
+ * </ul>
18
+ * <p>Amazon Web Services updates your budget status several times a day. Budgets track your unblended costs, subscriptions, refunds, and RIs. You can create the following types of budgets:</p>
19
+ * <ul>
20
+ * <li>
21
+ * <p>
22
+ * <b>Cost budgets</b> - Plan how much you want to spend on a service.</p>
23
+ * </li>
24
+ * <li>
25
+ * <p>
26
+ * <b>Usage budgets</b> - Plan how much you want to use one or more services.</p>
27
+ * </li>
28
+ * <li>
29
+ * <p>
30
+ * <b>RI utilization budgets</b> - Define a utilization threshold, and receive alerts when your RI usage falls below that threshold. This lets you see if your RIs are unused or under-utilized.</p>
31
+ * </li>
32
+ * <li>
33
+ * <p>
34
+ * <b>RI coverage budgets</b> - Define a coverage threshold, and receive alerts when the number of your instance hours that are covered by RIs fall below that threshold. This lets you see how much of your instance usage is covered by a reservation.</p>
35
+ * </li>
36
+ * </ul>
37
+ * <p>Service Endpoint</p>
38
+ * <p>The Amazon Web Services Budgets API provides the following endpoint:</p>
39
+ * <ul>
40
+ * <li>
41
+ * <p>https://budgets.amazonaws.com</p>
42
+ * </li>
43
+ * </ul>
44
+ * <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>
45
+ *
46
+ * @packageDocumentation
47
+ */
2
48
  export * from "./BudgetsClient";
49
+ export * from "./Budgets";
3
50
  export * from "./commands";
4
- export * from "./models";
5
51
  export * from "./pagination";
52
+ export * from "./models";
6
53
  export { BudgetsServiceException } from "./models/BudgetsServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -143,6 +143,7 @@ import {
143
143
  ClientResolvedEndpointParameters,
144
144
  EndpointParameters,
145
145
  } from "./endpoint/EndpointParameters";
146
+ export { __Client };
146
147
  export type ServiceInputTypes =
147
148
  | CreateBudgetActionCommandInput
148
149
  | CreateBudgetCommandInput
@@ -215,7 +216,7 @@ export interface ClientDefaults
215
216
  logger?: __Logger;
216
217
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
217
218
  }
218
- type BudgetsClientConfigType = Partial<
219
+ export type BudgetsClientConfigType = Partial<
219
220
  __SmithyConfiguration<__HttpHandlerOptions>
220
221
  > &
221
222
  ClientDefaults &
@@ -227,7 +228,7 @@ type BudgetsClientConfigType = Partial<
227
228
  UserAgentInputConfig &
228
229
  ClientInputEndpointParameters;
229
230
  export interface BudgetsClientConfig extends BudgetsClientConfigType {}
230
- type BudgetsClientResolvedConfigType =
231
+ export type BudgetsClientResolvedConfigType =
231
232
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
232
233
  Required<ClientDefaults> &
233
234
  RegionResolvedConfig &
@@ -249,4 +250,3 @@ export declare class BudgetsClient extends __Client<
249
250
  constructor(configuration: BudgetsClientConfig);
250
251
  destroy(): void;
251
252
  }
252
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  CreateBudgetActionRequest,
16
16
  CreateBudgetActionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateBudgetActionCommandInput
19
20
  extends CreateBudgetActionRequest {}
20
21
  export interface CreateBudgetActionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BudgetsClient";
14
14
  import { CreateBudgetRequest, CreateBudgetResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateBudgetCommandInput extends CreateBudgetRequest {}
16
17
  export interface CreateBudgetCommandOutput
17
18
  extends CreateBudgetResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateNotificationRequest,
16
16
  CreateNotificationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateNotificationCommandInput
19
20
  extends CreateNotificationRequest {}
20
21
  export interface CreateNotificationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateSubscriberRequest,
16
16
  CreateSubscriberResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateSubscriberCommandInput extends CreateSubscriberRequest {}
19
20
  export interface CreateSubscriberCommandOutput
20
21
  extends CreateSubscriberResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteBudgetActionRequest,
16
16
  DeleteBudgetActionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteBudgetActionCommandInput
19
20
  extends DeleteBudgetActionRequest {}
20
21
  export interface DeleteBudgetActionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BudgetsClient";
14
14
  import { DeleteBudgetRequest, DeleteBudgetResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteBudgetCommandInput extends DeleteBudgetRequest {}
16
17
  export interface DeleteBudgetCommandOutput
17
18
  extends DeleteBudgetResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteNotificationRequest,
16
16
  DeleteNotificationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteNotificationCommandInput
19
20
  extends DeleteNotificationRequest {}
20
21
  export interface DeleteNotificationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DeleteSubscriberRequest,
16
16
  DeleteSubscriberResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteSubscriberCommandInput extends DeleteSubscriberRequest {}
19
20
  export interface DeleteSubscriberCommandOutput
20
21
  extends DeleteSubscriberResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetActionRequest,
16
16
  DescribeBudgetActionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetActionCommandInput
19
20
  extends DescribeBudgetActionRequest {}
20
21
  export interface DescribeBudgetActionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetActionHistoriesRequest,
16
16
  DescribeBudgetActionHistoriesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetActionHistoriesCommandInput
19
20
  extends DescribeBudgetActionHistoriesRequest {}
20
21
  export interface DescribeBudgetActionHistoriesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetActionsForAccountRequest,
16
16
  DescribeBudgetActionsForAccountResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetActionsForAccountCommandInput
19
20
  extends DescribeBudgetActionsForAccountRequest {}
20
21
  export interface DescribeBudgetActionsForAccountCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetActionsForBudgetRequest,
16
16
  DescribeBudgetActionsForBudgetResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetActionsForBudgetCommandInput
19
20
  extends DescribeBudgetActionsForBudgetRequest {}
20
21
  export interface DescribeBudgetActionsForBudgetCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetRequest,
16
16
  DescribeBudgetResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetCommandInput extends DescribeBudgetRequest {}
19
20
  export interface DescribeBudgetCommandOutput
20
21
  extends DescribeBudgetResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetNotificationsForAccountRequest,
16
16
  DescribeBudgetNotificationsForAccountResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetNotificationsForAccountCommandInput
19
20
  extends DescribeBudgetNotificationsForAccountRequest {}
20
21
  export interface DescribeBudgetNotificationsForAccountCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetPerformanceHistoryRequest,
16
16
  DescribeBudgetPerformanceHistoryResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetPerformanceHistoryCommandInput
19
20
  extends DescribeBudgetPerformanceHistoryRequest {}
20
21
  export interface DescribeBudgetPerformanceHistoryCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeBudgetsRequest,
16
16
  DescribeBudgetsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeBudgetsCommandInput extends DescribeBudgetsRequest {}
19
20
  export interface DescribeBudgetsCommandOutput
20
21
  extends DescribeBudgetsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeNotificationsForBudgetRequest,
16
16
  DescribeNotificationsForBudgetResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeNotificationsForBudgetCommandInput
19
20
  extends DescribeNotificationsForBudgetRequest {}
20
21
  export interface DescribeNotificationsForBudgetCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeSubscribersForNotificationRequest,
16
16
  DescribeSubscribersForNotificationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeSubscribersForNotificationCommandInput
19
20
  extends DescribeSubscribersForNotificationRequest {}
20
21
  export interface DescribeSubscribersForNotificationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ExecuteBudgetActionRequest,
16
16
  ExecuteBudgetActionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ExecuteBudgetActionCommandInput
19
20
  extends ExecuteBudgetActionRequest {}
20
21
  export interface ExecuteBudgetActionCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateBudgetActionRequest,
16
16
  UpdateBudgetActionResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateBudgetActionCommandInput
19
20
  extends UpdateBudgetActionRequest {}
20
21
  export interface UpdateBudgetActionCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../BudgetsClient";
14
14
  import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {}
16
17
  export interface UpdateBudgetCommandOutput
17
18
  extends UpdateBudgetResponse,
@@ -15,6 +15,7 @@ import {
15
15
  UpdateNotificationRequest,
16
16
  UpdateNotificationResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateNotificationCommandInput
19
20
  extends UpdateNotificationRequest {}
20
21
  export interface UpdateNotificationCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  UpdateSubscriberRequest,
16
16
  UpdateSubscriberResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {}
19
20
  export interface UpdateSubscriberCommandOutput
20
21
  extends UpdateSubscriberResponse,
@@ -1,6 +1,6 @@
1
- export * from "./Budgets";
2
1
  export * from "./BudgetsClient";
2
+ export * from "./Budgets";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { BudgetsServiceException } from "./models/BudgetsServiceException";