@aws-sdk/client-billingconductor 3.1067.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.
@@ -1,9 +1,3 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePricingRuleInput$ = exports.DeletePricingPlanOutput$ = exports.DeletePricingPlanInput$ = exports.DeleteCustomLineItemOutput$ = exports.DeleteCustomLineItemInput$ = exports.DeleteBillingGroupOutput$ = exports.DeleteBillingGroupInput$ = exports.CustomLineItemVersionListElement$ = exports.CustomLineItemPercentageChargeDetails$ = exports.CustomLineItemListElement$ = exports.CustomLineItemFlatChargeDetails$ = exports.CustomLineItemChargeDetails$ = exports.CustomLineItemBillingPeriodRange$ = exports.CreateTieringInput$ = exports.CreatePricingRuleOutput$ = exports.CreatePricingRuleInput$ = exports.CreatePricingPlanOutput$ = exports.CreatePricingPlanInput$ = exports.CreateFreeTierConfig$ = exports.CreateCustomLineItemOutput$ = exports.CreateCustomLineItemInput$ = exports.CreateBillingGroupOutput$ = exports.CreateBillingGroupInput$ = exports.ComputationPreference$ = exports.BillingPeriodRange$ = exports.BillingGroupListElement$ = exports.BillingGroupCostReportResultElement$ = exports.BillingGroupCostReportElement$ = exports.BatchDisassociateResourcesFromCustomLineItemOutput$ = exports.BatchDisassociateResourcesFromCustomLineItemInput$ = exports.BatchAssociateResourcesToCustomLineItemOutput$ = exports.BatchAssociateResourcesToCustomLineItemInput$ = exports.Attribute$ = exports.AssociateResourceResponseElement$ = exports.AssociateResourceError$ = exports.AssociatePricingRulesOutput$ = exports.AssociatePricingRulesInput$ = exports.AssociateAccountsOutput$ = exports.AssociateAccountsInput$ = exports.AccountGrouping$ = exports.AccountAssociationsListElement$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceLimitExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.BillingconductorServiceException$ = void 0;
4
- exports.StringSearch$ = exports.PricingRuleListElement$ = exports.PricingPlanListElement$ = exports.PresentationObject$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListResourcesAssociatedToCustomLineItemResponseElement$ = exports.ListResourcesAssociatedToCustomLineItemOutput$ = exports.ListResourcesAssociatedToCustomLineItemInput$ = exports.ListResourcesAssociatedToCustomLineItemFilter$ = exports.ListPricingRulesOutput$ = exports.ListPricingRulesInput$ = exports.ListPricingRulesFilter$ = exports.ListPricingRulesAssociatedToPricingPlanOutput$ = exports.ListPricingRulesAssociatedToPricingPlanInput$ = exports.ListPricingPlansOutput$ = exports.ListPricingPlansInput$ = exports.ListPricingPlansFilter$ = exports.ListPricingPlansAssociatedWithPricingRuleOutput$ = exports.ListPricingPlansAssociatedWithPricingRuleInput$ = exports.ListCustomLineItemVersionsOutput$ = exports.ListCustomLineItemVersionsInput$ = exports.ListCustomLineItemVersionsFilter$ = exports.ListCustomLineItemVersionsBillingPeriodRangeFilter$ = exports.ListCustomLineItemsOutput$ = exports.ListCustomLineItemsInput$ = exports.ListCustomLineItemsFilter$ = exports.ListCustomLineItemPercentageChargeDetails$ = exports.ListCustomLineItemFlatChargeDetails$ = exports.ListCustomLineItemChargeDetails$ = exports.ListBillingGroupsOutput$ = exports.ListBillingGroupsInput$ = exports.ListBillingGroupsFilter$ = exports.ListBillingGroupCostReportsOutput$ = exports.ListBillingGroupCostReportsInput$ = exports.ListBillingGroupCostReportsFilter$ = exports.ListBillingGroupAccountGrouping$ = exports.ListAccountAssociationsOutput$ = exports.ListAccountAssociationsInput$ = exports.ListAccountAssociationsFilter$ = exports.LineItemFilter$ = exports.GetBillingGroupCostReportOutput$ = exports.GetBillingGroupCostReportInput$ = exports.FreeTierConfig$ = exports.DisassociateResourceResponseElement$ = exports.DisassociatePricingRulesOutput$ = exports.DisassociatePricingRulesInput$ = exports.DisassociateAccountsOutput$ = exports.DisassociateAccountsInput$ = exports.DeletePricingRuleOutput$ = void 0;
5
- exports.UpdateCustomLineItem$ = exports.UpdateBillingGroup$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ListResourcesAssociatedToCustomLineItem$ = exports.ListPricingRulesAssociatedToPricingPlan$ = exports.ListPricingRules$ = exports.ListPricingPlansAssociatedWithPricingRule$ = exports.ListPricingPlans$ = exports.ListCustomLineItemVersions$ = exports.ListCustomLineItems$ = exports.ListBillingGroups$ = exports.ListBillingGroupCostReports$ = exports.ListAccountAssociations$ = exports.GetBillingGroupCostReport$ = exports.DisassociatePricingRules$ = exports.DisassociateAccounts$ = exports.DeletePricingRule$ = exports.DeletePricingPlan$ = exports.DeleteCustomLineItem$ = exports.DeleteBillingGroup$ = exports.CreatePricingRule$ = exports.CreatePricingPlan$ = exports.CreateCustomLineItem$ = exports.CreateBillingGroup$ = exports.BatchDisassociateResourcesFromCustomLineItem$ = exports.BatchAssociateResourcesToCustomLineItem$ = exports.AssociatePricingRules$ = exports.AssociateAccounts$ = exports.ValidationExceptionField$ = exports.UpdateTieringInput$ = exports.UpdatePricingRuleOutput$ = exports.UpdatePricingRuleInput$ = exports.UpdatePricingPlanOutput$ = exports.UpdatePricingPlanInput$ = exports.UpdateFreeTierConfig$ = exports.UpdateCustomLineItemPercentageChargeDetails$ = exports.UpdateCustomLineItemOutput$ = exports.UpdateCustomLineItemInput$ = exports.UpdateCustomLineItemFlatChargeDetails$ = exports.UpdateCustomLineItemChargeDetails$ = exports.UpdateBillingGroupOutput$ = exports.UpdateBillingGroupInput$ = exports.UpdateBillingGroupAccountGrouping$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.Tiering$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = void 0;
6
- exports.UpdatePricingRule$ = exports.UpdatePricingPlan$ = void 0;
7
1
  const _A = "Arn";
8
2
  const _AA = "AutoAssociate";
9
3
  const _AAI = "AssociateAccountsInput";
@@ -296,55 +290,63 @@ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.billingconductor";
296
290
  const _se = "server";
297
291
  const _tK = "tagKeys";
298
292
  const n0 = "com.amazonaws.billingconductor";
299
- const schema_1 = require("@smithy/core/schema");
300
- const BillingconductorServiceException_1 = require("../models/BillingconductorServiceException");
301
- const errors_1 = require("../models/errors");
302
- const _s_registry = schema_1.TypeRegistry.for(_s);
303
- exports.BillingconductorServiceException$ = [-3, _s, "BillingconductorServiceException", 0, [], []];
304
- _s_registry.registerError(exports.BillingconductorServiceException$, BillingconductorServiceException_1.BillingconductorServiceException);
305
- const n0_registry = schema_1.TypeRegistry.for(n0);
306
- exports.AccessDeniedException$ = [-3, n0, _ADE,
293
+ const { TypeRegistry } = require("@smithy/core/schema");
294
+ const { BillingconductorServiceException } = require("../models/BillingconductorServiceException");
295
+ const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceLimitExceededException, ThrottlingException, ValidationException } = require("../models/errors");
296
+ const _s_registry = TypeRegistry.for(_s);
297
+ const BillingconductorServiceException$ = [-3, _s, "BillingconductorServiceException", 0, [], []];
298
+ exports.BillingconductorServiceException$ = BillingconductorServiceException$;
299
+ _s_registry.registerError(BillingconductorServiceException$, BillingconductorServiceException);
300
+ const n0_registry = TypeRegistry.for(n0);
301
+ const AccessDeniedException$ = [-3, n0, _ADE,
307
302
  { [_e]: _c, [_hE]: 403 },
308
303
  [_M],
309
304
  [0], 1
310
305
  ];
311
- n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
312
- exports.ConflictException$ = [-3, n0, _CE,
306
+ exports.AccessDeniedException$ = AccessDeniedException$;
307
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
308
+ const ConflictException$ = [-3, n0, _CE,
313
309
  { [_e]: _c, [_hE]: 409 },
314
310
  [_M, _RI, _RT, _R],
315
311
  [0, 0, 0, 0], 3
316
312
  ];
317
- n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
318
- exports.InternalServerException$ = [-3, n0, _ISE,
313
+ exports.ConflictException$ = ConflictException$;
314
+ n0_registry.registerError(ConflictException$, ConflictException);
315
+ const InternalServerException$ = [-3, n0, _ISE,
319
316
  { [_e]: _se, [_hE]: 500 },
320
317
  [_M, _RAS],
321
318
  [0, [1, { [_hH]: _RA }]], 1
322
319
  ];
323
- n0_registry.registerError(exports.InternalServerException$, errors_1.InternalServerException);
324
- exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
320
+ exports.InternalServerException$ = InternalServerException$;
321
+ n0_registry.registerError(InternalServerException$, InternalServerException);
322
+ const ResourceNotFoundException$ = [-3, n0, _RNFE,
325
323
  { [_e]: _c, [_hE]: 404 },
326
324
  [_M, _RI, _RT],
327
325
  [0, 0, 0], 3
328
326
  ];
329
- n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
330
- exports.ServiceLimitExceededException$ = [-3, n0, _SLEE,
327
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
328
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
329
+ const ServiceLimitExceededException$ = [-3, n0, _SLEE,
331
330
  { [_e]: _c, [_hE]: 402 },
332
331
  [_M, _LC, _SC, _RI, _RT],
333
332
  [0, 0, 0, 0, 0], 3
334
333
  ];
335
- n0_registry.registerError(exports.ServiceLimitExceededException$, errors_1.ServiceLimitExceededException);
336
- exports.ThrottlingException$ = [-3, n0, _TE,
334
+ exports.ServiceLimitExceededException$ = ServiceLimitExceededException$;
335
+ n0_registry.registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
336
+ const ThrottlingException$ = [-3, n0, _TE,
337
337
  { [_e]: _c, [_hE]: 429 },
338
338
  [_M, _RAS],
339
339
  [0, [1, { [_hH]: _RA }]], 1
340
340
  ];
341
- n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
342
- exports.ValidationException$ = [-3, n0, _VE,
341
+ exports.ThrottlingException$ = ThrottlingException$;
342
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
343
+ const ValidationException$ = [-3, n0, _VE,
343
344
  { [_e]: _c, [_hE]: 400 },
344
345
  [_M, _R, _F],
345
346
  [0, 0, () => ValidationExceptionFieldList], 1
346
347
  ];
347
- n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
348
+ exports.ValidationException$ = ValidationException$;
349
+ n0_registry.registerError(ValidationException$, ValidationException);
348
350
  exports.errorTypeRegistries = [
349
351
  _s_registry,
350
352
  n0_registry,
@@ -359,583 +361,694 @@ var PricingPlanDescription = [0, n0, _PPD, 8, 0];
359
361
  var PricingPlanName = [0, n0, _PPN, 8, 0];
360
362
  var PricingRuleDescription = [0, n0, _PRD, 8, 0];
361
363
  var PricingRuleName = [0, n0, _PRN, 8, 0];
362
- exports.AccountAssociationsListElement$ = [3, n0, _AALE,
364
+ const AccountAssociationsListElement$ = [3, n0, _AALE,
363
365
  0,
364
366
  [_AI, _BGA, _AN, _AE],
365
367
  [0, 0, [() => AccountName, 0], [() => AccountEmail, 0]]
366
368
  ];
367
- exports.AccountGrouping$ = [3, n0, _AG,
369
+ exports.AccountAssociationsListElement$ = AccountAssociationsListElement$;
370
+ const AccountGrouping$ = [3, n0, _AG,
368
371
  0,
369
372
  [_LAI, _AA, _RTA],
370
373
  [64 | 0, 2, 0]
371
374
  ];
372
- exports.AssociateAccountsInput$ = [3, n0, _AAI,
375
+ exports.AccountGrouping$ = AccountGrouping$;
376
+ const AssociateAccountsInput$ = [3, n0, _AAI,
373
377
  0,
374
378
  [_A, _AIc],
375
379
  [0, 64 | 0], 2
376
380
  ];
377
- exports.AssociateAccountsOutput$ = [3, n0, _AAO,
381
+ exports.AssociateAccountsInput$ = AssociateAccountsInput$;
382
+ const AssociateAccountsOutput$ = [3, n0, _AAO,
378
383
  0,
379
384
  [_A],
380
385
  [0]
381
386
  ];
382
- exports.AssociatePricingRulesInput$ = [3, n0, _APRI,
387
+ exports.AssociateAccountsOutput$ = AssociateAccountsOutput$;
388
+ const AssociatePricingRulesInput$ = [3, n0, _APRI,
383
389
  0,
384
390
  [_A, _PRA],
385
391
  [0, 64 | 0], 2
386
392
  ];
387
- exports.AssociatePricingRulesOutput$ = [3, n0, _APRO,
393
+ exports.AssociatePricingRulesInput$ = AssociatePricingRulesInput$;
394
+ const AssociatePricingRulesOutput$ = [3, n0, _APRO,
388
395
  0,
389
396
  [_A],
390
397
  [0]
391
398
  ];
392
- exports.AssociateResourceError$ = [3, n0, _ARE,
399
+ exports.AssociatePricingRulesOutput$ = AssociatePricingRulesOutput$;
400
+ const AssociateResourceError$ = [3, n0, _ARE,
393
401
  0,
394
402
  [_M, _R],
395
403
  [0, 0]
396
404
  ];
397
- exports.AssociateResourceResponseElement$ = [3, n0, _ARRE,
405
+ exports.AssociateResourceError$ = AssociateResourceError$;
406
+ const AssociateResourceResponseElement$ = [3, n0, _ARRE,
398
407
  0,
399
408
  [_A, _E],
400
- [0, () => exports.AssociateResourceError$]
409
+ [0, () => AssociateResourceError$]
401
410
  ];
402
- exports.Attribute$ = [3, n0, _At,
411
+ exports.AssociateResourceResponseElement$ = AssociateResourceResponseElement$;
412
+ const Attribute$ = [3, n0, _At,
403
413
  0,
404
414
  [_K, _V],
405
415
  [0, 0]
406
416
  ];
407
- exports.BatchAssociateResourcesToCustomLineItemInput$ = [3, n0, _BARTCLII,
417
+ exports.Attribute$ = Attribute$;
418
+ const BatchAssociateResourcesToCustomLineItemInput$ = [3, n0, _BARTCLII,
408
419
  0,
409
420
  [_TA, _RAe, _BPR],
410
- [0, 64 | 0, () => exports.CustomLineItemBillingPeriodRange$], 2
421
+ [0, 64 | 0, () => CustomLineItemBillingPeriodRange$], 2
411
422
  ];
412
- exports.BatchAssociateResourcesToCustomLineItemOutput$ = [3, n0, _BARTCLIO,
423
+ exports.BatchAssociateResourcesToCustomLineItemInput$ = BatchAssociateResourcesToCustomLineItemInput$;
424
+ const BatchAssociateResourcesToCustomLineItemOutput$ = [3, n0, _BARTCLIO,
413
425
  0,
414
426
  [_SAR, _FAR],
415
427
  [() => AssociateResourcesResponseList, () => AssociateResourcesResponseList]
416
428
  ];
417
- exports.BatchDisassociateResourcesFromCustomLineItemInput$ = [3, n0, _BDRFCLII,
429
+ exports.BatchAssociateResourcesToCustomLineItemOutput$ = BatchAssociateResourcesToCustomLineItemOutput$;
430
+ const BatchDisassociateResourcesFromCustomLineItemInput$ = [3, n0, _BDRFCLII,
418
431
  0,
419
432
  [_TA, _RAe, _BPR],
420
- [0, 64 | 0, () => exports.CustomLineItemBillingPeriodRange$], 2
433
+ [0, 64 | 0, () => CustomLineItemBillingPeriodRange$], 2
421
434
  ];
422
- exports.BatchDisassociateResourcesFromCustomLineItemOutput$ = [3, n0, _BDRFCLIO,
435
+ exports.BatchDisassociateResourcesFromCustomLineItemInput$ = BatchDisassociateResourcesFromCustomLineItemInput$;
436
+ const BatchDisassociateResourcesFromCustomLineItemOutput$ = [3, n0, _BDRFCLIO,
423
437
  0,
424
438
  [_SDR, _FDR],
425
439
  [() => DisassociateResourcesResponseList, () => DisassociateResourcesResponseList]
426
440
  ];
427
- exports.BillingGroupCostReportElement$ = [3, n0, _BGCRE,
441
+ exports.BatchDisassociateResourcesFromCustomLineItemOutput$ = BatchDisassociateResourcesFromCustomLineItemOutput$;
442
+ const BillingGroupCostReportElement$ = [3, n0, _BGCRE,
428
443
  0,
429
444
  [_A, _AWSC, _PC, _Ma, _MP, _C],
430
445
  [0, 0, 0, 0, 0, 0]
431
446
  ];
432
- exports.BillingGroupCostReportResultElement$ = [3, n0, _BGCRRE,
447
+ exports.BillingGroupCostReportElement$ = BillingGroupCostReportElement$;
448
+ const BillingGroupCostReportResultElement$ = [3, n0, _BGCRRE,
433
449
  0,
434
450
  [_A, _AWSC, _PC, _Ma, _MP, _C, _Att],
435
451
  [0, 0, 0, 0, 0, 0, () => AttributesList]
436
452
  ];
437
- exports.BillingGroupListElement$ = [3, n0, _BGLE,
453
+ exports.BillingGroupCostReportResultElement$ = BillingGroupCostReportResultElement$;
454
+ const BillingGroupListElement$ = [3, n0, _BGLE,
438
455
  0,
439
456
  [_N, _A, _D, _PAI, _CP, _S, _CT, _LMT, _St, _SR, _AG, _BGT],
440
- [[() => BillingGroupName, 0], 0, [() => BillingGroupDescription, 0], 0, () => exports.ComputationPreference$, 1, 1, 1, 0, 0, () => exports.ListBillingGroupAccountGrouping$, 0]
457
+ [[() => BillingGroupName, 0], 0, [() => BillingGroupDescription, 0], 0, () => ComputationPreference$, 1, 1, 1, 0, 0, () => ListBillingGroupAccountGrouping$, 0]
441
458
  ];
442
- exports.BillingPeriodRange$ = [3, n0, _BPR,
459
+ exports.BillingGroupListElement$ = BillingGroupListElement$;
460
+ const BillingPeriodRange$ = [3, n0, _BPR,
443
461
  0,
444
462
  [_ISBP, _EEBP],
445
463
  [0, 0], 2
446
464
  ];
447
- exports.ComputationPreference$ = [3, n0, _CP,
465
+ exports.BillingPeriodRange$ = BillingPeriodRange$;
466
+ const ComputationPreference$ = [3, n0, _CP,
448
467
  0,
449
468
  [_PPA],
450
469
  [0], 1
451
470
  ];
452
- exports.CreateBillingGroupInput$ = [3, n0, _CBGI,
471
+ exports.ComputationPreference$ = ComputationPreference$;
472
+ const CreateBillingGroupInput$ = [3, n0, _CBGI,
453
473
  0,
454
474
  [_N, _AG, _CP, _CTl, _PAI, _D, _T],
455
- [[() => BillingGroupName, 0], () => exports.AccountGrouping$, () => exports.ComputationPreference$, [0, { [_hH]: _XACT, [_iT]: 1 }], 0, [() => BillingGroupDescription, 0], 128 | 0], 3
475
+ [[() => BillingGroupName, 0], () => AccountGrouping$, () => ComputationPreference$, [0, { [_hH]: _XACT, [_iT]: 1 }], 0, [() => BillingGroupDescription, 0], 128 | 0], 3
456
476
  ];
457
- exports.CreateBillingGroupOutput$ = [3, n0, _CBGO,
477
+ exports.CreateBillingGroupInput$ = CreateBillingGroupInput$;
478
+ const CreateBillingGroupOutput$ = [3, n0, _CBGO,
458
479
  0,
459
480
  [_A],
460
481
  [0]
461
482
  ];
462
- exports.CreateCustomLineItemInput$ = [3, n0, _CCLII,
483
+ exports.CreateBillingGroupOutput$ = CreateBillingGroupOutput$;
484
+ const CreateCustomLineItemInput$ = [3, n0, _CCLII,
463
485
  0,
464
486
  [_N, _D, _BGA, _CD, _CTl, _BPR, _T, _AI, _CR, _PD],
465
- [[() => CustomLineItemName, 0], [() => CustomLineItemDescription, 0], 0, () => exports.CustomLineItemChargeDetails$, [0, { [_hH]: _XACT, [_iT]: 1 }], () => exports.CustomLineItemBillingPeriodRange$, 128 | 0, 0, 0, () => exports.PresentationObject$], 4
487
+ [[() => CustomLineItemName, 0], [() => CustomLineItemDescription, 0], 0, () => CustomLineItemChargeDetails$, [0, { [_hH]: _XACT, [_iT]: 1 }], () => CustomLineItemBillingPeriodRange$, 128 | 0, 0, 0, () => PresentationObject$], 4
466
488
  ];
467
- exports.CreateCustomLineItemOutput$ = [3, n0, _CCLIO,
489
+ exports.CreateCustomLineItemInput$ = CreateCustomLineItemInput$;
490
+ const CreateCustomLineItemOutput$ = [3, n0, _CCLIO,
468
491
  0,
469
492
  [_A],
470
493
  [0]
471
494
  ];
472
- exports.CreateFreeTierConfig$ = [3, n0, _CFTC,
495
+ exports.CreateCustomLineItemOutput$ = CreateCustomLineItemOutput$;
496
+ const CreateFreeTierConfig$ = [3, n0, _CFTC,
473
497
  0,
474
498
  [_Ac],
475
499
  [2], 1
476
500
  ];
477
- exports.CreatePricingPlanInput$ = [3, n0, _CPPI,
501
+ exports.CreateFreeTierConfig$ = CreateFreeTierConfig$;
502
+ const CreatePricingPlanInput$ = [3, n0, _CPPI,
478
503
  0,
479
504
  [_N, _CTl, _D, _PRA, _T],
480
505
  [[() => PricingPlanName, 0], [0, { [_hH]: _XACT, [_iT]: 1 }], [() => PricingPlanDescription, 0], 64 | 0, 128 | 0], 1
481
506
  ];
482
- exports.CreatePricingPlanOutput$ = [3, n0, _CPPO,
507
+ exports.CreatePricingPlanInput$ = CreatePricingPlanInput$;
508
+ const CreatePricingPlanOutput$ = [3, n0, _CPPO,
483
509
  0,
484
510
  [_A],
485
511
  [0]
486
512
  ];
487
- exports.CreatePricingRuleInput$ = [3, n0, _CPRI,
513
+ exports.CreatePricingPlanOutput$ = CreatePricingPlanOutput$;
514
+ const CreatePricingRuleInput$ = [3, n0, _CPRI,
488
515
  0,
489
516
  [_N, _Sc, _Ty, _CTl, _D, _MPo, _Se, _T, _BE, _Ti, _UT, _O],
490
- [[() => PricingRuleName, 0], 0, 0, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => PricingRuleDescription, 0], 1, 0, 128 | 0, 0, () => exports.CreateTieringInput$, 0, 0], 3
517
+ [[() => PricingRuleName, 0], 0, 0, [0, { [_hH]: _XACT, [_iT]: 1 }], [() => PricingRuleDescription, 0], 1, 0, 128 | 0, 0, () => CreateTieringInput$, 0, 0], 3
491
518
  ];
492
- exports.CreatePricingRuleOutput$ = [3, n0, _CPRO,
519
+ exports.CreatePricingRuleInput$ = CreatePricingRuleInput$;
520
+ const CreatePricingRuleOutput$ = [3, n0, _CPRO,
493
521
  0,
494
522
  [_A],
495
523
  [0]
496
524
  ];
497
- exports.CreateTieringInput$ = [3, n0, _CTI,
525
+ exports.CreatePricingRuleOutput$ = CreatePricingRuleOutput$;
526
+ const CreateTieringInput$ = [3, n0, _CTI,
498
527
  0,
499
528
  [_FT],
500
- [() => exports.CreateFreeTierConfig$], 1
529
+ [() => CreateFreeTierConfig$], 1
501
530
  ];
502
- exports.CustomLineItemBillingPeriodRange$ = [3, n0, _CLIBPR,
531
+ exports.CreateTieringInput$ = CreateTieringInput$;
532
+ const CustomLineItemBillingPeriodRange$ = [3, n0, _CLIBPR,
503
533
  0,
504
534
  [_ISBP, _EEBP],
505
535
  [0, 0], 1
506
536
  ];
507
- exports.CustomLineItemChargeDetails$ = [3, n0, _CLICD,
537
+ exports.CustomLineItemBillingPeriodRange$ = CustomLineItemBillingPeriodRange$;
538
+ const CustomLineItemChargeDetails$ = [3, n0, _CLICD,
508
539
  0,
509
540
  [_Ty, _Fl, _P, _LIF],
510
- [0, () => exports.CustomLineItemFlatChargeDetails$, () => exports.CustomLineItemPercentageChargeDetails$, () => LineItemFiltersList], 1
541
+ [0, () => CustomLineItemFlatChargeDetails$, () => CustomLineItemPercentageChargeDetails$, () => LineItemFiltersList], 1
511
542
  ];
512
- exports.CustomLineItemFlatChargeDetails$ = [3, n0, _CLIFCD,
543
+ exports.CustomLineItemChargeDetails$ = CustomLineItemChargeDetails$;
544
+ const CustomLineItemFlatChargeDetails$ = [3, n0, _CLIFCD,
513
545
  0,
514
546
  [_CV],
515
547
  [1], 1
516
548
  ];
517
- exports.CustomLineItemListElement$ = [3, n0, _CLILE,
549
+ exports.CustomLineItemFlatChargeDetails$ = CustomLineItemFlatChargeDetails$;
550
+ const CustomLineItemListElement$ = [3, n0, _CLILE,
518
551
  0,
519
552
  [_A, _N, _CD, _CC, _D, _PCr, _BGA, _CT, _LMT, _AS, _AI, _CR, _PD],
520
- [0, [() => CustomLineItemName, 0], () => exports.ListCustomLineItemChargeDetails$, 0, [() => CustomLineItemDescription, 0], 0, 0, 1, 1, 1, 0, 0, () => exports.PresentationObject$]
553
+ [0, [() => CustomLineItemName, 0], () => ListCustomLineItemChargeDetails$, 0, [() => CustomLineItemDescription, 0], 0, 0, 1, 1, 1, 0, 0, () => PresentationObject$]
521
554
  ];
522
- exports.CustomLineItemPercentageChargeDetails$ = [3, n0, _CLIPCD,
555
+ exports.CustomLineItemListElement$ = CustomLineItemListElement$;
556
+ const CustomLineItemPercentageChargeDetails$ = [3, n0, _CLIPCD,
523
557
  0,
524
558
  [_PV, _AV],
525
559
  [1, 64 | 0], 1
526
560
  ];
527
- exports.CustomLineItemVersionListElement$ = [3, n0, _CLIVLE,
561
+ exports.CustomLineItemPercentageChargeDetails$ = CustomLineItemPercentageChargeDetails$;
562
+ const CustomLineItemVersionListElement$ = [3, n0, _CLIVLE,
528
563
  0,
529
564
  [_N, _CD, _CC, _D, _PCr, _BGA, _CT, _LMT, _AS, _SBP, _EBP, _A, _ST, _AI, _CR, _PD],
530
- [[() => CustomLineItemName, 0], () => exports.ListCustomLineItemChargeDetails$, 0, [() => CustomLineItemDescription, 0], 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, () => exports.PresentationObject$]
565
+ [[() => CustomLineItemName, 0], () => ListCustomLineItemChargeDetails$, 0, [() => CustomLineItemDescription, 0], 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, () => PresentationObject$]
531
566
  ];
532
- exports.DeleteBillingGroupInput$ = [3, n0, _DBGI,
567
+ exports.CustomLineItemVersionListElement$ = CustomLineItemVersionListElement$;
568
+ const DeleteBillingGroupInput$ = [3, n0, _DBGI,
533
569
  0,
534
570
  [_A],
535
571
  [0], 1
536
572
  ];
537
- exports.DeleteBillingGroupOutput$ = [3, n0, _DBGO,
573
+ exports.DeleteBillingGroupInput$ = DeleteBillingGroupInput$;
574
+ const DeleteBillingGroupOutput$ = [3, n0, _DBGO,
538
575
  0,
539
576
  [_A],
540
577
  [0]
541
578
  ];
542
- exports.DeleteCustomLineItemInput$ = [3, n0, _DCLII,
579
+ exports.DeleteBillingGroupOutput$ = DeleteBillingGroupOutput$;
580
+ const DeleteCustomLineItemInput$ = [3, n0, _DCLII,
543
581
  0,
544
582
  [_A, _BPR],
545
- [0, () => exports.CustomLineItemBillingPeriodRange$], 1
583
+ [0, () => CustomLineItemBillingPeriodRange$], 1
546
584
  ];
547
- exports.DeleteCustomLineItemOutput$ = [3, n0, _DCLIO,
585
+ exports.DeleteCustomLineItemInput$ = DeleteCustomLineItemInput$;
586
+ const DeleteCustomLineItemOutput$ = [3, n0, _DCLIO,
548
587
  0,
549
588
  [_A],
550
589
  [0]
551
590
  ];
552
- exports.DeletePricingPlanInput$ = [3, n0, _DPPI,
591
+ exports.DeleteCustomLineItemOutput$ = DeleteCustomLineItemOutput$;
592
+ const DeletePricingPlanInput$ = [3, n0, _DPPI,
553
593
  0,
554
594
  [_A],
555
595
  [0], 1
556
596
  ];
557
- exports.DeletePricingPlanOutput$ = [3, n0, _DPPO,
597
+ exports.DeletePricingPlanInput$ = DeletePricingPlanInput$;
598
+ const DeletePricingPlanOutput$ = [3, n0, _DPPO,
558
599
  0,
559
600
  [_A],
560
601
  [0]
561
602
  ];
562
- exports.DeletePricingRuleInput$ = [3, n0, _DPRI,
603
+ exports.DeletePricingPlanOutput$ = DeletePricingPlanOutput$;
604
+ const DeletePricingRuleInput$ = [3, n0, _DPRI,
563
605
  0,
564
606
  [_A],
565
607
  [0], 1
566
608
  ];
567
- exports.DeletePricingRuleOutput$ = [3, n0, _DPRO,
609
+ exports.DeletePricingRuleInput$ = DeletePricingRuleInput$;
610
+ const DeletePricingRuleOutput$ = [3, n0, _DPRO,
568
611
  0,
569
612
  [_A],
570
613
  [0]
571
614
  ];
572
- exports.DisassociateAccountsInput$ = [3, n0, _DAI,
615
+ exports.DeletePricingRuleOutput$ = DeletePricingRuleOutput$;
616
+ const DisassociateAccountsInput$ = [3, n0, _DAI,
573
617
  0,
574
618
  [_A, _AIc],
575
619
  [0, 64 | 0], 2
576
620
  ];
577
- exports.DisassociateAccountsOutput$ = [3, n0, _DAO,
621
+ exports.DisassociateAccountsInput$ = DisassociateAccountsInput$;
622
+ const DisassociateAccountsOutput$ = [3, n0, _DAO,
578
623
  0,
579
624
  [_A],
580
625
  [0]
581
626
  ];
582
- exports.DisassociatePricingRulesInput$ = [3, n0, _DPRIi,
627
+ exports.DisassociateAccountsOutput$ = DisassociateAccountsOutput$;
628
+ const DisassociatePricingRulesInput$ = [3, n0, _DPRIi,
583
629
  0,
584
630
  [_A, _PRA],
585
631
  [0, 64 | 0], 2
586
632
  ];
587
- exports.DisassociatePricingRulesOutput$ = [3, n0, _DPROi,
633
+ exports.DisassociatePricingRulesInput$ = DisassociatePricingRulesInput$;
634
+ const DisassociatePricingRulesOutput$ = [3, n0, _DPROi,
588
635
  0,
589
636
  [_A],
590
637
  [0]
591
638
  ];
592
- exports.DisassociateResourceResponseElement$ = [3, n0, _DRRE,
639
+ exports.DisassociatePricingRulesOutput$ = DisassociatePricingRulesOutput$;
640
+ const DisassociateResourceResponseElement$ = [3, n0, _DRRE,
593
641
  0,
594
642
  [_A, _E],
595
- [0, () => exports.AssociateResourceError$]
643
+ [0, () => AssociateResourceError$]
596
644
  ];
597
- exports.FreeTierConfig$ = [3, n0, _FTC,
645
+ exports.DisassociateResourceResponseElement$ = DisassociateResourceResponseElement$;
646
+ const FreeTierConfig$ = [3, n0, _FTC,
598
647
  0,
599
648
  [_Ac],
600
649
  [2], 1
601
650
  ];
602
- exports.GetBillingGroupCostReportInput$ = [3, n0, _GBGCRI,
651
+ exports.FreeTierConfig$ = FreeTierConfig$;
652
+ const GetBillingGroupCostReportInput$ = [3, n0, _GBGCRI,
603
653
  0,
604
654
  [_A, _BPR, _GB, _MR, _NT],
605
- [0, () => exports.BillingPeriodRange$, 64 | 0, 1, 0], 1
655
+ [0, () => BillingPeriodRange$, 64 | 0, 1, 0], 1
606
656
  ];
607
- exports.GetBillingGroupCostReportOutput$ = [3, n0, _GBGCRO,
657
+ exports.GetBillingGroupCostReportInput$ = GetBillingGroupCostReportInput$;
658
+ const GetBillingGroupCostReportOutput$ = [3, n0, _GBGCRO,
608
659
  0,
609
660
  [_BGCRR, _NT],
610
661
  [() => BillingGroupCostReportResultsList, 0]
611
662
  ];
612
- exports.LineItemFilter$ = [3, n0, _LIFi,
663
+ exports.GetBillingGroupCostReportOutput$ = GetBillingGroupCostReportOutput$;
664
+ const LineItemFilter$ = [3, n0, _LIFi,
613
665
  0,
614
666
  [_At, _MO, _Va, _AVt],
615
667
  [0, 0, 64 | 0, 64 | 0], 2
616
668
  ];
617
- exports.ListAccountAssociationsFilter$ = [3, n0, _LAAF,
669
+ exports.LineItemFilter$ = LineItemFilter$;
670
+ const ListAccountAssociationsFilter$ = [3, n0, _LAAF,
618
671
  0,
619
672
  [_As, _AI, _AIc],
620
673
  [0, 0, 64 | 0]
621
674
  ];
622
- exports.ListAccountAssociationsInput$ = [3, n0, _LAAI,
675
+ exports.ListAccountAssociationsFilter$ = ListAccountAssociationsFilter$;
676
+ const ListAccountAssociationsInput$ = [3, n0, _LAAI,
623
677
  0,
624
678
  [_BP, _Fi, _NT],
625
- [0, () => exports.ListAccountAssociationsFilter$, 0]
679
+ [0, () => ListAccountAssociationsFilter$, 0]
626
680
  ];
627
- exports.ListAccountAssociationsOutput$ = [3, n0, _LAAO,
681
+ exports.ListAccountAssociationsInput$ = ListAccountAssociationsInput$;
682
+ const ListAccountAssociationsOutput$ = [3, n0, _LAAO,
628
683
  0,
629
684
  [_LA, _NT],
630
685
  [[() => AccountAssociationsList, 0], 0]
631
686
  ];
632
- exports.ListBillingGroupAccountGrouping$ = [3, n0, _LBGAG,
687
+ exports.ListAccountAssociationsOutput$ = ListAccountAssociationsOutput$;
688
+ const ListBillingGroupAccountGrouping$ = [3, n0, _LBGAG,
633
689
  0,
634
690
  [_AA, _RTA],
635
691
  [2, 0]
636
692
  ];
637
- exports.ListBillingGroupCostReportsFilter$ = [3, n0, _LBGCRF,
693
+ exports.ListBillingGroupAccountGrouping$ = ListBillingGroupAccountGrouping$;
694
+ const ListBillingGroupCostReportsFilter$ = [3, n0, _LBGCRF,
638
695
  0,
639
696
  [_BGAi],
640
697
  [64 | 0]
641
698
  ];
642
- exports.ListBillingGroupCostReportsInput$ = [3, n0, _LBGCRI,
699
+ exports.ListBillingGroupCostReportsFilter$ = ListBillingGroupCostReportsFilter$;
700
+ const ListBillingGroupCostReportsInput$ = [3, n0, _LBGCRI,
643
701
  0,
644
702
  [_BP, _MR, _NT, _Fi],
645
- [0, 1, 0, () => exports.ListBillingGroupCostReportsFilter$]
703
+ [0, 1, 0, () => ListBillingGroupCostReportsFilter$]
646
704
  ];
647
- exports.ListBillingGroupCostReportsOutput$ = [3, n0, _LBGCRO,
705
+ exports.ListBillingGroupCostReportsInput$ = ListBillingGroupCostReportsInput$;
706
+ const ListBillingGroupCostReportsOutput$ = [3, n0, _LBGCRO,
648
707
  0,
649
708
  [_BGCR, _NT],
650
709
  [() => BillingGroupCostReportList, 0]
651
710
  ];
652
- exports.ListBillingGroupsFilter$ = [3, n0, _LBGF,
711
+ exports.ListBillingGroupCostReportsOutput$ = ListBillingGroupCostReportsOutput$;
712
+ const ListBillingGroupsFilter$ = [3, n0, _LBGF,
653
713
  0,
654
714
  [_Ar, _PP, _Sta, _AA, _PAIr, _BGTi, _Na, _RTAe],
655
715
  [64 | 0, 0, 64 | 0, 2, 64 | 0, 64 | 0, () => StringSearches, 64 | 0]
656
716
  ];
657
- exports.ListBillingGroupsInput$ = [3, n0, _LBGI,
717
+ exports.ListBillingGroupsFilter$ = ListBillingGroupsFilter$;
718
+ const ListBillingGroupsInput$ = [3, n0, _LBGI,
658
719
  0,
659
720
  [_BP, _MR, _NT, _Fi],
660
- [0, 1, 0, () => exports.ListBillingGroupsFilter$]
721
+ [0, 1, 0, () => ListBillingGroupsFilter$]
661
722
  ];
662
- exports.ListBillingGroupsOutput$ = [3, n0, _LBGO,
723
+ exports.ListBillingGroupsInput$ = ListBillingGroupsInput$;
724
+ const ListBillingGroupsOutput$ = [3, n0, _LBGO,
663
725
  0,
664
726
  [_BG, _NT],
665
727
  [[() => BillingGroupList, 0], 0]
666
728
  ];
667
- exports.ListCustomLineItemChargeDetails$ = [3, n0, _LCLICD,
729
+ exports.ListBillingGroupsOutput$ = ListBillingGroupsOutput$;
730
+ const ListCustomLineItemChargeDetails$ = [3, n0, _LCLICD,
668
731
  0,
669
732
  [_Ty, _Fl, _P, _LIF],
670
- [0, () => exports.ListCustomLineItemFlatChargeDetails$, () => exports.ListCustomLineItemPercentageChargeDetails$, () => LineItemFiltersList], 1
733
+ [0, () => ListCustomLineItemFlatChargeDetails$, () => ListCustomLineItemPercentageChargeDetails$, () => LineItemFiltersList], 1
671
734
  ];
672
- exports.ListCustomLineItemFlatChargeDetails$ = [3, n0, _LCLIFCD,
735
+ exports.ListCustomLineItemChargeDetails$ = ListCustomLineItemChargeDetails$;
736
+ const ListCustomLineItemFlatChargeDetails$ = [3, n0, _LCLIFCD,
673
737
  0,
674
738
  [_CV],
675
739
  [1], 1
676
740
  ];
677
- exports.ListCustomLineItemPercentageChargeDetails$ = [3, n0, _LCLIPCD,
741
+ exports.ListCustomLineItemFlatChargeDetails$ = ListCustomLineItemFlatChargeDetails$;
742
+ const ListCustomLineItemPercentageChargeDetails$ = [3, n0, _LCLIPCD,
678
743
  0,
679
744
  [_PV],
680
745
  [1], 1
681
746
  ];
682
- exports.ListCustomLineItemsFilter$ = [3, n0, _LCLIF,
747
+ exports.ListCustomLineItemPercentageChargeDetails$ = ListCustomLineItemPercentageChargeDetails$;
748
+ const ListCustomLineItemsFilter$ = [3, n0, _LCLIF,
683
749
  0,
684
750
  [_Na, _BG, _Ar, _AIc],
685
751
  [[() => CustomLineItemNameList, 0], 64 | 0, 64 | 0, 64 | 0]
686
752
  ];
687
- exports.ListCustomLineItemsInput$ = [3, n0, _LCLII,
753
+ exports.ListCustomLineItemsFilter$ = ListCustomLineItemsFilter$;
754
+ const ListCustomLineItemsInput$ = [3, n0, _LCLII,
688
755
  0,
689
756
  [_BP, _MR, _NT, _Fi],
690
- [0, 1, 0, [() => exports.ListCustomLineItemsFilter$, 0]]
757
+ [0, 1, 0, [() => ListCustomLineItemsFilter$, 0]]
691
758
  ];
692
- exports.ListCustomLineItemsOutput$ = [3, n0, _LCLIO,
759
+ exports.ListCustomLineItemsInput$ = ListCustomLineItemsInput$;
760
+ const ListCustomLineItemsOutput$ = [3, n0, _LCLIO,
693
761
  0,
694
762
  [_CLI, _NT],
695
763
  [[() => CustomLineItemList, 0], 0]
696
764
  ];
697
- exports.ListCustomLineItemVersionsBillingPeriodRangeFilter$ = [3, n0, _LCLIVBPRF,
765
+ exports.ListCustomLineItemsOutput$ = ListCustomLineItemsOutput$;
766
+ const ListCustomLineItemVersionsBillingPeriodRangeFilter$ = [3, n0, _LCLIVBPRF,
698
767
  0,
699
768
  [_SBP, _EBP],
700
769
  [0, 0]
701
770
  ];
702
- exports.ListCustomLineItemVersionsFilter$ = [3, n0, _LCLIVF,
771
+ exports.ListCustomLineItemVersionsBillingPeriodRangeFilter$ = ListCustomLineItemVersionsBillingPeriodRangeFilter$;
772
+ const ListCustomLineItemVersionsFilter$ = [3, n0, _LCLIVF,
703
773
  0,
704
774
  [_BPR],
705
- [() => exports.ListCustomLineItemVersionsBillingPeriodRangeFilter$]
775
+ [() => ListCustomLineItemVersionsBillingPeriodRangeFilter$]
706
776
  ];
707
- exports.ListCustomLineItemVersionsInput$ = [3, n0, _LCLIVI,
777
+ exports.ListCustomLineItemVersionsFilter$ = ListCustomLineItemVersionsFilter$;
778
+ const ListCustomLineItemVersionsInput$ = [3, n0, _LCLIVI,
708
779
  0,
709
780
  [_A, _MR, _NT, _Fi],
710
- [0, 1, 0, () => exports.ListCustomLineItemVersionsFilter$], 1
781
+ [0, 1, 0, () => ListCustomLineItemVersionsFilter$], 1
711
782
  ];
712
- exports.ListCustomLineItemVersionsOutput$ = [3, n0, _LCLIVO,
783
+ exports.ListCustomLineItemVersionsInput$ = ListCustomLineItemVersionsInput$;
784
+ const ListCustomLineItemVersionsOutput$ = [3, n0, _LCLIVO,
713
785
  0,
714
786
  [_CLIV, _NT],
715
787
  [[() => CustomLineItemVersionList, 0], 0]
716
788
  ];
717
- exports.ListPricingPlansAssociatedWithPricingRuleInput$ = [3, n0, _LPPAWPRI,
789
+ exports.ListCustomLineItemVersionsOutput$ = ListCustomLineItemVersionsOutput$;
790
+ const ListPricingPlansAssociatedWithPricingRuleInput$ = [3, n0, _LPPAWPRI,
718
791
  0,
719
792
  [_PRAr, _BP, _MR, _NT],
720
793
  [0, 0, 1, 0], 1
721
794
  ];
722
- exports.ListPricingPlansAssociatedWithPricingRuleOutput$ = [3, n0, _LPPAWPRO,
795
+ exports.ListPricingPlansAssociatedWithPricingRuleInput$ = ListPricingPlansAssociatedWithPricingRuleInput$;
796
+ const ListPricingPlansAssociatedWithPricingRuleOutput$ = [3, n0, _LPPAWPRO,
723
797
  0,
724
798
  [_BP, _PRAr, _PPAr, _NT],
725
799
  [0, 0, 64 | 0, 0]
726
800
  ];
727
- exports.ListPricingPlansFilter$ = [3, n0, _LPPF,
801
+ exports.ListPricingPlansAssociatedWithPricingRuleOutput$ = ListPricingPlansAssociatedWithPricingRuleOutput$;
802
+ const ListPricingPlansFilter$ = [3, n0, _LPPF,
728
803
  0,
729
804
  [_Ar],
730
805
  [64 | 0]
731
806
  ];
732
- exports.ListPricingPlansInput$ = [3, n0, _LPPI,
807
+ exports.ListPricingPlansFilter$ = ListPricingPlansFilter$;
808
+ const ListPricingPlansInput$ = [3, n0, _LPPI,
733
809
  0,
734
810
  [_BP, _Fi, _MR, _NT],
735
- [0, () => exports.ListPricingPlansFilter$, 1, 0]
811
+ [0, () => ListPricingPlansFilter$, 1, 0]
736
812
  ];
737
- exports.ListPricingPlansOutput$ = [3, n0, _LPPO,
813
+ exports.ListPricingPlansInput$ = ListPricingPlansInput$;
814
+ const ListPricingPlansOutput$ = [3, n0, _LPPO,
738
815
  0,
739
816
  [_BP, _PPr, _NT],
740
817
  [0, [() => PricingPlanList, 0], 0]
741
818
  ];
742
- exports.ListPricingRulesAssociatedToPricingPlanInput$ = [3, n0, _LPRATPPI,
819
+ exports.ListPricingPlansOutput$ = ListPricingPlansOutput$;
820
+ const ListPricingRulesAssociatedToPricingPlanInput$ = [3, n0, _LPRATPPI,
743
821
  0,
744
822
  [_PPA, _BP, _MR, _NT],
745
823
  [0, 0, 1, 0], 1
746
824
  ];
747
- exports.ListPricingRulesAssociatedToPricingPlanOutput$ = [3, n0, _LPRATPPO,
825
+ exports.ListPricingRulesAssociatedToPricingPlanInput$ = ListPricingRulesAssociatedToPricingPlanInput$;
826
+ const ListPricingRulesAssociatedToPricingPlanOutput$ = [3, n0, _LPRATPPO,
748
827
  0,
749
828
  [_BP, _PPA, _PRA, _NT],
750
829
  [0, 0, 64 | 0, 0]
751
830
  ];
752
- exports.ListPricingRulesFilter$ = [3, n0, _LPRF,
831
+ exports.ListPricingRulesAssociatedToPricingPlanOutput$ = ListPricingRulesAssociatedToPricingPlanOutput$;
832
+ const ListPricingRulesFilter$ = [3, n0, _LPRF,
753
833
  0,
754
834
  [_Ar],
755
835
  [64 | 0]
756
836
  ];
757
- exports.ListPricingRulesInput$ = [3, n0, _LPRI,
837
+ exports.ListPricingRulesFilter$ = ListPricingRulesFilter$;
838
+ const ListPricingRulesInput$ = [3, n0, _LPRI,
758
839
  0,
759
840
  [_BP, _Fi, _MR, _NT],
760
- [0, () => exports.ListPricingRulesFilter$, 1, 0]
841
+ [0, () => ListPricingRulesFilter$, 1, 0]
761
842
  ];
762
- exports.ListPricingRulesOutput$ = [3, n0, _LPRO,
843
+ exports.ListPricingRulesInput$ = ListPricingRulesInput$;
844
+ const ListPricingRulesOutput$ = [3, n0, _LPRO,
763
845
  0,
764
846
  [_BP, _PR, _NT],
765
847
  [0, [() => PricingRuleList, 0], 0]
766
848
  ];
767
- exports.ListResourcesAssociatedToCustomLineItemFilter$ = [3, n0, _LRATCLIF,
849
+ exports.ListPricingRulesOutput$ = ListPricingRulesOutput$;
850
+ const ListResourcesAssociatedToCustomLineItemFilter$ = [3, n0, _LRATCLIF,
768
851
  0,
769
852
  [_Re],
770
853
  [0]
771
854
  ];
772
- exports.ListResourcesAssociatedToCustomLineItemInput$ = [3, n0, _LRATCLII,
855
+ exports.ListResourcesAssociatedToCustomLineItemFilter$ = ListResourcesAssociatedToCustomLineItemFilter$;
856
+ const ListResourcesAssociatedToCustomLineItemInput$ = [3, n0, _LRATCLII,
773
857
  0,
774
858
  [_A, _BP, _MR, _NT, _Fi],
775
- [0, 0, 1, 0, () => exports.ListResourcesAssociatedToCustomLineItemFilter$], 1
859
+ [0, 0, 1, 0, () => ListResourcesAssociatedToCustomLineItemFilter$], 1
776
860
  ];
777
- exports.ListResourcesAssociatedToCustomLineItemOutput$ = [3, n0, _LRATCLIO,
861
+ exports.ListResourcesAssociatedToCustomLineItemInput$ = ListResourcesAssociatedToCustomLineItemInput$;
862
+ const ListResourcesAssociatedToCustomLineItemOutput$ = [3, n0, _LRATCLIO,
778
863
  0,
779
864
  [_A, _AR, _NT],
780
865
  [0, () => ListResourcesAssociatedToCustomLineItemResponseList, 0]
781
866
  ];
782
- exports.ListResourcesAssociatedToCustomLineItemResponseElement$ = [3, n0, _LRATCLIRE,
867
+ exports.ListResourcesAssociatedToCustomLineItemOutput$ = ListResourcesAssociatedToCustomLineItemOutput$;
868
+ const ListResourcesAssociatedToCustomLineItemResponseElement$ = [3, n0, _LRATCLIRE,
783
869
  0,
784
870
  [_A, _Re, _EBP],
785
871
  [0, 0, 0]
786
872
  ];
787
- exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
873
+ exports.ListResourcesAssociatedToCustomLineItemResponseElement$ = ListResourcesAssociatedToCustomLineItemResponseElement$;
874
+ const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
788
875
  0,
789
876
  [_RAes],
790
877
  [[0, 1]], 1
791
878
  ];
792
- exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
879
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
880
+ const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
793
881
  0,
794
882
  [_T],
795
883
  [128 | 0]
796
884
  ];
797
- exports.PresentationObject$ = [3, n0, _PO,
885
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
886
+ const PresentationObject$ = [3, n0, _PO,
798
887
  0,
799
888
  [_Se],
800
889
  [0], 1
801
890
  ];
802
- exports.PricingPlanListElement$ = [3, n0, _PPLE,
891
+ exports.PresentationObject$ = PresentationObject$;
892
+ const PricingPlanListElement$ = [3, n0, _PPLE,
803
893
  0,
804
894
  [_N, _A, _D, _S, _CT, _LMT],
805
895
  [[() => PricingPlanName, 0], 0, [() => PricingPlanDescription, 0], 1, 1, 1]
806
896
  ];
807
- exports.PricingRuleListElement$ = [3, n0, _PRLE,
897
+ exports.PricingPlanListElement$ = PricingPlanListElement$;
898
+ const PricingRuleListElement$ = [3, n0, _PRLE,
808
899
  0,
809
900
  [_N, _A, _D, _Sc, _Ty, _MPo, _Se, _APPC, _CT, _LMT, _BE, _Ti, _UT, _O],
810
- [[() => PricingRuleName, 0], 0, [() => PricingRuleDescription, 0], 0, 0, 1, 0, 1, 1, 1, 0, () => exports.Tiering$, 0, 0]
901
+ [[() => PricingRuleName, 0], 0, [() => PricingRuleDescription, 0], 0, 0, 1, 0, 1, 1, 1, 0, () => Tiering$, 0, 0]
811
902
  ];
812
- exports.StringSearch$ = [3, n0, _SS,
903
+ exports.PricingRuleListElement$ = PricingRuleListElement$;
904
+ const StringSearch$ = [3, n0, _SS,
813
905
  0,
814
906
  [_SO, _SV],
815
907
  [0, 0], 2
816
908
  ];
817
- exports.TagResourceRequest$ = [3, n0, _TRR,
909
+ exports.StringSearch$ = StringSearch$;
910
+ const TagResourceRequest$ = [3, n0, _TRR,
818
911
  0,
819
912
  [_RAes, _T],
820
913
  [[0, 1], 128 | 0], 2
821
914
  ];
822
- exports.TagResourceResponse$ = [3, n0, _TRRa,
915
+ exports.TagResourceRequest$ = TagResourceRequest$;
916
+ const TagResourceResponse$ = [3, n0, _TRRa,
823
917
  0,
824
918
  [],
825
919
  []
826
920
  ];
827
- exports.Tiering$ = [3, n0, _Ti,
921
+ exports.TagResourceResponse$ = TagResourceResponse$;
922
+ const Tiering$ = [3, n0, _Ti,
828
923
  0,
829
924
  [_FT],
830
- [() => exports.FreeTierConfig$], 1
925
+ [() => FreeTierConfig$], 1
831
926
  ];
832
- exports.UntagResourceRequest$ = [3, n0, _URR,
927
+ exports.Tiering$ = Tiering$;
928
+ const UntagResourceRequest$ = [3, n0, _URR,
833
929
  0,
834
930
  [_RAes, _TK],
835
931
  [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
836
932
  ];
837
- exports.UntagResourceResponse$ = [3, n0, _URRn,
933
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
934
+ const UntagResourceResponse$ = [3, n0, _URRn,
838
935
  0,
839
936
  [],
840
937
  []
841
938
  ];
842
- exports.UpdateBillingGroupAccountGrouping$ = [3, n0, _UBGAG,
939
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
940
+ const UpdateBillingGroupAccountGrouping$ = [3, n0, _UBGAG,
843
941
  0,
844
942
  [_AA, _RTA],
845
943
  [2, 0]
846
944
  ];
847
- exports.UpdateBillingGroupInput$ = [3, n0, _UBGI,
945
+ exports.UpdateBillingGroupAccountGrouping$ = UpdateBillingGroupAccountGrouping$;
946
+ const UpdateBillingGroupInput$ = [3, n0, _UBGI,
848
947
  0,
849
948
  [_A, _N, _St, _CP, _D, _AG],
850
- [0, [() => BillingGroupName, 0], 0, () => exports.ComputationPreference$, [() => BillingGroupDescription, 0], () => exports.UpdateBillingGroupAccountGrouping$], 1
949
+ [0, [() => BillingGroupName, 0], 0, () => ComputationPreference$, [() => BillingGroupDescription, 0], () => UpdateBillingGroupAccountGrouping$], 1
851
950
  ];
852
- exports.UpdateBillingGroupOutput$ = [3, n0, _UBGO,
951
+ exports.UpdateBillingGroupInput$ = UpdateBillingGroupInput$;
952
+ const UpdateBillingGroupOutput$ = [3, n0, _UBGO,
853
953
  0,
854
954
  [_A, _N, _D, _PAI, _PPA, _S, _LMT, _St, _SR, _AG],
855
- [0, [() => BillingGroupName, 0], [() => BillingGroupDescription, 0], 0, 0, 1, 1, 0, 0, () => exports.UpdateBillingGroupAccountGrouping$]
955
+ [0, [() => BillingGroupName, 0], [() => BillingGroupDescription, 0], 0, 0, 1, 1, 0, 0, () => UpdateBillingGroupAccountGrouping$]
856
956
  ];
857
- exports.UpdateCustomLineItemChargeDetails$ = [3, n0, _UCLICD,
957
+ exports.UpdateBillingGroupOutput$ = UpdateBillingGroupOutput$;
958
+ const UpdateCustomLineItemChargeDetails$ = [3, n0, _UCLICD,
858
959
  0,
859
960
  [_Fl, _P, _LIF],
860
- [() => exports.UpdateCustomLineItemFlatChargeDetails$, () => exports.UpdateCustomLineItemPercentageChargeDetails$, () => LineItemFiltersList]
961
+ [() => UpdateCustomLineItemFlatChargeDetails$, () => UpdateCustomLineItemPercentageChargeDetails$, () => LineItemFiltersList]
861
962
  ];
862
- exports.UpdateCustomLineItemFlatChargeDetails$ = [3, n0, _UCLIFCD,
963
+ exports.UpdateCustomLineItemChargeDetails$ = UpdateCustomLineItemChargeDetails$;
964
+ const UpdateCustomLineItemFlatChargeDetails$ = [3, n0, _UCLIFCD,
863
965
  0,
864
966
  [_CV],
865
967
  [1], 1
866
968
  ];
867
- exports.UpdateCustomLineItemInput$ = [3, n0, _UCLII,
969
+ exports.UpdateCustomLineItemFlatChargeDetails$ = UpdateCustomLineItemFlatChargeDetails$;
970
+ const UpdateCustomLineItemInput$ = [3, n0, _UCLII,
868
971
  0,
869
972
  [_A, _N, _D, _CD, _BPR],
870
- [0, [() => CustomLineItemName, 0], [() => CustomLineItemDescription, 0], () => exports.UpdateCustomLineItemChargeDetails$, () => exports.CustomLineItemBillingPeriodRange$], 1
973
+ [0, [() => CustomLineItemName, 0], [() => CustomLineItemDescription, 0], () => UpdateCustomLineItemChargeDetails$, () => CustomLineItemBillingPeriodRange$], 1
871
974
  ];
872
- exports.UpdateCustomLineItemOutput$ = [3, n0, _UCLIO,
975
+ exports.UpdateCustomLineItemInput$ = UpdateCustomLineItemInput$;
976
+ const UpdateCustomLineItemOutput$ = [3, n0, _UCLIO,
873
977
  0,
874
978
  [_A, _BGA, _N, _D, _CD, _LMT, _AS],
875
- [0, 0, [() => CustomLineItemName, 0], [() => CustomLineItemDescription, 0], () => exports.ListCustomLineItemChargeDetails$, 1, 1]
979
+ [0, 0, [() => CustomLineItemName, 0], [() => CustomLineItemDescription, 0], () => ListCustomLineItemChargeDetails$, 1, 1]
876
980
  ];
877
- exports.UpdateCustomLineItemPercentageChargeDetails$ = [3, n0, _UCLIPCD,
981
+ exports.UpdateCustomLineItemOutput$ = UpdateCustomLineItemOutput$;
982
+ const UpdateCustomLineItemPercentageChargeDetails$ = [3, n0, _UCLIPCD,
878
983
  0,
879
984
  [_PV],
880
985
  [1], 1
881
986
  ];
882
- exports.UpdateFreeTierConfig$ = [3, n0, _UFTC,
987
+ exports.UpdateCustomLineItemPercentageChargeDetails$ = UpdateCustomLineItemPercentageChargeDetails$;
988
+ const UpdateFreeTierConfig$ = [3, n0, _UFTC,
883
989
  0,
884
990
  [_Ac],
885
991
  [2], 1
886
992
  ];
887
- exports.UpdatePricingPlanInput$ = [3, n0, _UPPI,
993
+ exports.UpdateFreeTierConfig$ = UpdateFreeTierConfig$;
994
+ const UpdatePricingPlanInput$ = [3, n0, _UPPI,
888
995
  0,
889
996
  [_A, _N, _D],
890
997
  [0, [() => PricingPlanName, 0], [() => PricingPlanDescription, 0]], 1
891
998
  ];
892
- exports.UpdatePricingPlanOutput$ = [3, n0, _UPPO,
999
+ exports.UpdatePricingPlanInput$ = UpdatePricingPlanInput$;
1000
+ const UpdatePricingPlanOutput$ = [3, n0, _UPPO,
893
1001
  0,
894
1002
  [_A, _N, _D, _S, _LMT],
895
1003
  [0, [() => PricingPlanName, 0], [() => PricingPlanDescription, 0], 1, 1]
896
1004
  ];
897
- exports.UpdatePricingRuleInput$ = [3, n0, _UPRI,
1005
+ exports.UpdatePricingPlanOutput$ = UpdatePricingPlanOutput$;
1006
+ const UpdatePricingRuleInput$ = [3, n0, _UPRI,
898
1007
  0,
899
1008
  [_A, _N, _D, _Ty, _MPo, _Ti],
900
- [0, [() => PricingRuleName, 0], [() => PricingRuleDescription, 0], 0, 1, () => exports.UpdateTieringInput$], 1
1009
+ [0, [() => PricingRuleName, 0], [() => PricingRuleDescription, 0], 0, 1, () => UpdateTieringInput$], 1
901
1010
  ];
902
- exports.UpdatePricingRuleOutput$ = [3, n0, _UPRO,
1011
+ exports.UpdatePricingRuleInput$ = UpdatePricingRuleInput$;
1012
+ const UpdatePricingRuleOutput$ = [3, n0, _UPRO,
903
1013
  0,
904
1014
  [_A, _N, _D, _Sc, _Ty, _MPo, _Se, _APPC, _LMT, _BE, _Ti, _UT, _O],
905
- [0, [() => PricingRuleName, 0], [() => PricingRuleDescription, 0], 0, 0, 1, 0, 1, 1, 0, () => exports.UpdateTieringInput$, 0, 0]
1015
+ [0, [() => PricingRuleName, 0], [() => PricingRuleDescription, 0], 0, 0, 1, 0, 1, 1, 0, () => UpdateTieringInput$, 0, 0]
906
1016
  ];
907
- exports.UpdateTieringInput$ = [3, n0, _UTI,
1017
+ exports.UpdatePricingRuleOutput$ = UpdatePricingRuleOutput$;
1018
+ const UpdateTieringInput$ = [3, n0, _UTI,
908
1019
  0,
909
1020
  [_FT],
910
- [() => exports.UpdateFreeTierConfig$], 1
1021
+ [() => UpdateFreeTierConfig$], 1
911
1022
  ];
912
- exports.ValidationExceptionField$ = [3, n0, _VEF,
1023
+ exports.UpdateTieringInput$ = UpdateTieringInput$;
1024
+ const ValidationExceptionField$ = [3, n0, _VEF,
913
1025
  0,
914
1026
  [_N, _M],
915
1027
  [0, 0], 2
916
1028
  ];
1029
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
917
1030
  var AccountAssociationsList = [1, n0, _AAL,
918
- 0, [() => exports.AccountAssociationsListElement$,
1031
+ 0, [() => AccountAssociationsListElement$,
919
1032
  0]
920
1033
  ];
921
1034
  var AccountIdFilterList = 64 | 0;
922
1035
  var AccountIdList = 64 | 0;
923
1036
  var AssociateResourcesResponseList = [1, n0, _ARRL,
924
- 0, () => exports.AssociateResourceResponseElement$
1037
+ 0, () => AssociateResourceResponseElement$
925
1038
  ];
926
1039
  var AttributesList = [1, n0, _AL,
927
- 0, () => exports.Attribute$
1040
+ 0, () => Attribute$
928
1041
  ];
929
1042
  var AttributeValueList = 64 | 0;
930
1043
  var BillingGroupArnList = 64 | 0;
931
1044
  var BillingGroupCostReportList = [1, n0, _BGCRL,
932
- 0, () => exports.BillingGroupCostReportElement$
1045
+ 0, () => BillingGroupCostReportElement$
933
1046
  ];
934
1047
  var BillingGroupCostReportResultsList = [1, n0, _BGCRRL,
935
- 0, () => exports.BillingGroupCostReportResultElement$
1048
+ 0, () => BillingGroupCostReportResultElement$
936
1049
  ];
937
1050
  var BillingGroupList = [1, n0, _BGL,
938
- 0, [() => exports.BillingGroupListElement$,
1051
+ 0, [() => BillingGroupListElement$,
939
1052
  0]
940
1053
  ];
941
1054
  var BillingGroupStatusList = 64 | 0;
@@ -945,7 +1058,7 @@ var CustomLineItemAssociationsList = 64 | 0;
945
1058
  var CustomLineItemBatchAssociationsList = 64 | 0;
946
1059
  var CustomLineItemBatchDisassociationsList = 64 | 0;
947
1060
  var CustomLineItemList = [1, n0, _CLIL,
948
- 0, [() => exports.CustomLineItemListElement$,
1061
+ 0, [() => CustomLineItemListElement$,
949
1062
  0]
950
1063
  ];
951
1064
  var CustomLineItemNameList = [1, n0, _CLINL,
@@ -953,135 +1066,135 @@ var CustomLineItemNameList = [1, n0, _CLINL,
953
1066
  0]
954
1067
  ];
955
1068
  var CustomLineItemVersionList = [1, n0, _CLIVL,
956
- 0, [() => exports.CustomLineItemVersionListElement$,
1069
+ 0, [() => CustomLineItemVersionListElement$,
957
1070
  0]
958
1071
  ];
959
1072
  var DisassociateResourcesResponseList = [1, n0, _DRRL,
960
- 0, () => exports.DisassociateResourceResponseElement$
1073
+ 0, () => DisassociateResourceResponseElement$
961
1074
  ];
962
1075
  var GroupByAttributesList = 64 | 0;
963
1076
  var LineItemFiltersList = [1, n0, _LIFL,
964
- 0, () => exports.LineItemFilter$
1077
+ 0, () => LineItemFilter$
965
1078
  ];
966
1079
  var LineItemFilterValuesList = 64 | 0;
967
1080
  var ListResourcesAssociatedToCustomLineItemResponseList = [1, n0, _LRATCLIRL,
968
- 0, () => exports.ListResourcesAssociatedToCustomLineItemResponseElement$
1081
+ 0, () => ListResourcesAssociatedToCustomLineItemResponseElement$
969
1082
  ];
970
1083
  var PricingPlanArns = 64 | 0;
971
1084
  var PricingPlanList = [1, n0, _PPL,
972
- 0, [() => exports.PricingPlanListElement$,
1085
+ 0, [() => PricingPlanListElement$,
973
1086
  0]
974
1087
  ];
975
1088
  var PricingRuleArns = 64 | 0;
976
1089
  var PricingRuleArnsInput = 64 | 0;
977
1090
  var PricingRuleArnsNonEmptyInput = 64 | 0;
978
1091
  var PricingRuleList = [1, n0, _PRL,
979
- 0, [() => exports.PricingRuleListElement$,
1092
+ 0, [() => PricingRuleListElement$,
980
1093
  0]
981
1094
  ];
982
1095
  var PrimaryAccountIdList = 64 | 0;
983
1096
  var ResponsibilityTransferArnsList = 64 | 0;
984
1097
  var StringSearches = [1, n0, _SSt,
985
- 0, () => exports.StringSearch$
1098
+ 0, () => StringSearch$
986
1099
  ];
987
1100
  var TagKeyList = 64 | 0;
988
1101
  var ValidationExceptionFieldList = [1, n0, _VEFL,
989
- 0, () => exports.ValidationExceptionField$
1102
+ 0, () => ValidationExceptionField$
990
1103
  ];
991
1104
  var TagMap = 128 | 0;
992
1105
  exports.AssociateAccounts$ = [9, n0, _AAs,
993
- { [_h]: ["POST", "/associate-accounts", 200] }, () => exports.AssociateAccountsInput$, () => exports.AssociateAccountsOutput$
1106
+ { [_h]: ["POST", "/associate-accounts", 200] }, () => AssociateAccountsInput$, () => AssociateAccountsOutput$
994
1107
  ];
995
1108
  exports.AssociatePricingRules$ = [9, n0, _APR,
996
- { [_h]: ["PUT", "/associate-pricing-rules", 200] }, () => exports.AssociatePricingRulesInput$, () => exports.AssociatePricingRulesOutput$
1109
+ { [_h]: ["PUT", "/associate-pricing-rules", 200] }, () => AssociatePricingRulesInput$, () => AssociatePricingRulesOutput$
997
1110
  ];
998
1111
  exports.BatchAssociateResourcesToCustomLineItem$ = [9, n0, _BARTCLI,
999
- { [_h]: ["PUT", "/batch-associate-resources-to-custom-line-item", 200] }, () => exports.BatchAssociateResourcesToCustomLineItemInput$, () => exports.BatchAssociateResourcesToCustomLineItemOutput$
1112
+ { [_h]: ["PUT", "/batch-associate-resources-to-custom-line-item", 200] }, () => BatchAssociateResourcesToCustomLineItemInput$, () => BatchAssociateResourcesToCustomLineItemOutput$
1000
1113
  ];
1001
1114
  exports.BatchDisassociateResourcesFromCustomLineItem$ = [9, n0, _BDRFCLI,
1002
- { [_h]: ["PUT", "/batch-disassociate-resources-from-custom-line-item", 200] }, () => exports.BatchDisassociateResourcesFromCustomLineItemInput$, () => exports.BatchDisassociateResourcesFromCustomLineItemOutput$
1115
+ { [_h]: ["PUT", "/batch-disassociate-resources-from-custom-line-item", 200] }, () => BatchDisassociateResourcesFromCustomLineItemInput$, () => BatchDisassociateResourcesFromCustomLineItemOutput$
1003
1116
  ];
1004
1117
  exports.CreateBillingGroup$ = [9, n0, _CBG,
1005
- { [_h]: ["POST", "/create-billing-group", 200] }, () => exports.CreateBillingGroupInput$, () => exports.CreateBillingGroupOutput$
1118
+ { [_h]: ["POST", "/create-billing-group", 200] }, () => CreateBillingGroupInput$, () => CreateBillingGroupOutput$
1006
1119
  ];
1007
1120
  exports.CreateCustomLineItem$ = [9, n0, _CCLI,
1008
- { [_h]: ["POST", "/create-custom-line-item", 200] }, () => exports.CreateCustomLineItemInput$, () => exports.CreateCustomLineItemOutput$
1121
+ { [_h]: ["POST", "/create-custom-line-item", 200] }, () => CreateCustomLineItemInput$, () => CreateCustomLineItemOutput$
1009
1122
  ];
1010
1123
  exports.CreatePricingPlan$ = [9, n0, _CPP,
1011
- { [_h]: ["POST", "/create-pricing-plan", 200] }, () => exports.CreatePricingPlanInput$, () => exports.CreatePricingPlanOutput$
1124
+ { [_h]: ["POST", "/create-pricing-plan", 200] }, () => CreatePricingPlanInput$, () => CreatePricingPlanOutput$
1012
1125
  ];
1013
1126
  exports.CreatePricingRule$ = [9, n0, _CPR,
1014
- { [_h]: ["POST", "/create-pricing-rule", 200] }, () => exports.CreatePricingRuleInput$, () => exports.CreatePricingRuleOutput$
1127
+ { [_h]: ["POST", "/create-pricing-rule", 200] }, () => CreatePricingRuleInput$, () => CreatePricingRuleOutput$
1015
1128
  ];
1016
1129
  exports.DeleteBillingGroup$ = [9, n0, _DBG,
1017
- { [_h]: ["POST", "/delete-billing-group", 200] }, () => exports.DeleteBillingGroupInput$, () => exports.DeleteBillingGroupOutput$
1130
+ { [_h]: ["POST", "/delete-billing-group", 200] }, () => DeleteBillingGroupInput$, () => DeleteBillingGroupOutput$
1018
1131
  ];
1019
1132
  exports.DeleteCustomLineItem$ = [9, n0, _DCLI,
1020
- { [_h]: ["POST", "/delete-custom-line-item", 200] }, () => exports.DeleteCustomLineItemInput$, () => exports.DeleteCustomLineItemOutput$
1133
+ { [_h]: ["POST", "/delete-custom-line-item", 200] }, () => DeleteCustomLineItemInput$, () => DeleteCustomLineItemOutput$
1021
1134
  ];
1022
1135
  exports.DeletePricingPlan$ = [9, n0, _DPP,
1023
- { [_h]: ["POST", "/delete-pricing-plan", 200] }, () => exports.DeletePricingPlanInput$, () => exports.DeletePricingPlanOutput$
1136
+ { [_h]: ["POST", "/delete-pricing-plan", 200] }, () => DeletePricingPlanInput$, () => DeletePricingPlanOutput$
1024
1137
  ];
1025
1138
  exports.DeletePricingRule$ = [9, n0, _DPR,
1026
- { [_h]: ["POST", "/delete-pricing-rule", 200] }, () => exports.DeletePricingRuleInput$, () => exports.DeletePricingRuleOutput$
1139
+ { [_h]: ["POST", "/delete-pricing-rule", 200] }, () => DeletePricingRuleInput$, () => DeletePricingRuleOutput$
1027
1140
  ];
1028
1141
  exports.DisassociateAccounts$ = [9, n0, _DA,
1029
- { [_h]: ["POST", "/disassociate-accounts", 200] }, () => exports.DisassociateAccountsInput$, () => exports.DisassociateAccountsOutput$
1142
+ { [_h]: ["POST", "/disassociate-accounts", 200] }, () => DisassociateAccountsInput$, () => DisassociateAccountsOutput$
1030
1143
  ];
1031
1144
  exports.DisassociatePricingRules$ = [9, n0, _DPRi,
1032
- { [_h]: ["PUT", "/disassociate-pricing-rules", 200] }, () => exports.DisassociatePricingRulesInput$, () => exports.DisassociatePricingRulesOutput$
1145
+ { [_h]: ["PUT", "/disassociate-pricing-rules", 200] }, () => DisassociatePricingRulesInput$, () => DisassociatePricingRulesOutput$
1033
1146
  ];
1034
1147
  exports.GetBillingGroupCostReport$ = [9, n0, _GBGCR,
1035
- { [_h]: ["POST", "/get-billing-group-cost-report", 200] }, () => exports.GetBillingGroupCostReportInput$, () => exports.GetBillingGroupCostReportOutput$
1148
+ { [_h]: ["POST", "/get-billing-group-cost-report", 200] }, () => GetBillingGroupCostReportInput$, () => GetBillingGroupCostReportOutput$
1036
1149
  ];
1037
1150
  exports.ListAccountAssociations$ = [9, n0, _LAA,
1038
- { [_h]: ["POST", "/list-account-associations", 200] }, () => exports.ListAccountAssociationsInput$, () => exports.ListAccountAssociationsOutput$
1151
+ { [_h]: ["POST", "/list-account-associations", 200] }, () => ListAccountAssociationsInput$, () => ListAccountAssociationsOutput$
1039
1152
  ];
1040
1153
  exports.ListBillingGroupCostReports$ = [9, n0, _LBGCR,
1041
- { [_h]: ["POST", "/list-billing-group-cost-reports", 200] }, () => exports.ListBillingGroupCostReportsInput$, () => exports.ListBillingGroupCostReportsOutput$
1154
+ { [_h]: ["POST", "/list-billing-group-cost-reports", 200] }, () => ListBillingGroupCostReportsInput$, () => ListBillingGroupCostReportsOutput$
1042
1155
  ];
1043
1156
  exports.ListBillingGroups$ = [9, n0, _LBG,
1044
- { [_h]: ["POST", "/list-billing-groups", 200] }, () => exports.ListBillingGroupsInput$, () => exports.ListBillingGroupsOutput$
1157
+ { [_h]: ["POST", "/list-billing-groups", 200] }, () => ListBillingGroupsInput$, () => ListBillingGroupsOutput$
1045
1158
  ];
1046
1159
  exports.ListCustomLineItems$ = [9, n0, _LCLI,
1047
- { [_h]: ["POST", "/list-custom-line-items", 200] }, () => exports.ListCustomLineItemsInput$, () => exports.ListCustomLineItemsOutput$
1160
+ { [_h]: ["POST", "/list-custom-line-items", 200] }, () => ListCustomLineItemsInput$, () => ListCustomLineItemsOutput$
1048
1161
  ];
1049
1162
  exports.ListCustomLineItemVersions$ = [9, n0, _LCLIV,
1050
- { [_h]: ["POST", "/list-custom-line-item-versions", 200] }, () => exports.ListCustomLineItemVersionsInput$, () => exports.ListCustomLineItemVersionsOutput$
1163
+ { [_h]: ["POST", "/list-custom-line-item-versions", 200] }, () => ListCustomLineItemVersionsInput$, () => ListCustomLineItemVersionsOutput$
1051
1164
  ];
1052
1165
  exports.ListPricingPlans$ = [9, n0, _LPP,
1053
- { [_h]: ["POST", "/list-pricing-plans", 200] }, () => exports.ListPricingPlansInput$, () => exports.ListPricingPlansOutput$
1166
+ { [_h]: ["POST", "/list-pricing-plans", 200] }, () => ListPricingPlansInput$, () => ListPricingPlansOutput$
1054
1167
  ];
1055
1168
  exports.ListPricingPlansAssociatedWithPricingRule$ = [9, n0, _LPPAWPR,
1056
- { [_h]: ["POST", "/list-pricing-plans-associated-with-pricing-rule", 200] }, () => exports.ListPricingPlansAssociatedWithPricingRuleInput$, () => exports.ListPricingPlansAssociatedWithPricingRuleOutput$
1169
+ { [_h]: ["POST", "/list-pricing-plans-associated-with-pricing-rule", 200] }, () => ListPricingPlansAssociatedWithPricingRuleInput$, () => ListPricingPlansAssociatedWithPricingRuleOutput$
1057
1170
  ];
1058
1171
  exports.ListPricingRules$ = [9, n0, _LPR,
1059
- { [_h]: ["POST", "/list-pricing-rules", 200] }, () => exports.ListPricingRulesInput$, () => exports.ListPricingRulesOutput$
1172
+ { [_h]: ["POST", "/list-pricing-rules", 200] }, () => ListPricingRulesInput$, () => ListPricingRulesOutput$
1060
1173
  ];
1061
1174
  exports.ListPricingRulesAssociatedToPricingPlan$ = [9, n0, _LPRATPP,
1062
- { [_h]: ["POST", "/list-pricing-rules-associated-to-pricing-plan", 200] }, () => exports.ListPricingRulesAssociatedToPricingPlanInput$, () => exports.ListPricingRulesAssociatedToPricingPlanOutput$
1175
+ { [_h]: ["POST", "/list-pricing-rules-associated-to-pricing-plan", 200] }, () => ListPricingRulesAssociatedToPricingPlanInput$, () => ListPricingRulesAssociatedToPricingPlanOutput$
1063
1176
  ];
1064
1177
  exports.ListResourcesAssociatedToCustomLineItem$ = [9, n0, _LRATCLI,
1065
- { [_h]: ["POST", "/list-resources-associated-to-custom-line-item", 200] }, () => exports.ListResourcesAssociatedToCustomLineItemInput$, () => exports.ListResourcesAssociatedToCustomLineItemOutput$
1178
+ { [_h]: ["POST", "/list-resources-associated-to-custom-line-item", 200] }, () => ListResourcesAssociatedToCustomLineItemInput$, () => ListResourcesAssociatedToCustomLineItemOutput$
1066
1179
  ];
1067
1180
  exports.ListTagsForResource$ = [9, n0, _LTFR,
1068
- { [_h]: ["GET", "/tags/{ResourceArn}", 204] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1181
+ { [_h]: ["GET", "/tags/{ResourceArn}", 204] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1069
1182
  ];
1070
1183
  exports.TagResource$ = [9, n0, _TR,
1071
- { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1184
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] }, () => TagResourceRequest$, () => TagResourceResponse$
1072
1185
  ];
1073
1186
  exports.UntagResource$ = [9, n0, _UR,
1074
- { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1187
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1075
1188
  ];
1076
1189
  exports.UpdateBillingGroup$ = [9, n0, _UBG,
1077
- { [_h]: ["POST", "/update-billing-group", 200] }, () => exports.UpdateBillingGroupInput$, () => exports.UpdateBillingGroupOutput$
1190
+ { [_h]: ["POST", "/update-billing-group", 200] }, () => UpdateBillingGroupInput$, () => UpdateBillingGroupOutput$
1078
1191
  ];
1079
1192
  exports.UpdateCustomLineItem$ = [9, n0, _UCLI,
1080
- { [_h]: ["POST", "/update-custom-line-item", 200] }, () => exports.UpdateCustomLineItemInput$, () => exports.UpdateCustomLineItemOutput$
1193
+ { [_h]: ["POST", "/update-custom-line-item", 200] }, () => UpdateCustomLineItemInput$, () => UpdateCustomLineItemOutput$
1081
1194
  ];
1082
1195
  exports.UpdatePricingPlan$ = [9, n0, _UPP,
1083
- { [_h]: ["PUT", "/update-pricing-plan", 200] }, () => exports.UpdatePricingPlanInput$, () => exports.UpdatePricingPlanOutput$
1196
+ { [_h]: ["PUT", "/update-pricing-plan", 200] }, () => UpdatePricingPlanInput$, () => UpdatePricingPlanOutput$
1084
1197
  ];
1085
1198
  exports.UpdatePricingRule$ = [9, n0, _UPR,
1086
- { [_h]: ["PUT", "/update-pricing-rule", 200] }, () => exports.UpdatePricingRuleInput$, () => exports.UpdatePricingRuleOutput$
1199
+ { [_h]: ["PUT", "/update-pricing-rule", 200] }, () => UpdatePricingRuleInput$, () => UpdatePricingRuleOutput$
1087
1200
  ];