@aws-sdk/client-billingconductor 3.649.0 → 3.650.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 (34) hide show
  1. package/dist-cjs/index.js +32 -96
  2. package/dist-es/commands/AssociateAccountsCommand.js +1 -3
  3. package/dist-es/commands/AssociatePricingRulesCommand.js +1 -3
  4. package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +1 -3
  5. package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +1 -3
  6. package/dist-es/commands/CreateBillingGroupCommand.js +1 -3
  7. package/dist-es/commands/CreateCustomLineItemCommand.js +1 -3
  8. package/dist-es/commands/CreatePricingPlanCommand.js +1 -3
  9. package/dist-es/commands/CreatePricingRuleCommand.js +1 -3
  10. package/dist-es/commands/DeleteBillingGroupCommand.js +1 -3
  11. package/dist-es/commands/DeleteCustomLineItemCommand.js +1 -3
  12. package/dist-es/commands/DeletePricingPlanCommand.js +1 -3
  13. package/dist-es/commands/DeletePricingRuleCommand.js +1 -3
  14. package/dist-es/commands/DisassociateAccountsCommand.js +1 -3
  15. package/dist-es/commands/DisassociatePricingRulesCommand.js +1 -3
  16. package/dist-es/commands/GetBillingGroupCostReportCommand.js +1 -3
  17. package/dist-es/commands/ListAccountAssociationsCommand.js +1 -3
  18. package/dist-es/commands/ListBillingGroupCostReportsCommand.js +1 -3
  19. package/dist-es/commands/ListBillingGroupsCommand.js +1 -3
  20. package/dist-es/commands/ListCustomLineItemVersionsCommand.js +1 -3
  21. package/dist-es/commands/ListCustomLineItemsCommand.js +1 -3
  22. package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +1 -3
  23. package/dist-es/commands/ListPricingPlansCommand.js +1 -3
  24. package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +1 -3
  25. package/dist-es/commands/ListPricingRulesCommand.js +1 -3
  26. package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +1 -3
  27. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  28. package/dist-es/commands/TagResourceCommand.js +1 -3
  29. package/dist-es/commands/UntagResourceCommand.js +1 -3
  30. package/dist-es/commands/UpdateBillingGroupCommand.js +1 -3
  31. package/dist-es/commands/UpdateCustomLineItemCommand.js +1 -3
  32. package/dist-es/commands/UpdatePricingPlanCommand.js +1 -3
  33. package/dist-es/commands/UpdatePricingRuleCommand.js +1 -3
  34. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -2012,9 +2012,7 @@ var _tK = "tagKeys";
2012
2012
  var _xact = "x-amzn-client-token";
2013
2013
 
2014
2014
  // src/commands/AssociateAccountsCommand.ts
2015
- var _AssociateAccountsCommand = class _AssociateAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
2016
- ...commonParams
2017
- }).m(function(Command, cs, config, o) {
2015
+ var _AssociateAccountsCommand = class _AssociateAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2018
2016
  return [
2019
2017
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2020
2018
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2028,9 +2026,7 @@ var AssociateAccountsCommand = _AssociateAccountsCommand;
2028
2026
 
2029
2027
 
2030
2028
 
2031
- var _AssociatePricingRulesCommand = class _AssociatePricingRulesCommand extends import_smithy_client.Command.classBuilder().ep({
2032
- ...commonParams
2033
- }).m(function(Command, cs, config, o) {
2029
+ var _AssociatePricingRulesCommand = class _AssociatePricingRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2034
2030
  return [
2035
2031
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2036
2032
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2044,9 +2040,7 @@ var AssociatePricingRulesCommand = _AssociatePricingRulesCommand;
2044
2040
 
2045
2041
 
2046
2042
 
2047
- var _BatchAssociateResourcesToCustomLineItemCommand = class _BatchAssociateResourcesToCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep({
2048
- ...commonParams
2049
- }).m(function(Command, cs, config, o) {
2043
+ var _BatchAssociateResourcesToCustomLineItemCommand = class _BatchAssociateResourcesToCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2050
2044
  return [
2051
2045
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2052
2046
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2060,9 +2054,7 @@ var BatchAssociateResourcesToCustomLineItemCommand = _BatchAssociateResourcesToC
2060
2054
 
2061
2055
 
2062
2056
 
2063
- var _BatchDisassociateResourcesFromCustomLineItemCommand = class _BatchDisassociateResourcesFromCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep({
2064
- ...commonParams
2065
- }).m(function(Command, cs, config, o) {
2057
+ var _BatchDisassociateResourcesFromCustomLineItemCommand = class _BatchDisassociateResourcesFromCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2066
2058
  return [
2067
2059
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2068
2060
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2076,9 +2068,7 @@ var BatchDisassociateResourcesFromCustomLineItemCommand = _BatchDisassociateReso
2076
2068
 
2077
2069
 
2078
2070
 
2079
- var _CreateBillingGroupCommand = class _CreateBillingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2080
- ...commonParams
2081
- }).m(function(Command, cs, config, o) {
2071
+ var _CreateBillingGroupCommand = class _CreateBillingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2082
2072
  return [
2083
2073
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2084
2074
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2092,9 +2082,7 @@ var CreateBillingGroupCommand = _CreateBillingGroupCommand;
2092
2082
 
2093
2083
 
2094
2084
 
2095
- var _CreateCustomLineItemCommand = class _CreateCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep({
2096
- ...commonParams
2097
- }).m(function(Command, cs, config, o) {
2085
+ var _CreateCustomLineItemCommand = class _CreateCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2098
2086
  return [
2099
2087
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2100
2088
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2108,9 +2096,7 @@ var CreateCustomLineItemCommand = _CreateCustomLineItemCommand;
2108
2096
 
2109
2097
 
2110
2098
 
2111
- var _CreatePricingPlanCommand = class _CreatePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep({
2112
- ...commonParams
2113
- }).m(function(Command, cs, config, o) {
2099
+ var _CreatePricingPlanCommand = class _CreatePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2114
2100
  return [
2115
2101
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2116
2102
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2124,9 +2110,7 @@ var CreatePricingPlanCommand = _CreatePricingPlanCommand;
2124
2110
 
2125
2111
 
2126
2112
 
2127
- var _CreatePricingRuleCommand = class _CreatePricingRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2128
- ...commonParams
2129
- }).m(function(Command, cs, config, o) {
2113
+ var _CreatePricingRuleCommand = class _CreatePricingRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2130
2114
  return [
2131
2115
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2132
2116
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2140,9 +2124,7 @@ var CreatePricingRuleCommand = _CreatePricingRuleCommand;
2140
2124
 
2141
2125
 
2142
2126
 
2143
- var _DeleteBillingGroupCommand = class _DeleteBillingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2144
- ...commonParams
2145
- }).m(function(Command, cs, config, o) {
2127
+ var _DeleteBillingGroupCommand = class _DeleteBillingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2146
2128
  return [
2147
2129
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2148
2130
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2156,9 +2138,7 @@ var DeleteBillingGroupCommand = _DeleteBillingGroupCommand;
2156
2138
 
2157
2139
 
2158
2140
 
2159
- var _DeleteCustomLineItemCommand = class _DeleteCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep({
2160
- ...commonParams
2161
- }).m(function(Command, cs, config, o) {
2141
+ var _DeleteCustomLineItemCommand = class _DeleteCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2162
2142
  return [
2163
2143
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2164
2144
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2172,9 +2152,7 @@ var DeleteCustomLineItemCommand = _DeleteCustomLineItemCommand;
2172
2152
 
2173
2153
 
2174
2154
 
2175
- var _DeletePricingPlanCommand = class _DeletePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep({
2176
- ...commonParams
2177
- }).m(function(Command, cs, config, o) {
2155
+ var _DeletePricingPlanCommand = class _DeletePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2178
2156
  return [
2179
2157
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2180
2158
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2188,9 +2166,7 @@ var DeletePricingPlanCommand = _DeletePricingPlanCommand;
2188
2166
 
2189
2167
 
2190
2168
 
2191
- var _DeletePricingRuleCommand = class _DeletePricingRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2192
- ...commonParams
2193
- }).m(function(Command, cs, config, o) {
2169
+ var _DeletePricingRuleCommand = class _DeletePricingRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2194
2170
  return [
2195
2171
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2196
2172
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2204,9 +2180,7 @@ var DeletePricingRuleCommand = _DeletePricingRuleCommand;
2204
2180
 
2205
2181
 
2206
2182
 
2207
- var _DisassociateAccountsCommand = class _DisassociateAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
2208
- ...commonParams
2209
- }).m(function(Command, cs, config, o) {
2183
+ var _DisassociateAccountsCommand = class _DisassociateAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2210
2184
  return [
2211
2185
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2212
2186
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2220,9 +2194,7 @@ var DisassociateAccountsCommand = _DisassociateAccountsCommand;
2220
2194
 
2221
2195
 
2222
2196
 
2223
- var _DisassociatePricingRulesCommand = class _DisassociatePricingRulesCommand extends import_smithy_client.Command.classBuilder().ep({
2224
- ...commonParams
2225
- }).m(function(Command, cs, config, o) {
2197
+ var _DisassociatePricingRulesCommand = class _DisassociatePricingRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2226
2198
  return [
2227
2199
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2228
2200
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2236,9 +2208,7 @@ var DisassociatePricingRulesCommand = _DisassociatePricingRulesCommand;
2236
2208
 
2237
2209
 
2238
2210
 
2239
- var _GetBillingGroupCostReportCommand = class _GetBillingGroupCostReportCommand extends import_smithy_client.Command.classBuilder().ep({
2240
- ...commonParams
2241
- }).m(function(Command, cs, config, o) {
2211
+ var _GetBillingGroupCostReportCommand = class _GetBillingGroupCostReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2242
2212
  return [
2243
2213
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2244
2214
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2252,9 +2222,7 @@ var GetBillingGroupCostReportCommand = _GetBillingGroupCostReportCommand;
2252
2222
 
2253
2223
 
2254
2224
 
2255
- var _ListAccountAssociationsCommand = class _ListAccountAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
2256
- ...commonParams
2257
- }).m(function(Command, cs, config, o) {
2225
+ var _ListAccountAssociationsCommand = class _ListAccountAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2258
2226
  return [
2259
2227
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2260
2228
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2268,9 +2236,7 @@ var ListAccountAssociationsCommand = _ListAccountAssociationsCommand;
2268
2236
 
2269
2237
 
2270
2238
 
2271
- var _ListBillingGroupCostReportsCommand = class _ListBillingGroupCostReportsCommand extends import_smithy_client.Command.classBuilder().ep({
2272
- ...commonParams
2273
- }).m(function(Command, cs, config, o) {
2239
+ var _ListBillingGroupCostReportsCommand = class _ListBillingGroupCostReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2274
2240
  return [
2275
2241
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2276
2242
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2284,9 +2250,7 @@ var ListBillingGroupCostReportsCommand = _ListBillingGroupCostReportsCommand;
2284
2250
 
2285
2251
 
2286
2252
 
2287
- var _ListBillingGroupsCommand = class _ListBillingGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
2288
- ...commonParams
2289
- }).m(function(Command, cs, config, o) {
2253
+ var _ListBillingGroupsCommand = class _ListBillingGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2290
2254
  return [
2291
2255
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2292
2256
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2300,9 +2264,7 @@ var ListBillingGroupsCommand = _ListBillingGroupsCommand;
2300
2264
 
2301
2265
 
2302
2266
 
2303
- var _ListCustomLineItemsCommand = class _ListCustomLineItemsCommand extends import_smithy_client.Command.classBuilder().ep({
2304
- ...commonParams
2305
- }).m(function(Command, cs, config, o) {
2267
+ var _ListCustomLineItemsCommand = class _ListCustomLineItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2306
2268
  return [
2307
2269
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2308
2270
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2316,9 +2278,7 @@ var ListCustomLineItemsCommand = _ListCustomLineItemsCommand;
2316
2278
 
2317
2279
 
2318
2280
 
2319
- var _ListCustomLineItemVersionsCommand = class _ListCustomLineItemVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
2320
- ...commonParams
2321
- }).m(function(Command, cs, config, o) {
2281
+ var _ListCustomLineItemVersionsCommand = class _ListCustomLineItemVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2322
2282
  return [
2323
2283
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2324
2284
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2332,9 +2292,7 @@ var ListCustomLineItemVersionsCommand = _ListCustomLineItemVersionsCommand;
2332
2292
 
2333
2293
 
2334
2294
 
2335
- var _ListPricingPlansAssociatedWithPricingRuleCommand = class _ListPricingPlansAssociatedWithPricingRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2336
- ...commonParams
2337
- }).m(function(Command, cs, config, o) {
2295
+ var _ListPricingPlansAssociatedWithPricingRuleCommand = class _ListPricingPlansAssociatedWithPricingRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2338
2296
  return [
2339
2297
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2340
2298
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2348,9 +2306,7 @@ var ListPricingPlansAssociatedWithPricingRuleCommand = _ListPricingPlansAssociat
2348
2306
 
2349
2307
 
2350
2308
 
2351
- var _ListPricingPlansCommand = class _ListPricingPlansCommand extends import_smithy_client.Command.classBuilder().ep({
2352
- ...commonParams
2353
- }).m(function(Command, cs, config, o) {
2309
+ var _ListPricingPlansCommand = class _ListPricingPlansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2354
2310
  return [
2355
2311
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2356
2312
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2364,9 +2320,7 @@ var ListPricingPlansCommand = _ListPricingPlansCommand;
2364
2320
 
2365
2321
 
2366
2322
 
2367
- var _ListPricingRulesAssociatedToPricingPlanCommand = class _ListPricingRulesAssociatedToPricingPlanCommand extends import_smithy_client.Command.classBuilder().ep({
2368
- ...commonParams
2369
- }).m(function(Command, cs, config, o) {
2323
+ var _ListPricingRulesAssociatedToPricingPlanCommand = class _ListPricingRulesAssociatedToPricingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2370
2324
  return [
2371
2325
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2372
2326
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2380,9 +2334,7 @@ var ListPricingRulesAssociatedToPricingPlanCommand = _ListPricingRulesAssociated
2380
2334
 
2381
2335
 
2382
2336
 
2383
- var _ListPricingRulesCommand = class _ListPricingRulesCommand extends import_smithy_client.Command.classBuilder().ep({
2384
- ...commonParams
2385
- }).m(function(Command, cs, config, o) {
2337
+ var _ListPricingRulesCommand = class _ListPricingRulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2386
2338
  return [
2387
2339
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2388
2340
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2396,9 +2348,7 @@ var ListPricingRulesCommand = _ListPricingRulesCommand;
2396
2348
 
2397
2349
 
2398
2350
 
2399
- var _ListResourcesAssociatedToCustomLineItemCommand = class _ListResourcesAssociatedToCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep({
2400
- ...commonParams
2401
- }).m(function(Command, cs, config, o) {
2351
+ var _ListResourcesAssociatedToCustomLineItemCommand = class _ListResourcesAssociatedToCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2402
2352
  return [
2403
2353
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2404
2354
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2412,9 +2362,7 @@ var ListResourcesAssociatedToCustomLineItemCommand = _ListResourcesAssociatedToC
2412
2362
 
2413
2363
 
2414
2364
 
2415
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2416
- ...commonParams
2417
- }).m(function(Command, cs, config, o) {
2365
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2418
2366
  return [
2419
2367
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2420
2368
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2428,9 +2376,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2428
2376
 
2429
2377
 
2430
2378
 
2431
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2432
- ...commonParams
2433
- }).m(function(Command, cs, config, o) {
2379
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2434
2380
  return [
2435
2381
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2436
2382
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2444,9 +2390,7 @@ var TagResourceCommand = _TagResourceCommand;
2444
2390
 
2445
2391
 
2446
2392
 
2447
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2448
- ...commonParams
2449
- }).m(function(Command, cs, config, o) {
2393
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2450
2394
  return [
2451
2395
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2452
2396
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2460,9 +2404,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2460
2404
 
2461
2405
 
2462
2406
 
2463
- var _UpdateBillingGroupCommand = class _UpdateBillingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
2464
- ...commonParams
2465
- }).m(function(Command, cs, config, o) {
2407
+ var _UpdateBillingGroupCommand = class _UpdateBillingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2466
2408
  return [
2467
2409
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2468
2410
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2476,9 +2418,7 @@ var UpdateBillingGroupCommand = _UpdateBillingGroupCommand;
2476
2418
 
2477
2419
 
2478
2420
 
2479
- var _UpdateCustomLineItemCommand = class _UpdateCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep({
2480
- ...commonParams
2481
- }).m(function(Command, cs, config, o) {
2421
+ var _UpdateCustomLineItemCommand = class _UpdateCustomLineItemCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2482
2422
  return [
2483
2423
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2484
2424
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2492,9 +2432,7 @@ var UpdateCustomLineItemCommand = _UpdateCustomLineItemCommand;
2492
2432
 
2493
2433
 
2494
2434
 
2495
- var _UpdatePricingPlanCommand = class _UpdatePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep({
2496
- ...commonParams
2497
- }).m(function(Command, cs, config, o) {
2435
+ var _UpdatePricingPlanCommand = class _UpdatePricingPlanCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2498
2436
  return [
2499
2437
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2500
2438
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2508,9 +2446,7 @@ var UpdatePricingPlanCommand = _UpdatePricingPlanCommand;
2508
2446
 
2509
2447
 
2510
2448
 
2511
- var _UpdatePricingRuleCommand = class _UpdatePricingRuleCommand extends import_smithy_client.Command.classBuilder().ep({
2512
- ...commonParams
2513
- }).m(function(Command, cs, config, o) {
2449
+ var _UpdatePricingRuleCommand = class _UpdatePricingRuleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2514
2450
  return [
2515
2451
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2516
2452
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AssociateAccountsCommand, se_AssociateAccountsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class AssociateAccountsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_AssociatePricingRulesCommand, se_AssociatePricingRulesCommand } from
6
6
  export { $Command };
7
7
  export class AssociatePricingRulesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchAssociateResourcesToCustomLineItemCommand, se_BatchAssociateRes
6
6
  export { $Command };
7
7
  export class BatchAssociateResourcesToCustomLineItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDisassociateResourcesFromCustomLineItemCommand, se_BatchDisasso
6
6
  export { $Command };
7
7
  export class BatchDisassociateResourcesFromCustomLineItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateBillingGroupCommand, se_CreateBillingGroupCommand } from "../p
7
7
  export { $Command };
8
8
  export class CreateBillingGroupCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateCustomLineItemCommand, se_CreateCustomLineItemCommand } from "
7
7
  export { $Command };
8
8
  export class CreateCustomLineItemCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreatePricingPlanCommand, se_CreatePricingPlanCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreatePricingPlanCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreatePricingRuleCommand, se_CreatePricingRuleCommand } from "../pro
7
7
  export { $Command };
8
8
  export class CreatePricingRuleCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteBillingGroupCommand, se_DeleteBillingGroupCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteBillingGroupCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteCustomLineItemCommand, se_DeleteCustomLineItemCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteCustomLineItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePricingPlanCommand, se_DeletePricingPlanCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeletePricingPlanCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeletePricingRuleCommand, se_DeletePricingRuleCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeletePricingRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociateAccountsCommand, se_DisassociateAccountsCommand } from "
6
6
  export { $Command };
7
7
  export class DisassociateAccountsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisassociatePricingRulesCommand, se_DisassociatePricingRulesCommand
6
6
  export { $Command };
7
7
  export class DisassociatePricingRulesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetBillingGroupCostReportCommand, se_GetBillingGroupCostReportComman
6
6
  export { $Command };
7
7
  export class GetBillingGroupCostReportCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListAccountAssociationsCommand, se_ListAccountAssociationsCommand }
7
7
  export { $Command };
8
8
  export class ListAccountAssociationsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListBillingGroupCostReportsCommand, se_ListBillingGroupCostReportsCo
6
6
  export { $Command };
7
7
  export class ListBillingGroupCostReportsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListBillingGroupsCommand, se_ListBillingGroupsCommand } from "../pro
7
7
  export { $Command };
8
8
  export class ListBillingGroupsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListCustomLineItemVersionsCommand, se_ListCustomLineItemVersionsComm
7
7
  export { $Command };
8
8
  export class ListCustomLineItemVersionsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListCustomLineItemsCommand, se_ListCustomLineItemsCommand } from "..
7
7
  export { $Command };
8
8
  export class ListCustomLineItemsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPricingPlansAssociatedWithPricingRuleCommand, se_ListPricingPlan
6
6
  export { $Command };
7
7
  export class ListPricingPlansAssociatedWithPricingRuleCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListPricingPlansCommand, se_ListPricingPlansCommand } from "../proto
7
7
  export { $Command };
8
8
  export class ListPricingPlansCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListPricingRulesAssociatedToPricingPlanCommand, se_ListPricingRulesA
6
6
  export { $Command };
7
7
  export class ListPricingRulesAssociatedToPricingPlanCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListPricingRulesCommand, se_ListPricingRulesCommand } from "../proto
7
7
  export { $Command };
8
8
  export class ListPricingRulesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListResourcesAssociatedToCustomLineItemCommand, se_ListResourcesAsso
6
6
  export { $Command };
7
7
  export class ListResourcesAssociatedToCustomLineItemCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateBillingGroupCommand, se_UpdateBillingGroupCommand } from "../p
7
7
  export { $Command };
8
8
  export class UpdateBillingGroupCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateCustomLineItemCommand, se_UpdateCustomLineItemCommand } from "
7
7
  export { $Command };
8
8
  export class UpdateCustomLineItemCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdatePricingPlanCommand, se_UpdatePricingPlanCommand } from "../pro
7
7
  export { $Command };
8
8
  export class UpdatePricingPlanCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdatePricingRuleCommand, se_UpdatePricingRuleCommand } from "../pro
7
7
  export { $Command };
8
8
  export class UpdatePricingRuleCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
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.649.0",
4
+ "version": "3.650.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,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",