@aws-sdk/client-billingconductor 3.952.0 → 3.954.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.
Files changed (52) hide show
  1. package/dist-cjs/index.js +487 -348
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateAccountsCommand.js +2 -2
  4. package/dist-es/commands/AssociatePricingRulesCommand.js +2 -2
  5. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -2
  6. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -2
  7. package/dist-es/commands/CreateBillingGroupCommand.js +2 -2
  8. package/dist-es/commands/CreateCustomLineItemCommand.js +2 -2
  9. package/dist-es/commands/CreatePricingPlanCommand.js +2 -2
  10. package/dist-es/commands/CreatePricingRuleCommand.js +2 -2
  11. package/dist-es/commands/DeleteBillingGroupCommand.js +2 -2
  12. package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -2
  13. package/dist-es/commands/DeletePricingPlanCommand.js +2 -2
  14. package/dist-es/commands/DeletePricingRuleCommand.js +2 -2
  15. package/dist-es/commands/DisassociateAccountsCommand.js +2 -2
  16. package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -2
  17. package/dist-es/commands/GetBillingGroupCostReportCommand.js +2 -2
  18. package/dist-es/commands/ListAccountAssociationsCommand.js +2 -2
  19. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -2
  20. package/dist-es/commands/ListBillingGroupsCommand.js +2 -2
  21. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -2
  22. package/dist-es/commands/ListCustomLineItemsCommand.js +2 -2
  23. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -2
  24. package/dist-es/commands/ListPricingPlansCommand.js +2 -2
  25. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -2
  26. package/dist-es/commands/ListPricingRulesCommand.js +2 -2
  27. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -2
  28. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-es/commands/TagResourceCommand.js +2 -2
  30. package/dist-es/commands/UntagResourceCommand.js +2 -2
  31. package/dist-es/commands/UpdateBillingGroupCommand.js +2 -2
  32. package/dist-es/commands/UpdateCustomLineItemCommand.js +2 -2
  33. package/dist-es/commands/UpdatePricingPlanCommand.js +2 -2
  34. package/dist-es/commands/UpdatePricingRuleCommand.js +2 -2
  35. package/dist-es/index.js +1 -0
  36. package/dist-es/runtimeConfig.shared.js +6 -1
  37. package/dist-es/schemas/schemas_0.js +317 -329
  38. package/dist-types/BillingconductorClient.d.ts +1 -10
  39. package/dist-types/index.d.ts +1 -0
  40. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  41. package/dist-types/runtimeConfig.d.ts +6 -2
  42. package/dist-types/runtimeConfig.native.d.ts +6 -2
  43. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  44. package/dist-types/schemas/schemas_0.d.ts +152 -198
  45. package/dist-types/ts3.4/BillingconductorClient.d.ts +0 -4
  46. package/dist-types/ts3.4/index.d.ts +1 -0
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  51. package/dist-types/ts3.4/schemas/schemas_0.d.ts +151 -199
  52. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class BillingconductorClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let BillingconductorServiceException$1 = class BillingconductorServiceException extends smithyClient.ServiceException {
113
+ class BillingconductorServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, BillingconductorServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends BillingconductorServiceException$1 {
120
+ class AccessDeniedException extends BillingconductorServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends Billingconduct
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let ConflictException$1 = class ConflictException extends BillingconductorServiceException$1 {
133
+ }
134
+ class ConflictException extends BillingconductorServiceException {
135
135
  name = "ConflictException";
136
136
  $fault = "client";
137
137
  Message;
@@ -150,8 +150,8 @@ let ConflictException$1 = class ConflictException extends BillingconductorServic
150
150
  this.ResourceType = opts.ResourceType;
151
151
  this.Reason = opts.Reason;
152
152
  }
153
- };
154
- let InternalServerException$1 = class InternalServerException extends BillingconductorServiceException$1 {
153
+ }
154
+ class InternalServerException extends BillingconductorServiceException {
155
155
  name = "InternalServerException";
156
156
  $fault = "server";
157
157
  Message;
@@ -166,8 +166,8 @@ let InternalServerException$1 = class InternalServerException extends Billingcon
166
166
  this.Message = opts.Message;
167
167
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
168
168
  }
169
- };
170
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends BillingconductorServiceException$1 {
169
+ }
170
+ class ResourceNotFoundException extends BillingconductorServiceException {
171
171
  name = "ResourceNotFoundException";
172
172
  $fault = "client";
173
173
  Message;
@@ -184,8 +184,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Billin
184
184
  this.ResourceId = opts.ResourceId;
185
185
  this.ResourceType = opts.ResourceType;
186
186
  }
187
- };
188
- let ServiceLimitExceededException$1 = class ServiceLimitExceededException extends BillingconductorServiceException$1 {
187
+ }
188
+ class ServiceLimitExceededException extends BillingconductorServiceException {
189
189
  name = "ServiceLimitExceededException";
190
190
  $fault = "client";
191
191
  Message;
@@ -206,8 +206,8 @@ let ServiceLimitExceededException$1 = class ServiceLimitExceededException extend
206
206
  this.LimitCode = opts.LimitCode;
207
207
  this.ServiceCode = opts.ServiceCode;
208
208
  }
209
- };
210
- let ThrottlingException$1 = class ThrottlingException extends BillingconductorServiceException$1 {
209
+ }
210
+ class ThrottlingException extends BillingconductorServiceException {
211
211
  name = "ThrottlingException";
212
212
  $fault = "client";
213
213
  Message;
@@ -222,8 +222,8 @@ let ThrottlingException$1 = class ThrottlingException extends BillingconductorSe
222
222
  this.Message = opts.Message;
223
223
  this.RetryAfterSeconds = opts.RetryAfterSeconds;
224
224
  }
225
- };
226
- let ValidationException$1 = class ValidationException extends BillingconductorServiceException$1 {
225
+ }
226
+ class ValidationException extends BillingconductorServiceException {
227
227
  name = "ValidationException";
228
228
  $fault = "client";
229
229
  Message;
@@ -240,7 +240,7 @@ let ValidationException$1 = class ValidationException extends BillingconductorSe
240
240
  this.Reason = opts.Reason;
241
241
  this.Fields = opts.Fields;
242
242
  }
243
- };
243
+ }
244
244
 
245
245
  const _A = "Arn";
246
246
  const _AA = "AutoAssociate";
@@ -544,9 +544,9 @@ var PricingPlanDescription = [0, n0, _PPD, 8, 0];
544
544
  var PricingPlanName = [0, n0, _PPN, 8, 0];
545
545
  var PricingRuleDescription = [0, n0, _PRD, 8, 0];
546
546
  var PricingRuleName = [0, n0, _PRN, 8, 0];
547
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
548
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
549
- var AccountAssociationsListElement = [
547
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
548
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
549
+ var AccountAssociationsListElement$ = [
550
550
  3,
551
551
  n0,
552
552
  _AALE,
@@ -554,30 +554,30 @@ var AccountAssociationsListElement = [
554
554
  [_AI, _BGA, _AN, _AE],
555
555
  [0, 0, [() => AccountName, 0], [() => AccountEmail, 0]],
556
556
  ];
557
- var AccountGrouping = [3, n0, _AG, 0, [_LAI, _AA, _RTA], [64 | 0, 2, 0]];
558
- var AssociateAccountsInput = [3, n0, _AAI, 0, [_A, _AIc], [0, 64 | 0]];
559
- var AssociateAccountsOutput = [3, n0, _AAO, 0, [_A], [0]];
560
- var AssociatePricingRulesInput = [3, n0, _APRI, 0, [_A, _PRA], [0, 64 | 0]];
561
- var AssociatePricingRulesOutput = [3, n0, _APRO, 0, [_A], [0]];
562
- var AssociateResourceError = [3, n0, _ARE, 0, [_M, _R], [0, 0]];
563
- var AssociateResourceResponseElement = [
557
+ var AccountGrouping$ = [3, n0, _AG, 0, [_LAI, _AA, _RTA], [64 | 0, 2, 0]];
558
+ var AssociateAccountsInput$ = [3, n0, _AAI, 0, [_A, _AIc], [0, 64 | 0]];
559
+ var AssociateAccountsOutput$ = [3, n0, _AAO, 0, [_A], [0]];
560
+ var AssociatePricingRulesInput$ = [3, n0, _APRI, 0, [_A, _PRA], [0, 64 | 0]];
561
+ var AssociatePricingRulesOutput$ = [3, n0, _APRO, 0, [_A], [0]];
562
+ var AssociateResourceError$ = [3, n0, _ARE, 0, [_M, _R], [0, 0]];
563
+ var AssociateResourceResponseElement$ = [
564
564
  3,
565
565
  n0,
566
566
  _ARRE,
567
567
  0,
568
568
  [_A, _E],
569
- [0, () => AssociateResourceError],
569
+ [0, () => AssociateResourceError$],
570
570
  ];
571
- var Attribute = [3, n0, _At, 0, [_K, _V], [0, 0]];
572
- var BatchAssociateResourcesToCustomLineItemInput = [
571
+ var Attribute$ = [3, n0, _At, 0, [_K, _V], [0, 0]];
572
+ var BatchAssociateResourcesToCustomLineItemInput$ = [
573
573
  3,
574
574
  n0,
575
575
  _BARTCLII,
576
576
  0,
577
577
  [_TA, _RA, _BPR],
578
- [0, 64 | 0, () => CustomLineItemBillingPeriodRange],
578
+ [0, 64 | 0, () => CustomLineItemBillingPeriodRange$],
579
579
  ];
580
- var BatchAssociateResourcesToCustomLineItemOutput = [
580
+ var BatchAssociateResourcesToCustomLineItemOutput$ = [
581
581
  3,
582
582
  n0,
583
583
  _BARTCLIO,
@@ -585,15 +585,15 @@ var BatchAssociateResourcesToCustomLineItemOutput = [
585
585
  [_SAR, _FAR],
586
586
  [() => AssociateResourcesResponseList, () => AssociateResourcesResponseList],
587
587
  ];
588
- var BatchDisassociateResourcesFromCustomLineItemInput = [
588
+ var BatchDisassociateResourcesFromCustomLineItemInput$ = [
589
589
  3,
590
590
  n0,
591
591
  _BDRFCLII,
592
592
  0,
593
593
  [_TA, _RA, _BPR],
594
- [0, 64 | 0, () => CustomLineItemBillingPeriodRange],
594
+ [0, 64 | 0, () => CustomLineItemBillingPeriodRange$],
595
595
  ];
596
- var BatchDisassociateResourcesFromCustomLineItemOutput = [
596
+ var BatchDisassociateResourcesFromCustomLineItemOutput$ = [
597
597
  3,
598
598
  n0,
599
599
  _BDRFCLIO,
@@ -601,7 +601,7 @@ var BatchDisassociateResourcesFromCustomLineItemOutput = [
601
601
  [_SDR, _FDR],
602
602
  [() => DisassociateResourcesResponseList, () => DisassociateResourcesResponseList],
603
603
  ];
604
- var BillingGroupCostReportElement = [
604
+ var BillingGroupCostReportElement$ = [
605
605
  3,
606
606
  n0,
607
607
  _BGCRE,
@@ -609,7 +609,7 @@ var BillingGroupCostReportElement = [
609
609
  [_A, _AWSC, _PC, _Ma, _MP, _C],
610
610
  [0, 0, 0, 0, 0, 0],
611
611
  ];
612
- var BillingGroupCostReportResultElement = [
612
+ var BillingGroupCostReportResultElement$ = [
613
613
  3,
614
614
  n0,
615
615
  _BGCRRE,
@@ -617,7 +617,7 @@ var BillingGroupCostReportResultElement = [
617
617
  [_A, _AWSC, _PC, _Ma, _MP, _C, _Att],
618
618
  [0, 0, 0, 0, 0, 0, () => AttributesList],
619
619
  ];
620
- var BillingGroupListElement = [
620
+ var BillingGroupListElement$ = [
621
621
  3,
622
622
  n0,
623
623
  _BGLE,
@@ -628,19 +628,19 @@ var BillingGroupListElement = [
628
628
  0,
629
629
  [() => BillingGroupDescription, 0],
630
630
  0,
631
- () => ComputationPreference,
631
+ () => ComputationPreference$,
632
632
  1,
633
633
  1,
634
634
  1,
635
635
  0,
636
636
  0,
637
- () => ListBillingGroupAccountGrouping,
637
+ () => ListBillingGroupAccountGrouping$,
638
638
  0,
639
639
  ],
640
640
  ];
641
- var BillingPeriodRange = [3, n0, _BPR, 0, [_ISBP, _EEBP], [0, 0]];
642
- var ComputationPreference = [3, n0, _CP, 0, [_PPA], [0]];
643
- var ConflictException = [
641
+ var BillingPeriodRange$ = [3, n0, _BPR, 0, [_ISBP, _EEBP], [0, 0]];
642
+ var ComputationPreference$ = [3, n0, _CP, 0, [_PPA], [0]];
643
+ var ConflictException$ = [
644
644
  -3,
645
645
  n0,
646
646
  _CE,
@@ -648,8 +648,8 @@ var ConflictException = [
648
648
  [_M, _RI, _RT, _R],
649
649
  [0, 0, 0, 0],
650
650
  ];
651
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
652
- var CreateBillingGroupInput = [
651
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
652
+ var CreateBillingGroupInput$ = [
653
653
  3,
654
654
  n0,
655
655
  _CBGI,
@@ -658,15 +658,15 @@ var CreateBillingGroupInput = [
658
658
  [
659
659
  [0, { [_hH]: _XACT, [_iT]: 1 }],
660
660
  [() => BillingGroupName, 0],
661
- () => AccountGrouping,
662
- () => ComputationPreference,
661
+ () => AccountGrouping$,
662
+ () => ComputationPreference$,
663
663
  0,
664
664
  [() => BillingGroupDescription, 0],
665
665
  128 | 0,
666
666
  ],
667
667
  ];
668
- var CreateBillingGroupOutput = [3, n0, _CBGO, 0, [_A], [0]];
669
- var CreateCustomLineItemInput = [
668
+ var CreateBillingGroupOutput$ = [3, n0, _CBGO, 0, [_A], [0]];
669
+ var CreateCustomLineItemInput$ = [
670
670
  3,
671
671
  n0,
672
672
  _CCLII,
@@ -677,17 +677,17 @@ var CreateCustomLineItemInput = [
677
677
  [() => CustomLineItemName, 0],
678
678
  [() => CustomLineItemDescription, 0],
679
679
  0,
680
- () => CustomLineItemBillingPeriodRange,
680
+ () => CustomLineItemBillingPeriodRange$,
681
681
  128 | 0,
682
- () => CustomLineItemChargeDetails,
682
+ () => CustomLineItemChargeDetails$,
683
683
  0,
684
684
  0,
685
- () => PresentationObject,
685
+ () => PresentationObject$,
686
686
  ],
687
687
  ];
688
- var CreateCustomLineItemOutput = [3, n0, _CCLIO, 0, [_A], [0]];
689
- var CreateFreeTierConfig = [3, n0, _CFTC, 0, [_Ac], [2]];
690
- var CreatePricingPlanInput = [
688
+ var CreateCustomLineItemOutput$ = [3, n0, _CCLIO, 0, [_A], [0]];
689
+ var CreateFreeTierConfig$ = [3, n0, _CFTC, 0, [_Ac], [2]];
690
+ var CreatePricingPlanInput$ = [
691
691
  3,
692
692
  n0,
693
693
  _CPPI,
@@ -695,8 +695,8 @@ var CreatePricingPlanInput = [
695
695
  [_CTl, _N, _D, _PRA, _T],
696
696
  [[0, { [_hH]: _XACT, [_iT]: 1 }], [() => PricingPlanName, 0], [() => PricingPlanDescription, 0], 64 | 0, 128 | 0],
697
697
  ];
698
- var CreatePricingPlanOutput = [3, n0, _CPPO, 0, [_A], [0]];
699
- var CreatePricingRuleInput = [
698
+ var CreatePricingPlanOutput$ = [3, n0, _CPPO, 0, [_A], [0]];
699
+ var CreatePricingRuleInput$ = [
700
700
  3,
701
701
  n0,
702
702
  _CPRI,
@@ -712,24 +712,24 @@ var CreatePricingRuleInput = [
712
712
  0,
713
713
  128 | 0,
714
714
  0,
715
- () => CreateTieringInput,
715
+ () => CreateTieringInput$,
716
716
  0,
717
717
  0,
718
718
  ],
719
719
  ];
720
- var CreatePricingRuleOutput = [3, n0, _CPRO, 0, [_A], [0]];
721
- var CreateTieringInput = [3, n0, _CTI, 0, [_FT], [() => CreateFreeTierConfig]];
722
- var CustomLineItemBillingPeriodRange = [3, n0, _CLIBPR, 0, [_ISBP, _EEBP], [0, 0]];
723
- var CustomLineItemChargeDetails = [
720
+ var CreatePricingRuleOutput$ = [3, n0, _CPRO, 0, [_A], [0]];
721
+ var CreateTieringInput$ = [3, n0, _CTI, 0, [_FT], [() => CreateFreeTierConfig$]];
722
+ var CustomLineItemBillingPeriodRange$ = [3, n0, _CLIBPR, 0, [_ISBP, _EEBP], [0, 0]];
723
+ var CustomLineItemChargeDetails$ = [
724
724
  3,
725
725
  n0,
726
726
  _CLICD,
727
727
  0,
728
728
  [_F, _P, _Ty, _LIF],
729
- [() => CustomLineItemFlatChargeDetails, () => CustomLineItemPercentageChargeDetails, 0, () => LineItemFiltersList],
729
+ [() => CustomLineItemFlatChargeDetails$, () => CustomLineItemPercentageChargeDetails$, 0, () => LineItemFiltersList],
730
730
  ];
731
- var CustomLineItemFlatChargeDetails = [3, n0, _CLIFCD, 0, [_CV], [1]];
732
- var CustomLineItemListElement = [
731
+ var CustomLineItemFlatChargeDetails$ = [3, n0, _CLIFCD, 0, [_CV], [1]];
732
+ var CustomLineItemListElement$ = [
733
733
  3,
734
734
  n0,
735
735
  _CLILE,
@@ -738,7 +738,7 @@ var CustomLineItemListElement = [
738
738
  [
739
739
  0,
740
740
  [() => CustomLineItemName, 0],
741
- () => ListCustomLineItemChargeDetails,
741
+ () => ListCustomLineItemChargeDetails$,
742
742
  0,
743
743
  [() => CustomLineItemDescription, 0],
744
744
  0,
@@ -748,11 +748,11 @@ var CustomLineItemListElement = [
748
748
  1,
749
749
  0,
750
750
  0,
751
- () => PresentationObject,
751
+ () => PresentationObject$,
752
752
  ],
753
753
  ];
754
- var CustomLineItemPercentageChargeDetails = [3, n0, _CLIPCD, 0, [_PV, _AV], [1, 64 | 0]];
755
- var CustomLineItemVersionListElement = [
754
+ var CustomLineItemPercentageChargeDetails$ = [3, n0, _CLIPCD, 0, [_PV, _AV], [1, 64 | 0]];
755
+ var CustomLineItemVersionListElement$ = [
756
756
  3,
757
757
  n0,
758
758
  _CLIVLE,
@@ -760,7 +760,7 @@ var CustomLineItemVersionListElement = [
760
760
  [_N, _CD, _CC, _D, _PCr, _BGA, _CT, _LMT, _AS, _SBP, _EBP, _A, _ST, _AI, _CR, _PD],
761
761
  [
762
762
  [() => CustomLineItemName, 0],
763
- () => ListCustomLineItemChargeDetails,
763
+ () => ListCustomLineItemChargeDetails$,
764
764
  0,
765
765
  [() => CustomLineItemDescription, 0],
766
766
  0,
@@ -774,46 +774,46 @@ var CustomLineItemVersionListElement = [
774
774
  1,
775
775
  0,
776
776
  0,
777
- () => PresentationObject,
777
+ () => PresentationObject$,
778
778
  ],
779
779
  ];
780
- var DeleteBillingGroupInput = [3, n0, _DBGI, 0, [_A], [0]];
781
- var DeleteBillingGroupOutput = [3, n0, _DBGO, 0, [_A], [0]];
782
- var DeleteCustomLineItemInput = [
780
+ var DeleteBillingGroupInput$ = [3, n0, _DBGI, 0, [_A], [0]];
781
+ var DeleteBillingGroupOutput$ = [3, n0, _DBGO, 0, [_A], [0]];
782
+ var DeleteCustomLineItemInput$ = [
783
783
  3,
784
784
  n0,
785
785
  _DCLII,
786
786
  0,
787
787
  [_A, _BPR],
788
- [0, () => CustomLineItemBillingPeriodRange],
789
- ];
790
- var DeleteCustomLineItemOutput = [3, n0, _DCLIO, 0, [_A], [0]];
791
- var DeletePricingPlanInput = [3, n0, _DPPI, 0, [_A], [0]];
792
- var DeletePricingPlanOutput = [3, n0, _DPPO, 0, [_A], [0]];
793
- var DeletePricingRuleInput = [3, n0, _DPRI, 0, [_A], [0]];
794
- var DeletePricingRuleOutput = [3, n0, _DPRO, 0, [_A], [0]];
795
- var DisassociateAccountsInput = [3, n0, _DAI, 0, [_A, _AIc], [0, 64 | 0]];
796
- var DisassociateAccountsOutput = [3, n0, _DAO, 0, [_A], [0]];
797
- var DisassociatePricingRulesInput = [3, n0, _DPRIi, 0, [_A, _PRA], [0, 64 | 0]];
798
- var DisassociatePricingRulesOutput = [3, n0, _DPROi, 0, [_A], [0]];
799
- var DisassociateResourceResponseElement = [
788
+ [0, () => CustomLineItemBillingPeriodRange$],
789
+ ];
790
+ var DeleteCustomLineItemOutput$ = [3, n0, _DCLIO, 0, [_A], [0]];
791
+ var DeletePricingPlanInput$ = [3, n0, _DPPI, 0, [_A], [0]];
792
+ var DeletePricingPlanOutput$ = [3, n0, _DPPO, 0, [_A], [0]];
793
+ var DeletePricingRuleInput$ = [3, n0, _DPRI, 0, [_A], [0]];
794
+ var DeletePricingRuleOutput$ = [3, n0, _DPRO, 0, [_A], [0]];
795
+ var DisassociateAccountsInput$ = [3, n0, _DAI, 0, [_A, _AIc], [0, 64 | 0]];
796
+ var DisassociateAccountsOutput$ = [3, n0, _DAO, 0, [_A], [0]];
797
+ var DisassociatePricingRulesInput$ = [3, n0, _DPRIi, 0, [_A, _PRA], [0, 64 | 0]];
798
+ var DisassociatePricingRulesOutput$ = [3, n0, _DPROi, 0, [_A], [0]];
799
+ var DisassociateResourceResponseElement$ = [
800
800
  3,
801
801
  n0,
802
802
  _DRRE,
803
803
  0,
804
804
  [_A, _E],
805
- [0, () => AssociateResourceError],
805
+ [0, () => AssociateResourceError$],
806
806
  ];
807
- var FreeTierConfig = [3, n0, _FTC, 0, [_Ac], [2]];
808
- var GetBillingGroupCostReportInput = [
807
+ var FreeTierConfig$ = [3, n0, _FTC, 0, [_Ac], [2]];
808
+ var GetBillingGroupCostReportInput$ = [
809
809
  3,
810
810
  n0,
811
811
  _GBGCRI,
812
812
  0,
813
813
  [_A, _BPR, _GB, _MR, _NT],
814
- [0, () => BillingPeriodRange, 64 | 0, 1, 0],
814
+ [0, () => BillingPeriodRange$, 64 | 0, 1, 0],
815
815
  ];
816
- var GetBillingGroupCostReportOutput = [
816
+ var GetBillingGroupCostReportOutput$ = [
817
817
  3,
818
818
  n0,
819
819
  _GBGCRO,
@@ -821,7 +821,7 @@ var GetBillingGroupCostReportOutput = [
821
821
  [_BGCRR, _NT],
822
822
  [() => BillingGroupCostReportResultsList, 0],
823
823
  ];
824
- var InternalServerException = [
824
+ var InternalServerException$ = [
825
825
  -3,
826
826
  n0,
827
827
  _ISE,
@@ -829,18 +829,18 @@ var InternalServerException = [
829
829
  [_M, _RAS],
830
830
  [0, [1, { [_hH]: _RA_ }]],
831
831
  ];
832
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
833
- var LineItemFilter = [3, n0, _LIFi, 0, [_At, _MO, _Va, _AVt], [0, 0, 64 | 0, 64 | 0]];
834
- var ListAccountAssociationsFilter = [3, n0, _LAAF, 0, [_As, _AI, _AIc], [0, 0, 64 | 0]];
835
- var ListAccountAssociationsInput = [
832
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
833
+ var LineItemFilter$ = [3, n0, _LIFi, 0, [_At, _MO, _Va, _AVt], [0, 0, 64 | 0, 64 | 0]];
834
+ var ListAccountAssociationsFilter$ = [3, n0, _LAAF, 0, [_As, _AI, _AIc], [0, 0, 64 | 0]];
835
+ var ListAccountAssociationsInput$ = [
836
836
  3,
837
837
  n0,
838
838
  _LAAI,
839
839
  0,
840
840
  [_BP, _Fi, _NT],
841
- [0, () => ListAccountAssociationsFilter, 0],
841
+ [0, () => ListAccountAssociationsFilter$, 0],
842
842
  ];
843
- var ListAccountAssociationsOutput = [
843
+ var ListAccountAssociationsOutput$ = [
844
844
  3,
845
845
  n0,
846
846
  _LAAO,
@@ -848,17 +848,17 @@ var ListAccountAssociationsOutput = [
848
848
  [_LA, _NT],
849
849
  [[() => AccountAssociationsList, 0], 0],
850
850
  ];
851
- var ListBillingGroupAccountGrouping = [3, n0, _LBGAG, 0, [_AA, _RTA], [2, 0]];
852
- var ListBillingGroupCostReportsFilter = [3, n0, _LBGCRF, 0, [_BGAi], [64 | 0]];
853
- var ListBillingGroupCostReportsInput = [
851
+ var ListBillingGroupAccountGrouping$ = [3, n0, _LBGAG, 0, [_AA, _RTA], [2, 0]];
852
+ var ListBillingGroupCostReportsFilter$ = [3, n0, _LBGCRF, 0, [_BGAi], [64 | 0]];
853
+ var ListBillingGroupCostReportsInput$ = [
854
854
  3,
855
855
  n0,
856
856
  _LBGCRI,
857
857
  0,
858
858
  [_BP, _MR, _NT, _Fi],
859
- [0, 1, 0, () => ListBillingGroupCostReportsFilter],
859
+ [0, 1, 0, () => ListBillingGroupCostReportsFilter$],
860
860
  ];
861
- var ListBillingGroupCostReportsOutput = [
861
+ var ListBillingGroupCostReportsOutput$ = [
862
862
  3,
863
863
  n0,
864
864
  _LBGCRO,
@@ -866,7 +866,7 @@ var ListBillingGroupCostReportsOutput = [
866
866
  [_BGCR, _NT],
867
867
  [() => BillingGroupCostReportList, 0],
868
868
  ];
869
- var ListBillingGroupsFilter = [
869
+ var ListBillingGroupsFilter$ = [
870
870
  3,
871
871
  n0,
872
872
  _LBGF,
@@ -874,15 +874,15 @@ var ListBillingGroupsFilter = [
874
874
  [_Ar, _PP, _Sta, _AA, _PAIr, _BGTi, _Na, _RTAe],
875
875
  [64 | 0, 0, 64 | 0, 2, 64 | 0, 64 | 0, () => StringSearches, 64 | 0],
876
876
  ];
877
- var ListBillingGroupsInput = [
877
+ var ListBillingGroupsInput$ = [
878
878
  3,
879
879
  n0,
880
880
  _LBGI,
881
881
  0,
882
882
  [_BP, _MR, _NT, _Fi],
883
- [0, 1, 0, () => ListBillingGroupsFilter],
883
+ [0, 1, 0, () => ListBillingGroupsFilter$],
884
884
  ];
885
- var ListBillingGroupsOutput = [
885
+ var ListBillingGroupsOutput$ = [
886
886
  3,
887
887
  n0,
888
888
  _LBGO,
@@ -890,22 +890,22 @@ var ListBillingGroupsOutput = [
890
890
  [_BG, _NT],
891
891
  [[() => BillingGroupList, 0], 0],
892
892
  ];
893
- var ListCustomLineItemChargeDetails = [
893
+ var ListCustomLineItemChargeDetails$ = [
894
894
  3,
895
895
  n0,
896
896
  _LCLICD,
897
897
  0,
898
898
  [_F, _P, _Ty, _LIF],
899
899
  [
900
- () => ListCustomLineItemFlatChargeDetails,
901
- () => ListCustomLineItemPercentageChargeDetails,
900
+ () => ListCustomLineItemFlatChargeDetails$,
901
+ () => ListCustomLineItemPercentageChargeDetails$,
902
902
  0,
903
903
  () => LineItemFiltersList,
904
904
  ],
905
905
  ];
906
- var ListCustomLineItemFlatChargeDetails = [3, n0, _LCLIFCD, 0, [_CV], [1]];
907
- var ListCustomLineItemPercentageChargeDetails = [3, n0, _LCLIPCD, 0, [_PV], [1]];
908
- var ListCustomLineItemsFilter = [
906
+ var ListCustomLineItemFlatChargeDetails$ = [3, n0, _LCLIFCD, 0, [_CV], [1]];
907
+ var ListCustomLineItemPercentageChargeDetails$ = [3, n0, _LCLIPCD, 0, [_PV], [1]];
908
+ var ListCustomLineItemsFilter$ = [
909
909
  3,
910
910
  n0,
911
911
  _LCLIF,
@@ -913,15 +913,15 @@ var ListCustomLineItemsFilter = [
913
913
  [_Na, _BG, _Ar, _AIc],
914
914
  [[() => CustomLineItemNameList, 0], 64 | 0, 64 | 0, 64 | 0],
915
915
  ];
916
- var ListCustomLineItemsInput = [
916
+ var ListCustomLineItemsInput$ = [
917
917
  3,
918
918
  n0,
919
919
  _LCLII,
920
920
  0,
921
921
  [_BP, _MR, _NT, _Fi],
922
- [0, 1, 0, [() => ListCustomLineItemsFilter, 0]],
922
+ [0, 1, 0, [() => ListCustomLineItemsFilter$, 0]],
923
923
  ];
924
- var ListCustomLineItemsOutput = [
924
+ var ListCustomLineItemsOutput$ = [
925
925
  3,
926
926
  n0,
927
927
  _LCLIO,
@@ -929,7 +929,7 @@ var ListCustomLineItemsOutput = [
929
929
  [_CLI, _NT],
930
930
  [[() => CustomLineItemList, 0], 0],
931
931
  ];
932
- var ListCustomLineItemVersionsBillingPeriodRangeFilter = [
932
+ var ListCustomLineItemVersionsBillingPeriodRangeFilter$ = [
933
933
  3,
934
934
  n0,
935
935
  _LCLIVBPRF,
@@ -937,23 +937,23 @@ var ListCustomLineItemVersionsBillingPeriodRangeFilter = [
937
937
  [_SBP, _EBP],
938
938
  [0, 0],
939
939
  ];
940
- var ListCustomLineItemVersionsFilter = [
940
+ var ListCustomLineItemVersionsFilter$ = [
941
941
  3,
942
942
  n0,
943
943
  _LCLIVF,
944
944
  0,
945
945
  [_BPR],
946
- [() => ListCustomLineItemVersionsBillingPeriodRangeFilter],
946
+ [() => ListCustomLineItemVersionsBillingPeriodRangeFilter$],
947
947
  ];
948
- var ListCustomLineItemVersionsInput = [
948
+ var ListCustomLineItemVersionsInput$ = [
949
949
  3,
950
950
  n0,
951
951
  _LCLIVI,
952
952
  0,
953
953
  [_A, _MR, _NT, _Fi],
954
- [0, 1, 0, () => ListCustomLineItemVersionsFilter],
954
+ [0, 1, 0, () => ListCustomLineItemVersionsFilter$],
955
955
  ];
956
- var ListCustomLineItemVersionsOutput = [
956
+ var ListCustomLineItemVersionsOutput$ = [
957
957
  3,
958
958
  n0,
959
959
  _LCLIVO,
@@ -961,7 +961,7 @@ var ListCustomLineItemVersionsOutput = [
961
961
  [_CLIV, _NT],
962
962
  [[() => CustomLineItemVersionList, 0], 0],
963
963
  ];
964
- var ListPricingPlansAssociatedWithPricingRuleInput = [
964
+ var ListPricingPlansAssociatedWithPricingRuleInput$ = [
965
965
  3,
966
966
  n0,
967
967
  _LPPAWPRI,
@@ -969,7 +969,7 @@ var ListPricingPlansAssociatedWithPricingRuleInput = [
969
969
  [_BP, _PRAr, _MR, _NT],
970
970
  [0, 0, 1, 0],
971
971
  ];
972
- var ListPricingPlansAssociatedWithPricingRuleOutput = [
972
+ var ListPricingPlansAssociatedWithPricingRuleOutput$ = [
973
973
  3,
974
974
  n0,
975
975
  _LPPAWPRO,
@@ -977,16 +977,16 @@ var ListPricingPlansAssociatedWithPricingRuleOutput = [
977
977
  [_BP, _PRAr, _PPAr, _NT],
978
978
  [0, 0, 64 | 0, 0],
979
979
  ];
980
- var ListPricingPlansFilter = [3, n0, _LPPF, 0, [_Ar], [64 | 0]];
981
- var ListPricingPlansInput = [
980
+ var ListPricingPlansFilter$ = [3, n0, _LPPF, 0, [_Ar], [64 | 0]];
981
+ var ListPricingPlansInput$ = [
982
982
  3,
983
983
  n0,
984
984
  _LPPI,
985
985
  0,
986
986
  [_BP, _Fi, _MR, _NT],
987
- [0, () => ListPricingPlansFilter, 1, 0],
987
+ [0, () => ListPricingPlansFilter$, 1, 0],
988
988
  ];
989
- var ListPricingPlansOutput = [
989
+ var ListPricingPlansOutput$ = [
990
990
  3,
991
991
  n0,
992
992
  _LPPO,
@@ -994,7 +994,7 @@ var ListPricingPlansOutput = [
994
994
  [_BP, _PPr, _NT],
995
995
  [0, [() => PricingPlanList, 0], 0],
996
996
  ];
997
- var ListPricingRulesAssociatedToPricingPlanInput = [
997
+ var ListPricingRulesAssociatedToPricingPlanInput$ = [
998
998
  3,
999
999
  n0,
1000
1000
  _LPRATPPI,
@@ -1002,7 +1002,7 @@ var ListPricingRulesAssociatedToPricingPlanInput = [
1002
1002
  [_BP, _PPA, _MR, _NT],
1003
1003
  [0, 0, 1, 0],
1004
1004
  ];
1005
- var ListPricingRulesAssociatedToPricingPlanOutput = [
1005
+ var ListPricingRulesAssociatedToPricingPlanOutput$ = [
1006
1006
  3,
1007
1007
  n0,
1008
1008
  _LPRATPPO,
@@ -1010,16 +1010,16 @@ var ListPricingRulesAssociatedToPricingPlanOutput = [
1010
1010
  [_BP, _PPA, _PRA, _NT],
1011
1011
  [0, 0, 64 | 0, 0],
1012
1012
  ];
1013
- var ListPricingRulesFilter = [3, n0, _LPRF, 0, [_Ar], [64 | 0]];
1014
- var ListPricingRulesInput = [
1013
+ var ListPricingRulesFilter$ = [3, n0, _LPRF, 0, [_Ar], [64 | 0]];
1014
+ var ListPricingRulesInput$ = [
1015
1015
  3,
1016
1016
  n0,
1017
1017
  _LPRI,
1018
1018
  0,
1019
1019
  [_BP, _Fi, _MR, _NT],
1020
- [0, () => ListPricingRulesFilter, 1, 0],
1020
+ [0, () => ListPricingRulesFilter$, 1, 0],
1021
1021
  ];
1022
- var ListPricingRulesOutput = [
1022
+ var ListPricingRulesOutput$ = [
1023
1023
  3,
1024
1024
  n0,
1025
1025
  _LPRO,
@@ -1027,16 +1027,16 @@ var ListPricingRulesOutput = [
1027
1027
  [_BP, _PR, _NT],
1028
1028
  [0, [() => PricingRuleList, 0], 0],
1029
1029
  ];
1030
- var ListResourcesAssociatedToCustomLineItemFilter = [3, n0, _LRATCLIF, 0, [_Re], [0]];
1031
- var ListResourcesAssociatedToCustomLineItemInput = [
1030
+ var ListResourcesAssociatedToCustomLineItemFilter$ = [3, n0, _LRATCLIF, 0, [_Re], [0]];
1031
+ var ListResourcesAssociatedToCustomLineItemInput$ = [
1032
1032
  3,
1033
1033
  n0,
1034
1034
  _LRATCLII,
1035
1035
  0,
1036
1036
  [_BP, _A, _MR, _NT, _Fi],
1037
- [0, 0, 1, 0, () => ListResourcesAssociatedToCustomLineItemFilter],
1037
+ [0, 0, 1, 0, () => ListResourcesAssociatedToCustomLineItemFilter$],
1038
1038
  ];
1039
- var ListResourcesAssociatedToCustomLineItemOutput = [
1039
+ var ListResourcesAssociatedToCustomLineItemOutput$ = [
1040
1040
  3,
1041
1041
  n0,
1042
1042
  _LRATCLIO,
@@ -1044,7 +1044,7 @@ var ListResourcesAssociatedToCustomLineItemOutput = [
1044
1044
  [_A, _AR, _NT],
1045
1045
  [0, () => ListResourcesAssociatedToCustomLineItemResponseList, 0],
1046
1046
  ];
1047
- var ListResourcesAssociatedToCustomLineItemResponseElement = [
1047
+ var ListResourcesAssociatedToCustomLineItemResponseElement$ = [
1048
1048
  3,
1049
1049
  n0,
1050
1050
  _LRATCLIRE,
@@ -1052,10 +1052,10 @@ var ListResourcesAssociatedToCustomLineItemResponseElement = [
1052
1052
  [_A, _Re, _EBP],
1053
1053
  [0, 0, 0],
1054
1054
  ];
1055
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1056
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
1057
- var PresentationObject = [3, n0, _PO, 0, [_Se], [0]];
1058
- var PricingPlanListElement = [
1055
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RAe], [[0, 1]]];
1056
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_T], [128 | 0]];
1057
+ var PresentationObject$ = [3, n0, _PO, 0, [_Se], [0]];
1058
+ var PricingPlanListElement$ = [
1059
1059
  3,
1060
1060
  n0,
1061
1061
  _PPLE,
@@ -1063,15 +1063,15 @@ var PricingPlanListElement = [
1063
1063
  [_N, _A, _D, _S, _CT, _LMT],
1064
1064
  [[() => PricingPlanName, 0], 0, [() => PricingPlanDescription, 0], 1, 1, 1],
1065
1065
  ];
1066
- var PricingRuleListElement = [
1066
+ var PricingRuleListElement$ = [
1067
1067
  3,
1068
1068
  n0,
1069
1069
  _PRLE,
1070
1070
  0,
1071
1071
  [_N, _A, _D, _Sc, _Ty, _MPo, _Se, _APPC, _CT, _LMT, _BE, _Ti, _UT, _O],
1072
- [[() => PricingRuleName, 0], 0, [() => PricingRuleDescription, 0], 0, 0, 1, 0, 1, 1, 1, 0, () => Tiering, 0, 0],
1072
+ [[() => PricingRuleName, 0], 0, [() => PricingRuleDescription, 0], 0, 0, 1, 0, 1, 1, 1, 0, () => Tiering$, 0, 0],
1073
1073
  ];
1074
- var ResourceNotFoundException = [
1074
+ var ResourceNotFoundException$ = [
1075
1075
  -3,
1076
1076
  n0,
1077
1077
  _RNFE,
@@ -1079,8 +1079,8 @@ var ResourceNotFoundException = [
1079
1079
  [_M, _RI, _RT],
1080
1080
  [0, 0, 0],
1081
1081
  ];
1082
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
1083
- var ServiceLimitExceededException = [
1082
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
1083
+ var ServiceLimitExceededException$ = [
1084
1084
  -3,
1085
1085
  n0,
1086
1086
  _SLEE,
@@ -1088,11 +1088,11 @@ var ServiceLimitExceededException = [
1088
1088
  [_M, _RI, _RT, _LC, _SC],
1089
1089
  [0, 0, 0, 0, 0],
1090
1090
  ];
1091
- schema.TypeRegistry.for(n0).registerError(ServiceLimitExceededException, ServiceLimitExceededException$1);
1092
- var StringSearch = [3, n0, _SS, 0, [_SO, _SV], [0, 0]];
1093
- var TagResourceRequest = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
1094
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1095
- var ThrottlingException = [
1091
+ schema.TypeRegistry.for(n0).registerError(ServiceLimitExceededException$, ServiceLimitExceededException);
1092
+ var StringSearch$ = [3, n0, _SS, 0, [_SO, _SV], [0, 0]];
1093
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RAe, _T], [[0, 1], 128 | 0]];
1094
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
1095
+ var ThrottlingException$ = [
1096
1096
  -3,
1097
1097
  n0,
1098
1098
  _TE,
@@ -1100,9 +1100,9 @@ var ThrottlingException = [
1100
1100
  [_M, _RAS],
1101
1101
  [0, [1, { [_hH]: _RA_ }]],
1102
1102
  ];
1103
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
1104
- var Tiering = [3, n0, _Ti, 0, [_FT], [() => FreeTierConfig]];
1105
- var UntagResourceRequest = [
1103
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
1104
+ var Tiering$ = [3, n0, _Ti, 0, [_FT], [() => FreeTierConfig$]];
1105
+ var UntagResourceRequest$ = [
1106
1106
  3,
1107
1107
  n0,
1108
1108
  _URR,
@@ -1113,9 +1113,9 @@ var UntagResourceRequest = [
1113
1113
  [64 | 0, { [_hQ]: _tK }],
1114
1114
  ],
1115
1115
  ];
1116
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1117
- var UpdateBillingGroupAccountGrouping = [3, n0, _UBGAG, 0, [_AA, _RTA], [2, 0]];
1118
- var UpdateBillingGroupInput = [
1116
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
1117
+ var UpdateBillingGroupAccountGrouping$ = [3, n0, _UBGAG, 0, [_AA, _RTA], [2, 0]];
1118
+ var UpdateBillingGroupInput$ = [
1119
1119
  3,
1120
1120
  n0,
1121
1121
  _UBGI,
@@ -1125,12 +1125,12 @@ var UpdateBillingGroupInput = [
1125
1125
  0,
1126
1126
  [() => BillingGroupName, 0],
1127
1127
  0,
1128
- () => ComputationPreference,
1128
+ () => ComputationPreference$,
1129
1129
  [() => BillingGroupDescription, 0],
1130
- () => UpdateBillingGroupAccountGrouping,
1130
+ () => UpdateBillingGroupAccountGrouping$,
1131
1131
  ],
1132
1132
  ];
1133
- var UpdateBillingGroupOutput = [
1133
+ var UpdateBillingGroupOutput$ = [
1134
1134
  3,
1135
1135
  n0,
1136
1136
  _UBGO,
@@ -1146,23 +1146,23 @@ var UpdateBillingGroupOutput = [
1146
1146
  1,
1147
1147
  0,
1148
1148
  0,
1149
- () => UpdateBillingGroupAccountGrouping,
1149
+ () => UpdateBillingGroupAccountGrouping$,
1150
1150
  ],
1151
1151
  ];
1152
- var UpdateCustomLineItemChargeDetails = [
1152
+ var UpdateCustomLineItemChargeDetails$ = [
1153
1153
  3,
1154
1154
  n0,
1155
1155
  _UCLICD,
1156
1156
  0,
1157
1157
  [_F, _P, _LIF],
1158
1158
  [
1159
- () => UpdateCustomLineItemFlatChargeDetails,
1160
- () => UpdateCustomLineItemPercentageChargeDetails,
1159
+ () => UpdateCustomLineItemFlatChargeDetails$,
1160
+ () => UpdateCustomLineItemPercentageChargeDetails$,
1161
1161
  () => LineItemFiltersList,
1162
1162
  ],
1163
1163
  ];
1164
- var UpdateCustomLineItemFlatChargeDetails = [3, n0, _UCLIFCD, 0, [_CV], [1]];
1165
- var UpdateCustomLineItemInput = [
1164
+ var UpdateCustomLineItemFlatChargeDetails$ = [3, n0, _UCLIFCD, 0, [_CV], [1]];
1165
+ var UpdateCustomLineItemInput$ = [
1166
1166
  3,
1167
1167
  n0,
1168
1168
  _UCLII,
@@ -1172,11 +1172,11 @@ var UpdateCustomLineItemInput = [
1172
1172
  0,
1173
1173
  [() => CustomLineItemName, 0],
1174
1174
  [() => CustomLineItemDescription, 0],
1175
- () => UpdateCustomLineItemChargeDetails,
1176
- () => CustomLineItemBillingPeriodRange,
1175
+ () => UpdateCustomLineItemChargeDetails$,
1176
+ () => CustomLineItemBillingPeriodRange$,
1177
1177
  ],
1178
1178
  ];
1179
- var UpdateCustomLineItemOutput = [
1179
+ var UpdateCustomLineItemOutput$ = [
1180
1180
  3,
1181
1181
  n0,
1182
1182
  _UCLIO,
@@ -1187,14 +1187,14 @@ var UpdateCustomLineItemOutput = [
1187
1187
  0,
1188
1188
  [() => CustomLineItemName, 0],
1189
1189
  [() => CustomLineItemDescription, 0],
1190
- () => ListCustomLineItemChargeDetails,
1190
+ () => ListCustomLineItemChargeDetails$,
1191
1191
  1,
1192
1192
  1,
1193
1193
  ],
1194
1194
  ];
1195
- var UpdateCustomLineItemPercentageChargeDetails = [3, n0, _UCLIPCD, 0, [_PV], [1]];
1196
- var UpdateFreeTierConfig = [3, n0, _UFTC, 0, [_Ac], [2]];
1197
- var UpdatePricingPlanInput = [
1195
+ var UpdateCustomLineItemPercentageChargeDetails$ = [3, n0, _UCLIPCD, 0, [_PV], [1]];
1196
+ var UpdateFreeTierConfig$ = [3, n0, _UFTC, 0, [_Ac], [2]];
1197
+ var UpdatePricingPlanInput$ = [
1198
1198
  3,
1199
1199
  n0,
1200
1200
  _UPPI,
@@ -1202,7 +1202,7 @@ var UpdatePricingPlanInput = [
1202
1202
  [_A, _N, _D],
1203
1203
  [0, [() => PricingPlanName, 0], [() => PricingPlanDescription, 0]],
1204
1204
  ];
1205
- var UpdatePricingPlanOutput = [
1205
+ var UpdatePricingPlanOutput$ = [
1206
1206
  3,
1207
1207
  n0,
1208
1208
  _UPPO,
@@ -1210,15 +1210,15 @@ var UpdatePricingPlanOutput = [
1210
1210
  [_A, _N, _D, _S, _LMT],
1211
1211
  [0, [() => PricingPlanName, 0], [() => PricingPlanDescription, 0], 1, 1],
1212
1212
  ];
1213
- var UpdatePricingRuleInput = [
1213
+ var UpdatePricingRuleInput$ = [
1214
1214
  3,
1215
1215
  n0,
1216
1216
  _UPRI,
1217
1217
  0,
1218
1218
  [_A, _N, _D, _Ty, _MPo, _Ti],
1219
- [0, [() => PricingRuleName, 0], [() => PricingRuleDescription, 0], 0, 1, () => UpdateTieringInput],
1219
+ [0, [() => PricingRuleName, 0], [() => PricingRuleDescription, 0], 0, 1, () => UpdateTieringInput$],
1220
1220
  ];
1221
- var UpdatePricingRuleOutput = [
1221
+ var UpdatePricingRuleOutput$ = [
1222
1222
  3,
1223
1223
  n0,
1224
1224
  _UPRO,
@@ -1235,13 +1235,13 @@ var UpdatePricingRuleOutput = [
1235
1235
  1,
1236
1236
  1,
1237
1237
  0,
1238
- () => UpdateTieringInput,
1238
+ () => UpdateTieringInput$,
1239
1239
  0,
1240
1240
  0,
1241
1241
  ],
1242
1242
  ];
1243
- var UpdateTieringInput = [3, n0, _UTI, 0, [_FT], [() => UpdateFreeTierConfig]];
1244
- var ValidationException = [
1243
+ var UpdateTieringInput$ = [3, n0, _UTI, 0, [_FT], [() => UpdateFreeTierConfig$]];
1244
+ var ValidationException$ = [
1245
1245
  -3,
1246
1246
  n0,
1247
1247
  _VE,
@@ -1249,9 +1249,9 @@ var ValidationException = [
1249
1249
  [_M, _R, _Fie],
1250
1250
  [0, 0, () => ValidationExceptionFieldList],
1251
1251
  ];
1252
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
1253
- var ValidationExceptionField = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
1254
- var BillingconductorServiceException = [
1252
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
1253
+ var ValidationExceptionField$ = [3, n0, _VEF, 0, [_N, _M], [0, 0]];
1254
+ var BillingconductorServiceException$ = [
1255
1255
  -3,
1256
1256
  _sm,
1257
1257
  "BillingconductorServiceException",
@@ -1259,302 +1259,290 @@ var BillingconductorServiceException = [
1259
1259
  [],
1260
1260
  [],
1261
1261
  ];
1262
- schema.TypeRegistry.for(_sm).registerError(BillingconductorServiceException, BillingconductorServiceException$1);
1263
- var AccountAssociationsList = [1, n0, _AAL, 0, [() => AccountAssociationsListElement, 0]];
1264
- var AssociateResourcesResponseList = [1, n0, _ARRL, 0, () => AssociateResourceResponseElement];
1265
- var AttributesList = [1, n0, _AL, 0, () => Attribute];
1266
- var BillingGroupCostReportList = [1, n0, _BGCRL, 0, () => BillingGroupCostReportElement];
1262
+ schema.TypeRegistry.for(_sm).registerError(BillingconductorServiceException$, BillingconductorServiceException);
1263
+ var AccountAssociationsList = [1, n0, _AAL, 0, [() => AccountAssociationsListElement$, 0]];
1264
+ var AssociateResourcesResponseList = [1, n0, _ARRL, 0, () => AssociateResourceResponseElement$];
1265
+ var AttributesList = [1, n0, _AL, 0, () => Attribute$];
1266
+ var BillingGroupCostReportList = [1, n0, _BGCRL, 0, () => BillingGroupCostReportElement$];
1267
1267
  var BillingGroupCostReportResultsList = [
1268
1268
  1,
1269
1269
  n0,
1270
1270
  _BGCRRL,
1271
1271
  0,
1272
- () => BillingGroupCostReportResultElement,
1272
+ () => BillingGroupCostReportResultElement$,
1273
1273
  ];
1274
- var BillingGroupList = [1, n0, _BGL, 0, [() => BillingGroupListElement, 0]];
1275
- var CustomLineItemList = [1, n0, _CLIL, 0, [() => CustomLineItemListElement, 0]];
1274
+ var BillingGroupList = [1, n0, _BGL, 0, [() => BillingGroupListElement$, 0]];
1275
+ var CustomLineItemList = [1, n0, _CLIL, 0, [() => CustomLineItemListElement$, 0]];
1276
1276
  var CustomLineItemNameList = [1, n0, _CLINL, 0, [() => CustomLineItemName, 0]];
1277
- var CustomLineItemVersionList = [
1278
- 1,
1279
- n0,
1280
- _CLIVL,
1281
- 0,
1282
- [() => CustomLineItemVersionListElement, 0],
1283
- ];
1284
- var DisassociateResourcesResponseList = [
1285
- 1,
1286
- n0,
1287
- _DRRL,
1288
- 0,
1289
- () => DisassociateResourceResponseElement,
1290
- ];
1291
- var LineItemFiltersList = [1, n0, _LIFL, 0, () => LineItemFilter];
1277
+ var CustomLineItemVersionList = [1, n0, _CLIVL, 0, [() => CustomLineItemVersionListElement$, 0]];
1278
+ var DisassociateResourcesResponseList = [1, n0, _DRRL, 0, () => DisassociateResourceResponseElement$];
1279
+ var LineItemFiltersList = [1, n0, _LIFL, 0, () => LineItemFilter$];
1292
1280
  var ListResourcesAssociatedToCustomLineItemResponseList = [
1293
1281
  1,
1294
1282
  n0,
1295
1283
  _LRATCLIRL,
1296
1284
  0,
1297
- () => ListResourcesAssociatedToCustomLineItemResponseElement,
1285
+ () => ListResourcesAssociatedToCustomLineItemResponseElement$,
1298
1286
  ];
1299
- var PricingPlanList = [1, n0, _PPL, 0, [() => PricingPlanListElement, 0]];
1300
- var PricingRuleList = [1, n0, _PRL, 0, [() => PricingRuleListElement, 0]];
1301
- var StringSearches = [1, n0, _SSt, 0, () => StringSearch];
1302
- var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
1303
- var AssociateAccounts = [
1287
+ var PricingPlanList = [1, n0, _PPL, 0, [() => PricingPlanListElement$, 0]];
1288
+ var PricingRuleList = [1, n0, _PRL, 0, [() => PricingRuleListElement$, 0]];
1289
+ var StringSearches = [1, n0, _SSt, 0, () => StringSearch$];
1290
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
1291
+ var AssociateAccounts$ = [
1304
1292
  9,
1305
1293
  n0,
1306
1294
  _AAs,
1307
1295
  { [_h]: ["POST", "/associate-accounts", 200] },
1308
- () => AssociateAccountsInput,
1309
- () => AssociateAccountsOutput,
1296
+ () => AssociateAccountsInput$,
1297
+ () => AssociateAccountsOutput$,
1310
1298
  ];
1311
- var AssociatePricingRules = [
1299
+ var AssociatePricingRules$ = [
1312
1300
  9,
1313
1301
  n0,
1314
1302
  _APR,
1315
1303
  { [_h]: ["PUT", "/associate-pricing-rules", 200] },
1316
- () => AssociatePricingRulesInput,
1317
- () => AssociatePricingRulesOutput,
1304
+ () => AssociatePricingRulesInput$,
1305
+ () => AssociatePricingRulesOutput$,
1318
1306
  ];
1319
- var BatchAssociateResourcesToCustomLineItem = [
1307
+ var BatchAssociateResourcesToCustomLineItem$ = [
1320
1308
  9,
1321
1309
  n0,
1322
1310
  _BARTCLI,
1323
1311
  { [_h]: ["PUT", "/batch-associate-resources-to-custom-line-item", 200] },
1324
- () => BatchAssociateResourcesToCustomLineItemInput,
1325
- () => BatchAssociateResourcesToCustomLineItemOutput,
1312
+ () => BatchAssociateResourcesToCustomLineItemInput$,
1313
+ () => BatchAssociateResourcesToCustomLineItemOutput$,
1326
1314
  ];
1327
- var BatchDisassociateResourcesFromCustomLineItem = [
1315
+ var BatchDisassociateResourcesFromCustomLineItem$ = [
1328
1316
  9,
1329
1317
  n0,
1330
1318
  _BDRFCLI,
1331
1319
  { [_h]: ["PUT", "/batch-disassociate-resources-from-custom-line-item", 200] },
1332
- () => BatchDisassociateResourcesFromCustomLineItemInput,
1333
- () => BatchDisassociateResourcesFromCustomLineItemOutput,
1320
+ () => BatchDisassociateResourcesFromCustomLineItemInput$,
1321
+ () => BatchDisassociateResourcesFromCustomLineItemOutput$,
1334
1322
  ];
1335
- var CreateBillingGroup = [
1323
+ var CreateBillingGroup$ = [
1336
1324
  9,
1337
1325
  n0,
1338
1326
  _CBG,
1339
1327
  { [_h]: ["POST", "/create-billing-group", 200] },
1340
- () => CreateBillingGroupInput,
1341
- () => CreateBillingGroupOutput,
1328
+ () => CreateBillingGroupInput$,
1329
+ () => CreateBillingGroupOutput$,
1342
1330
  ];
1343
- var CreateCustomLineItem = [
1331
+ var CreateCustomLineItem$ = [
1344
1332
  9,
1345
1333
  n0,
1346
1334
  _CCLI,
1347
1335
  { [_h]: ["POST", "/create-custom-line-item", 200] },
1348
- () => CreateCustomLineItemInput,
1349
- () => CreateCustomLineItemOutput,
1336
+ () => CreateCustomLineItemInput$,
1337
+ () => CreateCustomLineItemOutput$,
1350
1338
  ];
1351
- var CreatePricingPlan = [
1339
+ var CreatePricingPlan$ = [
1352
1340
  9,
1353
1341
  n0,
1354
1342
  _CPP,
1355
1343
  { [_h]: ["POST", "/create-pricing-plan", 200] },
1356
- () => CreatePricingPlanInput,
1357
- () => CreatePricingPlanOutput,
1344
+ () => CreatePricingPlanInput$,
1345
+ () => CreatePricingPlanOutput$,
1358
1346
  ];
1359
- var CreatePricingRule = [
1347
+ var CreatePricingRule$ = [
1360
1348
  9,
1361
1349
  n0,
1362
1350
  _CPR,
1363
1351
  { [_h]: ["POST", "/create-pricing-rule", 200] },
1364
- () => CreatePricingRuleInput,
1365
- () => CreatePricingRuleOutput,
1352
+ () => CreatePricingRuleInput$,
1353
+ () => CreatePricingRuleOutput$,
1366
1354
  ];
1367
- var DeleteBillingGroup = [
1355
+ var DeleteBillingGroup$ = [
1368
1356
  9,
1369
1357
  n0,
1370
1358
  _DBG,
1371
1359
  { [_h]: ["POST", "/delete-billing-group", 200] },
1372
- () => DeleteBillingGroupInput,
1373
- () => DeleteBillingGroupOutput,
1360
+ () => DeleteBillingGroupInput$,
1361
+ () => DeleteBillingGroupOutput$,
1374
1362
  ];
1375
- var DeleteCustomLineItem = [
1363
+ var DeleteCustomLineItem$ = [
1376
1364
  9,
1377
1365
  n0,
1378
1366
  _DCLI,
1379
1367
  { [_h]: ["POST", "/delete-custom-line-item", 200] },
1380
- () => DeleteCustomLineItemInput,
1381
- () => DeleteCustomLineItemOutput,
1368
+ () => DeleteCustomLineItemInput$,
1369
+ () => DeleteCustomLineItemOutput$,
1382
1370
  ];
1383
- var DeletePricingPlan = [
1371
+ var DeletePricingPlan$ = [
1384
1372
  9,
1385
1373
  n0,
1386
1374
  _DPP,
1387
1375
  { [_h]: ["POST", "/delete-pricing-plan", 200] },
1388
- () => DeletePricingPlanInput,
1389
- () => DeletePricingPlanOutput,
1376
+ () => DeletePricingPlanInput$,
1377
+ () => DeletePricingPlanOutput$,
1390
1378
  ];
1391
- var DeletePricingRule = [
1379
+ var DeletePricingRule$ = [
1392
1380
  9,
1393
1381
  n0,
1394
1382
  _DPR,
1395
1383
  { [_h]: ["POST", "/delete-pricing-rule", 200] },
1396
- () => DeletePricingRuleInput,
1397
- () => DeletePricingRuleOutput,
1384
+ () => DeletePricingRuleInput$,
1385
+ () => DeletePricingRuleOutput$,
1398
1386
  ];
1399
- var DisassociateAccounts = [
1387
+ var DisassociateAccounts$ = [
1400
1388
  9,
1401
1389
  n0,
1402
1390
  _DA,
1403
1391
  { [_h]: ["POST", "/disassociate-accounts", 200] },
1404
- () => DisassociateAccountsInput,
1405
- () => DisassociateAccountsOutput,
1392
+ () => DisassociateAccountsInput$,
1393
+ () => DisassociateAccountsOutput$,
1406
1394
  ];
1407
- var DisassociatePricingRules = [
1395
+ var DisassociatePricingRules$ = [
1408
1396
  9,
1409
1397
  n0,
1410
1398
  _DPRi,
1411
1399
  { [_h]: ["PUT", "/disassociate-pricing-rules", 200] },
1412
- () => DisassociatePricingRulesInput,
1413
- () => DisassociatePricingRulesOutput,
1400
+ () => DisassociatePricingRulesInput$,
1401
+ () => DisassociatePricingRulesOutput$,
1414
1402
  ];
1415
- var GetBillingGroupCostReport = [
1403
+ var GetBillingGroupCostReport$ = [
1416
1404
  9,
1417
1405
  n0,
1418
1406
  _GBGCR,
1419
1407
  { [_h]: ["POST", "/get-billing-group-cost-report", 200] },
1420
- () => GetBillingGroupCostReportInput,
1421
- () => GetBillingGroupCostReportOutput,
1408
+ () => GetBillingGroupCostReportInput$,
1409
+ () => GetBillingGroupCostReportOutput$,
1422
1410
  ];
1423
- var ListAccountAssociations = [
1411
+ var ListAccountAssociations$ = [
1424
1412
  9,
1425
1413
  n0,
1426
1414
  _LAA,
1427
1415
  { [_h]: ["POST", "/list-account-associations", 200] },
1428
- () => ListAccountAssociationsInput,
1429
- () => ListAccountAssociationsOutput,
1416
+ () => ListAccountAssociationsInput$,
1417
+ () => ListAccountAssociationsOutput$,
1430
1418
  ];
1431
- var ListBillingGroupCostReports = [
1419
+ var ListBillingGroupCostReports$ = [
1432
1420
  9,
1433
1421
  n0,
1434
1422
  _LBGCR,
1435
1423
  { [_h]: ["POST", "/list-billing-group-cost-reports", 200] },
1436
- () => ListBillingGroupCostReportsInput,
1437
- () => ListBillingGroupCostReportsOutput,
1424
+ () => ListBillingGroupCostReportsInput$,
1425
+ () => ListBillingGroupCostReportsOutput$,
1438
1426
  ];
1439
- var ListBillingGroups = [
1427
+ var ListBillingGroups$ = [
1440
1428
  9,
1441
1429
  n0,
1442
1430
  _LBG,
1443
1431
  { [_h]: ["POST", "/list-billing-groups", 200] },
1444
- () => ListBillingGroupsInput,
1445
- () => ListBillingGroupsOutput,
1432
+ () => ListBillingGroupsInput$,
1433
+ () => ListBillingGroupsOutput$,
1446
1434
  ];
1447
- var ListCustomLineItems = [
1435
+ var ListCustomLineItems$ = [
1448
1436
  9,
1449
1437
  n0,
1450
1438
  _LCLI,
1451
1439
  { [_h]: ["POST", "/list-custom-line-items", 200] },
1452
- () => ListCustomLineItemsInput,
1453
- () => ListCustomLineItemsOutput,
1440
+ () => ListCustomLineItemsInput$,
1441
+ () => ListCustomLineItemsOutput$,
1454
1442
  ];
1455
- var ListCustomLineItemVersions = [
1443
+ var ListCustomLineItemVersions$ = [
1456
1444
  9,
1457
1445
  n0,
1458
1446
  _LCLIV,
1459
1447
  { [_h]: ["POST", "/list-custom-line-item-versions", 200] },
1460
- () => ListCustomLineItemVersionsInput,
1461
- () => ListCustomLineItemVersionsOutput,
1448
+ () => ListCustomLineItemVersionsInput$,
1449
+ () => ListCustomLineItemVersionsOutput$,
1462
1450
  ];
1463
- var ListPricingPlans = [
1451
+ var ListPricingPlans$ = [
1464
1452
  9,
1465
1453
  n0,
1466
1454
  _LPP,
1467
1455
  { [_h]: ["POST", "/list-pricing-plans", 200] },
1468
- () => ListPricingPlansInput,
1469
- () => ListPricingPlansOutput,
1456
+ () => ListPricingPlansInput$,
1457
+ () => ListPricingPlansOutput$,
1470
1458
  ];
1471
- var ListPricingPlansAssociatedWithPricingRule = [
1459
+ var ListPricingPlansAssociatedWithPricingRule$ = [
1472
1460
  9,
1473
1461
  n0,
1474
1462
  _LPPAWPR,
1475
1463
  { [_h]: ["POST", "/list-pricing-plans-associated-with-pricing-rule", 200] },
1476
- () => ListPricingPlansAssociatedWithPricingRuleInput,
1477
- () => ListPricingPlansAssociatedWithPricingRuleOutput,
1464
+ () => ListPricingPlansAssociatedWithPricingRuleInput$,
1465
+ () => ListPricingPlansAssociatedWithPricingRuleOutput$,
1478
1466
  ];
1479
- var ListPricingRules = [
1467
+ var ListPricingRules$ = [
1480
1468
  9,
1481
1469
  n0,
1482
1470
  _LPR,
1483
1471
  { [_h]: ["POST", "/list-pricing-rules", 200] },
1484
- () => ListPricingRulesInput,
1485
- () => ListPricingRulesOutput,
1472
+ () => ListPricingRulesInput$,
1473
+ () => ListPricingRulesOutput$,
1486
1474
  ];
1487
- var ListPricingRulesAssociatedToPricingPlan = [
1475
+ var ListPricingRulesAssociatedToPricingPlan$ = [
1488
1476
  9,
1489
1477
  n0,
1490
1478
  _LPRATPP,
1491
1479
  { [_h]: ["POST", "/list-pricing-rules-associated-to-pricing-plan", 200] },
1492
- () => ListPricingRulesAssociatedToPricingPlanInput,
1493
- () => ListPricingRulesAssociatedToPricingPlanOutput,
1480
+ () => ListPricingRulesAssociatedToPricingPlanInput$,
1481
+ () => ListPricingRulesAssociatedToPricingPlanOutput$,
1494
1482
  ];
1495
- var ListResourcesAssociatedToCustomLineItem = [
1483
+ var ListResourcesAssociatedToCustomLineItem$ = [
1496
1484
  9,
1497
1485
  n0,
1498
1486
  _LRATCLI,
1499
1487
  { [_h]: ["POST", "/list-resources-associated-to-custom-line-item", 200] },
1500
- () => ListResourcesAssociatedToCustomLineItemInput,
1501
- () => ListResourcesAssociatedToCustomLineItemOutput,
1488
+ () => ListResourcesAssociatedToCustomLineItemInput$,
1489
+ () => ListResourcesAssociatedToCustomLineItemOutput$,
1502
1490
  ];
1503
- var ListTagsForResource = [
1491
+ var ListTagsForResource$ = [
1504
1492
  9,
1505
1493
  n0,
1506
1494
  _LTFR,
1507
1495
  { [_h]: ["GET", "/tags/{ResourceArn}", 204] },
1508
- () => ListTagsForResourceRequest,
1509
- () => ListTagsForResourceResponse,
1496
+ () => ListTagsForResourceRequest$,
1497
+ () => ListTagsForResourceResponse$,
1510
1498
  ];
1511
- var TagResource = [
1499
+ var TagResource$ = [
1512
1500
  9,
1513
1501
  n0,
1514
1502
  _TR,
1515
1503
  { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
1516
- () => TagResourceRequest,
1517
- () => TagResourceResponse,
1504
+ () => TagResourceRequest$,
1505
+ () => TagResourceResponse$,
1518
1506
  ];
1519
- var UntagResource = [
1507
+ var UntagResource$ = [
1520
1508
  9,
1521
1509
  n0,
1522
1510
  _UR,
1523
1511
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
1524
- () => UntagResourceRequest,
1525
- () => UntagResourceResponse,
1512
+ () => UntagResourceRequest$,
1513
+ () => UntagResourceResponse$,
1526
1514
  ];
1527
- var UpdateBillingGroup = [
1515
+ var UpdateBillingGroup$ = [
1528
1516
  9,
1529
1517
  n0,
1530
1518
  _UBG,
1531
1519
  { [_h]: ["POST", "/update-billing-group", 200] },
1532
- () => UpdateBillingGroupInput,
1533
- () => UpdateBillingGroupOutput,
1520
+ () => UpdateBillingGroupInput$,
1521
+ () => UpdateBillingGroupOutput$,
1534
1522
  ];
1535
- var UpdateCustomLineItem = [
1523
+ var UpdateCustomLineItem$ = [
1536
1524
  9,
1537
1525
  n0,
1538
1526
  _UCLI,
1539
1527
  { [_h]: ["POST", "/update-custom-line-item", 200] },
1540
- () => UpdateCustomLineItemInput,
1541
- () => UpdateCustomLineItemOutput,
1528
+ () => UpdateCustomLineItemInput$,
1529
+ () => UpdateCustomLineItemOutput$,
1542
1530
  ];
1543
- var UpdatePricingPlan = [
1531
+ var UpdatePricingPlan$ = [
1544
1532
  9,
1545
1533
  n0,
1546
1534
  _UPP,
1547
1535
  { [_h]: ["PUT", "/update-pricing-plan", 200] },
1548
- () => UpdatePricingPlanInput,
1549
- () => UpdatePricingPlanOutput,
1536
+ () => UpdatePricingPlanInput$,
1537
+ () => UpdatePricingPlanOutput$,
1550
1538
  ];
1551
- var UpdatePricingRule = [
1539
+ var UpdatePricingRule$ = [
1552
1540
  9,
1553
1541
  n0,
1554
1542
  _UPR,
1555
1543
  { [_h]: ["PUT", "/update-pricing-rule", 200] },
1556
- () => UpdatePricingRuleInput,
1557
- () => UpdatePricingRuleOutput,
1544
+ () => UpdatePricingRuleInput$,
1545
+ () => UpdatePricingRuleOutput$,
1558
1546
  ];
1559
1547
 
1560
1548
  class AssociateAccountsCommand extends smithyClient.Command
@@ -1565,7 +1553,7 @@ class AssociateAccountsCommand extends smithyClient.Command
1565
1553
  })
1566
1554
  .s("AWSBillingConductor", "AssociateAccounts", {})
1567
1555
  .n("BillingconductorClient", "AssociateAccountsCommand")
1568
- .sc(AssociateAccounts)
1556
+ .sc(AssociateAccounts$)
1569
1557
  .build() {
1570
1558
  }
1571
1559
 
@@ -1577,7 +1565,7 @@ class AssociatePricingRulesCommand extends smithyClient.Command
1577
1565
  })
1578
1566
  .s("AWSBillingConductor", "AssociatePricingRules", {})
1579
1567
  .n("BillingconductorClient", "AssociatePricingRulesCommand")
1580
- .sc(AssociatePricingRules)
1568
+ .sc(AssociatePricingRules$)
1581
1569
  .build() {
1582
1570
  }
1583
1571
 
@@ -1589,7 +1577,7 @@ class BatchAssociateResourcesToCustomLineItemCommand extends smithyClient.Comman
1589
1577
  })
1590
1578
  .s("AWSBillingConductor", "BatchAssociateResourcesToCustomLineItem", {})
1591
1579
  .n("BillingconductorClient", "BatchAssociateResourcesToCustomLineItemCommand")
1592
- .sc(BatchAssociateResourcesToCustomLineItem)
1580
+ .sc(BatchAssociateResourcesToCustomLineItem$)
1593
1581
  .build() {
1594
1582
  }
1595
1583
 
@@ -1601,7 +1589,7 @@ class BatchDisassociateResourcesFromCustomLineItemCommand extends smithyClient.C
1601
1589
  })
1602
1590
  .s("AWSBillingConductor", "BatchDisassociateResourcesFromCustomLineItem", {})
1603
1591
  .n("BillingconductorClient", "BatchDisassociateResourcesFromCustomLineItemCommand")
1604
- .sc(BatchDisassociateResourcesFromCustomLineItem)
1592
+ .sc(BatchDisassociateResourcesFromCustomLineItem$)
1605
1593
  .build() {
1606
1594
  }
1607
1595
 
@@ -1613,7 +1601,7 @@ class CreateBillingGroupCommand extends smithyClient.Command
1613
1601
  })
1614
1602
  .s("AWSBillingConductor", "CreateBillingGroup", {})
1615
1603
  .n("BillingconductorClient", "CreateBillingGroupCommand")
1616
- .sc(CreateBillingGroup)
1604
+ .sc(CreateBillingGroup$)
1617
1605
  .build() {
1618
1606
  }
1619
1607
 
@@ -1625,7 +1613,7 @@ class CreateCustomLineItemCommand extends smithyClient.Command
1625
1613
  })
1626
1614
  .s("AWSBillingConductor", "CreateCustomLineItem", {})
1627
1615
  .n("BillingconductorClient", "CreateCustomLineItemCommand")
1628
- .sc(CreateCustomLineItem)
1616
+ .sc(CreateCustomLineItem$)
1629
1617
  .build() {
1630
1618
  }
1631
1619
 
@@ -1637,7 +1625,7 @@ class CreatePricingPlanCommand extends smithyClient.Command
1637
1625
  })
1638
1626
  .s("AWSBillingConductor", "CreatePricingPlan", {})
1639
1627
  .n("BillingconductorClient", "CreatePricingPlanCommand")
1640
- .sc(CreatePricingPlan)
1628
+ .sc(CreatePricingPlan$)
1641
1629
  .build() {
1642
1630
  }
1643
1631
 
@@ -1649,7 +1637,7 @@ class CreatePricingRuleCommand extends smithyClient.Command
1649
1637
  })
1650
1638
  .s("AWSBillingConductor", "CreatePricingRule", {})
1651
1639
  .n("BillingconductorClient", "CreatePricingRuleCommand")
1652
- .sc(CreatePricingRule)
1640
+ .sc(CreatePricingRule$)
1653
1641
  .build() {
1654
1642
  }
1655
1643
 
@@ -1661,7 +1649,7 @@ class DeleteBillingGroupCommand extends smithyClient.Command
1661
1649
  })
1662
1650
  .s("AWSBillingConductor", "DeleteBillingGroup", {})
1663
1651
  .n("BillingconductorClient", "DeleteBillingGroupCommand")
1664
- .sc(DeleteBillingGroup)
1652
+ .sc(DeleteBillingGroup$)
1665
1653
  .build() {
1666
1654
  }
1667
1655
 
@@ -1673,7 +1661,7 @@ class DeleteCustomLineItemCommand extends smithyClient.Command
1673
1661
  })
1674
1662
  .s("AWSBillingConductor", "DeleteCustomLineItem", {})
1675
1663
  .n("BillingconductorClient", "DeleteCustomLineItemCommand")
1676
- .sc(DeleteCustomLineItem)
1664
+ .sc(DeleteCustomLineItem$)
1677
1665
  .build() {
1678
1666
  }
1679
1667
 
@@ -1685,7 +1673,7 @@ class DeletePricingPlanCommand extends smithyClient.Command
1685
1673
  })
1686
1674
  .s("AWSBillingConductor", "DeletePricingPlan", {})
1687
1675
  .n("BillingconductorClient", "DeletePricingPlanCommand")
1688
- .sc(DeletePricingPlan)
1676
+ .sc(DeletePricingPlan$)
1689
1677
  .build() {
1690
1678
  }
1691
1679
 
@@ -1697,7 +1685,7 @@ class DeletePricingRuleCommand extends smithyClient.Command
1697
1685
  })
1698
1686
  .s("AWSBillingConductor", "DeletePricingRule", {})
1699
1687
  .n("BillingconductorClient", "DeletePricingRuleCommand")
1700
- .sc(DeletePricingRule)
1688
+ .sc(DeletePricingRule$)
1701
1689
  .build() {
1702
1690
  }
1703
1691
 
@@ -1709,7 +1697,7 @@ class DisassociateAccountsCommand extends smithyClient.Command
1709
1697
  })
1710
1698
  .s("AWSBillingConductor", "DisassociateAccounts", {})
1711
1699
  .n("BillingconductorClient", "DisassociateAccountsCommand")
1712
- .sc(DisassociateAccounts)
1700
+ .sc(DisassociateAccounts$)
1713
1701
  .build() {
1714
1702
  }
1715
1703
 
@@ -1721,7 +1709,7 @@ class DisassociatePricingRulesCommand extends smithyClient.Command
1721
1709
  })
1722
1710
  .s("AWSBillingConductor", "DisassociatePricingRules", {})
1723
1711
  .n("BillingconductorClient", "DisassociatePricingRulesCommand")
1724
- .sc(DisassociatePricingRules)
1712
+ .sc(DisassociatePricingRules$)
1725
1713
  .build() {
1726
1714
  }
1727
1715
 
@@ -1733,7 +1721,7 @@ class GetBillingGroupCostReportCommand extends smithyClient.Command
1733
1721
  })
1734
1722
  .s("AWSBillingConductor", "GetBillingGroupCostReport", {})
1735
1723
  .n("BillingconductorClient", "GetBillingGroupCostReportCommand")
1736
- .sc(GetBillingGroupCostReport)
1724
+ .sc(GetBillingGroupCostReport$)
1737
1725
  .build() {
1738
1726
  }
1739
1727
 
@@ -1745,7 +1733,7 @@ class ListAccountAssociationsCommand extends smithyClient.Command
1745
1733
  })
1746
1734
  .s("AWSBillingConductor", "ListAccountAssociations", {})
1747
1735
  .n("BillingconductorClient", "ListAccountAssociationsCommand")
1748
- .sc(ListAccountAssociations)
1736
+ .sc(ListAccountAssociations$)
1749
1737
  .build() {
1750
1738
  }
1751
1739
 
@@ -1757,7 +1745,7 @@ class ListBillingGroupCostReportsCommand extends smithyClient.Command
1757
1745
  })
1758
1746
  .s("AWSBillingConductor", "ListBillingGroupCostReports", {})
1759
1747
  .n("BillingconductorClient", "ListBillingGroupCostReportsCommand")
1760
- .sc(ListBillingGroupCostReports)
1748
+ .sc(ListBillingGroupCostReports$)
1761
1749
  .build() {
1762
1750
  }
1763
1751
 
@@ -1769,7 +1757,7 @@ class ListBillingGroupsCommand extends smithyClient.Command
1769
1757
  })
1770
1758
  .s("AWSBillingConductor", "ListBillingGroups", {})
1771
1759
  .n("BillingconductorClient", "ListBillingGroupsCommand")
1772
- .sc(ListBillingGroups)
1760
+ .sc(ListBillingGroups$)
1773
1761
  .build() {
1774
1762
  }
1775
1763
 
@@ -1781,7 +1769,7 @@ class ListCustomLineItemsCommand extends smithyClient.Command
1781
1769
  })
1782
1770
  .s("AWSBillingConductor", "ListCustomLineItems", {})
1783
1771
  .n("BillingconductorClient", "ListCustomLineItemsCommand")
1784
- .sc(ListCustomLineItems)
1772
+ .sc(ListCustomLineItems$)
1785
1773
  .build() {
1786
1774
  }
1787
1775
 
@@ -1793,7 +1781,7 @@ class ListCustomLineItemVersionsCommand extends smithyClient.Command
1793
1781
  })
1794
1782
  .s("AWSBillingConductor", "ListCustomLineItemVersions", {})
1795
1783
  .n("BillingconductorClient", "ListCustomLineItemVersionsCommand")
1796
- .sc(ListCustomLineItemVersions)
1784
+ .sc(ListCustomLineItemVersions$)
1797
1785
  .build() {
1798
1786
  }
1799
1787
 
@@ -1805,7 +1793,7 @@ class ListPricingPlansAssociatedWithPricingRuleCommand extends smithyClient.Comm
1805
1793
  })
1806
1794
  .s("AWSBillingConductor", "ListPricingPlansAssociatedWithPricingRule", {})
1807
1795
  .n("BillingconductorClient", "ListPricingPlansAssociatedWithPricingRuleCommand")
1808
- .sc(ListPricingPlansAssociatedWithPricingRule)
1796
+ .sc(ListPricingPlansAssociatedWithPricingRule$)
1809
1797
  .build() {
1810
1798
  }
1811
1799
 
@@ -1817,7 +1805,7 @@ class ListPricingPlansCommand extends smithyClient.Command
1817
1805
  })
1818
1806
  .s("AWSBillingConductor", "ListPricingPlans", {})
1819
1807
  .n("BillingconductorClient", "ListPricingPlansCommand")
1820
- .sc(ListPricingPlans)
1808
+ .sc(ListPricingPlans$)
1821
1809
  .build() {
1822
1810
  }
1823
1811
 
@@ -1829,7 +1817,7 @@ class ListPricingRulesAssociatedToPricingPlanCommand extends smithyClient.Comman
1829
1817
  })
1830
1818
  .s("AWSBillingConductor", "ListPricingRulesAssociatedToPricingPlan", {})
1831
1819
  .n("BillingconductorClient", "ListPricingRulesAssociatedToPricingPlanCommand")
1832
- .sc(ListPricingRulesAssociatedToPricingPlan)
1820
+ .sc(ListPricingRulesAssociatedToPricingPlan$)
1833
1821
  .build() {
1834
1822
  }
1835
1823
 
@@ -1841,7 +1829,7 @@ class ListPricingRulesCommand extends smithyClient.Command
1841
1829
  })
1842
1830
  .s("AWSBillingConductor", "ListPricingRules", {})
1843
1831
  .n("BillingconductorClient", "ListPricingRulesCommand")
1844
- .sc(ListPricingRules)
1832
+ .sc(ListPricingRules$)
1845
1833
  .build() {
1846
1834
  }
1847
1835
 
@@ -1853,7 +1841,7 @@ class ListResourcesAssociatedToCustomLineItemCommand extends smithyClient.Comman
1853
1841
  })
1854
1842
  .s("AWSBillingConductor", "ListResourcesAssociatedToCustomLineItem", {})
1855
1843
  .n("BillingconductorClient", "ListResourcesAssociatedToCustomLineItemCommand")
1856
- .sc(ListResourcesAssociatedToCustomLineItem)
1844
+ .sc(ListResourcesAssociatedToCustomLineItem$)
1857
1845
  .build() {
1858
1846
  }
1859
1847
 
@@ -1865,7 +1853,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1865
1853
  })
1866
1854
  .s("AWSBillingConductor", "ListTagsForResource", {})
1867
1855
  .n("BillingconductorClient", "ListTagsForResourceCommand")
1868
- .sc(ListTagsForResource)
1856
+ .sc(ListTagsForResource$)
1869
1857
  .build() {
1870
1858
  }
1871
1859
 
@@ -1877,7 +1865,7 @@ class TagResourceCommand extends smithyClient.Command
1877
1865
  })
1878
1866
  .s("AWSBillingConductor", "TagResource", {})
1879
1867
  .n("BillingconductorClient", "TagResourceCommand")
1880
- .sc(TagResource)
1868
+ .sc(TagResource$)
1881
1869
  .build() {
1882
1870
  }
1883
1871
 
@@ -1889,7 +1877,7 @@ class UntagResourceCommand extends smithyClient.Command
1889
1877
  })
1890
1878
  .s("AWSBillingConductor", "UntagResource", {})
1891
1879
  .n("BillingconductorClient", "UntagResourceCommand")
1892
- .sc(UntagResource)
1880
+ .sc(UntagResource$)
1893
1881
  .build() {
1894
1882
  }
1895
1883
 
@@ -1901,7 +1889,7 @@ class UpdateBillingGroupCommand extends smithyClient.Command
1901
1889
  })
1902
1890
  .s("AWSBillingConductor", "UpdateBillingGroup", {})
1903
1891
  .n("BillingconductorClient", "UpdateBillingGroupCommand")
1904
- .sc(UpdateBillingGroup)
1892
+ .sc(UpdateBillingGroup$)
1905
1893
  .build() {
1906
1894
  }
1907
1895
 
@@ -1913,7 +1901,7 @@ class UpdateCustomLineItemCommand extends smithyClient.Command
1913
1901
  })
1914
1902
  .s("AWSBillingConductor", "UpdateCustomLineItem", {})
1915
1903
  .n("BillingconductorClient", "UpdateCustomLineItemCommand")
1916
- .sc(UpdateCustomLineItem)
1904
+ .sc(UpdateCustomLineItem$)
1917
1905
  .build() {
1918
1906
  }
1919
1907
 
@@ -1925,7 +1913,7 @@ class UpdatePricingPlanCommand extends smithyClient.Command
1925
1913
  })
1926
1914
  .s("AWSBillingConductor", "UpdatePricingPlan", {})
1927
1915
  .n("BillingconductorClient", "UpdatePricingPlanCommand")
1928
- .sc(UpdatePricingPlan)
1916
+ .sc(UpdatePricingPlan$)
1929
1917
  .build() {
1930
1918
  }
1931
1919
 
@@ -1937,7 +1925,7 @@ class UpdatePricingRuleCommand extends smithyClient.Command
1937
1925
  })
1938
1926
  .s("AWSBillingConductor", "UpdatePricingRule", {})
1939
1927
  .n("BillingconductorClient", "UpdatePricingRuleCommand")
1940
- .sc(UpdatePricingRule)
1928
+ .sc(UpdatePricingRule$)
1941
1929
  .build() {
1942
1930
  }
1943
1931
 
@@ -2146,63 +2134,214 @@ Object.defineProperty(exports, "__Client", {
2146
2134
  enumerable: true,
2147
2135
  get: function () { return smithyClient.Client; }
2148
2136
  });
2149
- exports.AccessDeniedException = AccessDeniedException$1;
2137
+ exports.AccessDeniedException = AccessDeniedException;
2138
+ exports.AccessDeniedException$ = AccessDeniedException$;
2139
+ exports.AccountAssociationsListElement$ = AccountAssociationsListElement$;
2140
+ exports.AccountGrouping$ = AccountGrouping$;
2141
+ exports.AssociateAccounts$ = AssociateAccounts$;
2150
2142
  exports.AssociateAccountsCommand = AssociateAccountsCommand;
2143
+ exports.AssociateAccountsInput$ = AssociateAccountsInput$;
2144
+ exports.AssociateAccountsOutput$ = AssociateAccountsOutput$;
2145
+ exports.AssociatePricingRules$ = AssociatePricingRules$;
2151
2146
  exports.AssociatePricingRulesCommand = AssociatePricingRulesCommand;
2147
+ exports.AssociatePricingRulesInput$ = AssociatePricingRulesInput$;
2148
+ exports.AssociatePricingRulesOutput$ = AssociatePricingRulesOutput$;
2149
+ exports.AssociateResourceError$ = AssociateResourceError$;
2152
2150
  exports.AssociateResourceErrorReason = AssociateResourceErrorReason;
2151
+ exports.AssociateResourceResponseElement$ = AssociateResourceResponseElement$;
2152
+ exports.Attribute$ = Attribute$;
2153
+ exports.BatchAssociateResourcesToCustomLineItem$ = BatchAssociateResourcesToCustomLineItem$;
2153
2154
  exports.BatchAssociateResourcesToCustomLineItemCommand = BatchAssociateResourcesToCustomLineItemCommand;
2155
+ exports.BatchAssociateResourcesToCustomLineItemInput$ = BatchAssociateResourcesToCustomLineItemInput$;
2156
+ exports.BatchAssociateResourcesToCustomLineItemOutput$ = BatchAssociateResourcesToCustomLineItemOutput$;
2157
+ exports.BatchDisassociateResourcesFromCustomLineItem$ = BatchDisassociateResourcesFromCustomLineItem$;
2154
2158
  exports.BatchDisassociateResourcesFromCustomLineItemCommand = BatchDisassociateResourcesFromCustomLineItemCommand;
2159
+ exports.BatchDisassociateResourcesFromCustomLineItemInput$ = BatchDisassociateResourcesFromCustomLineItemInput$;
2160
+ exports.BatchDisassociateResourcesFromCustomLineItemOutput$ = BatchDisassociateResourcesFromCustomLineItemOutput$;
2161
+ exports.BillingGroupCostReportElement$ = BillingGroupCostReportElement$;
2162
+ exports.BillingGroupCostReportResultElement$ = BillingGroupCostReportResultElement$;
2163
+ exports.BillingGroupListElement$ = BillingGroupListElement$;
2155
2164
  exports.BillingGroupStatus = BillingGroupStatus;
2156
2165
  exports.BillingGroupType = BillingGroupType;
2166
+ exports.BillingPeriodRange$ = BillingPeriodRange$;
2157
2167
  exports.Billingconductor = Billingconductor;
2158
2168
  exports.BillingconductorClient = BillingconductorClient;
2159
- exports.BillingconductorServiceException = BillingconductorServiceException$1;
2169
+ exports.BillingconductorServiceException = BillingconductorServiceException;
2170
+ exports.BillingconductorServiceException$ = BillingconductorServiceException$;
2171
+ exports.ComputationPreference$ = ComputationPreference$;
2160
2172
  exports.ComputationRuleEnum = ComputationRuleEnum;
2161
- exports.ConflictException = ConflictException$1;
2173
+ exports.ConflictException = ConflictException;
2174
+ exports.ConflictException$ = ConflictException$;
2162
2175
  exports.ConflictExceptionReason = ConflictExceptionReason;
2176
+ exports.CreateBillingGroup$ = CreateBillingGroup$;
2163
2177
  exports.CreateBillingGroupCommand = CreateBillingGroupCommand;
2178
+ exports.CreateBillingGroupInput$ = CreateBillingGroupInput$;
2179
+ exports.CreateBillingGroupOutput$ = CreateBillingGroupOutput$;
2180
+ exports.CreateCustomLineItem$ = CreateCustomLineItem$;
2164
2181
  exports.CreateCustomLineItemCommand = CreateCustomLineItemCommand;
2182
+ exports.CreateCustomLineItemInput$ = CreateCustomLineItemInput$;
2183
+ exports.CreateCustomLineItemOutput$ = CreateCustomLineItemOutput$;
2184
+ exports.CreateFreeTierConfig$ = CreateFreeTierConfig$;
2185
+ exports.CreatePricingPlan$ = CreatePricingPlan$;
2165
2186
  exports.CreatePricingPlanCommand = CreatePricingPlanCommand;
2187
+ exports.CreatePricingPlanInput$ = CreatePricingPlanInput$;
2188
+ exports.CreatePricingPlanOutput$ = CreatePricingPlanOutput$;
2189
+ exports.CreatePricingRule$ = CreatePricingRule$;
2166
2190
  exports.CreatePricingRuleCommand = CreatePricingRuleCommand;
2191
+ exports.CreatePricingRuleInput$ = CreatePricingRuleInput$;
2192
+ exports.CreatePricingRuleOutput$ = CreatePricingRuleOutput$;
2193
+ exports.CreateTieringInput$ = CreateTieringInput$;
2167
2194
  exports.CurrencyCode = CurrencyCode;
2195
+ exports.CustomLineItemBillingPeriodRange$ = CustomLineItemBillingPeriodRange$;
2196
+ exports.CustomLineItemChargeDetails$ = CustomLineItemChargeDetails$;
2197
+ exports.CustomLineItemFlatChargeDetails$ = CustomLineItemFlatChargeDetails$;
2198
+ exports.CustomLineItemListElement$ = CustomLineItemListElement$;
2199
+ exports.CustomLineItemPercentageChargeDetails$ = CustomLineItemPercentageChargeDetails$;
2168
2200
  exports.CustomLineItemRelationship = CustomLineItemRelationship;
2169
2201
  exports.CustomLineItemType = CustomLineItemType;
2202
+ exports.CustomLineItemVersionListElement$ = CustomLineItemVersionListElement$;
2203
+ exports.DeleteBillingGroup$ = DeleteBillingGroup$;
2170
2204
  exports.DeleteBillingGroupCommand = DeleteBillingGroupCommand;
2205
+ exports.DeleteBillingGroupInput$ = DeleteBillingGroupInput$;
2206
+ exports.DeleteBillingGroupOutput$ = DeleteBillingGroupOutput$;
2207
+ exports.DeleteCustomLineItem$ = DeleteCustomLineItem$;
2171
2208
  exports.DeleteCustomLineItemCommand = DeleteCustomLineItemCommand;
2209
+ exports.DeleteCustomLineItemInput$ = DeleteCustomLineItemInput$;
2210
+ exports.DeleteCustomLineItemOutput$ = DeleteCustomLineItemOutput$;
2211
+ exports.DeletePricingPlan$ = DeletePricingPlan$;
2172
2212
  exports.DeletePricingPlanCommand = DeletePricingPlanCommand;
2213
+ exports.DeletePricingPlanInput$ = DeletePricingPlanInput$;
2214
+ exports.DeletePricingPlanOutput$ = DeletePricingPlanOutput$;
2215
+ exports.DeletePricingRule$ = DeletePricingRule$;
2173
2216
  exports.DeletePricingRuleCommand = DeletePricingRuleCommand;
2217
+ exports.DeletePricingRuleInput$ = DeletePricingRuleInput$;
2218
+ exports.DeletePricingRuleOutput$ = DeletePricingRuleOutput$;
2219
+ exports.DisassociateAccounts$ = DisassociateAccounts$;
2174
2220
  exports.DisassociateAccountsCommand = DisassociateAccountsCommand;
2221
+ exports.DisassociateAccountsInput$ = DisassociateAccountsInput$;
2222
+ exports.DisassociateAccountsOutput$ = DisassociateAccountsOutput$;
2223
+ exports.DisassociatePricingRules$ = DisassociatePricingRules$;
2175
2224
  exports.DisassociatePricingRulesCommand = DisassociatePricingRulesCommand;
2225
+ exports.DisassociatePricingRulesInput$ = DisassociatePricingRulesInput$;
2226
+ exports.DisassociatePricingRulesOutput$ = DisassociatePricingRulesOutput$;
2227
+ exports.DisassociateResourceResponseElement$ = DisassociateResourceResponseElement$;
2228
+ exports.FreeTierConfig$ = FreeTierConfig$;
2229
+ exports.GetBillingGroupCostReport$ = GetBillingGroupCostReport$;
2176
2230
  exports.GetBillingGroupCostReportCommand = GetBillingGroupCostReportCommand;
2231
+ exports.GetBillingGroupCostReportInput$ = GetBillingGroupCostReportInput$;
2232
+ exports.GetBillingGroupCostReportOutput$ = GetBillingGroupCostReportOutput$;
2177
2233
  exports.GroupByAttributeName = GroupByAttributeName;
2178
- exports.InternalServerException = InternalServerException$1;
2234
+ exports.InternalServerException = InternalServerException;
2235
+ exports.InternalServerException$ = InternalServerException$;
2236
+ exports.LineItemFilter$ = LineItemFilter$;
2179
2237
  exports.LineItemFilterAttributeName = LineItemFilterAttributeName;
2180
2238
  exports.LineItemFilterValue = LineItemFilterValue;
2239
+ exports.ListAccountAssociations$ = ListAccountAssociations$;
2181
2240
  exports.ListAccountAssociationsCommand = ListAccountAssociationsCommand;
2241
+ exports.ListAccountAssociationsFilter$ = ListAccountAssociationsFilter$;
2242
+ exports.ListAccountAssociationsInput$ = ListAccountAssociationsInput$;
2243
+ exports.ListAccountAssociationsOutput$ = ListAccountAssociationsOutput$;
2244
+ exports.ListBillingGroupAccountGrouping$ = ListBillingGroupAccountGrouping$;
2245
+ exports.ListBillingGroupCostReports$ = ListBillingGroupCostReports$;
2182
2246
  exports.ListBillingGroupCostReportsCommand = ListBillingGroupCostReportsCommand;
2247
+ exports.ListBillingGroupCostReportsFilter$ = ListBillingGroupCostReportsFilter$;
2248
+ exports.ListBillingGroupCostReportsInput$ = ListBillingGroupCostReportsInput$;
2249
+ exports.ListBillingGroupCostReportsOutput$ = ListBillingGroupCostReportsOutput$;
2250
+ exports.ListBillingGroups$ = ListBillingGroups$;
2183
2251
  exports.ListBillingGroupsCommand = ListBillingGroupsCommand;
2252
+ exports.ListBillingGroupsFilter$ = ListBillingGroupsFilter$;
2253
+ exports.ListBillingGroupsInput$ = ListBillingGroupsInput$;
2254
+ exports.ListBillingGroupsOutput$ = ListBillingGroupsOutput$;
2255
+ exports.ListCustomLineItemChargeDetails$ = ListCustomLineItemChargeDetails$;
2256
+ exports.ListCustomLineItemFlatChargeDetails$ = ListCustomLineItemFlatChargeDetails$;
2257
+ exports.ListCustomLineItemPercentageChargeDetails$ = ListCustomLineItemPercentageChargeDetails$;
2258
+ exports.ListCustomLineItemVersions$ = ListCustomLineItemVersions$;
2259
+ exports.ListCustomLineItemVersionsBillingPeriodRangeFilter$ = ListCustomLineItemVersionsBillingPeriodRangeFilter$;
2184
2260
  exports.ListCustomLineItemVersionsCommand = ListCustomLineItemVersionsCommand;
2261
+ exports.ListCustomLineItemVersionsFilter$ = ListCustomLineItemVersionsFilter$;
2262
+ exports.ListCustomLineItemVersionsInput$ = ListCustomLineItemVersionsInput$;
2263
+ exports.ListCustomLineItemVersionsOutput$ = ListCustomLineItemVersionsOutput$;
2264
+ exports.ListCustomLineItems$ = ListCustomLineItems$;
2185
2265
  exports.ListCustomLineItemsCommand = ListCustomLineItemsCommand;
2266
+ exports.ListCustomLineItemsFilter$ = ListCustomLineItemsFilter$;
2267
+ exports.ListCustomLineItemsInput$ = ListCustomLineItemsInput$;
2268
+ exports.ListCustomLineItemsOutput$ = ListCustomLineItemsOutput$;
2269
+ exports.ListPricingPlans$ = ListPricingPlans$;
2270
+ exports.ListPricingPlansAssociatedWithPricingRule$ = ListPricingPlansAssociatedWithPricingRule$;
2186
2271
  exports.ListPricingPlansAssociatedWithPricingRuleCommand = ListPricingPlansAssociatedWithPricingRuleCommand;
2272
+ exports.ListPricingPlansAssociatedWithPricingRuleInput$ = ListPricingPlansAssociatedWithPricingRuleInput$;
2273
+ exports.ListPricingPlansAssociatedWithPricingRuleOutput$ = ListPricingPlansAssociatedWithPricingRuleOutput$;
2187
2274
  exports.ListPricingPlansCommand = ListPricingPlansCommand;
2275
+ exports.ListPricingPlansFilter$ = ListPricingPlansFilter$;
2276
+ exports.ListPricingPlansInput$ = ListPricingPlansInput$;
2277
+ exports.ListPricingPlansOutput$ = ListPricingPlansOutput$;
2278
+ exports.ListPricingRules$ = ListPricingRules$;
2279
+ exports.ListPricingRulesAssociatedToPricingPlan$ = ListPricingRulesAssociatedToPricingPlan$;
2188
2280
  exports.ListPricingRulesAssociatedToPricingPlanCommand = ListPricingRulesAssociatedToPricingPlanCommand;
2281
+ exports.ListPricingRulesAssociatedToPricingPlanInput$ = ListPricingRulesAssociatedToPricingPlanInput$;
2282
+ exports.ListPricingRulesAssociatedToPricingPlanOutput$ = ListPricingRulesAssociatedToPricingPlanOutput$;
2189
2283
  exports.ListPricingRulesCommand = ListPricingRulesCommand;
2284
+ exports.ListPricingRulesFilter$ = ListPricingRulesFilter$;
2285
+ exports.ListPricingRulesInput$ = ListPricingRulesInput$;
2286
+ exports.ListPricingRulesOutput$ = ListPricingRulesOutput$;
2287
+ exports.ListResourcesAssociatedToCustomLineItem$ = ListResourcesAssociatedToCustomLineItem$;
2190
2288
  exports.ListResourcesAssociatedToCustomLineItemCommand = ListResourcesAssociatedToCustomLineItemCommand;
2289
+ exports.ListResourcesAssociatedToCustomLineItemFilter$ = ListResourcesAssociatedToCustomLineItemFilter$;
2290
+ exports.ListResourcesAssociatedToCustomLineItemInput$ = ListResourcesAssociatedToCustomLineItemInput$;
2291
+ exports.ListResourcesAssociatedToCustomLineItemOutput$ = ListResourcesAssociatedToCustomLineItemOutput$;
2292
+ exports.ListResourcesAssociatedToCustomLineItemResponseElement$ = ListResourcesAssociatedToCustomLineItemResponseElement$;
2293
+ exports.ListTagsForResource$ = ListTagsForResource$;
2191
2294
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
2295
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
2296
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
2192
2297
  exports.MatchOption = MatchOption;
2298
+ exports.PresentationObject$ = PresentationObject$;
2299
+ exports.PricingPlanListElement$ = PricingPlanListElement$;
2300
+ exports.PricingRuleListElement$ = PricingRuleListElement$;
2193
2301
  exports.PricingRuleScope = PricingRuleScope;
2194
2302
  exports.PricingRuleType = PricingRuleType;
2195
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
2303
+ exports.ResourceNotFoundException = ResourceNotFoundException;
2304
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
2196
2305
  exports.SearchOption = SearchOption;
2197
- exports.ServiceLimitExceededException = ServiceLimitExceededException$1;
2306
+ exports.ServiceLimitExceededException = ServiceLimitExceededException;
2307
+ exports.ServiceLimitExceededException$ = ServiceLimitExceededException$;
2308
+ exports.StringSearch$ = StringSearch$;
2309
+ exports.TagResource$ = TagResource$;
2198
2310
  exports.TagResourceCommand = TagResourceCommand;
2199
- exports.ThrottlingException = ThrottlingException$1;
2311
+ exports.TagResourceRequest$ = TagResourceRequest$;
2312
+ exports.TagResourceResponse$ = TagResourceResponse$;
2313
+ exports.ThrottlingException = ThrottlingException;
2314
+ exports.ThrottlingException$ = ThrottlingException$;
2315
+ exports.Tiering$ = Tiering$;
2316
+ exports.UntagResource$ = UntagResource$;
2200
2317
  exports.UntagResourceCommand = UntagResourceCommand;
2318
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
2319
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
2320
+ exports.UpdateBillingGroup$ = UpdateBillingGroup$;
2321
+ exports.UpdateBillingGroupAccountGrouping$ = UpdateBillingGroupAccountGrouping$;
2201
2322
  exports.UpdateBillingGroupCommand = UpdateBillingGroupCommand;
2323
+ exports.UpdateBillingGroupInput$ = UpdateBillingGroupInput$;
2324
+ exports.UpdateBillingGroupOutput$ = UpdateBillingGroupOutput$;
2325
+ exports.UpdateCustomLineItem$ = UpdateCustomLineItem$;
2326
+ exports.UpdateCustomLineItemChargeDetails$ = UpdateCustomLineItemChargeDetails$;
2202
2327
  exports.UpdateCustomLineItemCommand = UpdateCustomLineItemCommand;
2328
+ exports.UpdateCustomLineItemFlatChargeDetails$ = UpdateCustomLineItemFlatChargeDetails$;
2329
+ exports.UpdateCustomLineItemInput$ = UpdateCustomLineItemInput$;
2330
+ exports.UpdateCustomLineItemOutput$ = UpdateCustomLineItemOutput$;
2331
+ exports.UpdateCustomLineItemPercentageChargeDetails$ = UpdateCustomLineItemPercentageChargeDetails$;
2332
+ exports.UpdateFreeTierConfig$ = UpdateFreeTierConfig$;
2333
+ exports.UpdatePricingPlan$ = UpdatePricingPlan$;
2203
2334
  exports.UpdatePricingPlanCommand = UpdatePricingPlanCommand;
2335
+ exports.UpdatePricingPlanInput$ = UpdatePricingPlanInput$;
2336
+ exports.UpdatePricingPlanOutput$ = UpdatePricingPlanOutput$;
2337
+ exports.UpdatePricingRule$ = UpdatePricingRule$;
2204
2338
  exports.UpdatePricingRuleCommand = UpdatePricingRuleCommand;
2205
- exports.ValidationException = ValidationException$1;
2339
+ exports.UpdatePricingRuleInput$ = UpdatePricingRuleInput$;
2340
+ exports.UpdatePricingRuleOutput$ = UpdatePricingRuleOutput$;
2341
+ exports.UpdateTieringInput$ = UpdateTieringInput$;
2342
+ exports.ValidationException = ValidationException;
2343
+ exports.ValidationException$ = ValidationException$;
2344
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
2206
2345
  exports.ValidationExceptionReason = ValidationExceptionReason;
2207
2346
  exports.paginateGetBillingGroupCostReport = paginateGetBillingGroupCostReport;
2208
2347
  exports.paginateListAccountAssociations = paginateListAccountAssociations;