@aws-sdk/client-cost-explorer 3.649.0 → 3.651.1

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 (45) hide show
  1. package/dist-cjs/index.js +41 -123
  2. package/dist-es/commands/CreateAnomalyMonitorCommand.js +1 -3
  3. package/dist-es/commands/CreateAnomalySubscriptionCommand.js +1 -3
  4. package/dist-es/commands/CreateCostCategoryDefinitionCommand.js +1 -3
  5. package/dist-es/commands/DeleteAnomalyMonitorCommand.js +1 -3
  6. package/dist-es/commands/DeleteAnomalySubscriptionCommand.js +1 -3
  7. package/dist-es/commands/DeleteCostCategoryDefinitionCommand.js +1 -3
  8. package/dist-es/commands/DescribeCostCategoryDefinitionCommand.js +1 -3
  9. package/dist-es/commands/GetAnomaliesCommand.js +1 -3
  10. package/dist-es/commands/GetAnomalyMonitorsCommand.js +1 -3
  11. package/dist-es/commands/GetAnomalySubscriptionsCommand.js +1 -3
  12. package/dist-es/commands/GetApproximateUsageRecordsCommand.js +1 -3
  13. package/dist-es/commands/GetCostAndUsageCommand.js +1 -3
  14. package/dist-es/commands/GetCostAndUsageWithResourcesCommand.js +1 -3
  15. package/dist-es/commands/GetCostCategoriesCommand.js +1 -3
  16. package/dist-es/commands/GetCostForecastCommand.js +1 -3
  17. package/dist-es/commands/GetDimensionValuesCommand.js +1 -3
  18. package/dist-es/commands/GetReservationCoverageCommand.js +1 -3
  19. package/dist-es/commands/GetReservationPurchaseRecommendationCommand.js +1 -3
  20. package/dist-es/commands/GetReservationUtilizationCommand.js +1 -3
  21. package/dist-es/commands/GetRightsizingRecommendationCommand.js +1 -3
  22. package/dist-es/commands/GetSavingsPlanPurchaseRecommendationDetailsCommand.js +1 -3
  23. package/dist-es/commands/GetSavingsPlansCoverageCommand.js +1 -3
  24. package/dist-es/commands/GetSavingsPlansPurchaseRecommendationCommand.js +1 -3
  25. package/dist-es/commands/GetSavingsPlansUtilizationCommand.js +1 -3
  26. package/dist-es/commands/GetSavingsPlansUtilizationDetailsCommand.js +1 -3
  27. package/dist-es/commands/GetTagsCommand.js +1 -3
  28. package/dist-es/commands/GetUsageForecastCommand.js +1 -3
  29. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +1 -3
  30. package/dist-es/commands/ListCostAllocationTagsCommand.js +1 -3
  31. package/dist-es/commands/ListCostCategoryDefinitionsCommand.js +1 -3
  32. package/dist-es/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -3
  33. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  34. package/dist-es/commands/ProvideAnomalyFeedbackCommand.js +1 -3
  35. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +1 -3
  36. package/dist-es/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.js +1 -3
  37. package/dist-es/commands/TagResourceCommand.js +1 -3
  38. package/dist-es/commands/UntagResourceCommand.js +1 -3
  39. package/dist-es/commands/UpdateAnomalyMonitorCommand.js +1 -3
  40. package/dist-es/commands/UpdateAnomalySubscriptionCommand.js +1 -3
  41. package/dist-es/commands/UpdateCostAllocationTagsStatusCommand.js +1 -3
  42. package/dist-es/commands/UpdateCostCategoryDefinitionCommand.js +1 -3
  43. package/dist-es/endpoint/endpointResolver.js +7 -3
  44. package/package.json +5 -5
  45. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -2147,9 +2147,7 @@ function sharedHeaders(operation) {
2147
2147
  __name(sharedHeaders, "sharedHeaders");
2148
2148
 
2149
2149
  // src/commands/CreateAnomalyMonitorCommand.ts
2150
- var _CreateAnomalyMonitorCommand = class _CreateAnomalyMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
2151
- ...commonParams
2152
- }).m(function(Command, cs, config, o) {
2150
+ var _CreateAnomalyMonitorCommand = class _CreateAnomalyMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2153
2151
  return [
2154
2152
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2155
2153
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2163,9 +2161,7 @@ var CreateAnomalyMonitorCommand = _CreateAnomalyMonitorCommand;
2163
2161
 
2164
2162
 
2165
2163
 
2166
- var _CreateAnomalySubscriptionCommand = class _CreateAnomalySubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2167
- ...commonParams
2168
- }).m(function(Command, cs, config, o) {
2164
+ var _CreateAnomalySubscriptionCommand = class _CreateAnomalySubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2169
2165
  return [
2170
2166
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2171
2167
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2179,9 +2175,7 @@ var CreateAnomalySubscriptionCommand = _CreateAnomalySubscriptionCommand;
2179
2175
 
2180
2176
 
2181
2177
 
2182
- var _CreateCostCategoryDefinitionCommand = class _CreateCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
2183
- ...commonParams
2184
- }).m(function(Command, cs, config, o) {
2178
+ var _CreateCostCategoryDefinitionCommand = class _CreateCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2185
2179
  return [
2186
2180
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2187
2181
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2195,9 +2189,7 @@ var CreateCostCategoryDefinitionCommand = _CreateCostCategoryDefinitionCommand;
2195
2189
 
2196
2190
 
2197
2191
 
2198
- var _DeleteAnomalyMonitorCommand = class _DeleteAnomalyMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
2199
- ...commonParams
2200
- }).m(function(Command, cs, config, o) {
2192
+ var _DeleteAnomalyMonitorCommand = class _DeleteAnomalyMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2201
2193
  return [
2202
2194
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2203
2195
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2211,9 +2203,7 @@ var DeleteAnomalyMonitorCommand = _DeleteAnomalyMonitorCommand;
2211
2203
 
2212
2204
 
2213
2205
 
2214
- var _DeleteAnomalySubscriptionCommand = class _DeleteAnomalySubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2215
- ...commonParams
2216
- }).m(function(Command, cs, config, o) {
2206
+ var _DeleteAnomalySubscriptionCommand = class _DeleteAnomalySubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2217
2207
  return [
2218
2208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2219
2209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2227,9 +2217,7 @@ var DeleteAnomalySubscriptionCommand = _DeleteAnomalySubscriptionCommand;
2227
2217
 
2228
2218
 
2229
2219
 
2230
- var _DeleteCostCategoryDefinitionCommand = class _DeleteCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
2231
- ...commonParams
2232
- }).m(function(Command, cs, config, o) {
2220
+ var _DeleteCostCategoryDefinitionCommand = class _DeleteCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2233
2221
  return [
2234
2222
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2235
2223
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2243,9 +2231,7 @@ var DeleteCostCategoryDefinitionCommand = _DeleteCostCategoryDefinitionCommand;
2243
2231
 
2244
2232
 
2245
2233
 
2246
- var _DescribeCostCategoryDefinitionCommand = class _DescribeCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
2247
- ...commonParams
2248
- }).m(function(Command, cs, config, o) {
2234
+ var _DescribeCostCategoryDefinitionCommand = class _DescribeCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2249
2235
  return [
2250
2236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2251
2237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2259,9 +2245,7 @@ var DescribeCostCategoryDefinitionCommand = _DescribeCostCategoryDefinitionComma
2259
2245
 
2260
2246
 
2261
2247
 
2262
- var _GetAnomaliesCommand = class _GetAnomaliesCommand extends import_smithy_client.Command.classBuilder().ep({
2263
- ...commonParams
2264
- }).m(function(Command, cs, config, o) {
2248
+ var _GetAnomaliesCommand = class _GetAnomaliesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2265
2249
  return [
2266
2250
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2267
2251
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2275,9 +2259,7 @@ var GetAnomaliesCommand = _GetAnomaliesCommand;
2275
2259
 
2276
2260
 
2277
2261
 
2278
- var _GetAnomalyMonitorsCommand = class _GetAnomalyMonitorsCommand extends import_smithy_client.Command.classBuilder().ep({
2279
- ...commonParams
2280
- }).m(function(Command, cs, config, o) {
2262
+ var _GetAnomalyMonitorsCommand = class _GetAnomalyMonitorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2281
2263
  return [
2282
2264
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2283
2265
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2291,9 +2273,7 @@ var GetAnomalyMonitorsCommand = _GetAnomalyMonitorsCommand;
2291
2273
 
2292
2274
 
2293
2275
 
2294
- var _GetAnomalySubscriptionsCommand = class _GetAnomalySubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
2295
- ...commonParams
2296
- }).m(function(Command, cs, config, o) {
2276
+ var _GetAnomalySubscriptionsCommand = class _GetAnomalySubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2297
2277
  return [
2298
2278
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2299
2279
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2307,9 +2287,7 @@ var GetAnomalySubscriptionsCommand = _GetAnomalySubscriptionsCommand;
2307
2287
 
2308
2288
 
2309
2289
 
2310
- var _GetApproximateUsageRecordsCommand = class _GetApproximateUsageRecordsCommand extends import_smithy_client.Command.classBuilder().ep({
2311
- ...commonParams
2312
- }).m(function(Command, cs, config, o) {
2290
+ var _GetApproximateUsageRecordsCommand = class _GetApproximateUsageRecordsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2313
2291
  return [
2314
2292
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2315
2293
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2323,9 +2301,7 @@ var GetApproximateUsageRecordsCommand = _GetApproximateUsageRecordsCommand;
2323
2301
 
2324
2302
 
2325
2303
 
2326
- var _GetCostAndUsageCommand = class _GetCostAndUsageCommand extends import_smithy_client.Command.classBuilder().ep({
2327
- ...commonParams
2328
- }).m(function(Command, cs, config, o) {
2304
+ var _GetCostAndUsageCommand = class _GetCostAndUsageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2329
2305
  return [
2330
2306
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2331
2307
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2339,9 +2315,7 @@ var GetCostAndUsageCommand = _GetCostAndUsageCommand;
2339
2315
 
2340
2316
 
2341
2317
 
2342
- var _GetCostAndUsageWithResourcesCommand = class _GetCostAndUsageWithResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
2343
- ...commonParams
2344
- }).m(function(Command, cs, config, o) {
2318
+ var _GetCostAndUsageWithResourcesCommand = class _GetCostAndUsageWithResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2345
2319
  return [
2346
2320
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2347
2321
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2355,9 +2329,7 @@ var GetCostAndUsageWithResourcesCommand = _GetCostAndUsageWithResourcesCommand;
2355
2329
 
2356
2330
 
2357
2331
 
2358
- var _GetCostCategoriesCommand = class _GetCostCategoriesCommand extends import_smithy_client.Command.classBuilder().ep({
2359
- ...commonParams
2360
- }).m(function(Command, cs, config, o) {
2332
+ var _GetCostCategoriesCommand = class _GetCostCategoriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2361
2333
  return [
2362
2334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2363
2335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2371,9 +2343,7 @@ var GetCostCategoriesCommand = _GetCostCategoriesCommand;
2371
2343
 
2372
2344
 
2373
2345
 
2374
- var _GetCostForecastCommand = class _GetCostForecastCommand extends import_smithy_client.Command.classBuilder().ep({
2375
- ...commonParams
2376
- }).m(function(Command, cs, config, o) {
2346
+ var _GetCostForecastCommand = class _GetCostForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2377
2347
  return [
2378
2348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2379
2349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2387,9 +2357,7 @@ var GetCostForecastCommand = _GetCostForecastCommand;
2387
2357
 
2388
2358
 
2389
2359
 
2390
- var _GetDimensionValuesCommand = class _GetDimensionValuesCommand extends import_smithy_client.Command.classBuilder().ep({
2391
- ...commonParams
2392
- }).m(function(Command, cs, config, o) {
2360
+ var _GetDimensionValuesCommand = class _GetDimensionValuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2393
2361
  return [
2394
2362
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2395
2363
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2403,9 +2371,7 @@ var GetDimensionValuesCommand = _GetDimensionValuesCommand;
2403
2371
 
2404
2372
 
2405
2373
 
2406
- var _GetReservationCoverageCommand = class _GetReservationCoverageCommand extends import_smithy_client.Command.classBuilder().ep({
2407
- ...commonParams
2408
- }).m(function(Command, cs, config, o) {
2374
+ var _GetReservationCoverageCommand = class _GetReservationCoverageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2409
2375
  return [
2410
2376
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2411
2377
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2419,9 +2385,7 @@ var GetReservationCoverageCommand = _GetReservationCoverageCommand;
2419
2385
 
2420
2386
 
2421
2387
 
2422
- var _GetReservationPurchaseRecommendationCommand = class _GetReservationPurchaseRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
2423
- ...commonParams
2424
- }).m(function(Command, cs, config, o) {
2388
+ var _GetReservationPurchaseRecommendationCommand = class _GetReservationPurchaseRecommendationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2425
2389
  return [
2426
2390
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2427
2391
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2435,9 +2399,7 @@ var GetReservationPurchaseRecommendationCommand = _GetReservationPurchaseRecomme
2435
2399
 
2436
2400
 
2437
2401
 
2438
- var _GetReservationUtilizationCommand = class _GetReservationUtilizationCommand extends import_smithy_client.Command.classBuilder().ep({
2439
- ...commonParams
2440
- }).m(function(Command, cs, config, o) {
2402
+ var _GetReservationUtilizationCommand = class _GetReservationUtilizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2441
2403
  return [
2442
2404
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2443
2405
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2451,9 +2413,7 @@ var GetReservationUtilizationCommand = _GetReservationUtilizationCommand;
2451
2413
 
2452
2414
 
2453
2415
 
2454
- var _GetRightsizingRecommendationCommand = class _GetRightsizingRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
2455
- ...commonParams
2456
- }).m(function(Command, cs, config, o) {
2416
+ var _GetRightsizingRecommendationCommand = class _GetRightsizingRecommendationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2457
2417
  return [
2458
2418
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2459
2419
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2467,9 +2427,7 @@ var GetRightsizingRecommendationCommand = _GetRightsizingRecommendationCommand;
2467
2427
 
2468
2428
 
2469
2429
 
2470
- var _GetSavingsPlanPurchaseRecommendationDetailsCommand = class _GetSavingsPlanPurchaseRecommendationDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
2471
- ...commonParams
2472
- }).m(function(Command, cs, config, o) {
2430
+ var _GetSavingsPlanPurchaseRecommendationDetailsCommand = class _GetSavingsPlanPurchaseRecommendationDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2473
2431
  return [
2474
2432
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2475
2433
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2483,9 +2441,7 @@ var GetSavingsPlanPurchaseRecommendationDetailsCommand = _GetSavingsPlanPurchase
2483
2441
 
2484
2442
 
2485
2443
 
2486
- var _GetSavingsPlansCoverageCommand = class _GetSavingsPlansCoverageCommand extends import_smithy_client.Command.classBuilder().ep({
2487
- ...commonParams
2488
- }).m(function(Command, cs, config, o) {
2444
+ var _GetSavingsPlansCoverageCommand = class _GetSavingsPlansCoverageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2489
2445
  return [
2490
2446
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2491
2447
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2499,9 +2455,7 @@ var GetSavingsPlansCoverageCommand = _GetSavingsPlansCoverageCommand;
2499
2455
 
2500
2456
 
2501
2457
 
2502
- var _GetSavingsPlansPurchaseRecommendationCommand = class _GetSavingsPlansPurchaseRecommendationCommand extends import_smithy_client.Command.classBuilder().ep({
2503
- ...commonParams
2504
- }).m(function(Command, cs, config, o) {
2458
+ var _GetSavingsPlansPurchaseRecommendationCommand = class _GetSavingsPlansPurchaseRecommendationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2505
2459
  return [
2506
2460
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2507
2461
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2515,9 +2469,7 @@ var GetSavingsPlansPurchaseRecommendationCommand = _GetSavingsPlansPurchaseRecom
2515
2469
 
2516
2470
 
2517
2471
 
2518
- var _GetSavingsPlansUtilizationCommand = class _GetSavingsPlansUtilizationCommand extends import_smithy_client.Command.classBuilder().ep({
2519
- ...commonParams
2520
- }).m(function(Command, cs, config, o) {
2472
+ var _GetSavingsPlansUtilizationCommand = class _GetSavingsPlansUtilizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2521
2473
  return [
2522
2474
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2523
2475
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2531,9 +2483,7 @@ var GetSavingsPlansUtilizationCommand = _GetSavingsPlansUtilizationCommand;
2531
2483
 
2532
2484
 
2533
2485
 
2534
- var _GetSavingsPlansUtilizationDetailsCommand = class _GetSavingsPlansUtilizationDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
2535
- ...commonParams
2536
- }).m(function(Command, cs, config, o) {
2486
+ var _GetSavingsPlansUtilizationDetailsCommand = class _GetSavingsPlansUtilizationDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2537
2487
  return [
2538
2488
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2539
2489
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2547,9 +2497,7 @@ var GetSavingsPlansUtilizationDetailsCommand = _GetSavingsPlansUtilizationDetail
2547
2497
 
2548
2498
 
2549
2499
 
2550
- var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep({
2551
- ...commonParams
2552
- }).m(function(Command, cs, config, o) {
2500
+ var _GetTagsCommand = class _GetTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2553
2501
  return [
2554
2502
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2555
2503
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2563,9 +2511,7 @@ var GetTagsCommand = _GetTagsCommand;
2563
2511
 
2564
2512
 
2565
2513
 
2566
- var _GetUsageForecastCommand = class _GetUsageForecastCommand extends import_smithy_client.Command.classBuilder().ep({
2567
- ...commonParams
2568
- }).m(function(Command, cs, config, o) {
2514
+ var _GetUsageForecastCommand = class _GetUsageForecastCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2569
2515
  return [
2570
2516
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2571
2517
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2579,9 +2525,7 @@ var GetUsageForecastCommand = _GetUsageForecastCommand;
2579
2525
 
2580
2526
 
2581
2527
 
2582
- var _ListCostAllocationTagBackfillHistoryCommand = class _ListCostAllocationTagBackfillHistoryCommand extends import_smithy_client.Command.classBuilder().ep({
2583
- ...commonParams
2584
- }).m(function(Command, cs, config, o) {
2528
+ var _ListCostAllocationTagBackfillHistoryCommand = class _ListCostAllocationTagBackfillHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2585
2529
  return [
2586
2530
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2587
2531
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2595,9 +2539,7 @@ var ListCostAllocationTagBackfillHistoryCommand = _ListCostAllocationTagBackfill
2595
2539
 
2596
2540
 
2597
2541
 
2598
- var _ListCostAllocationTagsCommand = class _ListCostAllocationTagsCommand extends import_smithy_client.Command.classBuilder().ep({
2599
- ...commonParams
2600
- }).m(function(Command, cs, config, o) {
2542
+ var _ListCostAllocationTagsCommand = class _ListCostAllocationTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2601
2543
  return [
2602
2544
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2603
2545
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2611,9 +2553,7 @@ var ListCostAllocationTagsCommand = _ListCostAllocationTagsCommand;
2611
2553
 
2612
2554
 
2613
2555
 
2614
- var _ListCostCategoryDefinitionsCommand = class _ListCostCategoryDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep({
2615
- ...commonParams
2616
- }).m(function(Command, cs, config, o) {
2556
+ var _ListCostCategoryDefinitionsCommand = class _ListCostCategoryDefinitionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2617
2557
  return [
2618
2558
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2619
2559
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2627,9 +2567,7 @@ var ListCostCategoryDefinitionsCommand = _ListCostCategoryDefinitionsCommand;
2627
2567
 
2628
2568
 
2629
2569
 
2630
- var _ListSavingsPlansPurchaseRecommendationGenerationCommand = class _ListSavingsPlansPurchaseRecommendationGenerationCommand extends import_smithy_client.Command.classBuilder().ep({
2631
- ...commonParams
2632
- }).m(function(Command, cs, config, o) {
2570
+ var _ListSavingsPlansPurchaseRecommendationGenerationCommand = class _ListSavingsPlansPurchaseRecommendationGenerationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2633
2571
  return [
2634
2572
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2635
2573
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2643,9 +2581,7 @@ var ListSavingsPlansPurchaseRecommendationGenerationCommand = _ListSavingsPlansP
2643
2581
 
2644
2582
 
2645
2583
 
2646
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2647
- ...commonParams
2648
- }).m(function(Command, cs, config, o) {
2584
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2649
2585
  return [
2650
2586
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2651
2587
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2659,9 +2595,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
2659
2595
 
2660
2596
 
2661
2597
 
2662
- var _ProvideAnomalyFeedbackCommand = class _ProvideAnomalyFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
2663
- ...commonParams
2664
- }).m(function(Command, cs, config, o) {
2598
+ var _ProvideAnomalyFeedbackCommand = class _ProvideAnomalyFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2665
2599
  return [
2666
2600
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2667
2601
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2675,9 +2609,7 @@ var ProvideAnomalyFeedbackCommand = _ProvideAnomalyFeedbackCommand;
2675
2609
 
2676
2610
 
2677
2611
 
2678
- var _StartCostAllocationTagBackfillCommand = class _StartCostAllocationTagBackfillCommand extends import_smithy_client.Command.classBuilder().ep({
2679
- ...commonParams
2680
- }).m(function(Command, cs, config, o) {
2612
+ var _StartCostAllocationTagBackfillCommand = class _StartCostAllocationTagBackfillCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2681
2613
  return [
2682
2614
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2683
2615
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2691,9 +2623,7 @@ var StartCostAllocationTagBackfillCommand = _StartCostAllocationTagBackfillComma
2691
2623
 
2692
2624
 
2693
2625
 
2694
- var _StartSavingsPlansPurchaseRecommendationGenerationCommand = class _StartSavingsPlansPurchaseRecommendationGenerationCommand extends import_smithy_client.Command.classBuilder().ep({
2695
- ...commonParams
2696
- }).m(function(Command, cs, config, o) {
2626
+ var _StartSavingsPlansPurchaseRecommendationGenerationCommand = class _StartSavingsPlansPurchaseRecommendationGenerationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2697
2627
  return [
2698
2628
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2699
2629
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2707,9 +2637,7 @@ var StartSavingsPlansPurchaseRecommendationGenerationCommand = _StartSavingsPlan
2707
2637
 
2708
2638
 
2709
2639
 
2710
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2711
- ...commonParams
2712
- }).m(function(Command, cs, config, o) {
2640
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2713
2641
  return [
2714
2642
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2715
2643
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2723,9 +2651,7 @@ var TagResourceCommand = _TagResourceCommand;
2723
2651
 
2724
2652
 
2725
2653
 
2726
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
2727
- ...commonParams
2728
- }).m(function(Command, cs, config, o) {
2654
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2729
2655
  return [
2730
2656
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2731
2657
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2739,9 +2665,7 @@ var UntagResourceCommand = _UntagResourceCommand;
2739
2665
 
2740
2666
 
2741
2667
 
2742
- var _UpdateAnomalyMonitorCommand = class _UpdateAnomalyMonitorCommand extends import_smithy_client.Command.classBuilder().ep({
2743
- ...commonParams
2744
- }).m(function(Command, cs, config, o) {
2668
+ var _UpdateAnomalyMonitorCommand = class _UpdateAnomalyMonitorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2745
2669
  return [
2746
2670
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2747
2671
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2755,9 +2679,7 @@ var UpdateAnomalyMonitorCommand = _UpdateAnomalyMonitorCommand;
2755
2679
 
2756
2680
 
2757
2681
 
2758
- var _UpdateAnomalySubscriptionCommand = class _UpdateAnomalySubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
2759
- ...commonParams
2760
- }).m(function(Command, cs, config, o) {
2682
+ var _UpdateAnomalySubscriptionCommand = class _UpdateAnomalySubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2761
2683
  return [
2762
2684
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2763
2685
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2771,9 +2693,7 @@ var UpdateAnomalySubscriptionCommand = _UpdateAnomalySubscriptionCommand;
2771
2693
 
2772
2694
 
2773
2695
 
2774
- var _UpdateCostAllocationTagsStatusCommand = class _UpdateCostAllocationTagsStatusCommand extends import_smithy_client.Command.classBuilder().ep({
2775
- ...commonParams
2776
- }).m(function(Command, cs, config, o) {
2696
+ var _UpdateCostAllocationTagsStatusCommand = class _UpdateCostAllocationTagsStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2777
2697
  return [
2778
2698
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2779
2699
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2787,9 +2707,7 @@ var UpdateCostAllocationTagsStatusCommand = _UpdateCostAllocationTagsStatusComma
2787
2707
 
2788
2708
 
2789
2709
 
2790
- var _UpdateCostCategoryDefinitionCommand = class _UpdateCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep({
2791
- ...commonParams
2792
- }).m(function(Command, cs, config, o) {
2710
+ var _UpdateCostCategoryDefinitionCommand = class _UpdateCostCategoryDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2793
2711
  return [
2794
2712
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2795
2713
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_CreateAnomalyMonitorCommand, se_CreateAnomalyMonitorCommand } from "
6
6
  export { $Command };
7
7
  export class CreateAnomalyMonitorCommand 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_CreateAnomalySubscriptionCommand, se_CreateAnomalySubscriptionComman
6
6
  export { $Command };
7
7
  export class CreateAnomalySubscriptionCommand 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_CreateCostCategoryDefinitionCommand, se_CreateCostCategoryDefinition
6
6
  export { $Command };
7
7
  export class CreateCostCategoryDefinitionCommand 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_DeleteAnomalyMonitorCommand, se_DeleteAnomalyMonitorCommand } from "
6
6
  export { $Command };
7
7
  export class DeleteAnomalyMonitorCommand 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_DeleteAnomalySubscriptionCommand, se_DeleteAnomalySubscriptionComman
6
6
  export { $Command };
7
7
  export class DeleteAnomalySubscriptionCommand 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_DeleteCostCategoryDefinitionCommand, se_DeleteCostCategoryDefinition
6
6
  export { $Command };
7
7
  export class DeleteCostCategoryDefinitionCommand 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_DescribeCostCategoryDefinitionCommand, se_DescribeCostCategoryDefini
6
6
  export { $Command };
7
7
  export class DescribeCostCategoryDefinitionCommand 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_GetAnomaliesCommand, se_GetAnomaliesCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class GetAnomaliesCommand 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_GetAnomalyMonitorsCommand, se_GetAnomalyMonitorsCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetAnomalyMonitorsCommand 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_GetAnomalySubscriptionsCommand, se_GetAnomalySubscriptionsCommand }
6
6
  export { $Command };
7
7
  export class GetAnomalySubscriptionsCommand 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_GetApproximateUsageRecordsCommand, se_GetApproximateUsageRecordsComm
6
6
  export { $Command };
7
7
  export class GetApproximateUsageRecordsCommand 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_GetCostAndUsageCommand, se_GetCostAndUsageCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetCostAndUsageCommand 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_GetCostAndUsageWithResourcesCommand, se_GetCostAndUsageWithResources
6
6
  export { $Command };
7
7
  export class GetCostAndUsageWithResourcesCommand 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_GetCostCategoriesCommand, se_GetCostCategoriesCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetCostCategoriesCommand 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_GetCostForecastCommand, se_GetCostForecastCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class GetCostForecastCommand 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_GetDimensionValuesCommand, se_GetDimensionValuesCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetDimensionValuesCommand 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_GetReservationCoverageCommand, se_GetReservationCoverageCommand } fr
6
6
  export { $Command };
7
7
  export class GetReservationCoverageCommand 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_GetReservationPurchaseRecommendationCommand, se_GetReservationPurcha
6
6
  export { $Command };
7
7
  export class GetReservationPurchaseRecommendationCommand 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_GetReservationUtilizationCommand, se_GetReservationUtilizationComman
6
6
  export { $Command };
7
7
  export class GetReservationUtilizationCommand 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_GetRightsizingRecommendationCommand, se_GetRightsizingRecommendation
6
6
  export { $Command };
7
7
  export class GetRightsizingRecommendationCommand 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_GetSavingsPlanPurchaseRecommendationDetailsCommand, se_GetSavingsPla
6
6
  export { $Command };
7
7
  export class GetSavingsPlanPurchaseRecommendationDetailsCommand 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_GetSavingsPlansCoverageCommand, se_GetSavingsPlansCoverageCommand }
6
6
  export { $Command };
7
7
  export class GetSavingsPlansCoverageCommand 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_GetSavingsPlansPurchaseRecommendationCommand, se_GetSavingsPlansPurc
6
6
  export { $Command };
7
7
  export class GetSavingsPlansPurchaseRecommendationCommand 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_GetSavingsPlansUtilizationCommand, se_GetSavingsPlansUtilizationComm
6
6
  export { $Command };
7
7
  export class GetSavingsPlansUtilizationCommand 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_GetSavingsPlansUtilizationDetailsCommand, se_GetSavingsPlansUtilizat
6
6
  export { $Command };
7
7
  export class GetSavingsPlansUtilizationDetailsCommand 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_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
7
  export class GetTagsCommand 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_GetUsageForecastCommand, se_GetUsageForecastCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetUsageForecastCommand 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_ListCostAllocationTagBackfillHistoryCommand, se_ListCostAllocationTa
6
6
  export { $Command };
7
7
  export class ListCostAllocationTagBackfillHistoryCommand 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_ListCostAllocationTagsCommand, se_ListCostAllocationTagsCommand } fr
6
6
  export { $Command };
7
7
  export class ListCostAllocationTagsCommand 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_ListCostCategoryDefinitionsCommand, se_ListCostCategoryDefinitionsCo
6
6
  export { $Command };
7
7
  export class ListCostCategoryDefinitionsCommand 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_ListSavingsPlansPurchaseRecommendationGenerationCommand, se_ListSavi
6
6
  export { $Command };
7
7
  export class ListSavingsPlansPurchaseRecommendationGenerationCommand 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_ProvideAnomalyFeedbackCommand, se_ProvideAnomalyFeedbackCommand } fr
6
6
  export { $Command };
7
7
  export class ProvideAnomalyFeedbackCommand 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_StartCostAllocationTagBackfillCommand, se_StartCostAllocationTagBack
6
6
  export { $Command };
7
7
  export class StartCostAllocationTagBackfillCommand 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_StartSavingsPlansPurchaseRecommendationGenerationCommand, se_StartSa
6
6
  export { $Command };
7
7
  export class StartSavingsPlansPurchaseRecommendationGenerationCommand 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_j
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),
@@ -6,9 +6,7 @@ import { de_UpdateAnomalyMonitorCommand, se_UpdateAnomalyMonitorCommand } from "
6
6
  export { $Command };
7
7
  export class UpdateAnomalyMonitorCommand 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_UpdateAnomalySubscriptionCommand, se_UpdateAnomalySubscriptionComman
6
6
  export { $Command };
7
7
  export class UpdateAnomalySubscriptionCommand 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_UpdateCostAllocationTagsStatusCommand, se_UpdateCostAllocationTagsSt
6
6
  export { $Command };
7
7
  export class UpdateCostAllocationTagsStatusCommand 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_UpdateCostCategoryDefinitionCommand, se_UpdateCostCategoryDefinition
6
6
  export { $Command };
7
7
  export class UpdateCostCategoryDefinitionCommand 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),
@@ -1,10 +1,14 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
2
+ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
3
  import { ruleSet } from "./ruleset";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
4
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
5
- return resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
6
10
  endpointParams: endpointParams,
7
11
  logger: context.logger,
8
- });
12
+ }));
9
13
  };
10
14
  customEndpointFunctions.aws = awsEndpointFunctions;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cost-explorer",
3
3
  "description": "AWS SDK for JavaScript Cost Explorer Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.651.1",
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-cost-explorer",
@@ -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",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.651.1",
24
+ "@aws-sdk/client-sts": "3.651.1",
25
+ "@aws-sdk/core": "3.651.1",
26
+ "@aws-sdk/credential-provider-node": "3.651.1",
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",
@@ -1,11 +0,0 @@
1
- // This file is read by tools that parse documentation comments conforming to the TSDoc standard.
2
- // It should be published with your NPM package. It should not be tracked by Git.
3
- {
4
- "tsdocVersion": "0.12",
5
- "toolPackages": [
6
- {
7
- "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.34.4"
9
- }
10
- ]
11
- }