@aws-sdk/client-billingconductor 3.940.0 → 3.946.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +46 -189
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/BillingconductorClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +46 -189
- package/dist-types/Billingconductor.d.ts +1 -1
- package/dist-types/BillingconductorClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateAccountsCommand.d.ts +3 -3
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +3 -3
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +3 -3
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +3 -3
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +3 -3
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +3 -3
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +3 -3
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +3 -3
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +3 -3
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +3 -3
- package/dist-types/commands/GetBillingGroupCostReportCommand.d.ts +3 -3
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +3 -3
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +3 -3
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +3 -3
- package/dist-types/commands/ListPricingPlansCommand.d.ts +3 -3
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +3 -3
- package/dist-types/commands/ListPricingRulesCommand.d.ts +3 -3
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +3 -3
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/BillingconductorServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/GetBillingGroupCostReportPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPricingRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/BillingconductorClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/BillingconductorServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -302,17 +302,7 @@ export var PricingPlanDescription = [0, n0, _PPD, 8, 0];
|
|
|
302
302
|
export var PricingPlanName = [0, n0, _PPN, 8, 0];
|
|
303
303
|
export var PricingRuleDescription = [0, n0, _PRD, 8, 0];
|
|
304
304
|
export var PricingRuleName = [0, n0, _PRN, 8, 0];
|
|
305
|
-
export var AccessDeniedException = [
|
|
306
|
-
-3,
|
|
307
|
-
n0,
|
|
308
|
-
_ADE,
|
|
309
|
-
{
|
|
310
|
-
[_e]: _c,
|
|
311
|
-
[_hE]: 403,
|
|
312
|
-
},
|
|
313
|
-
[_M],
|
|
314
|
-
[0],
|
|
315
|
-
];
|
|
305
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
316
306
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
317
307
|
export var AccountAssociationsListElement = [
|
|
318
308
|
3,
|
|
@@ -412,10 +402,7 @@ export var ConflictException = [
|
|
|
412
402
|
-3,
|
|
413
403
|
n0,
|
|
414
404
|
_CE,
|
|
415
|
-
{
|
|
416
|
-
[_e]: _c,
|
|
417
|
-
[_hE]: 409,
|
|
418
|
-
},
|
|
405
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
419
406
|
[_M, _RI, _RT, _R],
|
|
420
407
|
[0, 0, 0, 0],
|
|
421
408
|
];
|
|
@@ -427,13 +414,7 @@ export var CreateBillingGroupInput = [
|
|
|
427
414
|
0,
|
|
428
415
|
[_CTl, _N, _AG, _CP, _PAI, _D, _T],
|
|
429
416
|
[
|
|
430
|
-
[
|
|
431
|
-
0,
|
|
432
|
-
{
|
|
433
|
-
[_hH]: _XACT,
|
|
434
|
-
[_iT]: 1,
|
|
435
|
-
},
|
|
436
|
-
],
|
|
417
|
+
[0, { [_hH]: _XACT, [_iT]: 1 }],
|
|
437
418
|
[() => BillingGroupName, 0],
|
|
438
419
|
() => AccountGrouping,
|
|
439
420
|
() => ComputationPreference,
|
|
@@ -450,13 +431,7 @@ export var CreateCustomLineItemInput = [
|
|
|
450
431
|
0,
|
|
451
432
|
[_CTl, _N, _D, _BGA, _BPR, _T, _CD, _AI, _CR, _PD],
|
|
452
433
|
[
|
|
453
|
-
[
|
|
454
|
-
0,
|
|
455
|
-
{
|
|
456
|
-
[_hH]: _XACT,
|
|
457
|
-
[_iT]: 1,
|
|
458
|
-
},
|
|
459
|
-
],
|
|
434
|
+
[0, { [_hH]: _XACT, [_iT]: 1 }],
|
|
460
435
|
[() => CustomLineItemName, 0],
|
|
461
436
|
[() => CustomLineItemDescription, 0],
|
|
462
437
|
0,
|
|
@@ -476,19 +451,7 @@ export var CreatePricingPlanInput = [
|
|
|
476
451
|
_CPPI,
|
|
477
452
|
0,
|
|
478
453
|
[_CTl, _N, _D, _PRA, _T],
|
|
479
|
-
[
|
|
480
|
-
[
|
|
481
|
-
0,
|
|
482
|
-
{
|
|
483
|
-
[_hH]: _XACT,
|
|
484
|
-
[_iT]: 1,
|
|
485
|
-
},
|
|
486
|
-
],
|
|
487
|
-
[() => PricingPlanName, 0],
|
|
488
|
-
[() => PricingPlanDescription, 0],
|
|
489
|
-
64 | 0,
|
|
490
|
-
128 | 0,
|
|
491
|
-
],
|
|
454
|
+
[[0, { [_hH]: _XACT, [_iT]: 1 }], [() => PricingPlanName, 0], [() => PricingPlanDescription, 0], 64 | 0, 128 | 0],
|
|
492
455
|
];
|
|
493
456
|
export var CreatePricingPlanOutput = [3, n0, _CPPO, 0, [_A], [0]];
|
|
494
457
|
export var CreatePricingRuleInput = [
|
|
@@ -498,13 +461,7 @@ export var CreatePricingRuleInput = [
|
|
|
498
461
|
0,
|
|
499
462
|
[_CTl, _N, _D, _Sc, _Ty, _MPo, _Se, _T, _BE, _Ti, _UT, _O],
|
|
500
463
|
[
|
|
501
|
-
[
|
|
502
|
-
0,
|
|
503
|
-
{
|
|
504
|
-
[_hH]: _XACT,
|
|
505
|
-
[_iT]: 1,
|
|
506
|
-
},
|
|
507
|
-
],
|
|
464
|
+
[0, { [_hH]: _XACT, [_iT]: 1 }],
|
|
508
465
|
[() => PricingRuleName, 0],
|
|
509
466
|
[() => PricingRuleDescription, 0],
|
|
510
467
|
0,
|
|
@@ -626,20 +583,9 @@ export var InternalServerException = [
|
|
|
626
583
|
-3,
|
|
627
584
|
n0,
|
|
628
585
|
_ISE,
|
|
629
|
-
{
|
|
630
|
-
[_e]: _s,
|
|
631
|
-
[_hE]: 500,
|
|
632
|
-
},
|
|
586
|
+
{ [_e]: _s, [_hE]: 500 },
|
|
633
587
|
[_M, _RAS],
|
|
634
|
-
[
|
|
635
|
-
0,
|
|
636
|
-
[
|
|
637
|
-
1,
|
|
638
|
-
{
|
|
639
|
-
[_hH]: _RA_,
|
|
640
|
-
},
|
|
641
|
-
],
|
|
642
|
-
],
|
|
588
|
+
[0, [1, { [_hH]: _RA_ }]],
|
|
643
589
|
];
|
|
644
590
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
645
591
|
export var LineItemFilter = [3, n0, _LIFi, 0, [_At, _MO, _Va], [0, 0, 64 | 0]];
|
|
@@ -887,10 +833,7 @@ export var ResourceNotFoundException = [
|
|
|
887
833
|
-3,
|
|
888
834
|
n0,
|
|
889
835
|
_RNFE,
|
|
890
|
-
{
|
|
891
|
-
[_e]: _c,
|
|
892
|
-
[_hE]: 404,
|
|
893
|
-
},
|
|
836
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
894
837
|
[_M, _RI, _RT],
|
|
895
838
|
[0, 0, 0],
|
|
896
839
|
];
|
|
@@ -899,10 +842,7 @@ export var ServiceLimitExceededException = [
|
|
|
899
842
|
-3,
|
|
900
843
|
n0,
|
|
901
844
|
_SLEE,
|
|
902
|
-
{
|
|
903
|
-
[_e]: _c,
|
|
904
|
-
[_hE]: 402,
|
|
905
|
-
},
|
|
845
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
906
846
|
[_M, _RI, _RT, _LC, _SC],
|
|
907
847
|
[0, 0, 0, 0, 0],
|
|
908
848
|
];
|
|
@@ -914,20 +854,9 @@ export var ThrottlingException = [
|
|
|
914
854
|
-3,
|
|
915
855
|
n0,
|
|
916
856
|
_TE,
|
|
917
|
-
{
|
|
918
|
-
[_e]: _c,
|
|
919
|
-
[_hE]: 429,
|
|
920
|
-
},
|
|
857
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
921
858
|
[_M, _RAS],
|
|
922
|
-
[
|
|
923
|
-
0,
|
|
924
|
-
[
|
|
925
|
-
1,
|
|
926
|
-
{
|
|
927
|
-
[_hH]: _RA_,
|
|
928
|
-
},
|
|
929
|
-
],
|
|
930
|
-
],
|
|
859
|
+
[0, [1, { [_hH]: _RA_ }]],
|
|
931
860
|
];
|
|
932
861
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
933
862
|
export var Tiering = [3, n0, _Ti, 0, [_FT], [() => FreeTierConfig]];
|
|
@@ -939,12 +868,7 @@ export var UntagResourceRequest = [
|
|
|
939
868
|
[_RAe, _TK],
|
|
940
869
|
[
|
|
941
870
|
[0, 1],
|
|
942
|
-
[
|
|
943
|
-
64 | 0,
|
|
944
|
-
{
|
|
945
|
-
[_hQ]: _tK,
|
|
946
|
-
},
|
|
947
|
-
],
|
|
871
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
948
872
|
],
|
|
949
873
|
];
|
|
950
874
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1079,10 +1003,7 @@ export var ValidationException = [
|
|
|
1079
1003
|
-3,
|
|
1080
1004
|
n0,
|
|
1081
1005
|
_VE,
|
|
1082
|
-
{
|
|
1083
|
-
[_e]: _c,
|
|
1084
|
-
[_hE]: 400,
|
|
1085
|
-
},
|
|
1006
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1086
1007
|
[_M, _R, _Fie],
|
|
1087
1008
|
[0, 0, () => ValidationExceptionFieldList],
|
|
1088
1009
|
];
|
|
@@ -1161,9 +1082,7 @@ export var AssociateAccounts = [
|
|
|
1161
1082
|
9,
|
|
1162
1083
|
n0,
|
|
1163
1084
|
_AAs,
|
|
1164
|
-
{
|
|
1165
|
-
[_h]: ["POST", "/associate-accounts", 200],
|
|
1166
|
-
},
|
|
1085
|
+
{ [_h]: ["POST", "/associate-accounts", 200] },
|
|
1167
1086
|
() => AssociateAccountsInput,
|
|
1168
1087
|
() => AssociateAccountsOutput,
|
|
1169
1088
|
];
|
|
@@ -1171,9 +1090,7 @@ export var AssociatePricingRules = [
|
|
|
1171
1090
|
9,
|
|
1172
1091
|
n0,
|
|
1173
1092
|
_APR,
|
|
1174
|
-
{
|
|
1175
|
-
[_h]: ["PUT", "/associate-pricing-rules", 200],
|
|
1176
|
-
},
|
|
1093
|
+
{ [_h]: ["PUT", "/associate-pricing-rules", 200] },
|
|
1177
1094
|
() => AssociatePricingRulesInput,
|
|
1178
1095
|
() => AssociatePricingRulesOutput,
|
|
1179
1096
|
];
|
|
@@ -1181,9 +1098,7 @@ export var BatchAssociateResourcesToCustomLineItem = [
|
|
|
1181
1098
|
9,
|
|
1182
1099
|
n0,
|
|
1183
1100
|
_BARTCLI,
|
|
1184
|
-
{
|
|
1185
|
-
[_h]: ["PUT", "/batch-associate-resources-to-custom-line-item", 200],
|
|
1186
|
-
},
|
|
1101
|
+
{ [_h]: ["PUT", "/batch-associate-resources-to-custom-line-item", 200] },
|
|
1187
1102
|
() => BatchAssociateResourcesToCustomLineItemInput,
|
|
1188
1103
|
() => BatchAssociateResourcesToCustomLineItemOutput,
|
|
1189
1104
|
];
|
|
@@ -1191,9 +1106,7 @@ export var BatchDisassociateResourcesFromCustomLineItem = [
|
|
|
1191
1106
|
9,
|
|
1192
1107
|
n0,
|
|
1193
1108
|
_BDRFCLI,
|
|
1194
|
-
{
|
|
1195
|
-
[_h]: ["PUT", "/batch-disassociate-resources-from-custom-line-item", 200],
|
|
1196
|
-
},
|
|
1109
|
+
{ [_h]: ["PUT", "/batch-disassociate-resources-from-custom-line-item", 200] },
|
|
1197
1110
|
() => BatchDisassociateResourcesFromCustomLineItemInput,
|
|
1198
1111
|
() => BatchDisassociateResourcesFromCustomLineItemOutput,
|
|
1199
1112
|
];
|
|
@@ -1201,9 +1114,7 @@ export var CreateBillingGroup = [
|
|
|
1201
1114
|
9,
|
|
1202
1115
|
n0,
|
|
1203
1116
|
_CBG,
|
|
1204
|
-
{
|
|
1205
|
-
[_h]: ["POST", "/create-billing-group", 200],
|
|
1206
|
-
},
|
|
1117
|
+
{ [_h]: ["POST", "/create-billing-group", 200] },
|
|
1207
1118
|
() => CreateBillingGroupInput,
|
|
1208
1119
|
() => CreateBillingGroupOutput,
|
|
1209
1120
|
];
|
|
@@ -1211,9 +1122,7 @@ export var CreateCustomLineItem = [
|
|
|
1211
1122
|
9,
|
|
1212
1123
|
n0,
|
|
1213
1124
|
_CCLI,
|
|
1214
|
-
{
|
|
1215
|
-
[_h]: ["POST", "/create-custom-line-item", 200],
|
|
1216
|
-
},
|
|
1125
|
+
{ [_h]: ["POST", "/create-custom-line-item", 200] },
|
|
1217
1126
|
() => CreateCustomLineItemInput,
|
|
1218
1127
|
() => CreateCustomLineItemOutput,
|
|
1219
1128
|
];
|
|
@@ -1221,9 +1130,7 @@ export var CreatePricingPlan = [
|
|
|
1221
1130
|
9,
|
|
1222
1131
|
n0,
|
|
1223
1132
|
_CPP,
|
|
1224
|
-
{
|
|
1225
|
-
[_h]: ["POST", "/create-pricing-plan", 200],
|
|
1226
|
-
},
|
|
1133
|
+
{ [_h]: ["POST", "/create-pricing-plan", 200] },
|
|
1227
1134
|
() => CreatePricingPlanInput,
|
|
1228
1135
|
() => CreatePricingPlanOutput,
|
|
1229
1136
|
];
|
|
@@ -1231,9 +1138,7 @@ export var CreatePricingRule = [
|
|
|
1231
1138
|
9,
|
|
1232
1139
|
n0,
|
|
1233
1140
|
_CPR,
|
|
1234
|
-
{
|
|
1235
|
-
[_h]: ["POST", "/create-pricing-rule", 200],
|
|
1236
|
-
},
|
|
1141
|
+
{ [_h]: ["POST", "/create-pricing-rule", 200] },
|
|
1237
1142
|
() => CreatePricingRuleInput,
|
|
1238
1143
|
() => CreatePricingRuleOutput,
|
|
1239
1144
|
];
|
|
@@ -1241,9 +1146,7 @@ export var DeleteBillingGroup = [
|
|
|
1241
1146
|
9,
|
|
1242
1147
|
n0,
|
|
1243
1148
|
_DBG,
|
|
1244
|
-
{
|
|
1245
|
-
[_h]: ["POST", "/delete-billing-group", 200],
|
|
1246
|
-
},
|
|
1149
|
+
{ [_h]: ["POST", "/delete-billing-group", 200] },
|
|
1247
1150
|
() => DeleteBillingGroupInput,
|
|
1248
1151
|
() => DeleteBillingGroupOutput,
|
|
1249
1152
|
];
|
|
@@ -1251,9 +1154,7 @@ export var DeleteCustomLineItem = [
|
|
|
1251
1154
|
9,
|
|
1252
1155
|
n0,
|
|
1253
1156
|
_DCLI,
|
|
1254
|
-
{
|
|
1255
|
-
[_h]: ["POST", "/delete-custom-line-item", 200],
|
|
1256
|
-
},
|
|
1157
|
+
{ [_h]: ["POST", "/delete-custom-line-item", 200] },
|
|
1257
1158
|
() => DeleteCustomLineItemInput,
|
|
1258
1159
|
() => DeleteCustomLineItemOutput,
|
|
1259
1160
|
];
|
|
@@ -1261,9 +1162,7 @@ export var DeletePricingPlan = [
|
|
|
1261
1162
|
9,
|
|
1262
1163
|
n0,
|
|
1263
1164
|
_DPP,
|
|
1264
|
-
{
|
|
1265
|
-
[_h]: ["POST", "/delete-pricing-plan", 200],
|
|
1266
|
-
},
|
|
1165
|
+
{ [_h]: ["POST", "/delete-pricing-plan", 200] },
|
|
1267
1166
|
() => DeletePricingPlanInput,
|
|
1268
1167
|
() => DeletePricingPlanOutput,
|
|
1269
1168
|
];
|
|
@@ -1271,9 +1170,7 @@ export var DeletePricingRule = [
|
|
|
1271
1170
|
9,
|
|
1272
1171
|
n0,
|
|
1273
1172
|
_DPR,
|
|
1274
|
-
{
|
|
1275
|
-
[_h]: ["POST", "/delete-pricing-rule", 200],
|
|
1276
|
-
},
|
|
1173
|
+
{ [_h]: ["POST", "/delete-pricing-rule", 200] },
|
|
1277
1174
|
() => DeletePricingRuleInput,
|
|
1278
1175
|
() => DeletePricingRuleOutput,
|
|
1279
1176
|
];
|
|
@@ -1281,9 +1178,7 @@ export var DisassociateAccounts = [
|
|
|
1281
1178
|
9,
|
|
1282
1179
|
n0,
|
|
1283
1180
|
_DA,
|
|
1284
|
-
{
|
|
1285
|
-
[_h]: ["POST", "/disassociate-accounts", 200],
|
|
1286
|
-
},
|
|
1181
|
+
{ [_h]: ["POST", "/disassociate-accounts", 200] },
|
|
1287
1182
|
() => DisassociateAccountsInput,
|
|
1288
1183
|
() => DisassociateAccountsOutput,
|
|
1289
1184
|
];
|
|
@@ -1291,9 +1186,7 @@ export var DisassociatePricingRules = [
|
|
|
1291
1186
|
9,
|
|
1292
1187
|
n0,
|
|
1293
1188
|
_DPRi,
|
|
1294
|
-
{
|
|
1295
|
-
[_h]: ["PUT", "/disassociate-pricing-rules", 200],
|
|
1296
|
-
},
|
|
1189
|
+
{ [_h]: ["PUT", "/disassociate-pricing-rules", 200] },
|
|
1297
1190
|
() => DisassociatePricingRulesInput,
|
|
1298
1191
|
() => DisassociatePricingRulesOutput,
|
|
1299
1192
|
];
|
|
@@ -1301,9 +1194,7 @@ export var GetBillingGroupCostReport = [
|
|
|
1301
1194
|
9,
|
|
1302
1195
|
n0,
|
|
1303
1196
|
_GBGCR,
|
|
1304
|
-
{
|
|
1305
|
-
[_h]: ["POST", "/get-billing-group-cost-report", 200],
|
|
1306
|
-
},
|
|
1197
|
+
{ [_h]: ["POST", "/get-billing-group-cost-report", 200] },
|
|
1307
1198
|
() => GetBillingGroupCostReportInput,
|
|
1308
1199
|
() => GetBillingGroupCostReportOutput,
|
|
1309
1200
|
];
|
|
@@ -1311,9 +1202,7 @@ export var ListAccountAssociations = [
|
|
|
1311
1202
|
9,
|
|
1312
1203
|
n0,
|
|
1313
1204
|
_LAA,
|
|
1314
|
-
{
|
|
1315
|
-
[_h]: ["POST", "/list-account-associations", 200],
|
|
1316
|
-
},
|
|
1205
|
+
{ [_h]: ["POST", "/list-account-associations", 200] },
|
|
1317
1206
|
() => ListAccountAssociationsInput,
|
|
1318
1207
|
() => ListAccountAssociationsOutput,
|
|
1319
1208
|
];
|
|
@@ -1321,9 +1210,7 @@ export var ListBillingGroupCostReports = [
|
|
|
1321
1210
|
9,
|
|
1322
1211
|
n0,
|
|
1323
1212
|
_LBGCR,
|
|
1324
|
-
{
|
|
1325
|
-
[_h]: ["POST", "/list-billing-group-cost-reports", 200],
|
|
1326
|
-
},
|
|
1213
|
+
{ [_h]: ["POST", "/list-billing-group-cost-reports", 200] },
|
|
1327
1214
|
() => ListBillingGroupCostReportsInput,
|
|
1328
1215
|
() => ListBillingGroupCostReportsOutput,
|
|
1329
1216
|
];
|
|
@@ -1331,9 +1218,7 @@ export var ListBillingGroups = [
|
|
|
1331
1218
|
9,
|
|
1332
1219
|
n0,
|
|
1333
1220
|
_LBG,
|
|
1334
|
-
{
|
|
1335
|
-
[_h]: ["POST", "/list-billing-groups", 200],
|
|
1336
|
-
},
|
|
1221
|
+
{ [_h]: ["POST", "/list-billing-groups", 200] },
|
|
1337
1222
|
() => ListBillingGroupsInput,
|
|
1338
1223
|
() => ListBillingGroupsOutput,
|
|
1339
1224
|
];
|
|
@@ -1341,9 +1226,7 @@ export var ListCustomLineItems = [
|
|
|
1341
1226
|
9,
|
|
1342
1227
|
n0,
|
|
1343
1228
|
_LCLI,
|
|
1344
|
-
{
|
|
1345
|
-
[_h]: ["POST", "/list-custom-line-items", 200],
|
|
1346
|
-
},
|
|
1229
|
+
{ [_h]: ["POST", "/list-custom-line-items", 200] },
|
|
1347
1230
|
() => ListCustomLineItemsInput,
|
|
1348
1231
|
() => ListCustomLineItemsOutput,
|
|
1349
1232
|
];
|
|
@@ -1351,9 +1234,7 @@ export var ListCustomLineItemVersions = [
|
|
|
1351
1234
|
9,
|
|
1352
1235
|
n0,
|
|
1353
1236
|
_LCLIV,
|
|
1354
|
-
{
|
|
1355
|
-
[_h]: ["POST", "/list-custom-line-item-versions", 200],
|
|
1356
|
-
},
|
|
1237
|
+
{ [_h]: ["POST", "/list-custom-line-item-versions", 200] },
|
|
1357
1238
|
() => ListCustomLineItemVersionsInput,
|
|
1358
1239
|
() => ListCustomLineItemVersionsOutput,
|
|
1359
1240
|
];
|
|
@@ -1361,9 +1242,7 @@ export var ListPricingPlans = [
|
|
|
1361
1242
|
9,
|
|
1362
1243
|
n0,
|
|
1363
1244
|
_LPP,
|
|
1364
|
-
{
|
|
1365
|
-
[_h]: ["POST", "/list-pricing-plans", 200],
|
|
1366
|
-
},
|
|
1245
|
+
{ [_h]: ["POST", "/list-pricing-plans", 200] },
|
|
1367
1246
|
() => ListPricingPlansInput,
|
|
1368
1247
|
() => ListPricingPlansOutput,
|
|
1369
1248
|
];
|
|
@@ -1371,9 +1250,7 @@ export var ListPricingPlansAssociatedWithPricingRule = [
|
|
|
1371
1250
|
9,
|
|
1372
1251
|
n0,
|
|
1373
1252
|
_LPPAWPR,
|
|
1374
|
-
{
|
|
1375
|
-
[_h]: ["POST", "/list-pricing-plans-associated-with-pricing-rule", 200],
|
|
1376
|
-
},
|
|
1253
|
+
{ [_h]: ["POST", "/list-pricing-plans-associated-with-pricing-rule", 200] },
|
|
1377
1254
|
() => ListPricingPlansAssociatedWithPricingRuleInput,
|
|
1378
1255
|
() => ListPricingPlansAssociatedWithPricingRuleOutput,
|
|
1379
1256
|
];
|
|
@@ -1381,9 +1258,7 @@ export var ListPricingRules = [
|
|
|
1381
1258
|
9,
|
|
1382
1259
|
n0,
|
|
1383
1260
|
_LPR,
|
|
1384
|
-
{
|
|
1385
|
-
[_h]: ["POST", "/list-pricing-rules", 200],
|
|
1386
|
-
},
|
|
1261
|
+
{ [_h]: ["POST", "/list-pricing-rules", 200] },
|
|
1387
1262
|
() => ListPricingRulesInput,
|
|
1388
1263
|
() => ListPricingRulesOutput,
|
|
1389
1264
|
];
|
|
@@ -1391,9 +1266,7 @@ export var ListPricingRulesAssociatedToPricingPlan = [
|
|
|
1391
1266
|
9,
|
|
1392
1267
|
n0,
|
|
1393
1268
|
_LPRATPP,
|
|
1394
|
-
{
|
|
1395
|
-
[_h]: ["POST", "/list-pricing-rules-associated-to-pricing-plan", 200],
|
|
1396
|
-
},
|
|
1269
|
+
{ [_h]: ["POST", "/list-pricing-rules-associated-to-pricing-plan", 200] },
|
|
1397
1270
|
() => ListPricingRulesAssociatedToPricingPlanInput,
|
|
1398
1271
|
() => ListPricingRulesAssociatedToPricingPlanOutput,
|
|
1399
1272
|
];
|
|
@@ -1401,9 +1274,7 @@ export var ListResourcesAssociatedToCustomLineItem = [
|
|
|
1401
1274
|
9,
|
|
1402
1275
|
n0,
|
|
1403
1276
|
_LRATCLI,
|
|
1404
|
-
{
|
|
1405
|
-
[_h]: ["POST", "/list-resources-associated-to-custom-line-item", 200],
|
|
1406
|
-
},
|
|
1277
|
+
{ [_h]: ["POST", "/list-resources-associated-to-custom-line-item", 200] },
|
|
1407
1278
|
() => ListResourcesAssociatedToCustomLineItemInput,
|
|
1408
1279
|
() => ListResourcesAssociatedToCustomLineItemOutput,
|
|
1409
1280
|
];
|
|
@@ -1411,9 +1282,7 @@ export var ListTagsForResource = [
|
|
|
1411
1282
|
9,
|
|
1412
1283
|
n0,
|
|
1413
1284
|
_LTFR,
|
|
1414
|
-
{
|
|
1415
|
-
[_h]: ["GET", "/tags/{ResourceArn}", 204],
|
|
1416
|
-
},
|
|
1285
|
+
{ [_h]: ["GET", "/tags/{ResourceArn}", 204] },
|
|
1417
1286
|
() => ListTagsForResourceRequest,
|
|
1418
1287
|
() => ListTagsForResourceResponse,
|
|
1419
1288
|
];
|
|
@@ -1421,9 +1290,7 @@ export var TagResource = [
|
|
|
1421
1290
|
9,
|
|
1422
1291
|
n0,
|
|
1423
1292
|
_TR,
|
|
1424
|
-
{
|
|
1425
|
-
[_h]: ["POST", "/tags/{ResourceArn}", 204],
|
|
1426
|
-
},
|
|
1293
|
+
{ [_h]: ["POST", "/tags/{ResourceArn}", 204] },
|
|
1427
1294
|
() => TagResourceRequest,
|
|
1428
1295
|
() => TagResourceResponse,
|
|
1429
1296
|
];
|
|
@@ -1431,9 +1298,7 @@ export var UntagResource = [
|
|
|
1431
1298
|
9,
|
|
1432
1299
|
n0,
|
|
1433
1300
|
_UR,
|
|
1434
|
-
{
|
|
1435
|
-
[_h]: ["DELETE", "/tags/{ResourceArn}", 204],
|
|
1436
|
-
},
|
|
1301
|
+
{ [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
|
|
1437
1302
|
() => UntagResourceRequest,
|
|
1438
1303
|
() => UntagResourceResponse,
|
|
1439
1304
|
];
|
|
@@ -1441,9 +1306,7 @@ export var UpdateBillingGroup = [
|
|
|
1441
1306
|
9,
|
|
1442
1307
|
n0,
|
|
1443
1308
|
_UBG,
|
|
1444
|
-
{
|
|
1445
|
-
[_h]: ["POST", "/update-billing-group", 200],
|
|
1446
|
-
},
|
|
1309
|
+
{ [_h]: ["POST", "/update-billing-group", 200] },
|
|
1447
1310
|
() => UpdateBillingGroupInput,
|
|
1448
1311
|
() => UpdateBillingGroupOutput,
|
|
1449
1312
|
];
|
|
@@ -1451,9 +1314,7 @@ export var UpdateCustomLineItem = [
|
|
|
1451
1314
|
9,
|
|
1452
1315
|
n0,
|
|
1453
1316
|
_UCLI,
|
|
1454
|
-
{
|
|
1455
|
-
[_h]: ["POST", "/update-custom-line-item", 200],
|
|
1456
|
-
},
|
|
1317
|
+
{ [_h]: ["POST", "/update-custom-line-item", 200] },
|
|
1457
1318
|
() => UpdateCustomLineItemInput,
|
|
1458
1319
|
() => UpdateCustomLineItemOutput,
|
|
1459
1320
|
];
|
|
@@ -1461,9 +1322,7 @@ export var UpdatePricingPlan = [
|
|
|
1461
1322
|
9,
|
|
1462
1323
|
n0,
|
|
1463
1324
|
_UPP,
|
|
1464
|
-
{
|
|
1465
|
-
[_h]: ["PUT", "/update-pricing-plan", 200],
|
|
1466
|
-
},
|
|
1325
|
+
{ [_h]: ["PUT", "/update-pricing-plan", 200] },
|
|
1467
1326
|
() => UpdatePricingPlanInput,
|
|
1468
1327
|
() => UpdatePricingPlanOutput,
|
|
1469
1328
|
];
|
|
@@ -1471,9 +1330,7 @@ export var UpdatePricingRule = [
|
|
|
1471
1330
|
9,
|
|
1472
1331
|
n0,
|
|
1473
1332
|
_UPR,
|
|
1474
|
-
{
|
|
1475
|
-
[_h]: ["PUT", "/update-pricing-rule", 200],
|
|
1476
|
-
},
|
|
1333
|
+
{ [_h]: ["PUT", "/update-pricing-rule", 200] },
|
|
1477
1334
|
() => UpdatePricingRuleInput,
|
|
1478
1335
|
() => UpdatePricingRuleOutput,
|
|
1479
1336
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { BillingconductorClient } from "./BillingconductorClient";
|
|
3
3
|
import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
|
|
4
4
|
import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateAccountsCommandInput, AssociateAccountsCommandOutput } from "./commands/AssociateAccountsCommand";
|
|
11
11
|
import { AssociatePricingRulesCommandInput, AssociatePricingRulesCommandOutput } from "./commands/AssociatePricingRulesCommand";
|
|
12
12
|
import { BatchAssociateResourcesToCustomLineItemCommandInput, BatchAssociateResourcesToCustomLineItemCommandOutput } from "./commands/BatchAssociateResourcesToCustomLineItemCommand";
|
|
@@ -40,7 +40,7 @@ import { UpdateCustomLineItemCommandInput, UpdateCustomLineItemCommandOutput } f
|
|
|
40
40
|
import { UpdatePricingPlanCommandInput, UpdatePricingPlanCommandOutput } from "./commands/UpdatePricingPlanCommand";
|
|
41
41
|
import { UpdatePricingRuleCommandInput, UpdatePricingRuleCommandOutput } from "./commands/UpdatePricingRuleCommand";
|
|
42
42
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
43
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
43
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
44
44
|
export { __Client };
|
|
45
45
|
/**
|
|
46
46
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { BillingconductorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { BillingconductorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig } from "../BillingconductorClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type BillingconductorClientResolvedConfig } from "../BillingconductorClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
-
import { AssociateAccountsInput, AssociateAccountsOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import type { AssociateAccountsInput, AssociateAccountsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
-
import { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import type { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
-
import { BatchAssociateResourcesToCustomLineItemInput, BatchAssociateResourcesToCustomLineItemOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import type { BatchAssociateResourcesToCustomLineItemInput, BatchAssociateResourcesToCustomLineItemOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
-
import { BatchDisassociateResourcesFromCustomLineItemInput, BatchDisassociateResourcesFromCustomLineItemOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import type { BatchDisassociateResourcesFromCustomLineItemInput, BatchDisassociateResourcesFromCustomLineItemOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
-
import { CreateBillingGroupInput, CreateBillingGroupOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import type { CreateBillingGroupInput, CreateBillingGroupOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
-
import { CreateCustomLineItemInput, CreateCustomLineItemOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import type { CreateCustomLineItemInput, CreateCustomLineItemOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
-
import { CreatePricingPlanInput, CreatePricingPlanOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BillingconductorClient";
|
|
4
|
+
import type { CreatePricingPlanInput, CreatePricingPlanOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|