@aws-sdk/client-budgets 3.1076.0 → 3.1078.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 (98) hide show
  1. package/dist-cjs/index.js +37 -265
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateBudgetActionCommand.js +2 -14
  4. package/dist-es/commands/CreateBudgetCommand.js +2 -14
  5. package/dist-es/commands/CreateNotificationCommand.js +2 -14
  6. package/dist-es/commands/CreateSubscriberCommand.js +2 -14
  7. package/dist-es/commands/DeleteBudgetActionCommand.js +2 -14
  8. package/dist-es/commands/DeleteBudgetCommand.js +2 -14
  9. package/dist-es/commands/DeleteNotificationCommand.js +2 -14
  10. package/dist-es/commands/DeleteSubscriberCommand.js +2 -14
  11. package/dist-es/commands/DescribeBudgetActionCommand.js +2 -14
  12. package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +2 -14
  13. package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +2 -14
  14. package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +2 -14
  15. package/dist-es/commands/DescribeBudgetCommand.js +2 -14
  16. package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -14
  17. package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -14
  18. package/dist-es/commands/DescribeBudgetsCommand.js +2 -14
  19. package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +2 -14
  20. package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +2 -14
  21. package/dist-es/commands/ExecuteBudgetActionCommand.js +2 -14
  22. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UpdateBudgetActionCommand.js +2 -14
  26. package/dist-es/commands/UpdateBudgetCommand.js +2 -14
  27. package/dist-es/commands/UpdateNotificationCommand.js +2 -14
  28. package/dist-es/commands/UpdateSubscriberCommand.js +2 -14
  29. package/dist-es/index.js +1 -0
  30. package/dist-es/runtimeConfig.browser.js +0 -2
  31. package/dist-es/runtimeConfig.js +1 -2
  32. package/dist-es/runtimeConfig.native.js +0 -2
  33. package/dist-es/runtimeConfig.shared.js +2 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/CreateBudgetActionCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateBudgetCommand.d.ts +3 -8
  37. package/dist-types/commands/CreateNotificationCommand.d.ts +3 -8
  38. package/dist-types/commands/CreateSubscriberCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteBudgetCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteNotificationCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteSubscriberCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeBudgetCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeBudgetsCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +3 -8
  53. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +3 -8
  54. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  55. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  56. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  57. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +3 -8
  58. package/dist-types/commands/UpdateBudgetCommand.d.ts +3 -8
  59. package/dist-types/commands/UpdateNotificationCommand.d.ts +3 -8
  60. package/dist-types/commands/UpdateSubscriberCommand.d.ts +3 -8
  61. package/dist-types/index.d.ts +1 -0
  62. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/dist-types/runtimeConfig.d.ts +1 -1
  64. package/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/index.d.ts +1 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  98. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetActionRequest, DescribeBudgetActionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionCommandInput extends DescribeBudgetActionRe
22
19
  export interface DescribeBudgetActionCommandOutput extends DescribeBudgetActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetActionCommand_base: {
25
- new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionCommandInput, DescribeBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetActionHistoriesRequest, DescribeBudgetActionHistoriesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionHistoriesCommandInput extends DescribeBudge
22
19
  export interface DescribeBudgetActionHistoriesCommandOutput extends DescribeBudgetActionHistoriesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetActionHistoriesCommand_base: {
25
- new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetActionHistoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionHistoriesCommandInput, DescribeBudgetActionHistoriesCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetActionsForAccountRequest, DescribeBudgetActionsForAccountResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionsForAccountCommandInput extends DescribeBud
22
19
  export interface DescribeBudgetActionsForAccountCommandOutput extends DescribeBudgetActionsForAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetActionsForAccountCommand_base: {
25
- new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetActionsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForAccountCommandInput, DescribeBudgetActionsForAccountCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetActionsForBudgetRequest, DescribeBudgetActionsForBudgetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetActionsForBudgetCommandInput extends DescribeBudg
22
19
  export interface DescribeBudgetActionsForBudgetCommandOutput extends DescribeBudgetActionsForBudgetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetActionsForBudgetCommand_base: {
25
- new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetActionsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetActionsForBudgetCommandInput, DescribeBudgetActionsForBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetRequest, DescribeBudgetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetCommandInput extends DescribeBudgetRequest {
22
19
  export interface DescribeBudgetCommandOutput extends DescribeBudgetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetCommand_base: {
25
- new (input: DescribeBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetCommandInput, DescribeBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes a budget.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetNotificationsForAccountRequest, DescribeBudgetNotificationsForAccountResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetNotificationsForAccountCommandInput extends Descr
22
19
  export interface DescribeBudgetNotificationsForAccountCommandOutput extends DescribeBudgetNotificationsForAccountResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetNotificationsForAccountCommand_base: {
25
- new (input: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetNotificationsForAccountCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetNotificationsForAccountCommandInput, DescribeBudgetNotificationsForAccountCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Lists the budget names and notifications that are associated with an account. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetPerformanceHistoryRequest, DescribeBudgetPerformanceHistoryResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetPerformanceHistoryCommandInput extends DescribeBu
22
19
  export interface DescribeBudgetPerformanceHistoryCommandOutput extends DescribeBudgetPerformanceHistoryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetPerformanceHistoryCommand_base: {
25
- new (input: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetPerformanceHistoryCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetPerformanceHistoryCommandInput, DescribeBudgetPerformanceHistoryCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeBudgetsRequest, DescribeBudgetsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeBudgetsCommandInput extends DescribeBudgetsRequest {
22
19
  export interface DescribeBudgetsCommandOutput extends DescribeBudgetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeBudgetsCommand_base: {
25
- new (input: DescribeBudgetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeBudgetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeBudgetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeBudgetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeBudgetsCommandInput, DescribeBudgetsCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the budgets that are associated with an account.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeNotificationsForBudgetRequest, DescribeNotificationsForBudgetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeNotificationsForBudgetCommandInput extends DescribeNoti
22
19
  export interface DescribeNotificationsForBudgetCommandOutput extends DescribeNotificationsForBudgetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeNotificationsForBudgetCommand_base: {
25
- new (input: DescribeNotificationsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeNotificationsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeNotificationsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeNotificationsForBudgetCommandInput): import("@smithy/core/client").CommandImpl<DescribeNotificationsForBudgetCommandInput, DescribeNotificationsForBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the notifications that are associated with a budget.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { DescribeSubscribersForNotificationRequest, DescribeSubscribersForNotificationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeSubscribersForNotificationCommandInput extends Describe
22
19
  export interface DescribeSubscribersForNotificationCommandOutput extends DescribeSubscribersForNotificationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeSubscribersForNotificationCommand_base: {
25
- new (input: DescribeSubscribersForNotificationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeSubscribersForNotificationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeSubscribersForNotificationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeSubscribersForNotificationCommandInput): import("@smithy/core/client").CommandImpl<DescribeSubscribersForNotificationCommandInput, DescribeSubscribersForNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the subscribers that are associated with a notification.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExecuteBudgetActionCommandInput extends ExecuteBudgetActionRequ
22
19
  export interface ExecuteBudgetActionCommandOutput extends ExecuteBudgetActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExecuteBudgetActionCommand_base: {
25
- new (input: ExecuteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExecuteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExecuteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExecuteBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<ExecuteBudgetActionCommandInput, ExecuteBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists tags associated with a budget or budget action resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates tags for a budget or budget action resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes tags associated with a budget or budget action resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { UpdateBudgetActionRequest, UpdateBudgetActionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateBudgetActionCommandInput extends UpdateBudgetActionReques
22
19
  export interface UpdateBudgetActionCommandOutput extends UpdateBudgetActionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBudgetActionCommand_base: {
25
- new (input: UpdateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBudgetActionCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetActionCommandInput, UpdateBudgetActionCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateBudgetCommandInput extends UpdateBudgetRequest {
22
19
  export interface UpdateBudgetCommandOutput extends UpdateBudgetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateBudgetCommand_base: {
25
- new (input: UpdateBudgetCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateBudgetCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateBudgetCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateBudgetCommandInput): import("@smithy/core/client").CommandImpl<UpdateBudgetCommandInput, UpdateBudgetCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateNotificationCommandInput extends UpdateNotificationReques
22
19
  export interface UpdateNotificationCommandOutput extends UpdateNotificationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateNotificationCommand_base: {
25
- new (input: UpdateNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateNotificationCommandInput): import("@smithy/core/client").CommandImpl<UpdateNotificationCommandInput, UpdateNotificationCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a notification.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BudgetsClient";
4
2
  import type { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UpdateSubscriberCommandInput extends UpdateSubscriberRequest {
22
19
  export interface UpdateSubscriberCommandOutput extends UpdateSubscriberResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateSubscriberCommand_base: {
25
- new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateSubscriberCommandInput): import("@smithy/core/client").CommandImpl<UpdateSubscriberCommandInput, UpdateSubscriberCommandOutput, import("..").BudgetsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates a subscriber.</p>
@@ -51,6 +51,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
51
51
  export type { RuntimeExtension } from "./runtimeExtensions";
52
52
  export type { BudgetsExtensionConfiguration } from "./extensionConfiguration";
53
53
  export * from "./commands";
54
+ export { Command as $Command } from "@smithy/core/client";
54
55
  export * from "./schemas/schemas_0";
55
56
  export * from "./pagination";
56
57
  export * from "./models/enums";
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
16
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
17
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { BudgetsClientConfig } from "./BudgetsClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
18
  streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: BudgetsClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;