@aws-sdk/client-billing 3.1100.0 → 3.1101.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/README.md +21 -0
- package/dist-cjs/index.js +236 -19
- package/dist-es/Billing.js +8 -0
- package/dist-es/commands/GetEnterpriseSupportChargeSummaryCommand.js +4 -0
- package/dist-es/commands/GetEnterpriseSupportContractDetailsCommand.js +4 -0
- package/dist-es/commands/ListEnterpriseSupportLinkedAccountChargesCommand.js +4 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/pagination/ListEnterpriseSupportLinkedAccountChargesPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +199 -18
- package/dist-types/Billing.d.ts +28 -0
- package/dist-types/BillingClient.d.ts +5 -2
- package/dist-types/commands/GetEnterpriseSupportChargeSummaryCommand.d.ts +122 -0
- package/dist-types/commands/GetEnterpriseSupportContractDetailsCommand.d.ts +143 -0
- package/dist-types/commands/ListEnterpriseSupportLinkedAccountChargesCommand.d.ts +120 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +464 -0
- package/dist-types/pagination/ListEnterpriseSupportLinkedAccountChargesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +17 -0
- package/dist-types/ts3.4/Billing.d.ts +58 -0
- package/dist-types/ts3.4/BillingClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetEnterpriseSupportChargeSummaryCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetEnterpriseSupportContractDetailsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListEnterpriseSupportLinkedAccountChargesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +104 -0
- package/dist-types/ts3.4/pagination/ListEnterpriseSupportLinkedAccountChargesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -237,6 +237,20 @@ GetCredits
|
|
|
237
237
|
</details>
|
|
238
238
|
<details>
|
|
239
239
|
<summary>
|
|
240
|
+
GetEnterpriseSupportChargeSummary
|
|
241
|
+
</summary>
|
|
242
|
+
|
|
243
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/billing/command/GetEnterpriseSupportChargeSummaryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-billing/Interface/GetEnterpriseSupportChargeSummaryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-billing/Interface/GetEnterpriseSupportChargeSummaryCommandOutput/)
|
|
244
|
+
</details>
|
|
245
|
+
<details>
|
|
246
|
+
<summary>
|
|
247
|
+
GetEnterpriseSupportContractDetails
|
|
248
|
+
</summary>
|
|
249
|
+
|
|
250
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/billing/command/GetEnterpriseSupportContractDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-billing/Interface/GetEnterpriseSupportContractDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-billing/Interface/GetEnterpriseSupportContractDetailsCommandOutput/)
|
|
251
|
+
</details>
|
|
252
|
+
<details>
|
|
253
|
+
<summary>
|
|
240
254
|
GetResourcePolicy
|
|
241
255
|
</summary>
|
|
242
256
|
|
|
@@ -251,6 +265,13 @@ ListBillingViews
|
|
|
251
265
|
</details>
|
|
252
266
|
<details>
|
|
253
267
|
<summary>
|
|
268
|
+
ListEnterpriseSupportLinkedAccountCharges
|
|
269
|
+
</summary>
|
|
270
|
+
|
|
271
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/billing/command/ListEnterpriseSupportLinkedAccountChargesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-billing/Interface/ListEnterpriseSupportLinkedAccountChargesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-billing/Interface/ListEnterpriseSupportLinkedAccountChargesCommandOutput/)
|
|
272
|
+
</details>
|
|
273
|
+
<details>
|
|
274
|
+
<summary>
|
|
254
275
|
ListSourceViewsForBillingView
|
|
255
276
|
</summary>
|
|
256
277
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1100.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -259,6 +259,8 @@ class ValidationException extends BillingServiceException {
|
|
|
259
259
|
}
|
|
260
260
|
|
|
261
261
|
const _A = "Amount";
|
|
262
|
+
const _AC = "AdditionalCharge";
|
|
263
|
+
const _ACL = "AdditionalChargeList";
|
|
262
264
|
const _ADE = "AccessDeniedException";
|
|
263
265
|
const _ASV = "AssociateSourceViews";
|
|
264
266
|
const _ASVR = "AssociateSourceViewsRequest";
|
|
@@ -278,8 +280,12 @@ const _BVHSE = "BillingViewHealthStatusException";
|
|
|
278
280
|
const _BVL = "BillingViewList";
|
|
279
281
|
const _BVLE = "BillingViewListElement";
|
|
280
282
|
const _BVN = "BillingViewName";
|
|
283
|
+
const _CA = "ChargeAccount";
|
|
281
284
|
const _CAHE = "CreditAllocationHistoryEntry";
|
|
282
285
|
const _CAHL = "CreditAllocationHistoryList";
|
|
286
|
+
const _CAL = "ChargeAccountList";
|
|
287
|
+
const _CALo = "ContractAccountList";
|
|
288
|
+
const _CAo = "ContractAccount";
|
|
283
289
|
const _CBV = "CreateBillingView";
|
|
284
290
|
const _CBVR = "CreateBillingViewRequest";
|
|
285
291
|
const _CBVRr = "CreateBillingViewResponse";
|
|
@@ -295,6 +301,7 @@ const _DSVR = "DisassociateSourceViewsRequest";
|
|
|
295
301
|
const _DSVRi = "DisassociateSourceViewsResponse";
|
|
296
302
|
const _DV = "DimensionValues";
|
|
297
303
|
const _E = "Expression";
|
|
304
|
+
const _ESTP = "EnterpriseSupportTimePeriod";
|
|
298
305
|
const _GBP = "GetBillingPreferences";
|
|
299
306
|
const _GBPR = "GetBillingPreferencesRequest";
|
|
300
307
|
const _GBPRe = "GetBillingPreferencesResponse";
|
|
@@ -307,29 +314,47 @@ const _GCAHR = "GetCreditAllocationHistoryRequest";
|
|
|
307
314
|
const _GCAHRe = "GetCreditAllocationHistoryResponse";
|
|
308
315
|
const _GCR = "GetCreditsRequest";
|
|
309
316
|
const _GCRe = "GetCreditsResponse";
|
|
317
|
+
const _GESCD = "GetEnterpriseSupportContractDetails";
|
|
318
|
+
const _GESCDR = "GetEnterpriseSupportContractDetailsRequest";
|
|
319
|
+
const _GESCDRe = "GetEnterpriseSupportContractDetailsResponse";
|
|
320
|
+
const _GESCS = "GetEnterpriseSupportChargeSummary";
|
|
321
|
+
const _GESCSR = "GetEnterpriseSupportChargeSummaryRequest";
|
|
322
|
+
const _GESCSRe = "GetEnterpriseSupportChargeSummaryResponse";
|
|
310
323
|
const _GRP = "GetResourcePolicy";
|
|
311
324
|
const _GRPR = "GetResourcePolicyRequest";
|
|
312
325
|
const _GRPRe = "GetResourcePolicyResponse";
|
|
313
326
|
const _ISE = "InternalServerException";
|
|
327
|
+
const _LAC = "LinkedAccountCharge";
|
|
328
|
+
const _LACL = "LinkedAccountChargeList";
|
|
314
329
|
const _LBV = "ListBillingViews";
|
|
315
330
|
const _LBVR = "ListBillingViewsRequest";
|
|
316
331
|
const _LBVRi = "ListBillingViewsResponse";
|
|
332
|
+
const _LESLAC = "ListEnterpriseSupportLinkedAccountCharges";
|
|
333
|
+
const _LESLACR = "ListEnterpriseSupportLinkedAccountChargesRequest";
|
|
334
|
+
const _LESLACRi = "ListEnterpriseSupportLinkedAccountChargesResponse";
|
|
317
335
|
const _LSVFBV = "ListSourceViewsForBillingView";
|
|
318
336
|
const _LSVFBVR = "ListSourceViewsForBillingViewRequest";
|
|
319
337
|
const _LSVFBVRi = "ListSourceViewsForBillingViewResponse";
|
|
320
338
|
const _LTFR = "ListTagsForResource";
|
|
321
339
|
const _LTFRR = "ListTagsForResourceRequest";
|
|
322
340
|
const _LTFRRi = "ListTagsForResourceResponse";
|
|
341
|
+
const _PP = "PricingPlan";
|
|
342
|
+
const _PPL = "PricingPlanList";
|
|
343
|
+
const _PPT = "PricingPlanTier";
|
|
344
|
+
const _PPTL = "PricingPlanTierList";
|
|
323
345
|
const _RC = "RedeemCredits";
|
|
324
346
|
const _RCR = "RedeemCreditsRequest";
|
|
325
347
|
const _RCRe = "RedeemCreditsResponse";
|
|
326
348
|
const _RNFE = "ResourceNotFoundException";
|
|
327
349
|
const _RT = "ResourceTag";
|
|
328
350
|
const _RTL = "ResourceTagList";
|
|
351
|
+
const _SLAU = "ServiceLevelAccountUsage";
|
|
352
|
+
const _SLAUL = "ServiceLevelAccountUsageList";
|
|
329
353
|
const _SQEE = "ServiceQuotaExceededException";
|
|
330
354
|
const _SS = "StringSearch";
|
|
331
355
|
const _SSt = "StringSearches";
|
|
332
356
|
const _TE = "ThrottlingException";
|
|
357
|
+
const _TPL = "TimePeriodList";
|
|
333
358
|
const _TR = "TimeRange";
|
|
334
359
|
const _TRR = "TagResourceRequest";
|
|
335
360
|
const _TRRa = "TagResourceResponse";
|
|
@@ -348,23 +373,35 @@ const _VE = "ValidationException";
|
|
|
348
373
|
const _VEF = "ValidationExceptionField";
|
|
349
374
|
const _VEFL = "ValidationExceptionFieldList";
|
|
350
375
|
const _XACT = "X-Amzn-Client-Token";
|
|
351
|
-
const _a = "
|
|
376
|
+
const _a = "amount";
|
|
352
377
|
const _aAI = "activeAfterInclusive";
|
|
353
378
|
const _aBI = "activeBeforeInclusive";
|
|
379
|
+
const _aCA = "aggregateChargesAdjustment";
|
|
354
380
|
const _aHCSE = "accountHasCreditSharingEnabled";
|
|
355
381
|
const _aI = "accountId";
|
|
356
382
|
const _aN = "accountName";
|
|
357
383
|
const _aPN = "applicableProductNames";
|
|
384
|
+
const _aPOAC = "additionalPercentageOfAggregateCharges";
|
|
358
385
|
const _aQE = "awsQueryError";
|
|
386
|
+
const _aSC = "additionalSupportCharge";
|
|
387
|
+
const _aSEUS = "additionalSupportEligibleUsageSpend";
|
|
359
388
|
const _aSN = "appliedServiceName";
|
|
360
389
|
const _aT = "applicationType";
|
|
361
390
|
const _aTR = "activeTimeRange";
|
|
362
|
-
const
|
|
391
|
+
const _aTc = "accountType";
|
|
392
|
+
const _ar = "arn";
|
|
393
|
+
const _arn = "arns";
|
|
394
|
+
const _bC = "baseCharge";
|
|
395
|
+
const _bD = "beginDate";
|
|
363
396
|
const _bDI = "beginDateInclusive";
|
|
397
|
+
const _bDi = "billDate";
|
|
364
398
|
const _bM = "billingMonth";
|
|
365
399
|
const _bP = "billingPeriod";
|
|
400
|
+
const _bPED = "billingPeriodEndDate";
|
|
366
401
|
const _bPPK = "billingPreferencesPerKey";
|
|
402
|
+
const _bPSD = "billingPeriodStartDate";
|
|
367
403
|
const _bPi = "billingPreferences";
|
|
404
|
+
const _bS = "billableSeconds";
|
|
368
405
|
const _bV = "billingView";
|
|
369
406
|
const _bVT = "billingViewType";
|
|
370
407
|
const _bVTi = "billingViewTypes";
|
|
@@ -379,12 +416,17 @@ const _cCA = "costCategoryArn";
|
|
|
379
416
|
const _cCV = "creditConsoleVisibility";
|
|
380
417
|
const _cCo = "costCategories";
|
|
381
418
|
const _cI = "creditId";
|
|
419
|
+
const _cP = "chargePercentage";
|
|
420
|
+
const _cPAI = "contractPayerAccountIds";
|
|
421
|
+
const _cPAIh = "chargedPayerAccountIds";
|
|
382
422
|
const _cS = "creditStatus";
|
|
383
423
|
const _cST = "creditSharingType";
|
|
384
|
-
const _cT = "
|
|
424
|
+
const _cT = "chargeType";
|
|
425
|
+
const _cTl = "clientToken";
|
|
385
426
|
const _cTr = "creditType";
|
|
386
427
|
const _cr = "credits";
|
|
387
428
|
const _d = "description";
|
|
429
|
+
const _dATMC = "discountAppliesToMinimumCharge";
|
|
388
430
|
const _dFE = "dataFilterExpression";
|
|
389
431
|
const _dVC = "derivedViewCount";
|
|
390
432
|
const _di = "dimensions";
|
|
@@ -403,11 +445,20 @@ const _h = "http";
|
|
|
403
445
|
const _hE = "httpError";
|
|
404
446
|
const _hH = "httpHeader";
|
|
405
447
|
const _hS = "healthStatus";
|
|
448
|
+
const _i = "incremental";
|
|
406
449
|
const _iA = "initialAmount";
|
|
450
|
+
const _iC = "incrementCharge";
|
|
451
|
+
const _iCA = "isContractActive";
|
|
452
|
+
const _iE = "isEstimated";
|
|
407
453
|
const _iEB = "isEstimatedBill";
|
|
454
|
+
const _iG = "isGdn";
|
|
408
455
|
const _iT = "idempotencyToken";
|
|
456
|
+
const _in = "increment";
|
|
409
457
|
const _k = "key";
|
|
458
|
+
const _lA = "linkedAccount";
|
|
459
|
+
const _lTP = "linkedTimePeriods";
|
|
410
460
|
const _m = "message";
|
|
461
|
+
const _mC = "minimumCharge";
|
|
411
462
|
const _mR = "maxResults";
|
|
412
463
|
const _mo = "month";
|
|
413
464
|
const _n = "name";
|
|
@@ -416,9 +467,14 @@ const _na = "names";
|
|
|
416
467
|
const _oAI = "ownerAccountId";
|
|
417
468
|
const _p = "policy";
|
|
418
469
|
const _pAF = "payerAccountFlag";
|
|
470
|
+
const _pAI = "payerAccountId";
|
|
419
471
|
const _pC = "promoCode";
|
|
472
|
+
const _pDP = "planDiscountPercent";
|
|
473
|
+
const _pP = "pricingPlans";
|
|
474
|
+
const _pPI = "pricingPlanId";
|
|
420
475
|
const _pR = "partialResults";
|
|
421
476
|
const _pTA = "purchaseTypeApplications";
|
|
477
|
+
const _pTSES = "proratedTotalSupportEligibleSpend";
|
|
422
478
|
const _qC = "quotaCode";
|
|
423
479
|
const _r = "reason";
|
|
424
480
|
const _rA = "remainingAmount";
|
|
@@ -431,17 +487,39 @@ const _rTe = "resourceTags";
|
|
|
431
487
|
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.billing";
|
|
432
488
|
const _sA = "shareableAccounts";
|
|
433
489
|
const _sAI = "sourceAccountId";
|
|
490
|
+
const _sAM = "supportAllocationMethod";
|
|
434
491
|
const _sC = "serviceCode";
|
|
492
|
+
const _sCP = "supportChargePercentage";
|
|
435
493
|
const _sCt = "statusCode";
|
|
494
|
+
const _sCu = "supportCharge";
|
|
436
495
|
const _sD = "startDate";
|
|
496
|
+
const _sDu = "supportDiscount";
|
|
497
|
+
const _sEPP = "supportEffectivePricingPlan";
|
|
498
|
+
const _sESBS = "supportEligibleSpendByService";
|
|
437
499
|
const _sO = "searchOption";
|
|
500
|
+
const _sPSD = "supportProrateStartDate";
|
|
438
501
|
const _sR = "statusReasons";
|
|
502
|
+
const _sRIASD = "supportReservedInstanceAmortizationStartDate";
|
|
503
|
+
const _sRITM = "supportReservedInstanceTreatmentMethod";
|
|
504
|
+
const _sSPASD = "supportSavingsPlansAmortizationStartDate";
|
|
505
|
+
const _sSPTM = "supportSavingsPlansTreatmentMethod";
|
|
506
|
+
const _sTP = "subscriptionTimePeriods";
|
|
439
507
|
const _sV = "sourceViews";
|
|
440
508
|
const _sVC = "sourceViewCount";
|
|
441
509
|
const _sVe = "searchValue";
|
|
442
510
|
const _se = "server";
|
|
443
511
|
const _t = "tags";
|
|
512
|
+
const _tM = "tierMinimum";
|
|
513
|
+
const _tMi = "tierMaximum";
|
|
444
514
|
const _tR = "timeRange";
|
|
515
|
+
const _tS = "totalSeconds";
|
|
516
|
+
const _tSC = "totalSupportCharge";
|
|
517
|
+
const _tSERIS = "totalSupportEligibleReservedInstanceSpend";
|
|
518
|
+
const _tSES = "totalSupportEligibleSpend";
|
|
519
|
+
const _tSESPS = "totalSupportEligibleSavingsPlanSpend";
|
|
520
|
+
const _tSEUS = "totalSupportEligibleUsageSpend";
|
|
521
|
+
const _ti = "tiers";
|
|
522
|
+
const _tie = "tiered";
|
|
445
523
|
const _uA = "updatedAt";
|
|
446
524
|
const _v = "value";
|
|
447
525
|
const _vDLUA = "viewDefinitionLastUpdatedAt";
|
|
@@ -511,6 +589,11 @@ var ActiveTimeRange$ = [3, n0, _ATR,
|
|
|
511
589
|
[_aAI, _aBI],
|
|
512
590
|
[4, 4], 2
|
|
513
591
|
];
|
|
592
|
+
var AdditionalCharge$ = [3, n0, _AC,
|
|
593
|
+
0,
|
|
594
|
+
[_d, _a, _cT],
|
|
595
|
+
[0, 0, 0], 1
|
|
596
|
+
];
|
|
514
597
|
var Amount$ = [3, n0, _A,
|
|
515
598
|
0,
|
|
516
599
|
[_cC, _cA],
|
|
@@ -518,12 +601,12 @@ var Amount$ = [3, n0, _A,
|
|
|
518
601
|
];
|
|
519
602
|
var AssociateSourceViewsRequest$ = [3, n0, _ASVR,
|
|
520
603
|
0,
|
|
521
|
-
[
|
|
604
|
+
[_ar, _sV],
|
|
522
605
|
[0, 64 | 0], 2
|
|
523
606
|
];
|
|
524
607
|
var AssociateSourceViewsResponse$ = [3, n0, _ASVRs,
|
|
525
608
|
0,
|
|
526
|
-
[
|
|
609
|
+
[_ar],
|
|
527
610
|
[0], 1
|
|
528
611
|
];
|
|
529
612
|
var BillingFeatureFilter$ = [3, n0, _BFF,
|
|
@@ -548,7 +631,7 @@ var BillingPreferenceSummary$ = [3, n0, _BPS,
|
|
|
548
631
|
];
|
|
549
632
|
var BillingViewElement$ = [3, n0, _BVE,
|
|
550
633
|
0,
|
|
551
|
-
[
|
|
634
|
+
[_ar, _n, _d, _bVT, _oAI, _sAI, _dFE, _cAr, _uA, _dVC, _sVC, _vDLUA, _hS],
|
|
552
635
|
[0, [() => BillingViewName, 0], [() => BillingViewDescription, 0], 0, 0, 0, () => Expression$, 4, 4, 1, 1, 4, () => BillingViewHealthStatus$]
|
|
553
636
|
];
|
|
554
637
|
var BillingViewHealthStatus$ = [3, n0, _BVHS,
|
|
@@ -558,9 +641,19 @@ var BillingViewHealthStatus$ = [3, n0, _BVHS,
|
|
|
558
641
|
];
|
|
559
642
|
var BillingViewListElement$ = [3, n0, _BVLE,
|
|
560
643
|
0,
|
|
561
|
-
[
|
|
644
|
+
[_ar, _n, _d, _oAI, _sAI, _bVT, _hS],
|
|
562
645
|
[0, [() => BillingViewName, 0], [() => BillingViewDescription, 0], 0, 0, 0, () => BillingViewHealthStatus$]
|
|
563
646
|
];
|
|
647
|
+
var ChargeAccount$ = [3, n0, _CA,
|
|
648
|
+
0,
|
|
649
|
+
[_aI, _cP],
|
|
650
|
+
[0, 0], 2
|
|
651
|
+
];
|
|
652
|
+
var ContractAccount$ = [3, n0, _CAo,
|
|
653
|
+
0,
|
|
654
|
+
[_aI, _iG],
|
|
655
|
+
[0, 2], 2
|
|
656
|
+
];
|
|
564
657
|
var CostCategoryValues$ = [3, n0, _CCV,
|
|
565
658
|
0,
|
|
566
659
|
[_k, _va],
|
|
@@ -568,12 +661,12 @@ var CostCategoryValues$ = [3, n0, _CCV,
|
|
|
568
661
|
];
|
|
569
662
|
var CreateBillingViewRequest$ = [3, n0, _CBVR,
|
|
570
663
|
0,
|
|
571
|
-
[_n, _sV, _d, _dFE,
|
|
664
|
+
[_n, _sV, _d, _dFE, _cTl, _rTe],
|
|
572
665
|
[[() => BillingViewName, 0], 64 | 0, [() => BillingViewDescription, 0], () => Expression$, [0, { [_hH]: _XACT, [_iT]: 1 }], () => ResourceTagList], 2
|
|
573
666
|
];
|
|
574
667
|
var CreateBillingViewResponse$ = [3, n0, _CBVRr,
|
|
575
668
|
0,
|
|
576
|
-
[
|
|
669
|
+
[_ar, _cAr],
|
|
577
670
|
[0, 4], 1
|
|
578
671
|
];
|
|
579
672
|
var CreditAllocationHistoryEntry$ = [3, n0, _CAHE,
|
|
@@ -588,12 +681,12 @@ var CreditData$ = [3, n0, _CD,
|
|
|
588
681
|
];
|
|
589
682
|
var DeleteBillingViewRequest$ = [3, n0, _DBVR,
|
|
590
683
|
0,
|
|
591
|
-
[
|
|
684
|
+
[_ar, _fo],
|
|
592
685
|
[0, 2], 1
|
|
593
686
|
];
|
|
594
687
|
var DeleteBillingViewResponse$ = [3, n0, _DBVRe,
|
|
595
688
|
0,
|
|
596
|
-
[
|
|
689
|
+
[_ar],
|
|
597
690
|
[0], 1
|
|
598
691
|
];
|
|
599
692
|
var DimensionValues$ = [3, n0, _DV,
|
|
@@ -603,14 +696,19 @@ var DimensionValues$ = [3, n0, _DV,
|
|
|
603
696
|
];
|
|
604
697
|
var DisassociateSourceViewsRequest$ = [3, n0, _DSVR,
|
|
605
698
|
0,
|
|
606
|
-
[
|
|
699
|
+
[_ar, _sV],
|
|
607
700
|
[0, 64 | 0], 2
|
|
608
701
|
];
|
|
609
702
|
var DisassociateSourceViewsResponse$ = [3, n0, _DSVRi,
|
|
610
703
|
0,
|
|
611
|
-
[
|
|
704
|
+
[_ar],
|
|
612
705
|
[0], 1
|
|
613
706
|
];
|
|
707
|
+
var EnterpriseSupportTimePeriod$ = [3, n0, _ESTP,
|
|
708
|
+
0,
|
|
709
|
+
[_bD, _eD],
|
|
710
|
+
[4, 4], 1
|
|
711
|
+
];
|
|
614
712
|
var Expression$ = [3, n0, _E,
|
|
615
713
|
0,
|
|
616
714
|
[_di, _t, _cCo, _tR],
|
|
@@ -628,7 +726,7 @@ var GetBillingPreferencesResponse$ = [3, n0, _GBPRe,
|
|
|
628
726
|
];
|
|
629
727
|
var GetBillingViewRequest$ = [3, n0, _GBVR,
|
|
630
728
|
0,
|
|
631
|
-
[
|
|
729
|
+
[_ar],
|
|
632
730
|
[0], 1
|
|
633
731
|
];
|
|
634
732
|
var GetBillingViewResponse$ = [3, n0, _GBVRe,
|
|
@@ -656,6 +754,26 @@ var GetCreditsResponse$ = [3, n0, _GCRe,
|
|
|
656
754
|
[_cr],
|
|
657
755
|
[() => CreditDataList]
|
|
658
756
|
];
|
|
757
|
+
var GetEnterpriseSupportChargeSummaryRequest$ = [3, n0, _GESCSR,
|
|
758
|
+
0,
|
|
759
|
+
[_bM],
|
|
760
|
+
[0], 1
|
|
761
|
+
];
|
|
762
|
+
var GetEnterpriseSupportChargeSummaryResponse$ = [3, n0, _GESCSRe,
|
|
763
|
+
0,
|
|
764
|
+
[_pAI, _bM, _bPSD, _bPED, _iE, _bDi, _sCu, _tSC, _sDu, _tSES, _tSEUS, _tSERIS, _tSESPS, _sCP, _sEPP],
|
|
765
|
+
[0, 0, 4, 4, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, () => PricingPlan$], 15
|
|
766
|
+
];
|
|
767
|
+
var GetEnterpriseSupportContractDetailsRequest$ = [3, n0, _GESCDR,
|
|
768
|
+
0,
|
|
769
|
+
[_bM],
|
|
770
|
+
[0], 1
|
|
771
|
+
];
|
|
772
|
+
var GetEnterpriseSupportContractDetailsResponse$ = [3, n0, _GESCDRe,
|
|
773
|
+
0,
|
|
774
|
+
[_sAM, _cPAI, _cPAIh, _pP, _iCA, _sRIASD, _sRITM, _sSPASD, _sSPTM, _sPSD, _aSC, _aSEUS],
|
|
775
|
+
[0, () => ContractAccountList, () => ChargeAccountList, () => PricingPlanList, 2, 4, 0, 4, 0, 4, () => AdditionalChargeList, () => AdditionalChargeList], 4
|
|
776
|
+
];
|
|
659
777
|
var GetResourcePolicyRequest$ = [3, n0, _GRPR,
|
|
660
778
|
0,
|
|
661
779
|
[_rAe],
|
|
@@ -666,9 +784,14 @@ var GetResourcePolicyResponse$ = [3, n0, _GRPRe,
|
|
|
666
784
|
[_rAe, _p],
|
|
667
785
|
[0, 0], 1
|
|
668
786
|
];
|
|
787
|
+
var LinkedAccountCharge$ = [3, n0, _LAC,
|
|
788
|
+
0,
|
|
789
|
+
[_aI, _pAI, _bS, _tS, _tSES, _pTSES, _aTc, _lTP, _sTP, _tSERIS, _tSESPS, _sESBS],
|
|
790
|
+
[0, 0, 1, 1, 0, 0, 0, () => TimePeriodList, () => TimePeriodList, 0, 0, () => ServiceLevelAccountUsageList], 6
|
|
791
|
+
];
|
|
669
792
|
var ListBillingViewsRequest$ = [3, n0, _LBVR,
|
|
670
793
|
0,
|
|
671
|
-
[_aTR,
|
|
794
|
+
[_aTR, _arn, _bVTi, _na, _oAI, _sAI, _mR, _nT],
|
|
672
795
|
[() => ActiveTimeRange$, 64 | 0, 64 | 0, () => StringSearches, 0, 0, 1, 0]
|
|
673
796
|
];
|
|
674
797
|
var ListBillingViewsResponse$ = [3, n0, _LBVRi,
|
|
@@ -676,9 +799,19 @@ var ListBillingViewsResponse$ = [3, n0, _LBVRi,
|
|
|
676
799
|
[_bVi, _nT],
|
|
677
800
|
[[() => BillingViewList, 0], 0], 1
|
|
678
801
|
];
|
|
802
|
+
var ListEnterpriseSupportLinkedAccountChargesRequest$ = [3, n0, _LESLACR,
|
|
803
|
+
0,
|
|
804
|
+
[_bM, _aI, _mR, _nT],
|
|
805
|
+
[0, 0, 1, 0], 1
|
|
806
|
+
];
|
|
807
|
+
var ListEnterpriseSupportLinkedAccountChargesResponse$ = [3, n0, _LESLACRi,
|
|
808
|
+
0,
|
|
809
|
+
[_lA, _nT],
|
|
810
|
+
[() => LinkedAccountChargeList, 0], 1
|
|
811
|
+
];
|
|
679
812
|
var ListSourceViewsForBillingViewRequest$ = [3, n0, _LSVFBVR,
|
|
680
813
|
0,
|
|
681
|
-
[
|
|
814
|
+
[_ar, _mR, _nT],
|
|
682
815
|
[0, 1, 0], 1
|
|
683
816
|
];
|
|
684
817
|
var ListSourceViewsForBillingViewResponse$ = [3, n0, _LSVFBVRi,
|
|
@@ -696,6 +829,16 @@ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
696
829
|
[_rTe],
|
|
697
830
|
[() => ResourceTagList]
|
|
698
831
|
];
|
|
832
|
+
var PricingPlan$ = [3, n0, _PP,
|
|
833
|
+
0,
|
|
834
|
+
[_ti, _pPI, _n, _d, _sD, _eD, _pDP, _dATMC, _mC, _tie],
|
|
835
|
+
[() => PricingPlanTierList, 0, 0, 0, 4, 4, 0, 2, 0, 0], 1
|
|
836
|
+
];
|
|
837
|
+
var PricingPlanTier$ = [3, n0, _PPT,
|
|
838
|
+
0,
|
|
839
|
+
[_tM, _bC, _aPOAC, _aCA, _i, _tMi, _in, _iC],
|
|
840
|
+
[0, 0, 0, 0, 2, 0, 0, 0], 5
|
|
841
|
+
];
|
|
699
842
|
var RedeemCreditsRequest$ = [3, n0, _RCR,
|
|
700
843
|
0,
|
|
701
844
|
[_pC],
|
|
@@ -711,6 +854,11 @@ var ResourceTag$ = [3, n0, _RT,
|
|
|
711
854
|
[_k, _v],
|
|
712
855
|
[0, 0], 1
|
|
713
856
|
];
|
|
857
|
+
var ServiceLevelAccountUsage$ = [3, n0, _SLAU,
|
|
858
|
+
0,
|
|
859
|
+
[_sC, _tSES],
|
|
860
|
+
[0, 0]
|
|
861
|
+
];
|
|
714
862
|
var StringSearch$ = [3, n0, _SS,
|
|
715
863
|
0,
|
|
716
864
|
[_sO, _sVe],
|
|
@@ -758,12 +906,12 @@ var UpdateBillingPreferencesResponse$ = [3, n0, _UBPRp,
|
|
|
758
906
|
];
|
|
759
907
|
var UpdateBillingViewRequest$ = [3, n0, _UBVR,
|
|
760
908
|
0,
|
|
761
|
-
[
|
|
909
|
+
[_ar, _n, _d, _dFE],
|
|
762
910
|
[0, [() => BillingViewName, 0], [() => BillingViewDescription, 0], () => Expression$], 1
|
|
763
911
|
];
|
|
764
912
|
var UpdateBillingViewResponse$ = [3, n0, _UBVRp,
|
|
765
913
|
0,
|
|
766
|
-
[
|
|
914
|
+
[_ar, _uA],
|
|
767
915
|
[0, 4], 1
|
|
768
916
|
];
|
|
769
917
|
var ValidationExceptionField$ = [3, n0, _VEF,
|
|
@@ -771,6 +919,9 @@ var ValidationExceptionField$ = [3, n0, _VEF,
|
|
|
771
919
|
[_n, _m],
|
|
772
920
|
[0, 0], 2
|
|
773
921
|
];
|
|
922
|
+
var AdditionalChargeList = [1, n0, _ACL,
|
|
923
|
+
0, () => AdditionalCharge$
|
|
924
|
+
];
|
|
774
925
|
var BillingFeatureFilters = [1, n0, _BFFi,
|
|
775
926
|
0, () => BillingFeatureFilter$
|
|
776
927
|
];
|
|
@@ -784,18 +935,39 @@ var BillingViewList = [1, n0, _BVL,
|
|
|
784
935
|
0, [() => BillingViewListElement$,
|
|
785
936
|
0]
|
|
786
937
|
];
|
|
938
|
+
var ChargeAccountList = [1, n0, _CAL,
|
|
939
|
+
0, () => ChargeAccount$
|
|
940
|
+
];
|
|
941
|
+
var ContractAccountList = [1, n0, _CALo,
|
|
942
|
+
0, () => ContractAccount$
|
|
943
|
+
];
|
|
787
944
|
var CreditAllocationHistoryList = [1, n0, _CAHL,
|
|
788
945
|
0, () => CreditAllocationHistoryEntry$
|
|
789
946
|
];
|
|
790
947
|
var CreditDataList = [1, n0, _CDL,
|
|
791
948
|
0, () => CreditData$
|
|
792
949
|
];
|
|
950
|
+
var LinkedAccountChargeList = [1, n0, _LACL,
|
|
951
|
+
0, () => LinkedAccountCharge$
|
|
952
|
+
];
|
|
953
|
+
var PricingPlanList = [1, n0, _PPL,
|
|
954
|
+
0, () => PricingPlan$
|
|
955
|
+
];
|
|
956
|
+
var PricingPlanTierList = [1, n0, _PPTL,
|
|
957
|
+
0, () => PricingPlanTier$
|
|
958
|
+
];
|
|
793
959
|
var ResourceTagList = [1, n0, _RTL,
|
|
794
960
|
0, () => ResourceTag$
|
|
795
961
|
];
|
|
962
|
+
var ServiceLevelAccountUsageList = [1, n0, _SLAUL,
|
|
963
|
+
0, () => ServiceLevelAccountUsage$
|
|
964
|
+
];
|
|
796
965
|
var StringSearches = [1, n0, _SSt,
|
|
797
966
|
0, () => StringSearch$
|
|
798
967
|
];
|
|
968
|
+
var TimePeriodList = [1, n0, _TPL,
|
|
969
|
+
0, () => EnterpriseSupportTimePeriod$
|
|
970
|
+
];
|
|
799
971
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
800
972
|
0, () => ValidationExceptionField$
|
|
801
973
|
];
|
|
@@ -823,12 +995,21 @@ var GetCreditAllocationHistory$ = [9, n0, _GCAH,
|
|
|
823
995
|
var GetCredits$ = [9, n0, _GC,
|
|
824
996
|
0, () => GetCreditsRequest$, () => GetCreditsResponse$
|
|
825
997
|
];
|
|
998
|
+
var GetEnterpriseSupportChargeSummary$ = [9, n0, _GESCS,
|
|
999
|
+
0, () => GetEnterpriseSupportChargeSummaryRequest$, () => GetEnterpriseSupportChargeSummaryResponse$
|
|
1000
|
+
];
|
|
1001
|
+
var GetEnterpriseSupportContractDetails$ = [9, n0, _GESCD,
|
|
1002
|
+
0, () => GetEnterpriseSupportContractDetailsRequest$, () => GetEnterpriseSupportContractDetailsResponse$
|
|
1003
|
+
];
|
|
826
1004
|
var GetResourcePolicy$ = [9, n0, _GRP,
|
|
827
1005
|
0, () => GetResourcePolicyRequest$, () => GetResourcePolicyResponse$
|
|
828
1006
|
];
|
|
829
1007
|
var ListBillingViews$ = [9, n0, _LBV,
|
|
830
1008
|
{ [_h]: ["POST", "/", 200] }, () => ListBillingViewsRequest$, () => ListBillingViewsResponse$
|
|
831
1009
|
];
|
|
1010
|
+
var ListEnterpriseSupportLinkedAccountCharges$ = [9, n0, _LESLAC,
|
|
1011
|
+
0, () => ListEnterpriseSupportLinkedAccountChargesRequest$, () => ListEnterpriseSupportLinkedAccountChargesResponse$
|
|
1012
|
+
];
|
|
832
1013
|
var ListSourceViewsForBillingView$ = [9, n0, _LSVFBV,
|
|
833
1014
|
0, () => ListSourceViewsForBillingViewRequest$, () => ListSourceViewsForBillingViewResponse$
|
|
834
1015
|
];
|
|
@@ -1025,12 +1206,21 @@ class GetCreditAllocationHistoryCommand extends command(_ep0, _mw0, "GetCreditAl
|
|
|
1025
1206
|
class GetCreditsCommand extends command(_ep0, _mw0, "GetCredits", GetCredits$) {
|
|
1026
1207
|
}
|
|
1027
1208
|
|
|
1209
|
+
class GetEnterpriseSupportChargeSummaryCommand extends command(_ep0, _mw0, "GetEnterpriseSupportChargeSummary", GetEnterpriseSupportChargeSummary$) {
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
class GetEnterpriseSupportContractDetailsCommand extends command(_ep0, _mw0, "GetEnterpriseSupportContractDetails", GetEnterpriseSupportContractDetails$) {
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1028
1215
|
class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
|
|
1029
1216
|
}
|
|
1030
1217
|
|
|
1031
1218
|
class ListBillingViewsCommand extends command(_ep0, _mw0, "ListBillingViews", ListBillingViews$) {
|
|
1032
1219
|
}
|
|
1033
1220
|
|
|
1221
|
+
class ListEnterpriseSupportLinkedAccountChargesCommand extends command(_ep0, _mw0, "ListEnterpriseSupportLinkedAccountCharges", ListEnterpriseSupportLinkedAccountCharges$) {
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1034
1224
|
class ListSourceViewsForBillingViewCommand extends command(_ep0, _mw0, "ListSourceViewsForBillingView", ListSourceViewsForBillingView$) {
|
|
1035
1225
|
}
|
|
1036
1226
|
|
|
@@ -1056,6 +1246,8 @@ const paginateGetCreditAllocationHistory = createPaginator(BillingClient, GetCre
|
|
|
1056
1246
|
|
|
1057
1247
|
const paginateListBillingViews = createPaginator(BillingClient, ListBillingViewsCommand, "nextToken", "nextToken", "maxResults");
|
|
1058
1248
|
|
|
1249
|
+
const paginateListEnterpriseSupportLinkedAccountCharges = createPaginator(BillingClient, ListEnterpriseSupportLinkedAccountChargesCommand, "nextToken", "nextToken", "maxResults");
|
|
1250
|
+
|
|
1059
1251
|
const paginateListSourceViewsForBillingView = createPaginator(BillingClient, ListSourceViewsForBillingViewCommand, "nextToken", "nextToken", "maxResults");
|
|
1060
1252
|
|
|
1061
1253
|
const commands = {
|
|
@@ -1067,8 +1259,11 @@ const commands = {
|
|
|
1067
1259
|
GetBillingViewCommand,
|
|
1068
1260
|
GetCreditAllocationHistoryCommand,
|
|
1069
1261
|
GetCreditsCommand,
|
|
1262
|
+
GetEnterpriseSupportChargeSummaryCommand,
|
|
1263
|
+
GetEnterpriseSupportContractDetailsCommand,
|
|
1070
1264
|
GetResourcePolicyCommand,
|
|
1071
1265
|
ListBillingViewsCommand,
|
|
1266
|
+
ListEnterpriseSupportLinkedAccountChargesCommand,
|
|
1072
1267
|
ListSourceViewsForBillingViewCommand,
|
|
1073
1268
|
ListTagsForResourceCommand,
|
|
1074
1269
|
RedeemCreditsCommand,
|
|
@@ -1080,6 +1275,7 @@ const commands = {
|
|
|
1080
1275
|
const paginators = {
|
|
1081
1276
|
paginateGetCreditAllocationHistory,
|
|
1082
1277
|
paginateListBillingViews,
|
|
1278
|
+
paginateListEnterpriseSupportLinkedAccountCharges,
|
|
1083
1279
|
paginateListSourceViewsForBillingView,
|
|
1084
1280
|
};
|
|
1085
1281
|
class Billing extends BillingClient {
|
|
@@ -1155,6 +1351,7 @@ const SearchOption = {
|
|
|
1155
1351
|
exports.AccessDeniedException = AccessDeniedException;
|
|
1156
1352
|
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1157
1353
|
exports.ActiveTimeRange$ = ActiveTimeRange$;
|
|
1354
|
+
exports.AdditionalCharge$ = AdditionalCharge$;
|
|
1158
1355
|
exports.Amount$ = Amount$;
|
|
1159
1356
|
exports.ApplicationType = ApplicationType;
|
|
1160
1357
|
exports.AssociateSourceViews$ = AssociateSourceViews$;
|
|
@@ -1179,8 +1376,10 @@ exports.BillingViewListElement$ = BillingViewListElement$;
|
|
|
1179
1376
|
exports.BillingViewStatus = BillingViewStatus;
|
|
1180
1377
|
exports.BillingViewStatusReason = BillingViewStatusReason;
|
|
1181
1378
|
exports.BillingViewType = BillingViewType;
|
|
1379
|
+
exports.ChargeAccount$ = ChargeAccount$;
|
|
1182
1380
|
exports.ConflictException = ConflictException;
|
|
1183
1381
|
exports.ConflictException$ = ConflictException$;
|
|
1382
|
+
exports.ContractAccount$ = ContractAccount$;
|
|
1184
1383
|
exports.CostCategoryValues$ = CostCategoryValues$;
|
|
1185
1384
|
exports.CreateBillingView$ = CreateBillingView$;
|
|
1186
1385
|
exports.CreateBillingViewCommand = CreateBillingViewCommand;
|
|
@@ -1200,6 +1399,7 @@ exports.DisassociateSourceViews$ = DisassociateSourceViews$;
|
|
|
1200
1399
|
exports.DisassociateSourceViewsCommand = DisassociateSourceViewsCommand;
|
|
1201
1400
|
exports.DisassociateSourceViewsRequest$ = DisassociateSourceViewsRequest$;
|
|
1202
1401
|
exports.DisassociateSourceViewsResponse$ = DisassociateSourceViewsResponse$;
|
|
1402
|
+
exports.EnterpriseSupportTimePeriod$ = EnterpriseSupportTimePeriod$;
|
|
1203
1403
|
exports.Expression$ = Expression$;
|
|
1204
1404
|
exports.GetBillingPreferences$ = GetBillingPreferences$;
|
|
1205
1405
|
exports.GetBillingPreferencesCommand = GetBillingPreferencesCommand;
|
|
@@ -1217,16 +1417,29 @@ exports.GetCredits$ = GetCredits$;
|
|
|
1217
1417
|
exports.GetCreditsCommand = GetCreditsCommand;
|
|
1218
1418
|
exports.GetCreditsRequest$ = GetCreditsRequest$;
|
|
1219
1419
|
exports.GetCreditsResponse$ = GetCreditsResponse$;
|
|
1420
|
+
exports.GetEnterpriseSupportChargeSummary$ = GetEnterpriseSupportChargeSummary$;
|
|
1421
|
+
exports.GetEnterpriseSupportChargeSummaryCommand = GetEnterpriseSupportChargeSummaryCommand;
|
|
1422
|
+
exports.GetEnterpriseSupportChargeSummaryRequest$ = GetEnterpriseSupportChargeSummaryRequest$;
|
|
1423
|
+
exports.GetEnterpriseSupportChargeSummaryResponse$ = GetEnterpriseSupportChargeSummaryResponse$;
|
|
1424
|
+
exports.GetEnterpriseSupportContractDetails$ = GetEnterpriseSupportContractDetails$;
|
|
1425
|
+
exports.GetEnterpriseSupportContractDetailsCommand = GetEnterpriseSupportContractDetailsCommand;
|
|
1426
|
+
exports.GetEnterpriseSupportContractDetailsRequest$ = GetEnterpriseSupportContractDetailsRequest$;
|
|
1427
|
+
exports.GetEnterpriseSupportContractDetailsResponse$ = GetEnterpriseSupportContractDetailsResponse$;
|
|
1220
1428
|
exports.GetResourcePolicy$ = GetResourcePolicy$;
|
|
1221
1429
|
exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
|
|
1222
1430
|
exports.GetResourcePolicyRequest$ = GetResourcePolicyRequest$;
|
|
1223
1431
|
exports.GetResourcePolicyResponse$ = GetResourcePolicyResponse$;
|
|
1224
1432
|
exports.InternalServerException = InternalServerException;
|
|
1225
1433
|
exports.InternalServerException$ = InternalServerException$;
|
|
1434
|
+
exports.LinkedAccountCharge$ = LinkedAccountCharge$;
|
|
1226
1435
|
exports.ListBillingViews$ = ListBillingViews$;
|
|
1227
1436
|
exports.ListBillingViewsCommand = ListBillingViewsCommand;
|
|
1228
1437
|
exports.ListBillingViewsRequest$ = ListBillingViewsRequest$;
|
|
1229
1438
|
exports.ListBillingViewsResponse$ = ListBillingViewsResponse$;
|
|
1439
|
+
exports.ListEnterpriseSupportLinkedAccountCharges$ = ListEnterpriseSupportLinkedAccountCharges$;
|
|
1440
|
+
exports.ListEnterpriseSupportLinkedAccountChargesCommand = ListEnterpriseSupportLinkedAccountChargesCommand;
|
|
1441
|
+
exports.ListEnterpriseSupportLinkedAccountChargesRequest$ = ListEnterpriseSupportLinkedAccountChargesRequest$;
|
|
1442
|
+
exports.ListEnterpriseSupportLinkedAccountChargesResponse$ = ListEnterpriseSupportLinkedAccountChargesResponse$;
|
|
1230
1443
|
exports.ListSourceViewsForBillingView$ = ListSourceViewsForBillingView$;
|
|
1231
1444
|
exports.ListSourceViewsForBillingViewCommand = ListSourceViewsForBillingViewCommand;
|
|
1232
1445
|
exports.ListSourceViewsForBillingViewRequest$ = ListSourceViewsForBillingViewRequest$;
|
|
@@ -1236,6 +1449,8 @@ exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
|
1236
1449
|
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1237
1450
|
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1238
1451
|
exports.PreferenceValue = PreferenceValue;
|
|
1452
|
+
exports.PricingPlan$ = PricingPlan$;
|
|
1453
|
+
exports.PricingPlanTier$ = PricingPlanTier$;
|
|
1239
1454
|
exports.RedeemCredits$ = RedeemCredits$;
|
|
1240
1455
|
exports.RedeemCreditsCommand = RedeemCreditsCommand;
|
|
1241
1456
|
exports.RedeemCreditsRequest$ = RedeemCreditsRequest$;
|
|
@@ -1244,6 +1459,7 @@ exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
|
1244
1459
|
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1245
1460
|
exports.ResourceTag$ = ResourceTag$;
|
|
1246
1461
|
exports.SearchOption = SearchOption;
|
|
1462
|
+
exports.ServiceLevelAccountUsage$ = ServiceLevelAccountUsage$;
|
|
1247
1463
|
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1248
1464
|
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1249
1465
|
exports.StringSearch$ = StringSearch$;
|
|
@@ -1274,4 +1490,5 @@ exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
|
1274
1490
|
exports.errorTypeRegistries = errorTypeRegistries;
|
|
1275
1491
|
exports.paginateGetCreditAllocationHistory = paginateGetCreditAllocationHistory;
|
|
1276
1492
|
exports.paginateListBillingViews = paginateListBillingViews;
|
|
1493
|
+
exports.paginateListEnterpriseSupportLinkedAccountCharges = paginateListEnterpriseSupportLinkedAccountCharges;
|
|
1277
1494
|
exports.paginateListSourceViewsForBillingView = paginateListSourceViewsForBillingView;
|