@aws-sdk/client-budgets 3.1068.0 → 3.1069.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +126 -146
- package/dist-cjs/models/BudgetsServiceException.js +4 -8
- package/dist-cjs/models/errors.js +25 -40
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +268 -181
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeBudgetActionsForBudgetRequest$ = exports.DescribeBudgetActionsForAccountResponse$ = exports.DescribeBudgetActionsForAccountRequest$ = exports.DescribeBudgetActionResponse$ = exports.DescribeBudgetActionRequest$ = exports.DescribeBudgetActionHistoriesResponse$ = exports.DescribeBudgetActionHistoriesRequest$ = exports.DeleteSubscriberResponse$ = exports.DeleteSubscriberRequest$ = exports.DeleteNotificationResponse$ = exports.DeleteNotificationRequest$ = exports.DeleteBudgetResponse$ = exports.DeleteBudgetRequest$ = exports.DeleteBudgetActionResponse$ = exports.DeleteBudgetActionRequest$ = exports.Definition$ = exports.CreateSubscriberResponse$ = exports.CreateSubscriberRequest$ = exports.CreateNotificationResponse$ = exports.CreateNotificationRequest$ = exports.CreateBudgetResponse$ = exports.CreateBudgetRequest$ = exports.CreateBudgetActionResponse$ = exports.CreateBudgetActionRequest$ = exports.CostTypes$ = exports.CostCategoryValues$ = exports.CalculatedSpend$ = exports.BudgetPerformanceHistory$ = exports.BudgetNotificationsForAccount$ = exports.BudgetedAndActualAmounts$ = exports.Budget$ = exports.AutoAdjustData$ = exports.ActionThreshold$ = exports.ActionHistoryDetails$ = exports.ActionHistory$ = exports.Action$ = exports.errorTypeRegistries = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceLockedException$ = exports.NotFoundException$ = exports.InvalidParameterException$ = exports.InvalidNextTokenException$ = exports.InternalErrorException$ = exports.ExpiredNextTokenException$ = exports.DuplicateRecordException$ = exports.CreationLimitExceededException$ = exports.BillingViewHealthStatusException$ = exports.AccessDeniedException$ = exports.BudgetsServiceException$ = void 0;
|
|
4
|
-
exports.DeleteNotification$ = exports.DeleteBudgetAction$ = exports.DeleteBudget$ = exports.CreateSubscriber$ = exports.CreateNotification$ = exports.CreateBudgetAction$ = exports.CreateBudget$ = exports.UpdateSubscriberResponse$ = exports.UpdateSubscriberRequest$ = exports.UpdateNotificationResponse$ = exports.UpdateNotificationRequest$ = exports.UpdateBudgetResponse$ = exports.UpdateBudgetRequest$ = exports.UpdateBudgetActionResponse$ = exports.UpdateBudgetActionRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TimePeriod$ = exports.TagValues$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Subscriber$ = exports.SsmActionDefinition$ = exports.Spend$ = exports.ScpActionDefinition$ = exports.ResourceTag$ = exports.NotificationWithSubscribers$ = exports.Notification$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.IamActionDefinition$ = exports.HistoricalOptions$ = exports.HealthStatus$ = exports.ExpressionDimensionValues$ = exports.Expression$ = exports.ExecuteBudgetActionResponse$ = exports.ExecuteBudgetActionRequest$ = exports.DescribeSubscribersForNotificationResponse$ = exports.DescribeSubscribersForNotificationRequest$ = exports.DescribeNotificationsForBudgetResponse$ = exports.DescribeNotificationsForBudgetRequest$ = exports.DescribeBudgetsResponse$ = exports.DescribeBudgetsRequest$ = exports.DescribeBudgetResponse$ = exports.DescribeBudgetRequest$ = exports.DescribeBudgetPerformanceHistoryResponse$ = exports.DescribeBudgetPerformanceHistoryRequest$ = exports.DescribeBudgetNotificationsForAccountResponse$ = exports.DescribeBudgetNotificationsForAccountRequest$ = exports.DescribeBudgetActionsForBudgetResponse$ = void 0;
|
|
5
|
-
exports.UpdateSubscriber$ = exports.UpdateNotification$ = exports.UpdateBudgetAction$ = exports.UpdateBudget$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ExecuteBudgetAction$ = exports.DescribeSubscribersForNotification$ = exports.DescribeNotificationsForBudget$ = exports.DescribeBudgets$ = exports.DescribeBudgetPerformanceHistory$ = exports.DescribeBudgetNotificationsForAccount$ = exports.DescribeBudgetActionsForBudget$ = exports.DescribeBudgetActionsForAccount$ = exports.DescribeBudgetActionHistories$ = exports.DescribeBudgetAction$ = exports.DescribeBudget$ = exports.DeleteSubscriber$ = void 0;
|
|
6
1
|
const _A = "Action";
|
|
7
2
|
const _AA = "ActualAmount";
|
|
8
3
|
const _AAD = "AutoAdjustData";
|
|
@@ -223,524 +218,616 @@ const _hE = "httpError";
|
|
|
223
218
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.budgets";
|
|
224
219
|
const _se = "server";
|
|
225
220
|
const n0 = "com.amazonaws.budgets";
|
|
226
|
-
const
|
|
227
|
-
const
|
|
228
|
-
const
|
|
229
|
-
const _s_registry =
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
221
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
222
|
+
const { BudgetsServiceException } = require("../models/BudgetsServiceException");
|
|
223
|
+
const { AccessDeniedException, BillingViewHealthStatusException, CreationLimitExceededException, DuplicateRecordException, ExpiredNextTokenException, InternalErrorException, InvalidNextTokenException, InvalidParameterException, NotFoundException, ResourceLockedException, ServiceQuotaExceededException, ThrottlingException } = require("../models/errors");
|
|
224
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
225
|
+
const BudgetsServiceException$ = [-3, _s, "BudgetsServiceException", 0, [], []];
|
|
226
|
+
exports.BudgetsServiceException$ = BudgetsServiceException$;
|
|
227
|
+
_s_registry.registerError(BudgetsServiceException$, BudgetsServiceException);
|
|
228
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
229
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
234
230
|
{ [_e]: _c, [_hE]: 403 },
|
|
235
231
|
[_M],
|
|
236
232
|
[0]
|
|
237
233
|
];
|
|
238
|
-
|
|
239
|
-
|
|
234
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
235
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
236
|
+
const BillingViewHealthStatusException$ = [-3, n0, _BVHSE,
|
|
240
237
|
{ [_e]: _c, [_hE]: 400 },
|
|
241
238
|
[_M],
|
|
242
239
|
[0]
|
|
243
240
|
];
|
|
244
|
-
|
|
245
|
-
|
|
241
|
+
exports.BillingViewHealthStatusException$ = BillingViewHealthStatusException$;
|
|
242
|
+
n0_registry.registerError(BillingViewHealthStatusException$, BillingViewHealthStatusException);
|
|
243
|
+
const CreationLimitExceededException$ = [-3, n0, _CLEE,
|
|
246
244
|
{ [_e]: _c, [_hE]: 405 },
|
|
247
245
|
[_M],
|
|
248
246
|
[0]
|
|
249
247
|
];
|
|
250
|
-
|
|
251
|
-
|
|
248
|
+
exports.CreationLimitExceededException$ = CreationLimitExceededException$;
|
|
249
|
+
n0_registry.registerError(CreationLimitExceededException$, CreationLimitExceededException);
|
|
250
|
+
const DuplicateRecordException$ = [-3, n0, _DRE,
|
|
252
251
|
{ [_e]: _c, [_hE]: 409 },
|
|
253
252
|
[_M],
|
|
254
253
|
[0]
|
|
255
254
|
];
|
|
256
|
-
|
|
257
|
-
|
|
255
|
+
exports.DuplicateRecordException$ = DuplicateRecordException$;
|
|
256
|
+
n0_registry.registerError(DuplicateRecordException$, DuplicateRecordException);
|
|
257
|
+
const ExpiredNextTokenException$ = [-3, n0, _ENTE,
|
|
258
258
|
{ [_e]: _c, [_hE]: 400 },
|
|
259
259
|
[_M],
|
|
260
260
|
[0]
|
|
261
261
|
];
|
|
262
|
-
|
|
263
|
-
|
|
262
|
+
exports.ExpiredNextTokenException$ = ExpiredNextTokenException$;
|
|
263
|
+
n0_registry.registerError(ExpiredNextTokenException$, ExpiredNextTokenException);
|
|
264
|
+
const InternalErrorException$ = [-3, n0, _IEE,
|
|
264
265
|
{ [_e]: _se, [_hE]: 500 },
|
|
265
266
|
[_M],
|
|
266
267
|
[0]
|
|
267
268
|
];
|
|
268
|
-
|
|
269
|
-
|
|
269
|
+
exports.InternalErrorException$ = InternalErrorException$;
|
|
270
|
+
n0_registry.registerError(InternalErrorException$, InternalErrorException);
|
|
271
|
+
const InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
270
272
|
{ [_e]: _c, [_hE]: 400 },
|
|
271
273
|
[_M],
|
|
272
274
|
[0]
|
|
273
275
|
];
|
|
274
|
-
|
|
275
|
-
|
|
276
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
277
|
+
n0_registry.registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
278
|
+
const InvalidParameterException$ = [-3, n0, _IPE,
|
|
276
279
|
{ [_e]: _c, [_hE]: 400 },
|
|
277
280
|
[_M],
|
|
278
281
|
[0]
|
|
279
282
|
];
|
|
280
|
-
|
|
281
|
-
|
|
283
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
284
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
285
|
+
const NotFoundException$ = [-3, n0, _NFE,
|
|
282
286
|
{ [_e]: _c, [_hE]: 404 },
|
|
283
287
|
[_M],
|
|
284
288
|
[0]
|
|
285
289
|
];
|
|
286
|
-
|
|
287
|
-
|
|
290
|
+
exports.NotFoundException$ = NotFoundException$;
|
|
291
|
+
n0_registry.registerError(NotFoundException$, NotFoundException);
|
|
292
|
+
const ResourceLockedException$ = [-3, n0, _RLE,
|
|
288
293
|
{ [_e]: _c, [_hE]: 423 },
|
|
289
294
|
[_M],
|
|
290
295
|
[0]
|
|
291
296
|
];
|
|
292
|
-
|
|
293
|
-
|
|
297
|
+
exports.ResourceLockedException$ = ResourceLockedException$;
|
|
298
|
+
n0_registry.registerError(ResourceLockedException$, ResourceLockedException);
|
|
299
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
294
300
|
{ [_e]: _c, [_hE]: 402 },
|
|
295
301
|
[_M],
|
|
296
302
|
[0]
|
|
297
303
|
];
|
|
298
|
-
|
|
299
|
-
|
|
304
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
305
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
306
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
300
307
|
{ [_e]: _c, [_hE]: 400 },
|
|
301
308
|
[_M],
|
|
302
309
|
[0]
|
|
303
310
|
];
|
|
304
|
-
|
|
311
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
312
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
305
313
|
exports.errorTypeRegistries = [
|
|
306
314
|
_s_registry,
|
|
307
315
|
n0_registry,
|
|
308
316
|
];
|
|
309
317
|
var SubscriberAddress = [0, n0, _SA, 8, 0];
|
|
310
|
-
|
|
318
|
+
const Action$ = [3, n0, _A,
|
|
311
319
|
0,
|
|
312
320
|
[_AI, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _S, _Su],
|
|
313
|
-
[0, 0, 0, 0, () =>
|
|
321
|
+
[0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, 0, [() => Subscribers, 0]], 10
|
|
314
322
|
];
|
|
315
|
-
exports.
|
|
323
|
+
exports.Action$ = Action$;
|
|
324
|
+
const ActionHistory$ = [3, n0, _AH,
|
|
316
325
|
0,
|
|
317
326
|
[_T, _S, _ET, _AHD],
|
|
318
|
-
[4, 0, 0, [() =>
|
|
327
|
+
[4, 0, 0, [() => ActionHistoryDetails$, 0]], 4
|
|
319
328
|
];
|
|
320
|
-
exports.
|
|
329
|
+
exports.ActionHistory$ = ActionHistory$;
|
|
330
|
+
const ActionHistoryDetails$ = [3, n0, _AHD,
|
|
321
331
|
0,
|
|
322
332
|
[_M, _A],
|
|
323
|
-
[0, [() =>
|
|
333
|
+
[0, [() => Action$, 0]], 2
|
|
324
334
|
];
|
|
325
|
-
exports.
|
|
335
|
+
exports.ActionHistoryDetails$ = ActionHistoryDetails$;
|
|
336
|
+
const ActionThreshold$ = [3, n0, _ATc,
|
|
326
337
|
0,
|
|
327
338
|
[_ATV, _ATT],
|
|
328
339
|
[1, 0], 2
|
|
329
340
|
];
|
|
330
|
-
exports.
|
|
341
|
+
exports.ActionThreshold$ = ActionThreshold$;
|
|
342
|
+
const AutoAdjustData$ = [3, n0, _AAD,
|
|
331
343
|
0,
|
|
332
344
|
[_AAT, _HO, _LAAT],
|
|
333
|
-
[0, () =>
|
|
345
|
+
[0, () => HistoricalOptions$, 4], 1
|
|
334
346
|
];
|
|
335
|
-
exports.
|
|
347
|
+
exports.AutoAdjustData$ = AutoAdjustData$;
|
|
348
|
+
const Budget$ = [3, n0, _B,
|
|
336
349
|
0,
|
|
337
350
|
[_BN, _TU, _BT, _BL, _PBL, _CF, _CT, _TP, _CS, _LUT, _AAD, _FE, _Me, _BVA, _HS],
|
|
338
|
-
[0, 0, 0, () =>
|
|
351
|
+
[0, 0, 0, () => Spend$, () => PlannedBudgetLimits, [2, n0, _CF, 0, 0, 64 | 0], () => CostTypes$, () => TimePeriod$, () => CalculatedSpend$, 4, () => AutoAdjustData$, () => Expression$, 64 | 0, 0, () => HealthStatus$], 3
|
|
339
352
|
];
|
|
340
|
-
exports.
|
|
353
|
+
exports.Budget$ = Budget$;
|
|
354
|
+
const BudgetedAndActualAmounts$ = [3, n0, _BAAA,
|
|
341
355
|
0,
|
|
342
356
|
[_BA, _AA, _TP],
|
|
343
|
-
[() =>
|
|
357
|
+
[() => Spend$, () => Spend$, () => TimePeriod$]
|
|
344
358
|
];
|
|
345
|
-
exports.
|
|
359
|
+
exports.BudgetedAndActualAmounts$ = BudgetedAndActualAmounts$;
|
|
360
|
+
const BudgetNotificationsForAccount$ = [3, n0, _BNFA,
|
|
346
361
|
0,
|
|
347
362
|
[_N, _BN],
|
|
348
363
|
[() => Notifications, 0]
|
|
349
364
|
];
|
|
350
|
-
exports.
|
|
365
|
+
exports.BudgetNotificationsForAccount$ = BudgetNotificationsForAccount$;
|
|
366
|
+
const BudgetPerformanceHistory$ = [3, n0, _BPH,
|
|
351
367
|
0,
|
|
352
368
|
[_BN, _BT, _CF, _CT, _TU, _BVA, _BAAAL, _FE, _Me],
|
|
353
|
-
[0, 0, [2, n0, _CF, 0, 0, 64 | 0], () =>
|
|
369
|
+
[0, 0, [2, n0, _CF, 0, 0, 64 | 0], () => CostTypes$, 0, 0, () => BudgetedAndActualAmountsList, () => Expression$, 64 | 0]
|
|
354
370
|
];
|
|
355
|
-
exports.
|
|
371
|
+
exports.BudgetPerformanceHistory$ = BudgetPerformanceHistory$;
|
|
372
|
+
const CalculatedSpend$ = [3, n0, _CS,
|
|
356
373
|
0,
|
|
357
374
|
[_AS, _FS],
|
|
358
|
-
[() =>
|
|
375
|
+
[() => Spend$, () => Spend$], 1
|
|
359
376
|
];
|
|
360
|
-
exports.
|
|
377
|
+
exports.CalculatedSpend$ = CalculatedSpend$;
|
|
378
|
+
const CostCategoryValues$ = [3, n0, _CCV,
|
|
361
379
|
0,
|
|
362
380
|
[_K, _V, _MO],
|
|
363
381
|
[0, 64 | 0, 64 | 0]
|
|
364
382
|
];
|
|
365
|
-
exports.
|
|
383
|
+
exports.CostCategoryValues$ = CostCategoryValues$;
|
|
384
|
+
const CostTypes$ = [3, n0, _CT,
|
|
366
385
|
0,
|
|
367
386
|
[_IT, _IS, _UB, _IR, _IC, _IU, _IRn, _IOS, _ISn, _ID, _UA],
|
|
368
387
|
[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]
|
|
369
388
|
];
|
|
370
|
-
exports.
|
|
389
|
+
exports.CostTypes$ = CostTypes$;
|
|
390
|
+
const CreateBudgetActionRequest$ = [3, n0, _CBAR,
|
|
371
391
|
0,
|
|
372
392
|
[_AIc, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _Su, _RT],
|
|
373
|
-
[0, 0, 0, 0, () =>
|
|
393
|
+
[0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, [() => Subscribers, 0], () => ResourceTagList], 9
|
|
374
394
|
];
|
|
375
|
-
exports.
|
|
395
|
+
exports.CreateBudgetActionRequest$ = CreateBudgetActionRequest$;
|
|
396
|
+
const CreateBudgetActionResponse$ = [3, n0, _CBARr,
|
|
376
397
|
0,
|
|
377
398
|
[_AIc, _BN, _AI],
|
|
378
399
|
[0, 0, 0], 3
|
|
379
400
|
];
|
|
380
|
-
exports.
|
|
401
|
+
exports.CreateBudgetActionResponse$ = CreateBudgetActionResponse$;
|
|
402
|
+
const CreateBudgetRequest$ = [3, n0, _CBR,
|
|
381
403
|
0,
|
|
382
404
|
[_AIc, _B, _NWS, _RT],
|
|
383
|
-
[0, () =>
|
|
405
|
+
[0, () => Budget$, [() => NotificationWithSubscribersList, 0], () => ResourceTagList], 2
|
|
384
406
|
];
|
|
385
|
-
exports.
|
|
407
|
+
exports.CreateBudgetRequest$ = CreateBudgetRequest$;
|
|
408
|
+
const CreateBudgetResponse$ = [3, n0, _CBRr,
|
|
386
409
|
0,
|
|
387
410
|
[],
|
|
388
411
|
[]
|
|
389
412
|
];
|
|
390
|
-
exports.
|
|
413
|
+
exports.CreateBudgetResponse$ = CreateBudgetResponse$;
|
|
414
|
+
const CreateNotificationRequest$ = [3, n0, _CNR,
|
|
391
415
|
0,
|
|
392
416
|
[_AIc, _BN, _No, _Su],
|
|
393
|
-
[0, 0, () =>
|
|
417
|
+
[0, 0, () => Notification$, [() => Subscribers, 0]], 4
|
|
394
418
|
];
|
|
395
|
-
exports.
|
|
419
|
+
exports.CreateNotificationRequest$ = CreateNotificationRequest$;
|
|
420
|
+
const CreateNotificationResponse$ = [3, n0, _CNRr,
|
|
396
421
|
0,
|
|
397
422
|
[],
|
|
398
423
|
[]
|
|
399
424
|
];
|
|
400
|
-
exports.
|
|
425
|
+
exports.CreateNotificationResponse$ = CreateNotificationResponse$;
|
|
426
|
+
const CreateSubscriberRequest$ = [3, n0, _CSR,
|
|
401
427
|
0,
|
|
402
428
|
[_AIc, _BN, _No, _Sub],
|
|
403
|
-
[0, 0, () =>
|
|
429
|
+
[0, 0, () => Notification$, [() => Subscriber$, 0]], 4
|
|
404
430
|
];
|
|
405
|
-
exports.
|
|
431
|
+
exports.CreateSubscriberRequest$ = CreateSubscriberRequest$;
|
|
432
|
+
const CreateSubscriberResponse$ = [3, n0, _CSRr,
|
|
406
433
|
0,
|
|
407
434
|
[],
|
|
408
435
|
[]
|
|
409
436
|
];
|
|
410
|
-
exports.
|
|
437
|
+
exports.CreateSubscriberResponse$ = CreateSubscriberResponse$;
|
|
438
|
+
const Definition$ = [3, n0, _D,
|
|
411
439
|
0,
|
|
412
440
|
[_IAD, _SAD, _SADs],
|
|
413
|
-
[() =>
|
|
441
|
+
[() => IamActionDefinition$, () => ScpActionDefinition$, () => SsmActionDefinition$]
|
|
414
442
|
];
|
|
415
|
-
exports.
|
|
443
|
+
exports.Definition$ = Definition$;
|
|
444
|
+
const DeleteBudgetActionRequest$ = [3, n0, _DBAR,
|
|
416
445
|
0,
|
|
417
446
|
[_AIc, _BN, _AI],
|
|
418
447
|
[0, 0, 0], 3
|
|
419
448
|
];
|
|
420
|
-
exports.
|
|
449
|
+
exports.DeleteBudgetActionRequest$ = DeleteBudgetActionRequest$;
|
|
450
|
+
const DeleteBudgetActionResponse$ = [3, n0, _DBARe,
|
|
421
451
|
0,
|
|
422
452
|
[_AIc, _BN, _A],
|
|
423
|
-
[0, 0, [() =>
|
|
453
|
+
[0, 0, [() => Action$, 0]], 3
|
|
424
454
|
];
|
|
425
|
-
exports.
|
|
455
|
+
exports.DeleteBudgetActionResponse$ = DeleteBudgetActionResponse$;
|
|
456
|
+
const DeleteBudgetRequest$ = [3, n0, _DBR,
|
|
426
457
|
0,
|
|
427
458
|
[_AIc, _BN],
|
|
428
459
|
[0, 0], 2
|
|
429
460
|
];
|
|
430
|
-
exports.
|
|
461
|
+
exports.DeleteBudgetRequest$ = DeleteBudgetRequest$;
|
|
462
|
+
const DeleteBudgetResponse$ = [3, n0, _DBRe,
|
|
431
463
|
0,
|
|
432
464
|
[],
|
|
433
465
|
[]
|
|
434
466
|
];
|
|
435
|
-
exports.
|
|
467
|
+
exports.DeleteBudgetResponse$ = DeleteBudgetResponse$;
|
|
468
|
+
const DeleteNotificationRequest$ = [3, n0, _DNR,
|
|
436
469
|
0,
|
|
437
470
|
[_AIc, _BN, _No],
|
|
438
|
-
[0, 0, () =>
|
|
471
|
+
[0, 0, () => Notification$], 3
|
|
439
472
|
];
|
|
440
|
-
exports.
|
|
473
|
+
exports.DeleteNotificationRequest$ = DeleteNotificationRequest$;
|
|
474
|
+
const DeleteNotificationResponse$ = [3, n0, _DNRe,
|
|
441
475
|
0,
|
|
442
476
|
[],
|
|
443
477
|
[]
|
|
444
478
|
];
|
|
445
|
-
exports.
|
|
479
|
+
exports.DeleteNotificationResponse$ = DeleteNotificationResponse$;
|
|
480
|
+
const DeleteSubscriberRequest$ = [3, n0, _DSR,
|
|
446
481
|
0,
|
|
447
482
|
[_AIc, _BN, _No, _Sub],
|
|
448
|
-
[0, 0, () =>
|
|
483
|
+
[0, 0, () => Notification$, [() => Subscriber$, 0]], 4
|
|
449
484
|
];
|
|
450
|
-
exports.
|
|
485
|
+
exports.DeleteSubscriberRequest$ = DeleteSubscriberRequest$;
|
|
486
|
+
const DeleteSubscriberResponse$ = [3, n0, _DSRe,
|
|
451
487
|
0,
|
|
452
488
|
[],
|
|
453
489
|
[]
|
|
454
490
|
];
|
|
455
|
-
exports.
|
|
491
|
+
exports.DeleteSubscriberResponse$ = DeleteSubscriberResponse$;
|
|
492
|
+
const DescribeBudgetActionHistoriesRequest$ = [3, n0, _DBAHR,
|
|
456
493
|
0,
|
|
457
494
|
[_AIc, _BN, _AI, _TP, _MR, _NTe],
|
|
458
|
-
[0, 0, 0, () =>
|
|
495
|
+
[0, 0, 0, () => TimePeriod$, 1, 0], 3
|
|
459
496
|
];
|
|
460
|
-
exports.
|
|
497
|
+
exports.DescribeBudgetActionHistoriesRequest$ = DescribeBudgetActionHistoriesRequest$;
|
|
498
|
+
const DescribeBudgetActionHistoriesResponse$ = [3, n0, _DBAHRe,
|
|
461
499
|
0,
|
|
462
500
|
[_AHc, _NTe],
|
|
463
501
|
[[() => ActionHistories, 0], 0], 1
|
|
464
502
|
];
|
|
465
|
-
exports.
|
|
503
|
+
exports.DescribeBudgetActionHistoriesResponse$ = DescribeBudgetActionHistoriesResponse$;
|
|
504
|
+
const DescribeBudgetActionRequest$ = [3, n0, _DBARes,
|
|
466
505
|
0,
|
|
467
506
|
[_AIc, _BN, _AI],
|
|
468
507
|
[0, 0, 0], 3
|
|
469
508
|
];
|
|
470
|
-
exports.
|
|
509
|
+
exports.DescribeBudgetActionRequest$ = DescribeBudgetActionRequest$;
|
|
510
|
+
const DescribeBudgetActionResponse$ = [3, n0, _DBAResc,
|
|
471
511
|
0,
|
|
472
512
|
[_AIc, _BN, _A],
|
|
473
|
-
[0, 0, [() =>
|
|
513
|
+
[0, 0, [() => Action$, 0]], 3
|
|
474
514
|
];
|
|
475
|
-
exports.
|
|
515
|
+
exports.DescribeBudgetActionResponse$ = DescribeBudgetActionResponse$;
|
|
516
|
+
const DescribeBudgetActionsForAccountRequest$ = [3, n0, _DBAFAR,
|
|
476
517
|
0,
|
|
477
518
|
[_AIc, _MR, _NTe],
|
|
478
519
|
[0, 1, 0], 1
|
|
479
520
|
];
|
|
480
|
-
exports.
|
|
521
|
+
exports.DescribeBudgetActionsForAccountRequest$ = DescribeBudgetActionsForAccountRequest$;
|
|
522
|
+
const DescribeBudgetActionsForAccountResponse$ = [3, n0, _DBAFARe,
|
|
481
523
|
0,
|
|
482
524
|
[_Ac, _NTe],
|
|
483
525
|
[[() => Actions, 0], 0], 1
|
|
484
526
|
];
|
|
485
|
-
exports.
|
|
527
|
+
exports.DescribeBudgetActionsForAccountResponse$ = DescribeBudgetActionsForAccountResponse$;
|
|
528
|
+
const DescribeBudgetActionsForBudgetRequest$ = [3, n0, _DBAFBR,
|
|
486
529
|
0,
|
|
487
530
|
[_AIc, _BN, _MR, _NTe],
|
|
488
531
|
[0, 0, 1, 0], 2
|
|
489
532
|
];
|
|
490
|
-
exports.
|
|
533
|
+
exports.DescribeBudgetActionsForBudgetRequest$ = DescribeBudgetActionsForBudgetRequest$;
|
|
534
|
+
const DescribeBudgetActionsForBudgetResponse$ = [3, n0, _DBAFBRe,
|
|
491
535
|
0,
|
|
492
536
|
[_Ac, _NTe],
|
|
493
537
|
[[() => Actions, 0], 0], 1
|
|
494
538
|
];
|
|
495
|
-
exports.
|
|
539
|
+
exports.DescribeBudgetActionsForBudgetResponse$ = DescribeBudgetActionsForBudgetResponse$;
|
|
540
|
+
const DescribeBudgetNotificationsForAccountRequest$ = [3, n0, _DBNFAR,
|
|
496
541
|
0,
|
|
497
542
|
[_AIc, _MR, _NTe],
|
|
498
543
|
[0, 1, 0], 1
|
|
499
544
|
];
|
|
500
|
-
exports.
|
|
545
|
+
exports.DescribeBudgetNotificationsForAccountRequest$ = DescribeBudgetNotificationsForAccountRequest$;
|
|
546
|
+
const DescribeBudgetNotificationsForAccountResponse$ = [3, n0, _DBNFARe,
|
|
501
547
|
0,
|
|
502
548
|
[_BNFA, _NTe],
|
|
503
549
|
[() => BudgetNotificationsForAccountList, 0]
|
|
504
550
|
];
|
|
505
|
-
exports.
|
|
551
|
+
exports.DescribeBudgetNotificationsForAccountResponse$ = DescribeBudgetNotificationsForAccountResponse$;
|
|
552
|
+
const DescribeBudgetPerformanceHistoryRequest$ = [3, n0, _DBPHR,
|
|
506
553
|
0,
|
|
507
554
|
[_AIc, _BN, _TP, _MR, _NTe],
|
|
508
|
-
[0, 0, () =>
|
|
555
|
+
[0, 0, () => TimePeriod$, 1, 0], 2
|
|
509
556
|
];
|
|
510
|
-
exports.
|
|
557
|
+
exports.DescribeBudgetPerformanceHistoryRequest$ = DescribeBudgetPerformanceHistoryRequest$;
|
|
558
|
+
const DescribeBudgetPerformanceHistoryResponse$ = [3, n0, _DBPHRe,
|
|
511
559
|
0,
|
|
512
560
|
[_BPH, _NTe],
|
|
513
|
-
[() =>
|
|
561
|
+
[() => BudgetPerformanceHistory$, 0]
|
|
514
562
|
];
|
|
515
|
-
exports.
|
|
563
|
+
exports.DescribeBudgetPerformanceHistoryResponse$ = DescribeBudgetPerformanceHistoryResponse$;
|
|
564
|
+
const DescribeBudgetRequest$ = [3, n0, _DBRes,
|
|
516
565
|
0,
|
|
517
566
|
[_AIc, _BN, _SFE],
|
|
518
567
|
[0, 0, 2], 2
|
|
519
568
|
];
|
|
520
|
-
exports.
|
|
569
|
+
exports.DescribeBudgetRequest$ = DescribeBudgetRequest$;
|
|
570
|
+
const DescribeBudgetResponse$ = [3, n0, _DBResc,
|
|
521
571
|
0,
|
|
522
572
|
[_B],
|
|
523
|
-
[() =>
|
|
573
|
+
[() => Budget$]
|
|
524
574
|
];
|
|
525
|
-
exports.
|
|
575
|
+
exports.DescribeBudgetResponse$ = DescribeBudgetResponse$;
|
|
576
|
+
const DescribeBudgetsRequest$ = [3, n0, _DBRescr,
|
|
526
577
|
0,
|
|
527
578
|
[_AIc, _MR, _NTe, _SFE],
|
|
528
579
|
[0, 1, 0, 2], 1
|
|
529
580
|
];
|
|
530
|
-
exports.
|
|
581
|
+
exports.DescribeBudgetsRequest$ = DescribeBudgetsRequest$;
|
|
582
|
+
const DescribeBudgetsResponse$ = [3, n0, _DBRescri,
|
|
531
583
|
0,
|
|
532
584
|
[_Bu, _NTe],
|
|
533
585
|
[() => Budgets, 0]
|
|
534
586
|
];
|
|
535
|
-
exports.
|
|
587
|
+
exports.DescribeBudgetsResponse$ = DescribeBudgetsResponse$;
|
|
588
|
+
const DescribeNotificationsForBudgetRequest$ = [3, n0, _DNFBR,
|
|
536
589
|
0,
|
|
537
590
|
[_AIc, _BN, _MR, _NTe],
|
|
538
591
|
[0, 0, 1, 0], 2
|
|
539
592
|
];
|
|
540
|
-
exports.
|
|
593
|
+
exports.DescribeNotificationsForBudgetRequest$ = DescribeNotificationsForBudgetRequest$;
|
|
594
|
+
const DescribeNotificationsForBudgetResponse$ = [3, n0, _DNFBRe,
|
|
541
595
|
0,
|
|
542
596
|
[_N, _NTe],
|
|
543
597
|
[() => Notifications, 0]
|
|
544
598
|
];
|
|
545
|
-
exports.
|
|
599
|
+
exports.DescribeNotificationsForBudgetResponse$ = DescribeNotificationsForBudgetResponse$;
|
|
600
|
+
const DescribeSubscribersForNotificationRequest$ = [3, n0, _DSFNR,
|
|
546
601
|
0,
|
|
547
602
|
[_AIc, _BN, _No, _MR, _NTe],
|
|
548
|
-
[0, 0, () =>
|
|
603
|
+
[0, 0, () => Notification$, 1, 0], 3
|
|
549
604
|
];
|
|
550
|
-
exports.
|
|
605
|
+
exports.DescribeSubscribersForNotificationRequest$ = DescribeSubscribersForNotificationRequest$;
|
|
606
|
+
const DescribeSubscribersForNotificationResponse$ = [3, n0, _DSFNRe,
|
|
551
607
|
0,
|
|
552
608
|
[_Su, _NTe],
|
|
553
609
|
[[() => Subscribers, 0], 0]
|
|
554
610
|
];
|
|
555
|
-
exports.
|
|
611
|
+
exports.DescribeSubscribersForNotificationResponse$ = DescribeSubscribersForNotificationResponse$;
|
|
612
|
+
const ExecuteBudgetActionRequest$ = [3, n0, _EBAR,
|
|
556
613
|
0,
|
|
557
614
|
[_AIc, _BN, _AI, _ETx],
|
|
558
615
|
[0, 0, 0, 0], 4
|
|
559
616
|
];
|
|
560
|
-
exports.
|
|
617
|
+
exports.ExecuteBudgetActionRequest$ = ExecuteBudgetActionRequest$;
|
|
618
|
+
const ExecuteBudgetActionResponse$ = [3, n0, _EBARx,
|
|
561
619
|
0,
|
|
562
620
|
[_AIc, _BN, _AI, _ETx],
|
|
563
621
|
[0, 0, 0, 0], 4
|
|
564
622
|
];
|
|
565
|
-
exports.
|
|
623
|
+
exports.ExecuteBudgetActionResponse$ = ExecuteBudgetActionResponse$;
|
|
624
|
+
const Expression$ = [3, n0, _E,
|
|
566
625
|
0,
|
|
567
626
|
[_O, _An, _Not, _Di, _Ta, _CC],
|
|
568
|
-
[() => Expressions, () => Expressions, () =>
|
|
627
|
+
[() => Expressions, () => Expressions, () => Expression$, () => ExpressionDimensionValues$, () => TagValues$, () => CostCategoryValues$]
|
|
569
628
|
];
|
|
570
|
-
exports.
|
|
629
|
+
exports.Expression$ = Expression$;
|
|
630
|
+
const ExpressionDimensionValues$ = [3, n0, _EDV,
|
|
571
631
|
0,
|
|
572
632
|
[_K, _V, _MO],
|
|
573
633
|
[0, 64 | 0, 64 | 0], 2
|
|
574
634
|
];
|
|
575
|
-
exports.
|
|
635
|
+
exports.ExpressionDimensionValues$ = ExpressionDimensionValues$;
|
|
636
|
+
const HealthStatus$ = [3, n0, _HS,
|
|
576
637
|
0,
|
|
577
638
|
[_S, _SR, _LUT],
|
|
578
639
|
[0, 0, 4]
|
|
579
640
|
];
|
|
580
|
-
exports.
|
|
641
|
+
exports.HealthStatus$ = HealthStatus$;
|
|
642
|
+
const HistoricalOptions$ = [3, n0, _HO,
|
|
581
643
|
0,
|
|
582
644
|
[_BAP, _LBAP],
|
|
583
645
|
[1, 1], 1
|
|
584
646
|
];
|
|
585
|
-
exports.
|
|
647
|
+
exports.HistoricalOptions$ = HistoricalOptions$;
|
|
648
|
+
const IamActionDefinition$ = [3, n0, _IAD,
|
|
586
649
|
0,
|
|
587
650
|
[_PA, _R, _G, _U],
|
|
588
651
|
[0, 64 | 0, 64 | 0, 64 | 0], 1
|
|
589
652
|
];
|
|
590
|
-
exports.
|
|
653
|
+
exports.IamActionDefinition$ = IamActionDefinition$;
|
|
654
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
591
655
|
0,
|
|
592
656
|
[_RARN],
|
|
593
657
|
[0], 1
|
|
594
658
|
];
|
|
595
|
-
exports.
|
|
659
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
660
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
596
661
|
0,
|
|
597
662
|
[_RT],
|
|
598
663
|
[() => ResourceTagList]
|
|
599
664
|
];
|
|
600
|
-
exports.
|
|
665
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
666
|
+
const Notification$ = [3, n0, _No,
|
|
601
667
|
0,
|
|
602
668
|
[_NT, _CO, _Th, _TT, _NS],
|
|
603
669
|
[0, 0, 1, 0, 0], 3
|
|
604
670
|
];
|
|
605
|
-
exports.
|
|
671
|
+
exports.Notification$ = Notification$;
|
|
672
|
+
const NotificationWithSubscribers$ = [3, n0, _NWSo,
|
|
606
673
|
0,
|
|
607
674
|
[_No, _Su],
|
|
608
|
-
[() =>
|
|
675
|
+
[() => Notification$, [() => Subscribers, 0]], 2
|
|
609
676
|
];
|
|
610
|
-
exports.
|
|
677
|
+
exports.NotificationWithSubscribers$ = NotificationWithSubscribers$;
|
|
678
|
+
const ResourceTag$ = [3, n0, _RTe,
|
|
611
679
|
0,
|
|
612
680
|
[_K, _Va],
|
|
613
681
|
[0, 0], 2
|
|
614
682
|
];
|
|
615
|
-
exports.
|
|
683
|
+
exports.ResourceTag$ = ResourceTag$;
|
|
684
|
+
const ScpActionDefinition$ = [3, n0, _SAD,
|
|
616
685
|
0,
|
|
617
686
|
[_PI, _TI],
|
|
618
687
|
[0, 64 | 0], 2
|
|
619
688
|
];
|
|
620
|
-
exports.
|
|
689
|
+
exports.ScpActionDefinition$ = ScpActionDefinition$;
|
|
690
|
+
const Spend$ = [3, n0, _Sp,
|
|
621
691
|
0,
|
|
622
692
|
[_Am, _Un],
|
|
623
693
|
[0, 0], 2
|
|
624
694
|
];
|
|
625
|
-
exports.
|
|
695
|
+
exports.Spend$ = Spend$;
|
|
696
|
+
const SsmActionDefinition$ = [3, n0, _SADs,
|
|
626
697
|
0,
|
|
627
698
|
[_AST, _Re, _II],
|
|
628
699
|
[0, 0, 64 | 0], 3
|
|
629
700
|
];
|
|
630
|
-
exports.
|
|
701
|
+
exports.SsmActionDefinition$ = SsmActionDefinition$;
|
|
702
|
+
const Subscriber$ = [3, n0, _Sub,
|
|
631
703
|
0,
|
|
632
704
|
[_ST, _Ad],
|
|
633
705
|
[0, [() => SubscriberAddress, 0]], 2
|
|
634
706
|
];
|
|
635
|
-
exports.
|
|
707
|
+
exports.Subscriber$ = Subscriber$;
|
|
708
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
636
709
|
0,
|
|
637
710
|
[_RARN, _RT],
|
|
638
711
|
[0, () => ResourceTagList], 2
|
|
639
712
|
];
|
|
640
|
-
exports.
|
|
713
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
714
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
641
715
|
0,
|
|
642
716
|
[],
|
|
643
717
|
[]
|
|
644
718
|
];
|
|
645
|
-
exports.
|
|
719
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
720
|
+
const TagValues$ = [3, n0, _TV,
|
|
646
721
|
0,
|
|
647
722
|
[_K, _V, _MO],
|
|
648
723
|
[0, 64 | 0, 64 | 0]
|
|
649
724
|
];
|
|
650
|
-
exports.
|
|
725
|
+
exports.TagValues$ = TagValues$;
|
|
726
|
+
const TimePeriod$ = [3, n0, _TP,
|
|
651
727
|
0,
|
|
652
728
|
[_St, _En],
|
|
653
729
|
[4, 4]
|
|
654
730
|
];
|
|
655
|
-
exports.
|
|
731
|
+
exports.TimePeriod$ = TimePeriod$;
|
|
732
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
656
733
|
0,
|
|
657
734
|
[_RARN, _RTK],
|
|
658
735
|
[0, 64 | 0], 2
|
|
659
736
|
];
|
|
660
|
-
exports.
|
|
737
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
738
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
661
739
|
0,
|
|
662
740
|
[],
|
|
663
741
|
[]
|
|
664
742
|
];
|
|
665
|
-
exports.
|
|
743
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
744
|
+
const UpdateBudgetActionRequest$ = [3, n0, _UBAR,
|
|
666
745
|
0,
|
|
667
746
|
[_AIc, _BN, _AI, _NT, _ATc, _D, _ERA, _AM, _Su],
|
|
668
|
-
[0, 0, 0, 0, () =>
|
|
747
|
+
[0, 0, 0, 0, () => ActionThreshold$, () => Definition$, 0, 0, [() => Subscribers, 0]], 3
|
|
669
748
|
];
|
|
670
|
-
exports.
|
|
749
|
+
exports.UpdateBudgetActionRequest$ = UpdateBudgetActionRequest$;
|
|
750
|
+
const UpdateBudgetActionResponse$ = [3, n0, _UBARp,
|
|
671
751
|
0,
|
|
672
752
|
[_AIc, _BN, _OA, _NA],
|
|
673
|
-
[0, 0, [() =>
|
|
753
|
+
[0, 0, [() => Action$, 0], [() => Action$, 0]], 4
|
|
674
754
|
];
|
|
675
|
-
exports.
|
|
755
|
+
exports.UpdateBudgetActionResponse$ = UpdateBudgetActionResponse$;
|
|
756
|
+
const UpdateBudgetRequest$ = [3, n0, _UBR,
|
|
676
757
|
0,
|
|
677
758
|
[_AIc, _NB],
|
|
678
|
-
[0, () =>
|
|
759
|
+
[0, () => Budget$], 2
|
|
679
760
|
];
|
|
680
|
-
exports.
|
|
761
|
+
exports.UpdateBudgetRequest$ = UpdateBudgetRequest$;
|
|
762
|
+
const UpdateBudgetResponse$ = [3, n0, _UBRp,
|
|
681
763
|
0,
|
|
682
764
|
[],
|
|
683
765
|
[]
|
|
684
766
|
];
|
|
685
|
-
exports.
|
|
767
|
+
exports.UpdateBudgetResponse$ = UpdateBudgetResponse$;
|
|
768
|
+
const UpdateNotificationRequest$ = [3, n0, _UNR,
|
|
686
769
|
0,
|
|
687
770
|
[_AIc, _BN, _ON, _NN],
|
|
688
|
-
[0, 0, () =>
|
|
771
|
+
[0, 0, () => Notification$, () => Notification$], 4
|
|
689
772
|
];
|
|
690
|
-
exports.
|
|
773
|
+
exports.UpdateNotificationRequest$ = UpdateNotificationRequest$;
|
|
774
|
+
const UpdateNotificationResponse$ = [3, n0, _UNRp,
|
|
691
775
|
0,
|
|
692
776
|
[],
|
|
693
777
|
[]
|
|
694
778
|
];
|
|
695
|
-
exports.
|
|
779
|
+
exports.UpdateNotificationResponse$ = UpdateNotificationResponse$;
|
|
780
|
+
const UpdateSubscriberRequest$ = [3, n0, _USR,
|
|
696
781
|
0,
|
|
697
782
|
[_AIc, _BN, _No, _OS, _NSe],
|
|
698
|
-
[0, 0, () =>
|
|
783
|
+
[0, 0, () => Notification$, [() => Subscriber$, 0], [() => Subscriber$, 0]], 5
|
|
699
784
|
];
|
|
700
|
-
exports.
|
|
785
|
+
exports.UpdateSubscriberRequest$ = UpdateSubscriberRequest$;
|
|
786
|
+
const UpdateSubscriberResponse$ = [3, n0, _USRp,
|
|
701
787
|
0,
|
|
702
788
|
[],
|
|
703
789
|
[]
|
|
704
790
|
];
|
|
791
|
+
exports.UpdateSubscriberResponse$ = UpdateSubscriberResponse$;
|
|
705
792
|
var ActionHistories = [1, n0, _AHc,
|
|
706
|
-
0, [() =>
|
|
793
|
+
0, [() => ActionHistory$,
|
|
707
794
|
0]
|
|
708
795
|
];
|
|
709
796
|
var Actions = [1, n0, _Ac,
|
|
710
|
-
0, [() =>
|
|
797
|
+
0, [() => Action$,
|
|
711
798
|
0]
|
|
712
799
|
];
|
|
713
800
|
var BudgetedAndActualAmountsList = [1, n0, _BAAAL,
|
|
714
|
-
0, () =>
|
|
801
|
+
0, () => BudgetedAndActualAmounts$
|
|
715
802
|
];
|
|
716
803
|
var BudgetNotificationsForAccountList = [1, n0, _BNFAL,
|
|
717
|
-
0, () =>
|
|
804
|
+
0, () => BudgetNotificationsForAccount$
|
|
718
805
|
];
|
|
719
806
|
var Budgets = [1, n0, _Bu,
|
|
720
|
-
0, () =>
|
|
807
|
+
0, () => Budget$
|
|
721
808
|
];
|
|
722
809
|
var DimensionValues = 64 | 0;
|
|
723
810
|
var Expressions = [1, n0, _Ex,
|
|
724
|
-
0, () =>
|
|
811
|
+
0, () => Expression$
|
|
725
812
|
];
|
|
726
813
|
var Groups = 64 | 0;
|
|
727
814
|
var InstanceIds = 64 | 0;
|
|
728
815
|
var MatchOptions = 64 | 0;
|
|
729
816
|
var Metrics = 64 | 0;
|
|
730
817
|
var Notifications = [1, n0, _N,
|
|
731
|
-
0, () =>
|
|
818
|
+
0, () => Notification$
|
|
732
819
|
];
|
|
733
820
|
var NotificationWithSubscribersList = [1, n0, _NWSL,
|
|
734
|
-
0, [() =>
|
|
821
|
+
0, [() => NotificationWithSubscribers$,
|
|
735
822
|
0]
|
|
736
823
|
];
|
|
737
824
|
var ResourceTagKeyList = 64 | 0;
|
|
738
825
|
var ResourceTagList = [1, n0, _RTL,
|
|
739
|
-
0, () =>
|
|
826
|
+
0, () => ResourceTag$
|
|
740
827
|
];
|
|
741
828
|
var Roles = 64 | 0;
|
|
742
829
|
var Subscribers = [1, n0, _Su,
|
|
743
|
-
0, [() =>
|
|
830
|
+
0, [() => Subscriber$,
|
|
744
831
|
0]
|
|
745
832
|
];
|
|
746
833
|
var TargetIds = 64 | 0;
|
|
@@ -750,83 +837,83 @@ var CostFilters = [2, n0, _CF,
|
|
|
750
837
|
0, 0, 64 | 0
|
|
751
838
|
];
|
|
752
839
|
var PlannedBudgetLimits = [2, n0, _PBL,
|
|
753
|
-
0, 0, () =>
|
|
840
|
+
0, 0, () => Spend$
|
|
754
841
|
];
|
|
755
842
|
exports.CreateBudget$ = [9, n0, _CB,
|
|
756
|
-
0, () =>
|
|
843
|
+
0, () => CreateBudgetRequest$, () => CreateBudgetResponse$
|
|
757
844
|
];
|
|
758
845
|
exports.CreateBudgetAction$ = [9, n0, _CBA,
|
|
759
|
-
0, () =>
|
|
846
|
+
0, () => CreateBudgetActionRequest$, () => CreateBudgetActionResponse$
|
|
760
847
|
];
|
|
761
848
|
exports.CreateNotification$ = [9, n0, _CN,
|
|
762
|
-
0, () =>
|
|
849
|
+
0, () => CreateNotificationRequest$, () => CreateNotificationResponse$
|
|
763
850
|
];
|
|
764
851
|
exports.CreateSubscriber$ = [9, n0, _CSr,
|
|
765
|
-
0, () =>
|
|
852
|
+
0, () => CreateSubscriberRequest$, () => CreateSubscriberResponse$
|
|
766
853
|
];
|
|
767
854
|
exports.DeleteBudget$ = [9, n0, _DB,
|
|
768
|
-
0, () =>
|
|
855
|
+
0, () => DeleteBudgetRequest$, () => DeleteBudgetResponse$
|
|
769
856
|
];
|
|
770
857
|
exports.DeleteBudgetAction$ = [9, n0, _DBA,
|
|
771
|
-
0, () =>
|
|
858
|
+
0, () => DeleteBudgetActionRequest$, () => DeleteBudgetActionResponse$
|
|
772
859
|
];
|
|
773
860
|
exports.DeleteNotification$ = [9, n0, _DN,
|
|
774
|
-
0, () =>
|
|
861
|
+
0, () => DeleteNotificationRequest$, () => DeleteNotificationResponse$
|
|
775
862
|
];
|
|
776
863
|
exports.DeleteSubscriber$ = [9, n0, _DS,
|
|
777
|
-
0, () =>
|
|
864
|
+
0, () => DeleteSubscriberRequest$, () => DeleteSubscriberResponse$
|
|
778
865
|
];
|
|
779
866
|
exports.DescribeBudget$ = [9, n0, _DBe,
|
|
780
|
-
0, () =>
|
|
867
|
+
0, () => DescribeBudgetRequest$, () => DescribeBudgetResponse$
|
|
781
868
|
];
|
|
782
869
|
exports.DescribeBudgetAction$ = [9, n0, _DBAe,
|
|
783
|
-
0, () =>
|
|
870
|
+
0, () => DescribeBudgetActionRequest$, () => DescribeBudgetActionResponse$
|
|
784
871
|
];
|
|
785
872
|
exports.DescribeBudgetActionHistories$ = [9, n0, _DBAH,
|
|
786
|
-
0, () =>
|
|
873
|
+
0, () => DescribeBudgetActionHistoriesRequest$, () => DescribeBudgetActionHistoriesResponse$
|
|
787
874
|
];
|
|
788
875
|
exports.DescribeBudgetActionsForAccount$ = [9, n0, _DBAFA,
|
|
789
|
-
0, () =>
|
|
876
|
+
0, () => DescribeBudgetActionsForAccountRequest$, () => DescribeBudgetActionsForAccountResponse$
|
|
790
877
|
];
|
|
791
878
|
exports.DescribeBudgetActionsForBudget$ = [9, n0, _DBAFB,
|
|
792
|
-
0, () =>
|
|
879
|
+
0, () => DescribeBudgetActionsForBudgetRequest$, () => DescribeBudgetActionsForBudgetResponse$
|
|
793
880
|
];
|
|
794
881
|
exports.DescribeBudgetNotificationsForAccount$ = [9, n0, _DBNFA,
|
|
795
|
-
0, () =>
|
|
882
|
+
0, () => DescribeBudgetNotificationsForAccountRequest$, () => DescribeBudgetNotificationsForAccountResponse$
|
|
796
883
|
];
|
|
797
884
|
exports.DescribeBudgetPerformanceHistory$ = [9, n0, _DBPH,
|
|
798
|
-
0, () =>
|
|
885
|
+
0, () => DescribeBudgetPerformanceHistoryRequest$, () => DescribeBudgetPerformanceHistoryResponse$
|
|
799
886
|
];
|
|
800
887
|
exports.DescribeBudgets$ = [9, n0, _DBes,
|
|
801
|
-
0, () =>
|
|
888
|
+
0, () => DescribeBudgetsRequest$, () => DescribeBudgetsResponse$
|
|
802
889
|
];
|
|
803
890
|
exports.DescribeNotificationsForBudget$ = [9, n0, _DNFB,
|
|
804
|
-
0, () =>
|
|
891
|
+
0, () => DescribeNotificationsForBudgetRequest$, () => DescribeNotificationsForBudgetResponse$
|
|
805
892
|
];
|
|
806
893
|
exports.DescribeSubscribersForNotification$ = [9, n0, _DSFN,
|
|
807
|
-
0, () =>
|
|
894
|
+
0, () => DescribeSubscribersForNotificationRequest$, () => DescribeSubscribersForNotificationResponse$
|
|
808
895
|
];
|
|
809
896
|
exports.ExecuteBudgetAction$ = [9, n0, _EBA,
|
|
810
|
-
0, () =>
|
|
897
|
+
0, () => ExecuteBudgetActionRequest$, () => ExecuteBudgetActionResponse$
|
|
811
898
|
];
|
|
812
899
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
813
|
-
0, () =>
|
|
900
|
+
0, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
814
901
|
];
|
|
815
902
|
exports.TagResource$ = [9, n0, _TR,
|
|
816
|
-
0, () =>
|
|
903
|
+
0, () => TagResourceRequest$, () => TagResourceResponse$
|
|
817
904
|
];
|
|
818
905
|
exports.UntagResource$ = [9, n0, _UR,
|
|
819
|
-
0, () =>
|
|
906
|
+
0, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
820
907
|
];
|
|
821
908
|
exports.UpdateBudget$ = [9, n0, _UBp,
|
|
822
|
-
0, () =>
|
|
909
|
+
0, () => UpdateBudgetRequest$, () => UpdateBudgetResponse$
|
|
823
910
|
];
|
|
824
911
|
exports.UpdateBudgetAction$ = [9, n0, _UBA,
|
|
825
|
-
0, () =>
|
|
912
|
+
0, () => UpdateBudgetActionRequest$, () => UpdateBudgetActionResponse$
|
|
826
913
|
];
|
|
827
914
|
exports.UpdateNotification$ = [9, n0, _UN,
|
|
828
|
-
0, () =>
|
|
915
|
+
0, () => UpdateNotificationRequest$, () => UpdateNotificationResponse$
|
|
829
916
|
];
|
|
830
917
|
exports.UpdateSubscriber$ = [9, n0, _US,
|
|
831
|
-
0, () =>
|
|
918
|
+
0, () => UpdateSubscriberRequest$, () => UpdateSubscriberResponse$
|
|
832
919
|
];
|