@aws-sdk/client-budgets 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Budgets.js +101 -94
- package/dist-es/BudgetsClient.js +28 -22
- package/dist-es/commands/CreateBudgetActionCommand.js +28 -21
- package/dist-es/commands/CreateBudgetCommand.js +28 -21
- package/dist-es/commands/CreateNotificationCommand.js +28 -21
- package/dist-es/commands/CreateSubscriberCommand.js +28 -21
- package/dist-es/commands/DeleteBudgetActionCommand.js +28 -21
- package/dist-es/commands/DeleteBudgetCommand.js +28 -21
- package/dist-es/commands/DeleteNotificationCommand.js +28 -21
- package/dist-es/commands/DeleteSubscriberCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetActionCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetActionHistoriesCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetActionsForAccountCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetActionsForBudgetCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetNotificationsForAccountCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetPerformanceHistoryCommand.js +28 -21
- package/dist-es/commands/DescribeBudgetsCommand.js +28 -21
- package/dist-es/commands/DescribeNotificationsForBudgetCommand.js +28 -21
- package/dist-es/commands/DescribeSubscribersForNotificationCommand.js +28 -21
- package/dist-es/commands/ExecuteBudgetActionCommand.js +28 -21
- package/dist-es/commands/UpdateBudgetActionCommand.js +28 -21
- package/dist-es/commands/UpdateBudgetCommand.js +28 -21
- package/dist-es/commands/UpdateNotificationCommand.js +28 -21
- package/dist-es/commands/UpdateSubscriberCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/BudgetsServiceException.js +10 -5
- package/dist-es/models/models_0.js +190 -340
- package/dist-es/pagination/DescribeBudgetActionHistoriesPaginator.js +68 -25
- package/dist-es/pagination/DescribeBudgetActionsForAccountPaginator.js +68 -25
- package/dist-es/pagination/DescribeBudgetActionsForBudgetPaginator.js +68 -25
- package/dist-es/pagination/DescribeBudgetNotificationsForAccountPaginator.js +68 -25
- package/dist-es/pagination/DescribeBudgetPerformanceHistoryPaginator.js +68 -25
- package/dist-es/pagination/DescribeBudgetsPaginator.js +68 -25
- package/dist-es/pagination/DescribeNotificationsForBudgetPaginator.js +68 -25
- package/dist-es/pagination/DescribeSubscribersForNotificationPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +2302 -1894
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
4
|
+
var AccessDeniedException = (function (_super) {
|
|
5
|
+
__extends(AccessDeniedException, _super);
|
|
6
|
+
function AccessDeniedException(opts) {
|
|
7
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
8
|
+
_this.name = "AccessDeniedException";
|
|
9
|
+
_this.$fault = "client";
|
|
10
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
11
|
+
_this.Message = opts.Message;
|
|
12
|
+
return _this;
|
|
14
13
|
}
|
|
15
|
-
|
|
14
|
+
return AccessDeniedException;
|
|
15
|
+
}(__BaseException));
|
|
16
|
+
export { AccessDeniedException };
|
|
16
17
|
export var ThresholdType;
|
|
17
18
|
(function (ThresholdType) {
|
|
18
19
|
ThresholdType["ABSOLUTE_VALUE"] = "ABSOLUTE_VALUE";
|
|
@@ -97,123 +98,123 @@ export var NotificationState;
|
|
|
97
98
|
NotificationState["ALARM"] = "ALARM";
|
|
98
99
|
NotificationState["OK"] = "OK";
|
|
99
100
|
})(NotificationState || (NotificationState = {}));
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
Object.setPrototypeOf(this, CreationLimitExceededException.prototype);
|
|
110
|
-
this.Message = opts.Message;
|
|
101
|
+
var CreationLimitExceededException = (function (_super) {
|
|
102
|
+
__extends(CreationLimitExceededException, _super);
|
|
103
|
+
function CreationLimitExceededException(opts) {
|
|
104
|
+
var _this = _super.call(this, __assign({ name: "CreationLimitExceededException", $fault: "client" }, opts)) || this;
|
|
105
|
+
_this.name = "CreationLimitExceededException";
|
|
106
|
+
_this.$fault = "client";
|
|
107
|
+
Object.setPrototypeOf(_this, CreationLimitExceededException.prototype);
|
|
108
|
+
_this.Message = opts.Message;
|
|
109
|
+
return _this;
|
|
111
110
|
}
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
111
|
+
return CreationLimitExceededException;
|
|
112
|
+
}(__BaseException));
|
|
113
|
+
export { CreationLimitExceededException };
|
|
114
|
+
var DuplicateRecordException = (function (_super) {
|
|
115
|
+
__extends(DuplicateRecordException, _super);
|
|
116
|
+
function DuplicateRecordException(opts) {
|
|
117
|
+
var _this = _super.call(this, __assign({ name: "DuplicateRecordException", $fault: "client" }, opts)) || this;
|
|
118
|
+
_this.name = "DuplicateRecordException";
|
|
119
|
+
_this.$fault = "client";
|
|
120
|
+
Object.setPrototypeOf(_this, DuplicateRecordException.prototype);
|
|
121
|
+
_this.Message = opts.Message;
|
|
122
|
+
return _this;
|
|
124
123
|
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
124
|
+
return DuplicateRecordException;
|
|
125
|
+
}(__BaseException));
|
|
126
|
+
export { DuplicateRecordException };
|
|
127
|
+
var InternalErrorException = (function (_super) {
|
|
128
|
+
__extends(InternalErrorException, _super);
|
|
129
|
+
function InternalErrorException(opts) {
|
|
130
|
+
var _this = _super.call(this, __assign({ name: "InternalErrorException", $fault: "server" }, opts)) || this;
|
|
131
|
+
_this.name = "InternalErrorException";
|
|
132
|
+
_this.$fault = "server";
|
|
133
|
+
Object.setPrototypeOf(_this, InternalErrorException.prototype);
|
|
134
|
+
_this.Message = opts.Message;
|
|
135
|
+
return _this;
|
|
137
136
|
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
137
|
+
return InternalErrorException;
|
|
138
|
+
}(__BaseException));
|
|
139
|
+
export { InternalErrorException };
|
|
140
|
+
var InvalidParameterException = (function (_super) {
|
|
141
|
+
__extends(InvalidParameterException, _super);
|
|
142
|
+
function InvalidParameterException(opts) {
|
|
143
|
+
var _this = _super.call(this, __assign({ name: "InvalidParameterException", $fault: "client" }, opts)) || this;
|
|
144
|
+
_this.name = "InvalidParameterException";
|
|
145
|
+
_this.$fault = "client";
|
|
146
|
+
Object.setPrototypeOf(_this, InvalidParameterException.prototype);
|
|
147
|
+
_this.Message = opts.Message;
|
|
148
|
+
return _this;
|
|
150
149
|
}
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
150
|
+
return InvalidParameterException;
|
|
151
|
+
}(__BaseException));
|
|
152
|
+
export { InvalidParameterException };
|
|
153
|
+
var ThrottlingException = (function (_super) {
|
|
154
|
+
__extends(ThrottlingException, _super);
|
|
155
|
+
function ThrottlingException(opts) {
|
|
156
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
157
|
+
_this.name = "ThrottlingException";
|
|
158
|
+
_this.$fault = "client";
|
|
159
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
160
|
+
_this.Message = opts.Message;
|
|
161
|
+
return _this;
|
|
163
162
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
163
|
+
return ThrottlingException;
|
|
164
|
+
}(__BaseException));
|
|
165
|
+
export { ThrottlingException };
|
|
166
|
+
var NotFoundException = (function (_super) {
|
|
167
|
+
__extends(NotFoundException, _super);
|
|
168
|
+
function NotFoundException(opts) {
|
|
169
|
+
var _this = _super.call(this, __assign({ name: "NotFoundException", $fault: "client" }, opts)) || this;
|
|
170
|
+
_this.name = "NotFoundException";
|
|
171
|
+
_this.$fault = "client";
|
|
172
|
+
Object.setPrototypeOf(_this, NotFoundException.prototype);
|
|
173
|
+
_this.Message = opts.Message;
|
|
174
|
+
return _this;
|
|
176
175
|
}
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
176
|
+
return NotFoundException;
|
|
177
|
+
}(__BaseException));
|
|
178
|
+
export { NotFoundException };
|
|
179
|
+
var ResourceLockedException = (function (_super) {
|
|
180
|
+
__extends(ResourceLockedException, _super);
|
|
181
|
+
function ResourceLockedException(opts) {
|
|
182
|
+
var _this = _super.call(this, __assign({ name: "ResourceLockedException", $fault: "client" }, opts)) || this;
|
|
183
|
+
_this.name = "ResourceLockedException";
|
|
184
|
+
_this.$fault = "client";
|
|
185
|
+
Object.setPrototypeOf(_this, ResourceLockedException.prototype);
|
|
186
|
+
_this.Message = opts.Message;
|
|
187
|
+
return _this;
|
|
189
188
|
}
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
189
|
+
return ResourceLockedException;
|
|
190
|
+
}(__BaseException));
|
|
191
|
+
export { ResourceLockedException };
|
|
192
|
+
var InvalidNextTokenException = (function (_super) {
|
|
193
|
+
__extends(InvalidNextTokenException, _super);
|
|
194
|
+
function InvalidNextTokenException(opts) {
|
|
195
|
+
var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
|
|
196
|
+
_this.name = "InvalidNextTokenException";
|
|
197
|
+
_this.$fault = "client";
|
|
198
|
+
Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
|
|
199
|
+
_this.Message = opts.Message;
|
|
200
|
+
return _this;
|
|
202
201
|
}
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
202
|
+
return InvalidNextTokenException;
|
|
203
|
+
}(__BaseException));
|
|
204
|
+
export { InvalidNextTokenException };
|
|
205
|
+
var ExpiredNextTokenException = (function (_super) {
|
|
206
|
+
__extends(ExpiredNextTokenException, _super);
|
|
207
|
+
function ExpiredNextTokenException(opts) {
|
|
208
|
+
var _this = _super.call(this, __assign({ name: "ExpiredNextTokenException", $fault: "client" }, opts)) || this;
|
|
209
|
+
_this.name = "ExpiredNextTokenException";
|
|
210
|
+
_this.$fault = "client";
|
|
211
|
+
Object.setPrototypeOf(_this, ExpiredNextTokenException.prototype);
|
|
212
|
+
_this.Message = opts.Message;
|
|
213
|
+
return _this;
|
|
215
214
|
}
|
|
216
|
-
|
|
215
|
+
return ExpiredNextTokenException;
|
|
216
|
+
}(__BaseException));
|
|
217
|
+
export { ExpiredNextTokenException };
|
|
217
218
|
export var ExecutionType;
|
|
218
219
|
(function (ExecutionType) {
|
|
219
220
|
ExecutionType["ApproveBudgetAction"] = "APPROVE_BUDGET_ACTION";
|
|
@@ -221,223 +222,72 @@ export var ExecutionType;
|
|
|
221
222
|
ExecutionType["RetryBudgetAction"] = "RETRY_BUDGET_ACTION";
|
|
222
223
|
ExecutionType["ReverseBudgetAction"] = "REVERSE_BUDGET_ACTION";
|
|
223
224
|
})(ExecutionType || (ExecutionType = {}));
|
|
224
|
-
export
|
|
225
|
-
|
|
226
|
-
});
|
|
227
|
-
export
|
|
228
|
-
|
|
229
|
-
});
|
|
230
|
-
export
|
|
231
|
-
|
|
232
|
-
})
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
});
|
|
236
|
-
export
|
|
237
|
-
|
|
238
|
-
});
|
|
239
|
-
export
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
});
|
|
243
|
-
export
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
});
|
|
247
|
-
export
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
});
|
|
251
|
-
export
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
});
|
|
257
|
-
export
|
|
258
|
-
|
|
259
|
-
});
|
|
260
|
-
export
|
|
261
|
-
|
|
262
|
-
});
|
|
263
|
-
export
|
|
264
|
-
|
|
265
|
-
});
|
|
266
|
-
export
|
|
267
|
-
|
|
268
|
-
});
|
|
269
|
-
export
|
|
270
|
-
|
|
271
|
-
});
|
|
272
|
-
export
|
|
273
|
-
|
|
274
|
-
});
|
|
275
|
-
export
|
|
276
|
-
|
|
277
|
-
});
|
|
278
|
-
export
|
|
279
|
-
|
|
280
|
-
});
|
|
281
|
-
export
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
});
|
|
285
|
-
export
|
|
286
|
-
|
|
287
|
-
});
|
|
288
|
-
export
|
|
289
|
-
|
|
290
|
-
});
|
|
291
|
-
export
|
|
292
|
-
|
|
293
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => SubscriberFilterSensitiveLog(item)) }),
|
|
294
|
-
});
|
|
295
|
-
export const CreateBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
export const CreateNotificationRequestFilterSensitiveLog = (obj) => ({
|
|
299
|
-
...obj,
|
|
300
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => SubscriberFilterSensitiveLog(item)) }),
|
|
301
|
-
});
|
|
302
|
-
export const CreateNotificationResponseFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
export const CreateSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
...(obj.Subscriber && { Subscriber: SubscriberFilterSensitiveLog(obj.Subscriber) }),
|
|
308
|
-
});
|
|
309
|
-
export const CreateSubscriberResponseFilterSensitiveLog = (obj) => ({
|
|
310
|
-
...obj,
|
|
311
|
-
});
|
|
312
|
-
export const DeleteBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
313
|
-
...obj,
|
|
314
|
-
});
|
|
315
|
-
export const DeleteBudgetResponseFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
});
|
|
318
|
-
export const DeleteBudgetActionRequestFilterSensitiveLog = (obj) => ({
|
|
319
|
-
...obj,
|
|
320
|
-
});
|
|
321
|
-
export const DeleteBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
322
|
-
...obj,
|
|
323
|
-
...(obj.Action && { Action: ActionFilterSensitiveLog(obj.Action) }),
|
|
324
|
-
});
|
|
325
|
-
export const DeleteNotificationRequestFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
export const DeleteNotificationResponseFilterSensitiveLog = (obj) => ({
|
|
329
|
-
...obj,
|
|
330
|
-
});
|
|
331
|
-
export const DeleteSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
332
|
-
...obj,
|
|
333
|
-
...(obj.Subscriber && { Subscriber: SubscriberFilterSensitiveLog(obj.Subscriber) }),
|
|
334
|
-
});
|
|
335
|
-
export const DeleteSubscriberResponseFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
export const DescribeBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
export const DescribeBudgetResponseFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
export const DescribeBudgetActionRequestFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
});
|
|
347
|
-
export const DescribeBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
...(obj.Action && { Action: ActionFilterSensitiveLog(obj.Action) }),
|
|
350
|
-
});
|
|
351
|
-
export const DescribeBudgetActionHistoriesRequestFilterSensitiveLog = (obj) => ({
|
|
352
|
-
...obj,
|
|
353
|
-
});
|
|
354
|
-
export const DescribeBudgetActionHistoriesResponseFilterSensitiveLog = (obj) => ({
|
|
355
|
-
...obj,
|
|
356
|
-
});
|
|
357
|
-
export const DescribeBudgetActionsForAccountRequestFilterSensitiveLog = (obj) => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
export const DescribeBudgetActionsForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
361
|
-
...obj,
|
|
362
|
-
});
|
|
363
|
-
export const DescribeBudgetActionsForBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
364
|
-
...obj,
|
|
365
|
-
});
|
|
366
|
-
export const DescribeBudgetActionsForBudgetResponseFilterSensitiveLog = (obj) => ({
|
|
367
|
-
...obj,
|
|
368
|
-
});
|
|
369
|
-
export const DescribeBudgetNotificationsForAccountRequestFilterSensitiveLog = (obj) => ({
|
|
370
|
-
...obj,
|
|
371
|
-
});
|
|
372
|
-
export const BudgetNotificationsForAccountFilterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
export const DescribeBudgetNotificationsForAccountResponseFilterSensitiveLog = (obj) => ({
|
|
376
|
-
...obj,
|
|
377
|
-
});
|
|
378
|
-
export const DescribeBudgetPerformanceHistoryRequestFilterSensitiveLog = (obj) => ({
|
|
379
|
-
...obj,
|
|
380
|
-
});
|
|
381
|
-
export const BudgetedAndActualAmountsFilterSensitiveLog = (obj) => ({
|
|
382
|
-
...obj,
|
|
383
|
-
});
|
|
384
|
-
export const BudgetPerformanceHistoryFilterSensitiveLog = (obj) => ({
|
|
385
|
-
...obj,
|
|
386
|
-
});
|
|
387
|
-
export const DescribeBudgetPerformanceHistoryResponseFilterSensitiveLog = (obj) => ({
|
|
388
|
-
...obj,
|
|
389
|
-
});
|
|
390
|
-
export const DescribeBudgetsRequestFilterSensitiveLog = (obj) => ({
|
|
391
|
-
...obj,
|
|
392
|
-
});
|
|
393
|
-
export const DescribeBudgetsResponseFilterSensitiveLog = (obj) => ({
|
|
394
|
-
...obj,
|
|
395
|
-
});
|
|
396
|
-
export const DescribeNotificationsForBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
397
|
-
...obj,
|
|
398
|
-
});
|
|
399
|
-
export const DescribeNotificationsForBudgetResponseFilterSensitiveLog = (obj) => ({
|
|
400
|
-
...obj,
|
|
401
|
-
});
|
|
402
|
-
export const DescribeSubscribersForNotificationRequestFilterSensitiveLog = (obj) => ({
|
|
403
|
-
...obj,
|
|
404
|
-
});
|
|
405
|
-
export const DescribeSubscribersForNotificationResponseFilterSensitiveLog = (obj) => ({
|
|
406
|
-
...obj,
|
|
407
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => SubscriberFilterSensitiveLog(item)) }),
|
|
408
|
-
});
|
|
409
|
-
export const ExecuteBudgetActionRequestFilterSensitiveLog = (obj) => ({
|
|
410
|
-
...obj,
|
|
411
|
-
});
|
|
412
|
-
export const ExecuteBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
413
|
-
...obj,
|
|
414
|
-
});
|
|
415
|
-
export const UpdateBudgetRequestFilterSensitiveLog = (obj) => ({
|
|
416
|
-
...obj,
|
|
417
|
-
});
|
|
418
|
-
export const UpdateBudgetResponseFilterSensitiveLog = (obj) => ({
|
|
419
|
-
...obj,
|
|
420
|
-
});
|
|
421
|
-
export const UpdateBudgetActionRequestFilterSensitiveLog = (obj) => ({
|
|
422
|
-
...obj,
|
|
423
|
-
...(obj.Subscribers && { Subscribers: obj.Subscribers.map((item) => SubscriberFilterSensitiveLog(item)) }),
|
|
424
|
-
});
|
|
425
|
-
export const UpdateBudgetActionResponseFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
...(obj.OldAction && { OldAction: ActionFilterSensitiveLog(obj.OldAction) }),
|
|
428
|
-
...(obj.NewAction && { NewAction: ActionFilterSensitiveLog(obj.NewAction) }),
|
|
429
|
-
});
|
|
430
|
-
export const UpdateNotificationRequestFilterSensitiveLog = (obj) => ({
|
|
431
|
-
...obj,
|
|
432
|
-
});
|
|
433
|
-
export const UpdateNotificationResponseFilterSensitiveLog = (obj) => ({
|
|
434
|
-
...obj,
|
|
435
|
-
});
|
|
436
|
-
export const UpdateSubscriberRequestFilterSensitiveLog = (obj) => ({
|
|
437
|
-
...obj,
|
|
438
|
-
...(obj.OldSubscriber && { OldSubscriber: SubscriberFilterSensitiveLog(obj.OldSubscriber) }),
|
|
439
|
-
...(obj.NewSubscriber && { NewSubscriber: SubscriberFilterSensitiveLog(obj.NewSubscriber) }),
|
|
440
|
-
});
|
|
441
|
-
export const UpdateSubscriberResponseFilterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
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)); };
|