@aws-sdk/client-budgets 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/CreateBudgetCommand.js +2 -2
- package/dist-cjs/commands/CreateNotificationCommand.js +2 -2
- package/dist-cjs/commands/CreateSubscriberCommand.js +2 -2
- package/dist-cjs/commands/DeleteBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/DeleteBudgetCommand.js +2 -2
- package/dist-cjs/commands/DeleteNotificationCommand.js +2 -2
- package/dist-cjs/commands/DeleteSubscriberCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionHistoriesCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionsForAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetActionsForBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetNotificationsForAccountCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetPerformanceHistoryCommand.js +2 -2
- package/dist-cjs/commands/DescribeBudgetsCommand.js +2 -2
- package/dist-cjs/commands/DescribeNotificationsForBudgetCommand.js +2 -2
- package/dist-cjs/commands/DescribeSubscribersForNotificationCommand.js +2 -2
- package/dist-cjs/commands/ExecuteBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateBudgetActionCommand.js +2 -2
- package/dist-cjs/commands/UpdateBudgetCommand.js +2 -2
- package/dist-cjs/commands/UpdateNotificationCommand.js +2 -2
- package/dist-cjs/commands/UpdateSubscriberCommand.js +2 -2
- package/dist-cjs/models/models_0.js +289 -423
- package/dist-cjs/protocols/Aws_json1_1.js +115 -208
- package/dist-es/commands/CreateBudgetActionCommand.js +3 -3
- package/dist-es/commands/CreateBudgetCommand.js +3 -3
- package/dist-es/commands/CreateNotificationCommand.js +3 -3
- package/dist-es/commands/CreateSubscriberCommand.js +3 -3
- package/dist-es/commands/DeleteBudgetActionCommand.js +3 -3
- package/dist-es/commands/DeleteBudgetCommand.js +3 -3
- package/dist-es/commands/DeleteNotificationCommand.js +3 -3
- package/dist-es/commands/DeleteSubscriberCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +3 -3
- package/dist-es/commands/DescribeBudgetsCommand.js +3 -3
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +3 -3
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +3 -3
- package/dist-es/commands/ExecuteBudgetActionCommand.js +3 -3
- package/dist-es/commands/UpdateBudgetActionCommand.js +3 -3
- package/dist-es/commands/UpdateBudgetCommand.js +3 -3
- package/dist-es/commands/UpdateNotificationCommand.js +3 -3
- package/dist-es/commands/UpdateSubscriberCommand.js +3 -3
- package/dist-es/models/models_0.js +69 -270
- package/dist-es/protocols/Aws_json1_1.js +185 -209
- package/dist-types/models/models_0.d.ts +268 -402
- package/dist-types/ts3.4/models/models_0.d.ts +134 -268
- package/package.json +6 -6
|
@@ -19,10 +19,6 @@ export var ThresholdType;
|
|
|
19
19
|
ThresholdType["ABSOLUTE_VALUE"] = "ABSOLUTE_VALUE";
|
|
20
20
|
ThresholdType["PERCENTAGE"] = "PERCENTAGE";
|
|
21
21
|
})(ThresholdType || (ThresholdType = {}));
|
|
22
|
-
export var ActionThreshold;
|
|
23
|
-
(function (ActionThreshold) {
|
|
24
|
-
ActionThreshold.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
25
|
-
})(ActionThreshold || (ActionThreshold = {}));
|
|
26
22
|
export var ActionType;
|
|
27
23
|
(function (ActionType) {
|
|
28
24
|
ActionType["IAM"] = "APPLY_IAM_POLICY";
|
|
@@ -34,27 +30,11 @@ export var ApprovalModel;
|
|
|
34
30
|
ApprovalModel["AUTO"] = "AUTOMATIC";
|
|
35
31
|
ApprovalModel["MANUAL"] = "MANUAL";
|
|
36
32
|
})(ApprovalModel || (ApprovalModel = {}));
|
|
37
|
-
export var IamActionDefinition;
|
|
38
|
-
(function (IamActionDefinition) {
|
|
39
|
-
IamActionDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
40
|
-
})(IamActionDefinition || (IamActionDefinition = {}));
|
|
41
|
-
export var ScpActionDefinition;
|
|
42
|
-
(function (ScpActionDefinition) {
|
|
43
|
-
ScpActionDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
44
|
-
})(ScpActionDefinition || (ScpActionDefinition = {}));
|
|
45
33
|
export var ActionSubType;
|
|
46
34
|
(function (ActionSubType) {
|
|
47
35
|
ActionSubType["STOP_EC2"] = "STOP_EC2_INSTANCES";
|
|
48
36
|
ActionSubType["STOP_RDS"] = "STOP_RDS_INSTANCES";
|
|
49
37
|
})(ActionSubType || (ActionSubType = {}));
|
|
50
|
-
export var SsmActionDefinition;
|
|
51
|
-
(function (SsmActionDefinition) {
|
|
52
|
-
SsmActionDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
-
})(SsmActionDefinition || (SsmActionDefinition = {}));
|
|
54
|
-
export var Definition;
|
|
55
|
-
(function (Definition) {
|
|
56
|
-
Definition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
-
})(Definition || (Definition = {}));
|
|
58
38
|
export var NotificationType;
|
|
59
39
|
(function (NotificationType) {
|
|
60
40
|
NotificationType["ACTUAL"] = "ACTUAL";
|
|
@@ -78,18 +58,6 @@ export var SubscriptionType;
|
|
|
78
58
|
SubscriptionType["EMAIL"] = "EMAIL";
|
|
79
59
|
SubscriptionType["SNS"] = "SNS";
|
|
80
60
|
})(SubscriptionType || (SubscriptionType = {}));
|
|
81
|
-
export var Subscriber;
|
|
82
|
-
(function (Subscriber) {
|
|
83
|
-
Subscriber.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Address && { Address: SENSITIVE_STRING }))); };
|
|
84
|
-
})(Subscriber || (Subscriber = {}));
|
|
85
|
-
export var Action;
|
|
86
|
-
(function (Action) {
|
|
87
|
-
Action.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return Subscriber.filterSensitiveLog(item); }) }))); };
|
|
88
|
-
})(Action || (Action = {}));
|
|
89
|
-
export var ActionHistoryDetails;
|
|
90
|
-
(function (ActionHistoryDetails) {
|
|
91
|
-
ActionHistoryDetails.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Action && { Action: Action.filterSensitiveLog(obj.Action) }))); };
|
|
92
|
-
})(ActionHistoryDetails || (ActionHistoryDetails = {}));
|
|
93
61
|
export var EventType;
|
|
94
62
|
(function (EventType) {
|
|
95
63
|
EventType["CreateAction"] = "CREATE_ACTION";
|
|
@@ -98,29 +66,11 @@ export var EventType;
|
|
|
98
66
|
EventType["System"] = "SYSTEM";
|
|
99
67
|
EventType["UpdateAction"] = "UPDATE_ACTION";
|
|
100
68
|
})(EventType || (EventType = {}));
|
|
101
|
-
export var ActionHistory;
|
|
102
|
-
(function (ActionHistory) {
|
|
103
|
-
ActionHistory.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ActionHistoryDetails && {
|
|
104
|
-
ActionHistoryDetails: ActionHistoryDetails.filterSensitiveLog(obj.ActionHistoryDetails),
|
|
105
|
-
}))); };
|
|
106
|
-
})(ActionHistory || (ActionHistory = {}));
|
|
107
69
|
export var AutoAdjustType;
|
|
108
70
|
(function (AutoAdjustType) {
|
|
109
71
|
AutoAdjustType["FORECAST"] = "FORECAST";
|
|
110
72
|
AutoAdjustType["HISTORICAL"] = "HISTORICAL";
|
|
111
73
|
})(AutoAdjustType || (AutoAdjustType = {}));
|
|
112
|
-
export var HistoricalOptions;
|
|
113
|
-
(function (HistoricalOptions) {
|
|
114
|
-
HistoricalOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
-
})(HistoricalOptions || (HistoricalOptions = {}));
|
|
116
|
-
export var AutoAdjustData;
|
|
117
|
-
(function (AutoAdjustData) {
|
|
118
|
-
AutoAdjustData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
-
})(AutoAdjustData || (AutoAdjustData = {}));
|
|
120
|
-
export var Spend;
|
|
121
|
-
(function (Spend) {
|
|
122
|
-
Spend.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
123
|
-
})(Spend || (Spend = {}));
|
|
124
74
|
export var BudgetType;
|
|
125
75
|
(function (BudgetType) {
|
|
126
76
|
BudgetType["Cost"] = "COST";
|
|
@@ -130,18 +80,6 @@ export var BudgetType;
|
|
|
130
80
|
BudgetType["SPUtilization"] = "SAVINGS_PLANS_UTILIZATION";
|
|
131
81
|
BudgetType["Usage"] = "USAGE";
|
|
132
82
|
})(BudgetType || (BudgetType = {}));
|
|
133
|
-
export var CalculatedSpend;
|
|
134
|
-
(function (CalculatedSpend) {
|
|
135
|
-
CalculatedSpend.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(CalculatedSpend || (CalculatedSpend = {}));
|
|
137
|
-
export var CostTypes;
|
|
138
|
-
(function (CostTypes) {
|
|
139
|
-
CostTypes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
140
|
-
})(CostTypes || (CostTypes = {}));
|
|
141
|
-
export var TimePeriod;
|
|
142
|
-
(function (TimePeriod) {
|
|
143
|
-
TimePeriod.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
144
|
-
})(TimePeriod || (TimePeriod = {}));
|
|
145
83
|
export var TimeUnit;
|
|
146
84
|
(function (TimeUnit) {
|
|
147
85
|
TimeUnit["ANNUALLY"] = "ANNUALLY";
|
|
@@ -149,10 +87,6 @@ export var TimeUnit;
|
|
|
149
87
|
TimeUnit["MONTHLY"] = "MONTHLY";
|
|
150
88
|
TimeUnit["QUARTERLY"] = "QUARTERLY";
|
|
151
89
|
})(TimeUnit || (TimeUnit = {}));
|
|
152
|
-
export var Budget;
|
|
153
|
-
(function (Budget) {
|
|
154
|
-
Budget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
|
-
})(Budget || (Budget = {}));
|
|
156
90
|
export var ComparisonOperator;
|
|
157
91
|
(function (ComparisonOperator) {
|
|
158
92
|
ComparisonOperator["EQUAL_TO"] = "EQUAL_TO";
|
|
@@ -164,22 +98,6 @@ export var NotificationState;
|
|
|
164
98
|
NotificationState["ALARM"] = "ALARM";
|
|
165
99
|
NotificationState["OK"] = "OK";
|
|
166
100
|
})(NotificationState || (NotificationState = {}));
|
|
167
|
-
export var Notification;
|
|
168
|
-
(function (Notification) {
|
|
169
|
-
Notification.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(Notification || (Notification = {}));
|
|
171
|
-
export var NotificationWithSubscribers;
|
|
172
|
-
(function (NotificationWithSubscribers) {
|
|
173
|
-
NotificationWithSubscribers.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return Subscriber.filterSensitiveLog(item); }) }))); };
|
|
174
|
-
})(NotificationWithSubscribers || (NotificationWithSubscribers = {}));
|
|
175
|
-
export var CreateBudgetRequest;
|
|
176
|
-
(function (CreateBudgetRequest) {
|
|
177
|
-
CreateBudgetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(CreateBudgetRequest || (CreateBudgetRequest = {}));
|
|
179
|
-
export var CreateBudgetResponse;
|
|
180
|
-
(function (CreateBudgetResponse) {
|
|
181
|
-
CreateBudgetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(CreateBudgetResponse || (CreateBudgetResponse = {}));
|
|
183
101
|
var CreationLimitExceededException = (function (_super) {
|
|
184
102
|
__extends(CreationLimitExceededException, _super);
|
|
185
103
|
function CreationLimitExceededException(opts) {
|
|
@@ -245,14 +163,6 @@ var ThrottlingException = (function (_super) {
|
|
|
245
163
|
return ThrottlingException;
|
|
246
164
|
}(__BaseException));
|
|
247
165
|
export { ThrottlingException };
|
|
248
|
-
export var CreateBudgetActionRequest;
|
|
249
|
-
(function (CreateBudgetActionRequest) {
|
|
250
|
-
CreateBudgetActionRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return Subscriber.filterSensitiveLog(item); }) }))); };
|
|
251
|
-
})(CreateBudgetActionRequest || (CreateBudgetActionRequest = {}));
|
|
252
|
-
export var CreateBudgetActionResponse;
|
|
253
|
-
(function (CreateBudgetActionResponse) {
|
|
254
|
-
CreateBudgetActionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
-
})(CreateBudgetActionResponse || (CreateBudgetActionResponse = {}));
|
|
256
166
|
var NotFoundException = (function (_super) {
|
|
257
167
|
__extends(NotFoundException, _super);
|
|
258
168
|
function NotFoundException(opts) {
|
|
@@ -266,38 +176,6 @@ var NotFoundException = (function (_super) {
|
|
|
266
176
|
return NotFoundException;
|
|
267
177
|
}(__BaseException));
|
|
268
178
|
export { NotFoundException };
|
|
269
|
-
export var CreateNotificationRequest;
|
|
270
|
-
(function (CreateNotificationRequest) {
|
|
271
|
-
CreateNotificationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return Subscriber.filterSensitiveLog(item); }) }))); };
|
|
272
|
-
})(CreateNotificationRequest || (CreateNotificationRequest = {}));
|
|
273
|
-
export var CreateNotificationResponse;
|
|
274
|
-
(function (CreateNotificationResponse) {
|
|
275
|
-
CreateNotificationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
-
})(CreateNotificationResponse || (CreateNotificationResponse = {}));
|
|
277
|
-
export var CreateSubscriberRequest;
|
|
278
|
-
(function (CreateSubscriberRequest) {
|
|
279
|
-
CreateSubscriberRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscriber && { Subscriber: Subscriber.filterSensitiveLog(obj.Subscriber) }))); };
|
|
280
|
-
})(CreateSubscriberRequest || (CreateSubscriberRequest = {}));
|
|
281
|
-
export var CreateSubscriberResponse;
|
|
282
|
-
(function (CreateSubscriberResponse) {
|
|
283
|
-
CreateSubscriberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
-
})(CreateSubscriberResponse || (CreateSubscriberResponse = {}));
|
|
285
|
-
export var DeleteBudgetRequest;
|
|
286
|
-
(function (DeleteBudgetRequest) {
|
|
287
|
-
DeleteBudgetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
-
})(DeleteBudgetRequest || (DeleteBudgetRequest = {}));
|
|
289
|
-
export var DeleteBudgetResponse;
|
|
290
|
-
(function (DeleteBudgetResponse) {
|
|
291
|
-
DeleteBudgetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
-
})(DeleteBudgetResponse || (DeleteBudgetResponse = {}));
|
|
293
|
-
export var DeleteBudgetActionRequest;
|
|
294
|
-
(function (DeleteBudgetActionRequest) {
|
|
295
|
-
DeleteBudgetActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
-
})(DeleteBudgetActionRequest || (DeleteBudgetActionRequest = {}));
|
|
297
|
-
export var DeleteBudgetActionResponse;
|
|
298
|
-
(function (DeleteBudgetActionResponse) {
|
|
299
|
-
DeleteBudgetActionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Action && { Action: Action.filterSensitiveLog(obj.Action) }))); };
|
|
300
|
-
})(DeleteBudgetActionResponse || (DeleteBudgetActionResponse = {}));
|
|
301
179
|
var ResourceLockedException = (function (_super) {
|
|
302
180
|
__extends(ResourceLockedException, _super);
|
|
303
181
|
function ResourceLockedException(opts) {
|
|
@@ -311,46 +189,6 @@ var ResourceLockedException = (function (_super) {
|
|
|
311
189
|
return ResourceLockedException;
|
|
312
190
|
}(__BaseException));
|
|
313
191
|
export { ResourceLockedException };
|
|
314
|
-
export var DeleteNotificationRequest;
|
|
315
|
-
(function (DeleteNotificationRequest) {
|
|
316
|
-
DeleteNotificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(DeleteNotificationRequest || (DeleteNotificationRequest = {}));
|
|
318
|
-
export var DeleteNotificationResponse;
|
|
319
|
-
(function (DeleteNotificationResponse) {
|
|
320
|
-
DeleteNotificationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(DeleteNotificationResponse || (DeleteNotificationResponse = {}));
|
|
322
|
-
export var DeleteSubscriberRequest;
|
|
323
|
-
(function (DeleteSubscriberRequest) {
|
|
324
|
-
DeleteSubscriberRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscriber && { Subscriber: Subscriber.filterSensitiveLog(obj.Subscriber) }))); };
|
|
325
|
-
})(DeleteSubscriberRequest || (DeleteSubscriberRequest = {}));
|
|
326
|
-
export var DeleteSubscriberResponse;
|
|
327
|
-
(function (DeleteSubscriberResponse) {
|
|
328
|
-
DeleteSubscriberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
-
})(DeleteSubscriberResponse || (DeleteSubscriberResponse = {}));
|
|
330
|
-
export var DescribeBudgetRequest;
|
|
331
|
-
(function (DescribeBudgetRequest) {
|
|
332
|
-
DescribeBudgetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
-
})(DescribeBudgetRequest || (DescribeBudgetRequest = {}));
|
|
334
|
-
export var DescribeBudgetResponse;
|
|
335
|
-
(function (DescribeBudgetResponse) {
|
|
336
|
-
DescribeBudgetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
|
-
})(DescribeBudgetResponse || (DescribeBudgetResponse = {}));
|
|
338
|
-
export var DescribeBudgetActionRequest;
|
|
339
|
-
(function (DescribeBudgetActionRequest) {
|
|
340
|
-
DescribeBudgetActionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
341
|
-
})(DescribeBudgetActionRequest || (DescribeBudgetActionRequest = {}));
|
|
342
|
-
export var DescribeBudgetActionResponse;
|
|
343
|
-
(function (DescribeBudgetActionResponse) {
|
|
344
|
-
DescribeBudgetActionResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Action && { Action: Action.filterSensitiveLog(obj.Action) }))); };
|
|
345
|
-
})(DescribeBudgetActionResponse || (DescribeBudgetActionResponse = {}));
|
|
346
|
-
export var DescribeBudgetActionHistoriesRequest;
|
|
347
|
-
(function (DescribeBudgetActionHistoriesRequest) {
|
|
348
|
-
DescribeBudgetActionHistoriesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
349
|
-
})(DescribeBudgetActionHistoriesRequest || (DescribeBudgetActionHistoriesRequest = {}));
|
|
350
|
-
export var DescribeBudgetActionHistoriesResponse;
|
|
351
|
-
(function (DescribeBudgetActionHistoriesResponse) {
|
|
352
|
-
DescribeBudgetActionHistoriesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
353
|
-
})(DescribeBudgetActionHistoriesResponse || (DescribeBudgetActionHistoriesResponse = {}));
|
|
354
192
|
var InvalidNextTokenException = (function (_super) {
|
|
355
193
|
__extends(InvalidNextTokenException, _super);
|
|
356
194
|
function InvalidNextTokenException(opts) {
|
|
@@ -364,34 +202,6 @@ var InvalidNextTokenException = (function (_super) {
|
|
|
364
202
|
return InvalidNextTokenException;
|
|
365
203
|
}(__BaseException));
|
|
366
204
|
export { InvalidNextTokenException };
|
|
367
|
-
export var DescribeBudgetActionsForAccountRequest;
|
|
368
|
-
(function (DescribeBudgetActionsForAccountRequest) {
|
|
369
|
-
DescribeBudgetActionsForAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
370
|
-
})(DescribeBudgetActionsForAccountRequest || (DescribeBudgetActionsForAccountRequest = {}));
|
|
371
|
-
export var DescribeBudgetActionsForAccountResponse;
|
|
372
|
-
(function (DescribeBudgetActionsForAccountResponse) {
|
|
373
|
-
DescribeBudgetActionsForAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
374
|
-
})(DescribeBudgetActionsForAccountResponse || (DescribeBudgetActionsForAccountResponse = {}));
|
|
375
|
-
export var DescribeBudgetActionsForBudgetRequest;
|
|
376
|
-
(function (DescribeBudgetActionsForBudgetRequest) {
|
|
377
|
-
DescribeBudgetActionsForBudgetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(DescribeBudgetActionsForBudgetRequest || (DescribeBudgetActionsForBudgetRequest = {}));
|
|
379
|
-
export var DescribeBudgetActionsForBudgetResponse;
|
|
380
|
-
(function (DescribeBudgetActionsForBudgetResponse) {
|
|
381
|
-
DescribeBudgetActionsForBudgetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
382
|
-
})(DescribeBudgetActionsForBudgetResponse || (DescribeBudgetActionsForBudgetResponse = {}));
|
|
383
|
-
export var DescribeBudgetNotificationsForAccountRequest;
|
|
384
|
-
(function (DescribeBudgetNotificationsForAccountRequest) {
|
|
385
|
-
DescribeBudgetNotificationsForAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
|
-
})(DescribeBudgetNotificationsForAccountRequest || (DescribeBudgetNotificationsForAccountRequest = {}));
|
|
387
|
-
export var BudgetNotificationsForAccount;
|
|
388
|
-
(function (BudgetNotificationsForAccount) {
|
|
389
|
-
BudgetNotificationsForAccount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(BudgetNotificationsForAccount || (BudgetNotificationsForAccount = {}));
|
|
391
|
-
export var DescribeBudgetNotificationsForAccountResponse;
|
|
392
|
-
(function (DescribeBudgetNotificationsForAccountResponse) {
|
|
393
|
-
DescribeBudgetNotificationsForAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
-
})(DescribeBudgetNotificationsForAccountResponse || (DescribeBudgetNotificationsForAccountResponse = {}));
|
|
395
205
|
var ExpiredNextTokenException = (function (_super) {
|
|
396
206
|
__extends(ExpiredNextTokenException, _super);
|
|
397
207
|
function ExpiredNextTokenException(opts) {
|
|
@@ -405,46 +215,6 @@ var ExpiredNextTokenException = (function (_super) {
|
|
|
405
215
|
return ExpiredNextTokenException;
|
|
406
216
|
}(__BaseException));
|
|
407
217
|
export { ExpiredNextTokenException };
|
|
408
|
-
export var DescribeBudgetPerformanceHistoryRequest;
|
|
409
|
-
(function (DescribeBudgetPerformanceHistoryRequest) {
|
|
410
|
-
DescribeBudgetPerformanceHistoryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
411
|
-
})(DescribeBudgetPerformanceHistoryRequest || (DescribeBudgetPerformanceHistoryRequest = {}));
|
|
412
|
-
export var BudgetedAndActualAmounts;
|
|
413
|
-
(function (BudgetedAndActualAmounts) {
|
|
414
|
-
BudgetedAndActualAmounts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
415
|
-
})(BudgetedAndActualAmounts || (BudgetedAndActualAmounts = {}));
|
|
416
|
-
export var BudgetPerformanceHistory;
|
|
417
|
-
(function (BudgetPerformanceHistory) {
|
|
418
|
-
BudgetPerformanceHistory.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
419
|
-
})(BudgetPerformanceHistory || (BudgetPerformanceHistory = {}));
|
|
420
|
-
export var DescribeBudgetPerformanceHistoryResponse;
|
|
421
|
-
(function (DescribeBudgetPerformanceHistoryResponse) {
|
|
422
|
-
DescribeBudgetPerformanceHistoryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
})(DescribeBudgetPerformanceHistoryResponse || (DescribeBudgetPerformanceHistoryResponse = {}));
|
|
424
|
-
export var DescribeBudgetsRequest;
|
|
425
|
-
(function (DescribeBudgetsRequest) {
|
|
426
|
-
DescribeBudgetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
-
})(DescribeBudgetsRequest || (DescribeBudgetsRequest = {}));
|
|
428
|
-
export var DescribeBudgetsResponse;
|
|
429
|
-
(function (DescribeBudgetsResponse) {
|
|
430
|
-
DescribeBudgetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
431
|
-
})(DescribeBudgetsResponse || (DescribeBudgetsResponse = {}));
|
|
432
|
-
export var DescribeNotificationsForBudgetRequest;
|
|
433
|
-
(function (DescribeNotificationsForBudgetRequest) {
|
|
434
|
-
DescribeNotificationsForBudgetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
|
-
})(DescribeNotificationsForBudgetRequest || (DescribeNotificationsForBudgetRequest = {}));
|
|
436
|
-
export var DescribeNotificationsForBudgetResponse;
|
|
437
|
-
(function (DescribeNotificationsForBudgetResponse) {
|
|
438
|
-
DescribeNotificationsForBudgetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
439
|
-
})(DescribeNotificationsForBudgetResponse || (DescribeNotificationsForBudgetResponse = {}));
|
|
440
|
-
export var DescribeSubscribersForNotificationRequest;
|
|
441
|
-
(function (DescribeSubscribersForNotificationRequest) {
|
|
442
|
-
DescribeSubscribersForNotificationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
443
|
-
})(DescribeSubscribersForNotificationRequest || (DescribeSubscribersForNotificationRequest = {}));
|
|
444
|
-
export var DescribeSubscribersForNotificationResponse;
|
|
445
|
-
(function (DescribeSubscribersForNotificationResponse) {
|
|
446
|
-
DescribeSubscribersForNotificationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return Subscriber.filterSensitiveLog(item); }) }))); };
|
|
447
|
-
})(DescribeSubscribersForNotificationResponse || (DescribeSubscribersForNotificationResponse = {}));
|
|
448
218
|
export var ExecutionType;
|
|
449
219
|
(function (ExecutionType) {
|
|
450
220
|
ExecutionType["ApproveBudgetAction"] = "APPROVE_BUDGET_ACTION";
|
|
@@ -452,43 +222,72 @@ export var ExecutionType;
|
|
|
452
222
|
ExecutionType["RetryBudgetAction"] = "RETRY_BUDGET_ACTION";
|
|
453
223
|
ExecutionType["ReverseBudgetAction"] = "REVERSE_BUDGET_ACTION";
|
|
454
224
|
})(ExecutionType || (ExecutionType = {}));
|
|
455
|
-
export var
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
export var
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
export var
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
export var
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
export var
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
})(
|
|
475
|
-
export var
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
export var
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
export var
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export var
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
export var
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
225
|
+
export var ActionThresholdFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var IamActionDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var ScpActionDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var SsmActionDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var DefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var SubscriberFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Address && { Address: SENSITIVE_STRING }))); };
|
|
231
|
+
export var ActionFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return SubscriberFilterSensitiveLog(item); }) }))); };
|
|
232
|
+
export var ActionHistoryDetailsFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Action && { Action: ActionFilterSensitiveLog(obj.Action) }))); };
|
|
233
|
+
export var ActionHistoryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ActionHistoryDetails && {
|
|
234
|
+
ActionHistoryDetails: ActionHistoryDetailsFilterSensitiveLog(obj.ActionHistoryDetails),
|
|
235
|
+
}))); };
|
|
236
|
+
export var HistoricalOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var AutoAdjustDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var SpendFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var CalculatedSpendFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var CostTypesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var TimePeriodFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var BudgetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var NotificationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var NotificationWithSubscribersFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return SubscriberFilterSensitiveLog(item); }) }))); };
|
|
245
|
+
export var CreateBudgetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var CreateBudgetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var CreateBudgetActionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return SubscriberFilterSensitiveLog(item); }) }))); };
|
|
248
|
+
export var CreateBudgetActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var CreateNotificationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return SubscriberFilterSensitiveLog(item); }) }))); };
|
|
250
|
+
export var CreateNotificationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var CreateSubscriberRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscriber && { Subscriber: SubscriberFilterSensitiveLog(obj.Subscriber) }))); };
|
|
252
|
+
export var CreateSubscriberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var DeleteBudgetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var DeleteBudgetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var DeleteBudgetActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var DeleteBudgetActionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Action && { Action: ActionFilterSensitiveLog(obj.Action) }))); };
|
|
257
|
+
export var DeleteNotificationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var DeleteNotificationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var DeleteSubscriberRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscriber && { Subscriber: SubscriberFilterSensitiveLog(obj.Subscriber) }))); };
|
|
260
|
+
export var DeleteSubscriberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var DescribeBudgetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var DescribeBudgetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var DescribeBudgetActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var DescribeBudgetActionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Action && { Action: ActionFilterSensitiveLog(obj.Action) }))); };
|
|
265
|
+
export var DescribeBudgetActionHistoriesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var DescribeBudgetActionHistoriesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var DescribeBudgetActionsForAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var DescribeBudgetActionsForAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var DescribeBudgetActionsForBudgetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var DescribeBudgetActionsForBudgetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var DescribeBudgetNotificationsForAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var BudgetNotificationsForAccountFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var DescribeBudgetNotificationsForAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var DescribeBudgetPerformanceHistoryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var BudgetedAndActualAmountsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var BudgetPerformanceHistoryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var DescribeBudgetPerformanceHistoryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var DescribeBudgetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var DescribeBudgetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var DescribeNotificationsForBudgetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var DescribeNotificationsForBudgetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var DescribeSubscribersForNotificationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var DescribeSubscribersForNotificationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return SubscriberFilterSensitiveLog(item); }) }))); };
|
|
284
|
+
export var ExecuteBudgetActionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var ExecuteBudgetActionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var UpdateBudgetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var UpdateBudgetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var UpdateBudgetActionRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.Subscribers && { Subscribers: obj.Subscribers.map(function (item) { return SubscriberFilterSensitiveLog(item); }) }))); };
|
|
289
|
+
export var UpdateBudgetActionResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.OldAction && { OldAction: ActionFilterSensitiveLog(obj.OldAction) })), (obj.NewAction && { NewAction: ActionFilterSensitiveLog(obj.NewAction) }))); };
|
|
290
|
+
export var UpdateNotificationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var UpdateNotificationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var UpdateSubscriberRequestFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.OldSubscriber && { OldSubscriber: SubscriberFilterSensitiveLog(obj.OldSubscriber) })), (obj.NewSubscriber && { NewSubscriber: SubscriberFilterSensitiveLog(obj.NewSubscriber) }))); };
|
|
293
|
+
export var UpdateSubscriberResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|