@aws-sdk/client-budgets 3.650.0 → 3.654.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 (53) hide show
  1. package/dist-types/commands/CreateBudgetActionCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateBudgetCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateNotificationCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateSubscriberCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteBudgetActionCommand.d.ts +11 -0
  6. package/dist-types/commands/DeleteBudgetCommand.d.ts +11 -0
  7. package/dist-types/commands/DeleteNotificationCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteSubscriberCommand.d.ts +11 -0
  9. package/dist-types/commands/DescribeBudgetActionCommand.d.ts +11 -0
  10. package/dist-types/commands/DescribeBudgetActionHistoriesCommand.d.ts +11 -0
  11. package/dist-types/commands/DescribeBudgetActionsForAccountCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeBudgetActionsForBudgetCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeBudgetCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeBudgetsCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeNotificationsForBudgetCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeSubscribersForNotificationCommand.d.ts +11 -0
  19. package/dist-types/commands/ExecuteBudgetActionCommand.d.ts +11 -0
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  21. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateBudgetActionCommand.d.ts +11 -0
  24. package/dist-types/commands/UpdateBudgetCommand.d.ts +11 -0
  25. package/dist-types/commands/UpdateNotificationCommand.d.ts +11 -0
  26. package/dist-types/commands/UpdateSubscriberCommand.d.ts +11 -0
  27. package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +12 -1
  53. package/package.json +35 -35
@@ -134,4 +134,15 @@ declare const CreateBudgetActionCommand_base: {
134
134
  * @public
135
135
  */
136
136
  export declare class CreateBudgetActionCommand extends CreateBudgetActionCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: CreateBudgetActionRequest;
141
+ output: CreateBudgetActionResponse;
142
+ };
143
+ sdk: {
144
+ input: CreateBudgetActionCommandInput;
145
+ output: CreateBudgetActionCommandOutput;
146
+ };
147
+ };
137
148
  }
@@ -159,4 +159,15 @@ declare const CreateBudgetCommand_base: {
159
159
  * @public
160
160
  */
161
161
  export declare class CreateBudgetCommand extends CreateBudgetCommand_base {
162
+ /** @internal type navigation helper, not in runtime. */
163
+ protected static __types: {
164
+ api: {
165
+ input: CreateBudgetRequest;
166
+ output: {};
167
+ };
168
+ sdk: {
169
+ input: CreateBudgetCommandInput;
170
+ output: CreateBudgetCommandOutput;
171
+ };
172
+ };
162
173
  }
@@ -91,4 +91,15 @@ declare const CreateNotificationCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class CreateNotificationCommand extends CreateNotificationCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: CreateNotificationRequest;
98
+ output: {};
99
+ };
100
+ sdk: {
101
+ input: CreateNotificationCommandInput;
102
+ output: CreateNotificationCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -89,4 +89,15 @@ declare const CreateSubscriberCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateSubscriberRequest;
96
+ output: {};
97
+ };
98
+ sdk: {
99
+ input: CreateSubscriberCommandInput;
100
+ output: CreateSubscriberCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -128,4 +128,15 @@ declare const DeleteBudgetActionCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class DeleteBudgetActionCommand extends DeleteBudgetActionCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: DeleteBudgetActionRequest;
135
+ output: DeleteBudgetActionResponse;
136
+ };
137
+ sdk: {
138
+ input: DeleteBudgetActionCommandInput;
139
+ output: DeleteBudgetActionCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -75,4 +75,15 @@ declare const DeleteBudgetCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DeleteBudgetCommand extends DeleteBudgetCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteBudgetRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: DeleteBudgetCommandInput;
86
+ output: DeleteBudgetCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -82,4 +82,15 @@ declare const DeleteNotificationCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class DeleteNotificationCommand extends DeleteNotificationCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: DeleteNotificationRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: DeleteNotificationCommandInput;
93
+ output: DeleteNotificationCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -86,4 +86,15 @@ declare const DeleteSubscriberCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DeleteSubscriberRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: DeleteSubscriberCommandInput;
97
+ output: DeleteSubscriberCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -124,4 +124,15 @@ declare const DescribeBudgetActionCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class DescribeBudgetActionCommand extends DescribeBudgetActionCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: DescribeBudgetActionRequest;
131
+ output: DescribeBudgetActionResponse;
132
+ };
133
+ sdk: {
134
+ input: DescribeBudgetActionCommandInput;
135
+ output: DescribeBudgetActionCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -142,4 +142,15 @@ declare const DescribeBudgetActionHistoriesCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class DescribeBudgetActionHistoriesCommand extends DescribeBudgetActionHistoriesCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: DescribeBudgetActionHistoriesRequest;
149
+ output: DescribeBudgetActionHistoriesResponse;
150
+ };
151
+ sdk: {
152
+ input: DescribeBudgetActionHistoriesCommandInput;
153
+ output: DescribeBudgetActionHistoriesCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -125,4 +125,15 @@ declare const DescribeBudgetActionsForAccountCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class DescribeBudgetActionsForAccountCommand extends DescribeBudgetActionsForAccountCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: DescribeBudgetActionsForAccountRequest;
132
+ output: DescribeBudgetActionsForAccountResponse;
133
+ };
134
+ sdk: {
135
+ input: DescribeBudgetActionsForAccountCommandInput;
136
+ output: DescribeBudgetActionsForAccountCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -129,4 +129,15 @@ declare const DescribeBudgetActionsForBudgetCommand_base: {
129
129
  * @public
130
130
  */
131
131
  export declare class DescribeBudgetActionsForBudgetCommand extends DescribeBudgetActionsForBudgetCommand_base {
132
+ /** @internal type navigation helper, not in runtime. */
133
+ protected static __types: {
134
+ api: {
135
+ input: DescribeBudgetActionsForBudgetRequest;
136
+ output: DescribeBudgetActionsForBudgetResponse;
137
+ };
138
+ sdk: {
139
+ input: DescribeBudgetActionsForBudgetCommandInput;
140
+ output: DescribeBudgetActionsForBudgetCommandOutput;
141
+ };
142
+ };
132
143
  }
@@ -132,4 +132,15 @@ declare const DescribeBudgetCommand_base: {
132
132
  * @public
133
133
  */
134
134
  export declare class DescribeBudgetCommand extends DescribeBudgetCommand_base {
135
+ /** @internal type navigation helper, not in runtime. */
136
+ protected static __types: {
137
+ api: {
138
+ input: DescribeBudgetRequest;
139
+ output: DescribeBudgetResponse;
140
+ };
141
+ sdk: {
142
+ input: DescribeBudgetCommandInput;
143
+ output: DescribeBudgetCommandOutput;
144
+ };
145
+ };
135
146
  }
@@ -95,4 +95,15 @@ declare const DescribeBudgetNotificationsForAccountCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeBudgetNotificationsForAccountCommand extends DescribeBudgetNotificationsForAccountCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeBudgetNotificationsForAccountRequest;
102
+ output: DescribeBudgetNotificationsForAccountResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeBudgetNotificationsForAccountCommandInput;
106
+ output: DescribeBudgetNotificationsForAccountCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -125,4 +125,15 @@ declare const DescribeBudgetPerformanceHistoryCommand_base: {
125
125
  * @public
126
126
  */
127
127
  export declare class DescribeBudgetPerformanceHistoryCommand extends DescribeBudgetPerformanceHistoryCommand_base {
128
+ /** @internal type navigation helper, not in runtime. */
129
+ protected static __types: {
130
+ api: {
131
+ input: DescribeBudgetPerformanceHistoryRequest;
132
+ output: DescribeBudgetPerformanceHistoryResponse;
133
+ };
134
+ sdk: {
135
+ input: DescribeBudgetPerformanceHistoryCommandInput;
136
+ output: DescribeBudgetPerformanceHistoryCommandOutput;
137
+ };
138
+ };
128
139
  }
@@ -142,4 +142,15 @@ declare const DescribeBudgetsCommand_base: {
142
142
  * @public
143
143
  */
144
144
  export declare class DescribeBudgetsCommand extends DescribeBudgetsCommand_base {
145
+ /** @internal type navigation helper, not in runtime. */
146
+ protected static __types: {
147
+ api: {
148
+ input: DescribeBudgetsRequest;
149
+ output: DescribeBudgetsResponse;
150
+ };
151
+ sdk: {
152
+ input: DescribeBudgetsCommandInput;
153
+ output: DescribeBudgetsCommandOutput;
154
+ };
155
+ };
145
156
  }
@@ -91,4 +91,15 @@ declare const DescribeNotificationsForBudgetCommand_base: {
91
91
  * @public
92
92
  */
93
93
  export declare class DescribeNotificationsForBudgetCommand extends DescribeNotificationsForBudgetCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: DescribeNotificationsForBudgetRequest;
98
+ output: DescribeNotificationsForBudgetResponse;
99
+ };
100
+ sdk: {
101
+ input: DescribeNotificationsForBudgetCommandInput;
102
+ output: DescribeNotificationsForBudgetCommandOutput;
103
+ };
104
+ };
94
105
  }
@@ -95,4 +95,15 @@ declare const DescribeSubscribersForNotificationCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class DescribeSubscribersForNotificationCommand extends DescribeSubscribersForNotificationCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: DescribeSubscribersForNotificationRequest;
102
+ output: DescribeSubscribersForNotificationResponse;
103
+ };
104
+ sdk: {
105
+ input: DescribeSubscribersForNotificationCommandInput;
106
+ output: DescribeSubscribersForNotificationCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -85,4 +85,15 @@ declare const ExecuteBudgetActionCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ExecuteBudgetActionCommand extends ExecuteBudgetActionCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ExecuteBudgetActionRequest;
92
+ output: ExecuteBudgetActionResponse;
93
+ };
94
+ sdk: {
95
+ input: ExecuteBudgetActionCommandInput;
96
+ output: ExecuteBudgetActionCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -78,4 +78,15 @@ declare const ListTagsForResourceCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: ListTagsForResourceRequest;
85
+ output: ListTagsForResourceResponse;
86
+ };
87
+ sdk: {
88
+ input: ListTagsForResourceCommandInput;
89
+ output: ListTagsForResourceCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -80,4 +80,15 @@ declare const TagResourceCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class TagResourceCommand extends TagResourceCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: TagResourceRequest;
87
+ output: {};
88
+ };
89
+ sdk: {
90
+ input: TagResourceCommandInput;
91
+ output: TagResourceCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -74,4 +74,15 @@ declare const UntagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UntagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UntagResourceCommandInput;
85
+ output: UntagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -214,4 +214,15 @@ declare const UpdateBudgetActionCommand_base: {
214
214
  * @public
215
215
  */
216
216
  export declare class UpdateBudgetActionCommand extends UpdateBudgetActionCommand_base {
217
+ /** @internal type navigation helper, not in runtime. */
218
+ protected static __types: {
219
+ api: {
220
+ input: UpdateBudgetActionRequest;
221
+ output: UpdateBudgetActionResponse;
222
+ };
223
+ sdk: {
224
+ input: UpdateBudgetActionCommandInput;
225
+ output: UpdateBudgetActionCommandOutput;
226
+ };
227
+ };
217
228
  }
@@ -130,4 +130,15 @@ declare const UpdateBudgetCommand_base: {
130
130
  * @public
131
131
  */
132
132
  export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base {
133
+ /** @internal type navigation helper, not in runtime. */
134
+ protected static __types: {
135
+ api: {
136
+ input: UpdateBudgetRequest;
137
+ output: {};
138
+ };
139
+ sdk: {
140
+ input: UpdateBudgetCommandInput;
141
+ output: UpdateBudgetCommandOutput;
142
+ };
143
+ };
133
144
  }
@@ -89,4 +89,15 @@ declare const UpdateNotificationCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: UpdateNotificationRequest;
96
+ output: {};
97
+ };
98
+ sdk: {
99
+ input: UpdateNotificationCommandInput;
100
+ output: UpdateNotificationCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -90,4 +90,15 @@ declare const UpdateSubscriberCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: UpdateSubscriberRequest;
97
+ output: {};
98
+ };
99
+ sdk: {
100
+ input: UpdateSubscriberCommandInput;
101
+ output: UpdateSubscriberCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -37,4 +37,15 @@ declare const CreateBudgetActionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateBudgetActionCommand extends CreateBudgetActionCommand_base {}
40
+ export declare class CreateBudgetActionCommand extends CreateBudgetActionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateBudgetActionRequest;
44
+ output: CreateBudgetActionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateBudgetActionCommandInput;
48
+ output: CreateBudgetActionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateBudgetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateBudgetCommand extends CreateBudgetCommand_base {}
36
+ export declare class CreateBudgetCommand extends CreateBudgetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateBudgetRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: CreateBudgetCommandInput;
44
+ output: CreateBudgetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateNotificationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateNotificationCommand extends CreateNotificationCommand_base {}
40
+ export declare class CreateNotificationCommand extends CreateNotificationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateNotificationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CreateNotificationCommandInput;
48
+ output: CreateNotificationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateSubscriberCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {}
39
+ export declare class CreateSubscriberCommand extends CreateSubscriberCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateSubscriberRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: CreateSubscriberCommandInput;
47
+ output: CreateSubscriberCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteBudgetActionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteBudgetActionCommand extends DeleteBudgetActionCommand_base {}
40
+ export declare class DeleteBudgetActionCommand extends DeleteBudgetActionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteBudgetActionRequest;
44
+ output: DeleteBudgetActionResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteBudgetActionCommandInput;
48
+ output: DeleteBudgetActionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteBudgetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBudgetCommand extends DeleteBudgetCommand_base {}
36
+ export declare class DeleteBudgetCommand extends DeleteBudgetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBudgetRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteBudgetCommandInput;
44
+ output: DeleteBudgetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeleteNotificationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteNotificationCommand extends DeleteNotificationCommand_base {}
40
+ export declare class DeleteNotificationCommand extends DeleteNotificationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteNotificationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteNotificationCommandInput;
48
+ output: DeleteNotificationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteSubscriberCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {}
39
+ export declare class DeleteSubscriberCommand extends DeleteSubscriberCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteSubscriberRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteSubscriberCommandInput;
47
+ output: DeleteSubscriberCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeBudgetActionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeBudgetActionCommand extends DescribeBudgetActionCommand_base {}
40
+ export declare class DescribeBudgetActionCommand extends DescribeBudgetActionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBudgetActionRequest;
44
+ output: DescribeBudgetActionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBudgetActionCommandInput;
48
+ output: DescribeBudgetActionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeBudgetActionHistoriesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeBudgetActionHistoriesCommand extends DescribeBudgetActionHistoriesCommand_base {}
40
+ export declare class DescribeBudgetActionHistoriesCommand extends DescribeBudgetActionHistoriesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBudgetActionHistoriesRequest;
44
+ output: DescribeBudgetActionHistoriesResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBudgetActionHistoriesCommandInput;
48
+ output: DescribeBudgetActionHistoriesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeBudgetActionsForAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeBudgetActionsForAccountCommand extends DescribeBudgetActionsForAccountCommand_base {}
40
+ export declare class DescribeBudgetActionsForAccountCommand extends DescribeBudgetActionsForAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBudgetActionsForAccountRequest;
44
+ output: DescribeBudgetActionsForAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBudgetActionsForAccountCommandInput;
48
+ output: DescribeBudgetActionsForAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeBudgetActionsForBudgetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeBudgetActionsForBudgetCommand extends DescribeBudgetActionsForBudgetCommand_base {}
40
+ export declare class DescribeBudgetActionsForBudgetCommand extends DescribeBudgetActionsForBudgetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBudgetActionsForBudgetRequest;
44
+ output: DescribeBudgetActionsForBudgetResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBudgetActionsForBudgetCommandInput;
48
+ output: DescribeBudgetActionsForBudgetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeBudgetCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeBudgetCommand extends DescribeBudgetCommand_base {}
39
+ export declare class DescribeBudgetCommand extends DescribeBudgetCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeBudgetRequest;
43
+ output: DescribeBudgetResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeBudgetCommandInput;
47
+ output: DescribeBudgetCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeBudgetNotificationsForAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeBudgetNotificationsForAccountCommand extends DescribeBudgetNotificationsForAccountCommand_base {}
40
+ export declare class DescribeBudgetNotificationsForAccountCommand extends DescribeBudgetNotificationsForAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBudgetNotificationsForAccountRequest;
44
+ output: DescribeBudgetNotificationsForAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBudgetNotificationsForAccountCommandInput;
48
+ output: DescribeBudgetNotificationsForAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeBudgetPerformanceHistoryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeBudgetPerformanceHistoryCommand extends DescribeBudgetPerformanceHistoryCommand_base {}
40
+ export declare class DescribeBudgetPerformanceHistoryCommand extends DescribeBudgetPerformanceHistoryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeBudgetPerformanceHistoryRequest;
44
+ output: DescribeBudgetPerformanceHistoryResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeBudgetPerformanceHistoryCommandInput;
48
+ output: DescribeBudgetPerformanceHistoryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeBudgetsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeBudgetsCommand extends DescribeBudgetsCommand_base {}
39
+ export declare class DescribeBudgetsCommand extends DescribeBudgetsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeBudgetsRequest;
43
+ output: DescribeBudgetsResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeBudgetsCommandInput;
47
+ output: DescribeBudgetsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeNotificationsForBudgetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeNotificationsForBudgetCommand extends DescribeNotificationsForBudgetCommand_base {}
40
+ export declare class DescribeNotificationsForBudgetCommand extends DescribeNotificationsForBudgetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeNotificationsForBudgetRequest;
44
+ output: DescribeNotificationsForBudgetResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeNotificationsForBudgetCommandInput;
48
+ output: DescribeNotificationsForBudgetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeSubscribersForNotificationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeSubscribersForNotificationCommand extends DescribeSubscribersForNotificationCommand_base {}
40
+ export declare class DescribeSubscribersForNotificationCommand extends DescribeSubscribersForNotificationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeSubscribersForNotificationRequest;
44
+ output: DescribeSubscribersForNotificationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeSubscribersForNotificationCommandInput;
48
+ output: DescribeSubscribersForNotificationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ExecuteBudgetActionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ExecuteBudgetActionCommand extends ExecuteBudgetActionCommand_base {}
40
+ export declare class ExecuteBudgetActionCommand extends ExecuteBudgetActionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ExecuteBudgetActionRequest;
44
+ output: ExecuteBudgetActionResponse;
45
+ };
46
+ sdk: {
47
+ input: ExecuteBudgetActionCommandInput;
48
+ output: ExecuteBudgetActionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateBudgetActionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateBudgetActionCommand extends UpdateBudgetActionCommand_base {}
40
+ export declare class UpdateBudgetActionCommand extends UpdateBudgetActionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateBudgetActionRequest;
44
+ output: UpdateBudgetActionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateBudgetActionCommandInput;
48
+ output: UpdateBudgetActionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const UpdateBudgetCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base {}
36
+ export declare class UpdateBudgetCommand extends UpdateBudgetCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateBudgetRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateBudgetCommandInput;
44
+ output: UpdateBudgetCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateNotificationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base {}
40
+ export declare class UpdateNotificationCommand extends UpdateNotificationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateNotificationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateNotificationCommandInput;
48
+ output: UpdateNotificationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateSubscriberCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {}
39
+ export declare class UpdateSubscriberCommand extends UpdateSubscriberCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateSubscriberRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UpdateSubscriberCommandInput;
47
+ output: UpdateSubscriberCommandOutput;
48
+ };
49
+ };
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-budgets",
3
3
  "description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-budgets",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },