@aws-sdk/client-budgets 3.489.0 → 3.495.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.
- package/dist-cjs/Budgets.js +1 -57
- package/dist-cjs/BudgetsClient.js +1 -43
- package/dist-cjs/commands/CreateBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/CreateBudgetCommand.js +1 -29
- package/dist-cjs/commands/CreateNotificationCommand.js +1 -29
- package/dist-cjs/commands/CreateSubscriberCommand.js +1 -29
- package/dist-cjs/commands/DeleteBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/DeleteBudgetCommand.js +1 -28
- package/dist-cjs/commands/DeleteNotificationCommand.js +1 -28
- package/dist-cjs/commands/DeleteSubscriberCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +1 -29
- package/dist-cjs/commands/DescribeBudgetCommand.js +1 -28
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +1 -28
- package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +1 -28
- package/dist-cjs/commands/DescribeBudgetsCommand.js +1 -28
- package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +1 -28
- package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +1 -29
- package/dist-cjs/commands/ExecuteBudgetActionCommand.js +1 -28
- package/dist-cjs/commands/UpdateBudgetActionCommand.js +1 -29
- package/dist-cjs/commands/UpdateBudgetCommand.js +1 -28
- package/dist-cjs/commands/UpdateNotificationCommand.js +1 -28
- package/dist-cjs/commands/UpdateSubscriberCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -26
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +2840 -11
- package/dist-cjs/models/BudgetsServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -317
- package/dist-cjs/pagination/DescribeBudgetActionHistoriesPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetActionsForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetActionsForBudgetPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetNotificationsForAccountPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetPerformanceHistoryPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeBudgetsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeNotificationsForBudgetPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeSubscribersForNotificationPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/index.js +1 -12
- package/dist-cjs/protocols/Aws_json1_1.js +1 -1819
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BudgetsServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class BudgetsServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, BudgetsServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.BudgetsServiceException = BudgetsServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,317 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateSubscriberRequestFilterSensitiveLog = exports.UpdateBudgetActionResponseFilterSensitiveLog = exports.UpdateBudgetActionRequestFilterSensitiveLog = exports.DescribeSubscribersForNotificationResponseFilterSensitiveLog = exports.DescribeBudgetActionsForBudgetResponseFilterSensitiveLog = exports.DescribeBudgetActionsForAccountResponseFilterSensitiveLog = exports.DescribeBudgetActionHistoriesResponseFilterSensitiveLog = exports.DescribeBudgetActionResponseFilterSensitiveLog = exports.DeleteSubscriberRequestFilterSensitiveLog = exports.DeleteBudgetActionResponseFilterSensitiveLog = exports.CreateSubscriberRequestFilterSensitiveLog = exports.CreateNotificationRequestFilterSensitiveLog = exports.CreateBudgetActionRequestFilterSensitiveLog = exports.CreateBudgetRequestFilterSensitiveLog = exports.NotificationWithSubscribersFilterSensitiveLog = exports.ActionHistoryFilterSensitiveLog = exports.ActionHistoryDetailsFilterSensitiveLog = exports.ActionFilterSensitiveLog = exports.SubscriberFilterSensitiveLog = exports.ExecutionType = exports.ExpiredNextTokenException = exports.InvalidNextTokenException = exports.ResourceLockedException = exports.NotFoundException = exports.ThrottlingException = exports.InvalidParameterException = exports.InternalErrorException = exports.DuplicateRecordException = exports.CreationLimitExceededException = exports.NotificationState = exports.ComparisonOperator = exports.TimeUnit = exports.BudgetType = exports.AutoAdjustType = exports.EventType = exports.SubscriptionType = exports.ActionStatus = exports.NotificationType = exports.ActionSubType = exports.ApprovalModel = exports.ActionType = exports.ThresholdType = exports.AccessDeniedException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
const BudgetsServiceException_1 = require("./BudgetsServiceException");
|
|
6
|
-
class AccessDeniedException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
7
|
-
constructor(opts) {
|
|
8
|
-
super({
|
|
9
|
-
name: "AccessDeniedException",
|
|
10
|
-
$fault: "client",
|
|
11
|
-
...opts,
|
|
12
|
-
});
|
|
13
|
-
this.name = "AccessDeniedException";
|
|
14
|
-
this.$fault = "client";
|
|
15
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
16
|
-
this.Message = opts.Message;
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
-
exports.ThresholdType = {
|
|
21
|
-
ABSOLUTE_VALUE: "ABSOLUTE_VALUE",
|
|
22
|
-
PERCENTAGE: "PERCENTAGE",
|
|
23
|
-
};
|
|
24
|
-
exports.ActionType = {
|
|
25
|
-
IAM: "APPLY_IAM_POLICY",
|
|
26
|
-
SCP: "APPLY_SCP_POLICY",
|
|
27
|
-
SSM: "RUN_SSM_DOCUMENTS",
|
|
28
|
-
};
|
|
29
|
-
exports.ApprovalModel = {
|
|
30
|
-
AUTO: "AUTOMATIC",
|
|
31
|
-
MANUAL: "MANUAL",
|
|
32
|
-
};
|
|
33
|
-
exports.ActionSubType = {
|
|
34
|
-
STOP_EC2: "STOP_EC2_INSTANCES",
|
|
35
|
-
STOP_RDS: "STOP_RDS_INSTANCES",
|
|
36
|
-
};
|
|
37
|
-
exports.NotificationType = {
|
|
38
|
-
ACTUAL: "ACTUAL",
|
|
39
|
-
FORECASTED: "FORECASTED",
|
|
40
|
-
};
|
|
41
|
-
exports.ActionStatus = {
|
|
42
|
-
Execution_Failure: "EXECUTION_FAILURE",
|
|
43
|
-
Execution_In_Progress: "EXECUTION_IN_PROGRESS",
|
|
44
|
-
Execution_Success: "EXECUTION_SUCCESS",
|
|
45
|
-
Pending: "PENDING",
|
|
46
|
-
Reset_Failure: "RESET_FAILURE",
|
|
47
|
-
Reset_In_Progress: "RESET_IN_PROGRESS",
|
|
48
|
-
Reverse_Failure: "REVERSE_FAILURE",
|
|
49
|
-
Reverse_In_Progress: "REVERSE_IN_PROGRESS",
|
|
50
|
-
Reverse_Success: "REVERSE_SUCCESS",
|
|
51
|
-
Standby: "STANDBY",
|
|
52
|
-
};
|
|
53
|
-
exports.SubscriptionType = {
|
|
54
|
-
EMAIL: "EMAIL",
|
|
55
|
-
SNS: "SNS",
|
|
56
|
-
};
|
|
57
|
-
exports.EventType = {
|
|
58
|
-
CreateAction: "CREATE_ACTION",
|
|
59
|
-
DeleteAction: "DELETE_ACTION",
|
|
60
|
-
ExecuteAction: "EXECUTE_ACTION",
|
|
61
|
-
System: "SYSTEM",
|
|
62
|
-
UpdateAction: "UPDATE_ACTION",
|
|
63
|
-
};
|
|
64
|
-
exports.AutoAdjustType = {
|
|
65
|
-
FORECAST: "FORECAST",
|
|
66
|
-
HISTORICAL: "HISTORICAL",
|
|
67
|
-
};
|
|
68
|
-
exports.BudgetType = {
|
|
69
|
-
Cost: "COST",
|
|
70
|
-
RICoverage: "RI_COVERAGE",
|
|
71
|
-
RIUtilization: "RI_UTILIZATION",
|
|
72
|
-
SPCoverage: "SAVINGS_PLANS_COVERAGE",
|
|
73
|
-
SPUtilization: "SAVINGS_PLANS_UTILIZATION",
|
|
74
|
-
Usage: "USAGE",
|
|
75
|
-
};
|
|
76
|
-
exports.TimeUnit = {
|
|
77
|
-
ANNUALLY: "ANNUALLY",
|
|
78
|
-
DAILY: "DAILY",
|
|
79
|
-
MONTHLY: "MONTHLY",
|
|
80
|
-
QUARTERLY: "QUARTERLY",
|
|
81
|
-
};
|
|
82
|
-
exports.ComparisonOperator = {
|
|
83
|
-
EQUAL_TO: "EQUAL_TO",
|
|
84
|
-
GREATER_THAN: "GREATER_THAN",
|
|
85
|
-
LESS_THAN: "LESS_THAN",
|
|
86
|
-
};
|
|
87
|
-
exports.NotificationState = {
|
|
88
|
-
ALARM: "ALARM",
|
|
89
|
-
OK: "OK",
|
|
90
|
-
};
|
|
91
|
-
class CreationLimitExceededException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
92
|
-
constructor(opts) {
|
|
93
|
-
super({
|
|
94
|
-
name: "CreationLimitExceededException",
|
|
95
|
-
$fault: "client",
|
|
96
|
-
...opts,
|
|
97
|
-
});
|
|
98
|
-
this.name = "CreationLimitExceededException";
|
|
99
|
-
this.$fault = "client";
|
|
100
|
-
Object.setPrototypeOf(this, CreationLimitExceededException.prototype);
|
|
101
|
-
this.Message = opts.Message;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
exports.CreationLimitExceededException = CreationLimitExceededException;
|
|
105
|
-
class DuplicateRecordException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
106
|
-
constructor(opts) {
|
|
107
|
-
super({
|
|
108
|
-
name: "DuplicateRecordException",
|
|
109
|
-
$fault: "client",
|
|
110
|
-
...opts,
|
|
111
|
-
});
|
|
112
|
-
this.name = "DuplicateRecordException";
|
|
113
|
-
this.$fault = "client";
|
|
114
|
-
Object.setPrototypeOf(this, DuplicateRecordException.prototype);
|
|
115
|
-
this.Message = opts.Message;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
exports.DuplicateRecordException = DuplicateRecordException;
|
|
119
|
-
class InternalErrorException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
120
|
-
constructor(opts) {
|
|
121
|
-
super({
|
|
122
|
-
name: "InternalErrorException",
|
|
123
|
-
$fault: "server",
|
|
124
|
-
...opts,
|
|
125
|
-
});
|
|
126
|
-
this.name = "InternalErrorException";
|
|
127
|
-
this.$fault = "server";
|
|
128
|
-
Object.setPrototypeOf(this, InternalErrorException.prototype);
|
|
129
|
-
this.Message = opts.Message;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
exports.InternalErrorException = InternalErrorException;
|
|
133
|
-
class InvalidParameterException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
134
|
-
constructor(opts) {
|
|
135
|
-
super({
|
|
136
|
-
name: "InvalidParameterException",
|
|
137
|
-
$fault: "client",
|
|
138
|
-
...opts,
|
|
139
|
-
});
|
|
140
|
-
this.name = "InvalidParameterException";
|
|
141
|
-
this.$fault = "client";
|
|
142
|
-
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
143
|
-
this.Message = opts.Message;
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
exports.InvalidParameterException = InvalidParameterException;
|
|
147
|
-
class ThrottlingException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
148
|
-
constructor(opts) {
|
|
149
|
-
super({
|
|
150
|
-
name: "ThrottlingException",
|
|
151
|
-
$fault: "client",
|
|
152
|
-
...opts,
|
|
153
|
-
});
|
|
154
|
-
this.name = "ThrottlingException";
|
|
155
|
-
this.$fault = "client";
|
|
156
|
-
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
157
|
-
this.Message = opts.Message;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
exports.ThrottlingException = ThrottlingException;
|
|
161
|
-
class NotFoundException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
162
|
-
constructor(opts) {
|
|
163
|
-
super({
|
|
164
|
-
name: "NotFoundException",
|
|
165
|
-
$fault: "client",
|
|
166
|
-
...opts,
|
|
167
|
-
});
|
|
168
|
-
this.name = "NotFoundException";
|
|
169
|
-
this.$fault = "client";
|
|
170
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
171
|
-
this.Message = opts.Message;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
exports.NotFoundException = NotFoundException;
|
|
175
|
-
class ResourceLockedException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
176
|
-
constructor(opts) {
|
|
177
|
-
super({
|
|
178
|
-
name: "ResourceLockedException",
|
|
179
|
-
$fault: "client",
|
|
180
|
-
...opts,
|
|
181
|
-
});
|
|
182
|
-
this.name = "ResourceLockedException";
|
|
183
|
-
this.$fault = "client";
|
|
184
|
-
Object.setPrototypeOf(this, ResourceLockedException.prototype);
|
|
185
|
-
this.Message = opts.Message;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
exports.ResourceLockedException = ResourceLockedException;
|
|
189
|
-
class InvalidNextTokenException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
190
|
-
constructor(opts) {
|
|
191
|
-
super({
|
|
192
|
-
name: "InvalidNextTokenException",
|
|
193
|
-
$fault: "client",
|
|
194
|
-
...opts,
|
|
195
|
-
});
|
|
196
|
-
this.name = "InvalidNextTokenException";
|
|
197
|
-
this.$fault = "client";
|
|
198
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
199
|
-
this.Message = opts.Message;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
203
|
-
class ExpiredNextTokenException extends BudgetsServiceException_1.BudgetsServiceException {
|
|
204
|
-
constructor(opts) {
|
|
205
|
-
super({
|
|
206
|
-
name: "ExpiredNextTokenException",
|
|
207
|
-
$fault: "client",
|
|
208
|
-
...opts,
|
|
209
|
-
});
|
|
210
|
-
this.name = "ExpiredNextTokenException";
|
|
211
|
-
this.$fault = "client";
|
|
212
|
-
Object.setPrototypeOf(this, ExpiredNextTokenException.prototype);
|
|
213
|
-
this.Message = opts.Message;
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
exports.ExpiredNextTokenException = ExpiredNextTokenException;
|
|
217
|
-
exports.ExecutionType = {
|
|
218
|
-
ApproveBudgetAction: "APPROVE_BUDGET_ACTION",
|
|
219
|
-
ResetBudgetAction: "RESET_BUDGET_ACTION",
|
|
220
|
-
RetryBudgetAction: "RETRY_BUDGET_ACTION",
|
|
221
|
-
ReverseBudgetAction: "REVERSE_BUDGET_ACTION",
|
|
222
|
-
};
|
|
223
|
-
const SubscriberFilterSensitiveLog = (obj) => ({
|
|
224
|
-
...obj,
|
|
225
|
-
...(obj.Address && { Address: smithy_client_1.SENSITIVE_STRING }),
|
|
226
|
-
});
|
|
227
|
-
exports.SubscriberFilterSensitiveLog = SubscriberFilterSensitiveLog;
|
|
228
|
-
const ActionFilterSensitiveLog = (obj) => ({
|
|
229
|
-
...obj,
|
|
230
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => (0, exports.SubscriberFilterSensitiveLog)(item)) }),
|
|
231
|
-
});
|
|
232
|
-
exports.ActionFilterSensitiveLog = ActionFilterSensitiveLog;
|
|
233
|
-
const ActionHistoryDetailsFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
...(obj.Action && { Action: (0, exports.ActionFilterSensitiveLog)(obj.Action) }),
|
|
236
|
-
});
|
|
237
|
-
exports.ActionHistoryDetailsFilterSensitiveLog = ActionHistoryDetailsFilterSensitiveLog;
|
|
238
|
-
const ActionHistoryFilterSensitiveLog = (obj) => ({
|
|
239
|
-
...obj,
|
|
240
|
-
...(obj.ActionHistoryDetails && {
|
|
241
|
-
ActionHistoryDetails: (0, exports.ActionHistoryDetailsFilterSensitiveLog)(obj.ActionHistoryDetails),
|
|
242
|
-
}),
|
|
243
|
-
});
|
|
244
|
-
exports.ActionHistoryFilterSensitiveLog = ActionHistoryFilterSensitiveLog;
|
|
245
|
-
const NotificationWithSubscribersFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => (0, exports.SubscriberFilterSensitiveLog)(item)) }),
|
|
248
|
-
});
|
|
249
|
-
exports.NotificationWithSubscribersFilterSensitiveLog = NotificationWithSubscribersFilterSensitiveLog;
|
|
250
|
-
const CreateBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
251
|
-
...obj,
|
|
252
|
-
});
|
|
253
|
-
exports.CreateBudgetRequestFilterSensitiveLog = CreateBudgetRequestFilterSensitiveLog;
|
|
254
|
-
const CreateBudgetActionRequestFilterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => (0, exports.SubscriberFilterSensitiveLog)(item)) }),
|
|
257
|
-
});
|
|
258
|
-
exports.CreateBudgetActionRequestFilterSensitiveLog = CreateBudgetActionRequestFilterSensitiveLog;
|
|
259
|
-
const CreateNotificationRequestFilterSensitiveLog = (obj) => ({
|
|
260
|
-
...obj,
|
|
261
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => (0, exports.SubscriberFilterSensitiveLog)(item)) }),
|
|
262
|
-
});
|
|
263
|
-
exports.CreateNotificationRequestFilterSensitiveLog = CreateNotificationRequestFilterSensitiveLog;
|
|
264
|
-
const CreateSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
265
|
-
...obj,
|
|
266
|
-
...(obj.Subscriber && { Subscriber: (0, exports.SubscriberFilterSensitiveLog)(obj.Subscriber) }),
|
|
267
|
-
});
|
|
268
|
-
exports.CreateSubscriberRequestFilterSensitiveLog = CreateSubscriberRequestFilterSensitiveLog;
|
|
269
|
-
const DeleteBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
...(obj.Action && { Action: (0, exports.ActionFilterSensitiveLog)(obj.Action) }),
|
|
272
|
-
});
|
|
273
|
-
exports.DeleteBudgetActionResponseFilterSensitiveLog = DeleteBudgetActionResponseFilterSensitiveLog;
|
|
274
|
-
const DeleteSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
...(obj.Subscriber && { Subscriber: (0, exports.SubscriberFilterSensitiveLog)(obj.Subscriber) }),
|
|
277
|
-
});
|
|
278
|
-
exports.DeleteSubscriberRequestFilterSensitiveLog = DeleteSubscriberRequestFilterSensitiveLog;
|
|
279
|
-
const DescribeBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
280
|
-
...obj,
|
|
281
|
-
...(obj.Action && { Action: (0, exports.ActionFilterSensitiveLog)(obj.Action) }),
|
|
282
|
-
});
|
|
283
|
-
exports.DescribeBudgetActionResponseFilterSensitiveLog = DescribeBudgetActionResponseFilterSensitiveLog;
|
|
284
|
-
const DescribeBudgetActionHistoriesResponseFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
exports.DescribeBudgetActionHistoriesResponseFilterSensitiveLog = DescribeBudgetActionHistoriesResponseFilterSensitiveLog;
|
|
288
|
-
const DescribeBudgetActionsForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
289
|
-
...obj,
|
|
290
|
-
});
|
|
291
|
-
exports.DescribeBudgetActionsForAccountResponseFilterSensitiveLog = DescribeBudgetActionsForAccountResponseFilterSensitiveLog;
|
|
292
|
-
const DescribeBudgetActionsForBudgetResponseFilterSensitiveLog = (obj) => ({
|
|
293
|
-
...obj,
|
|
294
|
-
});
|
|
295
|
-
exports.DescribeBudgetActionsForBudgetResponseFilterSensitiveLog = DescribeBudgetActionsForBudgetResponseFilterSensitiveLog;
|
|
296
|
-
const DescribeSubscribersForNotificationResponseFilterSensitiveLog = (obj) => ({
|
|
297
|
-
...obj,
|
|
298
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => (0, exports.SubscriberFilterSensitiveLog)(item)) }),
|
|
299
|
-
});
|
|
300
|
-
exports.DescribeSubscribersForNotificationResponseFilterSensitiveLog = DescribeSubscribersForNotificationResponseFilterSensitiveLog;
|
|
301
|
-
const UpdateBudgetActionRequestFilterSensitiveLog = (obj) => ({
|
|
302
|
-
...obj,
|
|
303
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => (0, exports.SubscriberFilterSensitiveLog)(item)) }),
|
|
304
|
-
});
|
|
305
|
-
exports.UpdateBudgetActionRequestFilterSensitiveLog = UpdateBudgetActionRequestFilterSensitiveLog;
|
|
306
|
-
const UpdateBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
307
|
-
...obj,
|
|
308
|
-
...(obj.OldAction && { OldAction: (0, exports.ActionFilterSensitiveLog)(obj.OldAction) }),
|
|
309
|
-
...(obj.NewAction && { NewAction: (0, exports.ActionFilterSensitiveLog)(obj.NewAction) }),
|
|
310
|
-
});
|
|
311
|
-
exports.UpdateBudgetActionResponseFilterSensitiveLog = UpdateBudgetActionResponseFilterSensitiveLog;
|
|
312
|
-
const UpdateSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
...(obj.OldSubscriber && { OldSubscriber: (0, exports.SubscriberFilterSensitiveLog)(obj.OldSubscriber) }),
|
|
315
|
-
...(obj.NewSubscriber && { NewSubscriber: (0, exports.SubscriberFilterSensitiveLog)(obj.NewSubscriber) }),
|
|
316
|
-
});
|
|
317
|
-
exports.UpdateSubscriberRequestFilterSensitiveLog = UpdateSubscriberRequestFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeBudgetActionHistories = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeBudgetActionHistoriesCommand_1 = require("../commands/DescribeBudgetActionHistoriesCommand");
|
|
7
|
-
exports.paginateDescribeBudgetActionHistories = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeBudgetActionHistoriesCommand_1.DescribeBudgetActionHistoriesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeBudgetActionsForAccount = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeBudgetActionsForAccountCommand_1 = require("../commands/DescribeBudgetActionsForAccountCommand");
|
|
7
|
-
exports.paginateDescribeBudgetActionsForAccount = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeBudgetActionsForAccountCommand_1.DescribeBudgetActionsForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeBudgetActionsForBudget = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeBudgetActionsForBudgetCommand_1 = require("../commands/DescribeBudgetActionsForBudgetCommand");
|
|
7
|
-
exports.paginateDescribeBudgetActionsForBudget = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeBudgetActionsForBudgetCommand_1.DescribeBudgetActionsForBudgetCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeBudgetNotificationsForAccount = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeBudgetNotificationsForAccountCommand_1 = require("../commands/DescribeBudgetNotificationsForAccountCommand");
|
|
7
|
-
exports.paginateDescribeBudgetNotificationsForAccount = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeBudgetNotificationsForAccountCommand_1.DescribeBudgetNotificationsForAccountCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeBudgetPerformanceHistory = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeBudgetPerformanceHistoryCommand_1 = require("../commands/DescribeBudgetPerformanceHistoryCommand");
|
|
7
|
-
exports.paginateDescribeBudgetPerformanceHistory = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeBudgetPerformanceHistoryCommand_1.DescribeBudgetPerformanceHistoryCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeBudgets = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeBudgetsCommand_1 = require("../commands/DescribeBudgetsCommand");
|
|
7
|
-
exports.paginateDescribeBudgets = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeBudgetsCommand_1.DescribeBudgetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeNotificationsForBudget = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeNotificationsForBudgetCommand_1 = require("../commands/DescribeNotificationsForBudgetCommand");
|
|
7
|
-
exports.paginateDescribeNotificationsForBudget = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeNotificationsForBudgetCommand_1.DescribeNotificationsForBudgetCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeSubscribersForNotification = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const BudgetsClient_1 = require("../BudgetsClient");
|
|
6
|
-
const DescribeSubscribersForNotificationCommand_1 = require("../commands/DescribeSubscribersForNotificationCommand");
|
|
7
|
-
exports.paginateDescribeSubscribersForNotification = (0, core_1.createPaginator)(BudgetsClient_1.BudgetsClient, DescribeSubscribersForNotificationCommand_1.DescribeSubscribersForNotificationCommand, "NextToken", "NextToken", "MaxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeBudgetActionHistoriesPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./DescribeBudgetActionsForAccountPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./DescribeBudgetActionsForBudgetPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./DescribeBudgetNotificationsForAccountPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./DescribeBudgetPerformanceHistoryPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./DescribeBudgetsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./DescribeNotificationsForBudgetPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./DescribeSubscribersForNotificationPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|