@aws-sdk/client-billingconductor 3.758.0 → 3.774.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 +54 -54
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AccountAssociationsListElementFilterSensitiveLog: () => AccountAssociationsListElementFilterSensitiveLog,
|
|
26
26
|
AssociateAccountsCommand: () => AssociateAccountsCommand,
|
|
@@ -115,7 +115,7 @@ __export(src_exports, {
|
|
|
115
115
|
paginateListPricingRulesAssociatedToPricingPlan: () => paginateListPricingRulesAssociatedToPricingPlan,
|
|
116
116
|
paginateListResourcesAssociatedToCustomLineItem: () => paginateListResourcesAssociatedToCustomLineItem
|
|
117
117
|
});
|
|
118
|
-
module.exports = __toCommonJS(
|
|
118
|
+
module.exports = __toCommonJS(index_exports);
|
|
119
119
|
|
|
120
120
|
// src/BillingconductorClient.ts
|
|
121
121
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -242,9 +242,9 @@ var BillingconductorClient = class extends import_smithy_client.Client {
|
|
|
242
242
|
this.middlewareStack.use(
|
|
243
243
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
244
244
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultBillingconductorHttpAuthSchemeParametersProvider,
|
|
245
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
245
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
246
246
|
"aws.auth#sigv4": config.credentials
|
|
247
|
-
})
|
|
247
|
+
}), "identityProviderConfigProvider")
|
|
248
248
|
})
|
|
249
249
|
);
|
|
250
250
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -784,7 +784,7 @@ var se_AssociateAccountsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
784
784
|
let body;
|
|
785
785
|
body = JSON.stringify(
|
|
786
786
|
(0, import_smithy_client.take)(input, {
|
|
787
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_),
|
|
787
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds"),
|
|
788
788
|
Arn: []
|
|
789
789
|
})
|
|
790
790
|
);
|
|
@@ -801,7 +801,7 @@ var se_AssociatePricingRulesCommand = /* @__PURE__ */ __name(async (input, conte
|
|
|
801
801
|
body = JSON.stringify(
|
|
802
802
|
(0, import_smithy_client.take)(input, {
|
|
803
803
|
Arn: [],
|
|
804
|
-
PricingRuleArns: (_) => (0, import_smithy_client._json)(_)
|
|
804
|
+
PricingRuleArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PricingRuleArns")
|
|
805
805
|
})
|
|
806
806
|
);
|
|
807
807
|
b.m("PUT").h(headers).b(body);
|
|
@@ -816,8 +816,8 @@ var se_BatchAssociateResourcesToCustomLineItemCommand = /* @__PURE__ */ __name(a
|
|
|
816
816
|
let body;
|
|
817
817
|
body = JSON.stringify(
|
|
818
818
|
(0, import_smithy_client.take)(input, {
|
|
819
|
-
BillingPeriodRange: (_) => (0, import_smithy_client._json)(_),
|
|
820
|
-
ResourceArns: (_) => (0, import_smithy_client._json)(_),
|
|
819
|
+
BillingPeriodRange: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingPeriodRange"),
|
|
820
|
+
ResourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceArns"),
|
|
821
821
|
TargetArn: []
|
|
822
822
|
})
|
|
823
823
|
);
|
|
@@ -833,8 +833,8 @@ var se_BatchDisassociateResourcesFromCustomLineItemCommand = /* @__PURE__ */ __n
|
|
|
833
833
|
let body;
|
|
834
834
|
body = JSON.stringify(
|
|
835
835
|
(0, import_smithy_client.take)(input, {
|
|
836
|
-
BillingPeriodRange: (_) => (0, import_smithy_client._json)(_),
|
|
837
|
-
ResourceArns: (_) => (0, import_smithy_client._json)(_),
|
|
836
|
+
BillingPeriodRange: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingPeriodRange"),
|
|
837
|
+
ResourceArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ResourceArns"),
|
|
838
838
|
TargetArn: []
|
|
839
839
|
})
|
|
840
840
|
);
|
|
@@ -851,12 +851,12 @@ var se_CreateBillingGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
851
851
|
let body;
|
|
852
852
|
body = JSON.stringify(
|
|
853
853
|
(0, import_smithy_client.take)(input, {
|
|
854
|
-
AccountGrouping: (_) => (0, import_smithy_client._json)(_),
|
|
855
|
-
ComputationPreference: (_) => (0, import_smithy_client._json)(_),
|
|
854
|
+
AccountGrouping: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountGrouping"),
|
|
855
|
+
ComputationPreference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ComputationPreference"),
|
|
856
856
|
Description: [],
|
|
857
857
|
Name: [],
|
|
858
858
|
PrimaryAccountId: [],
|
|
859
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
859
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
860
860
|
})
|
|
861
861
|
);
|
|
862
862
|
b.m("POST").h(headers).b(body);
|
|
@@ -874,11 +874,11 @@ var se_CreateCustomLineItemCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
874
874
|
(0, import_smithy_client.take)(input, {
|
|
875
875
|
AccountId: [],
|
|
876
876
|
BillingGroupArn: [],
|
|
877
|
-
BillingPeriodRange: (_) => (0, import_smithy_client._json)(_),
|
|
878
|
-
ChargeDetails: (_) => se_CustomLineItemChargeDetails(_, context),
|
|
877
|
+
BillingPeriodRange: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingPeriodRange"),
|
|
878
|
+
ChargeDetails: /* @__PURE__ */ __name((_) => se_CustomLineItemChargeDetails(_, context), "ChargeDetails"),
|
|
879
879
|
Description: [],
|
|
880
880
|
Name: [],
|
|
881
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
881
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
882
882
|
})
|
|
883
883
|
);
|
|
884
884
|
b.m("POST").h(headers).b(body);
|
|
@@ -896,8 +896,8 @@ var se_CreatePricingPlanCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
896
896
|
(0, import_smithy_client.take)(input, {
|
|
897
897
|
Description: [],
|
|
898
898
|
Name: [],
|
|
899
|
-
PricingRuleArns: (_) => (0, import_smithy_client._json)(_),
|
|
900
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
899
|
+
PricingRuleArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PricingRuleArns"),
|
|
900
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
901
901
|
})
|
|
902
902
|
);
|
|
903
903
|
b.m("POST").h(headers).b(body);
|
|
@@ -915,13 +915,13 @@ var se_CreatePricingRuleCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
915
915
|
(0, import_smithy_client.take)(input, {
|
|
916
916
|
BillingEntity: [],
|
|
917
917
|
Description: [],
|
|
918
|
-
ModifierPercentage: (_) => (0, import_smithy_client.serializeFloat)(_),
|
|
918
|
+
ModifierPercentage: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "ModifierPercentage"),
|
|
919
919
|
Name: [],
|
|
920
920
|
Operation: [],
|
|
921
921
|
Scope: [],
|
|
922
922
|
Service: [],
|
|
923
|
-
Tags: (_) => (0, import_smithy_client._json)(_),
|
|
924
|
-
Tiering: (_) => (0, import_smithy_client._json)(_),
|
|
923
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags"),
|
|
924
|
+
Tiering: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tiering"),
|
|
925
925
|
Type: [],
|
|
926
926
|
UsageType: []
|
|
927
927
|
})
|
|
@@ -954,7 +954,7 @@ var se_DeleteCustomLineItemCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
954
954
|
body = JSON.stringify(
|
|
955
955
|
(0, import_smithy_client.take)(input, {
|
|
956
956
|
Arn: [],
|
|
957
|
-
BillingPeriodRange: (_) => (0, import_smithy_client._json)(_)
|
|
957
|
+
BillingPeriodRange: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingPeriodRange")
|
|
958
958
|
})
|
|
959
959
|
);
|
|
960
960
|
b.m("POST").h(headers).b(body);
|
|
@@ -999,7 +999,7 @@ var se_DisassociateAccountsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
999
999
|
let body;
|
|
1000
1000
|
body = JSON.stringify(
|
|
1001
1001
|
(0, import_smithy_client.take)(input, {
|
|
1002
|
-
AccountIds: (_) => (0, import_smithy_client._json)(_),
|
|
1002
|
+
AccountIds: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountIds"),
|
|
1003
1003
|
Arn: []
|
|
1004
1004
|
})
|
|
1005
1005
|
);
|
|
@@ -1016,7 +1016,7 @@ var se_DisassociatePricingRulesCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
1016
1016
|
body = JSON.stringify(
|
|
1017
1017
|
(0, import_smithy_client.take)(input, {
|
|
1018
1018
|
Arn: [],
|
|
1019
|
-
PricingRuleArns: (_) => (0, import_smithy_client._json)(_)
|
|
1019
|
+
PricingRuleArns: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "PricingRuleArns")
|
|
1020
1020
|
})
|
|
1021
1021
|
);
|
|
1022
1022
|
b.m("PUT").h(headers).b(body);
|
|
@@ -1032,8 +1032,8 @@ var se_GetBillingGroupCostReportCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1032
1032
|
body = JSON.stringify(
|
|
1033
1033
|
(0, import_smithy_client.take)(input, {
|
|
1034
1034
|
Arn: [],
|
|
1035
|
-
BillingPeriodRange: (_) => (0, import_smithy_client._json)(_),
|
|
1036
|
-
GroupBy: (_) => (0, import_smithy_client._json)(_),
|
|
1035
|
+
BillingPeriodRange: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingPeriodRange"),
|
|
1036
|
+
GroupBy: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "GroupBy"),
|
|
1037
1037
|
MaxResults: [],
|
|
1038
1038
|
NextToken: []
|
|
1039
1039
|
})
|
|
@@ -1051,7 +1051,7 @@ var se_ListAccountAssociationsCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
1051
1051
|
body = JSON.stringify(
|
|
1052
1052
|
(0, import_smithy_client.take)(input, {
|
|
1053
1053
|
BillingPeriod: [],
|
|
1054
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1054
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1055
1055
|
NextToken: []
|
|
1056
1056
|
})
|
|
1057
1057
|
);
|
|
@@ -1068,7 +1068,7 @@ var se_ListBillingGroupCostReportsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1068
1068
|
body = JSON.stringify(
|
|
1069
1069
|
(0, import_smithy_client.take)(input, {
|
|
1070
1070
|
BillingPeriod: [],
|
|
1071
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1071
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1072
1072
|
MaxResults: [],
|
|
1073
1073
|
NextToken: []
|
|
1074
1074
|
})
|
|
@@ -1086,7 +1086,7 @@ var se_ListBillingGroupsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1086
1086
|
body = JSON.stringify(
|
|
1087
1087
|
(0, import_smithy_client.take)(input, {
|
|
1088
1088
|
BillingPeriod: [],
|
|
1089
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1089
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1090
1090
|
MaxResults: [],
|
|
1091
1091
|
NextToken: []
|
|
1092
1092
|
})
|
|
@@ -1104,7 +1104,7 @@ var se_ListCustomLineItemsCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
1104
1104
|
body = JSON.stringify(
|
|
1105
1105
|
(0, import_smithy_client.take)(input, {
|
|
1106
1106
|
BillingPeriod: [],
|
|
1107
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1107
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1108
1108
|
MaxResults: [],
|
|
1109
1109
|
NextToken: []
|
|
1110
1110
|
})
|
|
@@ -1122,7 +1122,7 @@ var se_ListCustomLineItemVersionsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
1122
1122
|
body = JSON.stringify(
|
|
1123
1123
|
(0, import_smithy_client.take)(input, {
|
|
1124
1124
|
Arn: [],
|
|
1125
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1125
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1126
1126
|
MaxResults: [],
|
|
1127
1127
|
NextToken: []
|
|
1128
1128
|
})
|
|
@@ -1140,7 +1140,7 @@ var se_ListPricingPlansCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1140
1140
|
body = JSON.stringify(
|
|
1141
1141
|
(0, import_smithy_client.take)(input, {
|
|
1142
1142
|
BillingPeriod: [],
|
|
1143
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1143
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1144
1144
|
MaxResults: [],
|
|
1145
1145
|
NextToken: []
|
|
1146
1146
|
})
|
|
@@ -1176,7 +1176,7 @@ var se_ListPricingRulesCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
1176
1176
|
body = JSON.stringify(
|
|
1177
1177
|
(0, import_smithy_client.take)(input, {
|
|
1178
1178
|
BillingPeriod: [],
|
|
1179
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1179
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1180
1180
|
MaxResults: [],
|
|
1181
1181
|
NextToken: []
|
|
1182
1182
|
})
|
|
@@ -1213,7 +1213,7 @@ var se_ListResourcesAssociatedToCustomLineItemCommand = /* @__PURE__ */ __name(a
|
|
|
1213
1213
|
(0, import_smithy_client.take)(input, {
|
|
1214
1214
|
Arn: [],
|
|
1215
1215
|
BillingPeriod: [],
|
|
1216
|
-
Filters: (_) => (0, import_smithy_client._json)(_),
|
|
1216
|
+
Filters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Filters"),
|
|
1217
1217
|
MaxResults: [],
|
|
1218
1218
|
NextToken: []
|
|
1219
1219
|
})
|
|
@@ -1240,7 +1240,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
1240
1240
|
let body;
|
|
1241
1241
|
body = JSON.stringify(
|
|
1242
1242
|
(0, import_smithy_client.take)(input, {
|
|
1243
|
-
Tags: (_) => (0, import_smithy_client._json)(_)
|
|
1243
|
+
Tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tags")
|
|
1244
1244
|
})
|
|
1245
1245
|
);
|
|
1246
1246
|
b.m("POST").h(headers).b(body);
|
|
@@ -1267,9 +1267,9 @@ var se_UpdateBillingGroupCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1267
1267
|
let body;
|
|
1268
1268
|
body = JSON.stringify(
|
|
1269
1269
|
(0, import_smithy_client.take)(input, {
|
|
1270
|
-
AccountGrouping: (_) => (0, import_smithy_client._json)(_),
|
|
1270
|
+
AccountGrouping: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "AccountGrouping"),
|
|
1271
1271
|
Arn: [],
|
|
1272
|
-
ComputationPreference: (_) => (0, import_smithy_client._json)(_),
|
|
1272
|
+
ComputationPreference: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "ComputationPreference"),
|
|
1273
1273
|
Description: [],
|
|
1274
1274
|
Name: [],
|
|
1275
1275
|
Status: []
|
|
@@ -1288,8 +1288,8 @@ var se_UpdateCustomLineItemCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
1288
1288
|
body = JSON.stringify(
|
|
1289
1289
|
(0, import_smithy_client.take)(input, {
|
|
1290
1290
|
Arn: [],
|
|
1291
|
-
BillingPeriodRange: (_) => (0, import_smithy_client._json)(_),
|
|
1292
|
-
ChargeDetails: (_) => se_UpdateCustomLineItemChargeDetails(_, context),
|
|
1291
|
+
BillingPeriodRange: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "BillingPeriodRange"),
|
|
1292
|
+
ChargeDetails: /* @__PURE__ */ __name((_) => se_UpdateCustomLineItemChargeDetails(_, context), "ChargeDetails"),
|
|
1293
1293
|
Description: [],
|
|
1294
1294
|
Name: []
|
|
1295
1295
|
})
|
|
@@ -1325,9 +1325,9 @@ var se_UpdatePricingRuleCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
1325
1325
|
(0, import_smithy_client.take)(input, {
|
|
1326
1326
|
Arn: [],
|
|
1327
1327
|
Description: [],
|
|
1328
|
-
ModifierPercentage: (_) => (0, import_smithy_client.serializeFloat)(_),
|
|
1328
|
+
ModifierPercentage: /* @__PURE__ */ __name((_) => (0, import_smithy_client.serializeFloat)(_), "ModifierPercentage"),
|
|
1329
1329
|
Name: [],
|
|
1330
|
-
Tiering: (_) => (0, import_smithy_client._json)(_),
|
|
1330
|
+
Tiering: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "Tiering"),
|
|
1331
1331
|
Type: []
|
|
1332
1332
|
})
|
|
1333
1333
|
);
|
|
@@ -1601,7 +1601,7 @@ var de_ListCustomLineItemsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1601
1601
|
});
|
|
1602
1602
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1603
1603
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1604
|
-
CustomLineItems: (_) => de_CustomLineItemList(_, context),
|
|
1604
|
+
CustomLineItems: /* @__PURE__ */ __name((_) => de_CustomLineItemList(_, context), "CustomLineItems"),
|
|
1605
1605
|
NextToken: import_smithy_client.expectString
|
|
1606
1606
|
});
|
|
1607
1607
|
Object.assign(contents, doc);
|
|
@@ -1616,7 +1616,7 @@ var de_ListCustomLineItemVersionsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1616
1616
|
});
|
|
1617
1617
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1618
1618
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1619
|
-
CustomLineItemVersions: (_) => de_CustomLineItemVersionList(_, context),
|
|
1619
|
+
CustomLineItemVersions: /* @__PURE__ */ __name((_) => de_CustomLineItemVersionList(_, context), "CustomLineItemVersions"),
|
|
1620
1620
|
NextToken: import_smithy_client.expectString
|
|
1621
1621
|
});
|
|
1622
1622
|
Object.assign(contents, doc);
|
|
@@ -1666,7 +1666,7 @@ var de_ListPricingRulesCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1666
1666
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1667
1667
|
BillingPeriod: import_smithy_client.expectString,
|
|
1668
1668
|
NextToken: import_smithy_client.expectString,
|
|
1669
|
-
PricingRules: (_) => de_PricingRuleList(_, context)
|
|
1669
|
+
PricingRules: /* @__PURE__ */ __name((_) => de_PricingRuleList(_, context), "PricingRules")
|
|
1670
1670
|
});
|
|
1671
1671
|
Object.assign(contents, doc);
|
|
1672
1672
|
return contents;
|
|
@@ -1773,7 +1773,7 @@ var de_UpdateCustomLineItemCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1773
1773
|
Arn: import_smithy_client.expectString,
|
|
1774
1774
|
AssociationSize: import_smithy_client.expectLong,
|
|
1775
1775
|
BillingGroupArn: import_smithy_client.expectString,
|
|
1776
|
-
ChargeDetails: (_) => de_ListCustomLineItemChargeDetails(_, context),
|
|
1776
|
+
ChargeDetails: /* @__PURE__ */ __name((_) => de_ListCustomLineItemChargeDetails(_, context), "ChargeDetails"),
|
|
1777
1777
|
Description: import_smithy_client.expectString,
|
|
1778
1778
|
LastModifiedTime: import_smithy_client.expectLong,
|
|
1779
1779
|
Name: import_smithy_client.expectString
|
|
@@ -1971,9 +1971,9 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1971
1971
|
}, "de_ValidationExceptionRes");
|
|
1972
1972
|
var se_CustomLineItemChargeDetails = /* @__PURE__ */ __name((input, context) => {
|
|
1973
1973
|
return (0, import_smithy_client.take)(input, {
|
|
1974
|
-
Flat: (_) => se_CustomLineItemFlatChargeDetails(_, context),
|
|
1974
|
+
Flat: /* @__PURE__ */ __name((_) => se_CustomLineItemFlatChargeDetails(_, context), "Flat"),
|
|
1975
1975
|
LineItemFilters: import_smithy_client._json,
|
|
1976
|
-
Percentage: (_) => se_CustomLineItemPercentageChargeDetails(_, context),
|
|
1976
|
+
Percentage: /* @__PURE__ */ __name((_) => se_CustomLineItemPercentageChargeDetails(_, context), "Percentage"),
|
|
1977
1977
|
Type: []
|
|
1978
1978
|
});
|
|
1979
1979
|
}, "se_CustomLineItemChargeDetails");
|
|
@@ -1990,9 +1990,9 @@ var se_CustomLineItemPercentageChargeDetails = /* @__PURE__ */ __name((input, co
|
|
|
1990
1990
|
}, "se_CustomLineItemPercentageChargeDetails");
|
|
1991
1991
|
var se_UpdateCustomLineItemChargeDetails = /* @__PURE__ */ __name((input, context) => {
|
|
1992
1992
|
return (0, import_smithy_client.take)(input, {
|
|
1993
|
-
Flat: (_) => se_UpdateCustomLineItemFlatChargeDetails(_, context),
|
|
1993
|
+
Flat: /* @__PURE__ */ __name((_) => se_UpdateCustomLineItemFlatChargeDetails(_, context), "Flat"),
|
|
1994
1994
|
LineItemFilters: import_smithy_client._json,
|
|
1995
|
-
Percentage: (_) => se_UpdateCustomLineItemPercentageChargeDetails(_, context)
|
|
1995
|
+
Percentage: /* @__PURE__ */ __name((_) => se_UpdateCustomLineItemPercentageChargeDetails(_, context), "Percentage")
|
|
1996
1996
|
});
|
|
1997
1997
|
}, "se_UpdateCustomLineItemChargeDetails");
|
|
1998
1998
|
var se_UpdateCustomLineItemFlatChargeDetails = /* @__PURE__ */ __name((input, context) => {
|
|
@@ -2017,7 +2017,7 @@ var de_CustomLineItemListElement = /* @__PURE__ */ __name((output, context) => {
|
|
|
2017
2017
|
Arn: import_smithy_client.expectString,
|
|
2018
2018
|
AssociationSize: import_smithy_client.expectLong,
|
|
2019
2019
|
BillingGroupArn: import_smithy_client.expectString,
|
|
2020
|
-
ChargeDetails: (_) => de_ListCustomLineItemChargeDetails(_, context),
|
|
2020
|
+
ChargeDetails: /* @__PURE__ */ __name((_) => de_ListCustomLineItemChargeDetails(_, context), "ChargeDetails"),
|
|
2021
2021
|
CreationTime: import_smithy_client.expectLong,
|
|
2022
2022
|
CurrencyCode: import_smithy_client.expectString,
|
|
2023
2023
|
Description: import_smithy_client.expectString,
|
|
@@ -2038,7 +2038,7 @@ var de_CustomLineItemVersionListElement = /* @__PURE__ */ __name((output, contex
|
|
|
2038
2038
|
Arn: import_smithy_client.expectString,
|
|
2039
2039
|
AssociationSize: import_smithy_client.expectLong,
|
|
2040
2040
|
BillingGroupArn: import_smithy_client.expectString,
|
|
2041
|
-
ChargeDetails: (_) => de_ListCustomLineItemChargeDetails(_, context),
|
|
2041
|
+
ChargeDetails: /* @__PURE__ */ __name((_) => de_ListCustomLineItemChargeDetails(_, context), "ChargeDetails"),
|
|
2042
2042
|
CreationTime: import_smithy_client.expectLong,
|
|
2043
2043
|
CurrencyCode: import_smithy_client.expectString,
|
|
2044
2044
|
Description: import_smithy_client.expectString,
|
|
@@ -2052,9 +2052,9 @@ var de_CustomLineItemVersionListElement = /* @__PURE__ */ __name((output, contex
|
|
|
2052
2052
|
}, "de_CustomLineItemVersionListElement");
|
|
2053
2053
|
var de_ListCustomLineItemChargeDetails = /* @__PURE__ */ __name((output, context) => {
|
|
2054
2054
|
return (0, import_smithy_client.take)(output, {
|
|
2055
|
-
Flat: (_) => de_ListCustomLineItemFlatChargeDetails(_, context),
|
|
2055
|
+
Flat: /* @__PURE__ */ __name((_) => de_ListCustomLineItemFlatChargeDetails(_, context), "Flat"),
|
|
2056
2056
|
LineItemFilters: import_smithy_client._json,
|
|
2057
|
-
Percentage: (_) => de_ListCustomLineItemPercentageChargeDetails(_, context),
|
|
2057
|
+
Percentage: /* @__PURE__ */ __name((_) => de_ListCustomLineItemPercentageChargeDetails(_, context), "Percentage"),
|
|
2058
2058
|
Type: import_smithy_client.expectString
|
|
2059
2059
|
});
|
|
2060
2060
|
}, "de_ListCustomLineItemChargeDetails");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-billingconductor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-billingconductor",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|