@aws-sdk/client-cost-explorer 3.956.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -52
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +933 -1304
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +928 -1299
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +13 -13
package/README.md
CHANGED
|
@@ -24,10 +24,8 @@ Amazon DynamoDB database tables in your production environment. </p>
|
|
|
24
24
|
Management Pricing</a>.</p>
|
|
25
25
|
|
|
26
26
|
## Installing
|
|
27
|
-
|
|
28
27
|
To install this package, simply type add or install @aws-sdk/client-cost-explorer
|
|
29
28
|
using your favorite package manager:
|
|
30
|
-
|
|
31
29
|
- `npm install @aws-sdk/client-cost-explorer`
|
|
32
30
|
- `yarn add @aws-sdk/client-cost-explorer`
|
|
33
31
|
- `pnpm add @aws-sdk/client-cost-explorer`
|
|
@@ -63,9 +61,7 @@ To send a request, you:
|
|
|
63
61
|
// a client can be shared by different commands.
|
|
64
62
|
const client = new CostExplorerClient({ region: "REGION" });
|
|
65
63
|
|
|
66
|
-
const params = {
|
|
67
|
-
/** input parameters */
|
|
68
|
-
};
|
|
64
|
+
const params = { /** input parameters */ };
|
|
69
65
|
const command = new ListCostAllocationTagsCommand(params);
|
|
70
66
|
```
|
|
71
67
|
|
|
@@ -224,7 +220,6 @@ CreateAnomalyMonitor
|
|
|
224
220
|
</summary>
|
|
225
221
|
|
|
226
222
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/CreateAnomalyMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/CreateAnomalyMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/CreateAnomalyMonitorCommandOutput/)
|
|
227
|
-
|
|
228
223
|
</details>
|
|
229
224
|
<details>
|
|
230
225
|
<summary>
|
|
@@ -232,7 +227,6 @@ CreateAnomalySubscription
|
|
|
232
227
|
</summary>
|
|
233
228
|
|
|
234
229
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/CreateAnomalySubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/CreateAnomalySubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/CreateAnomalySubscriptionCommandOutput/)
|
|
235
|
-
|
|
236
230
|
</details>
|
|
237
231
|
<details>
|
|
238
232
|
<summary>
|
|
@@ -240,7 +234,6 @@ CreateCostCategoryDefinition
|
|
|
240
234
|
</summary>
|
|
241
235
|
|
|
242
236
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/CreateCostCategoryDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/CreateCostCategoryDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/CreateCostCategoryDefinitionCommandOutput/)
|
|
243
|
-
|
|
244
237
|
</details>
|
|
245
238
|
<details>
|
|
246
239
|
<summary>
|
|
@@ -248,7 +241,6 @@ DeleteAnomalyMonitor
|
|
|
248
241
|
</summary>
|
|
249
242
|
|
|
250
243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/DeleteAnomalyMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DeleteAnomalyMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DeleteAnomalyMonitorCommandOutput/)
|
|
251
|
-
|
|
252
244
|
</details>
|
|
253
245
|
<details>
|
|
254
246
|
<summary>
|
|
@@ -256,7 +248,6 @@ DeleteAnomalySubscription
|
|
|
256
248
|
</summary>
|
|
257
249
|
|
|
258
250
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/DeleteAnomalySubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DeleteAnomalySubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DeleteAnomalySubscriptionCommandOutput/)
|
|
259
|
-
|
|
260
251
|
</details>
|
|
261
252
|
<details>
|
|
262
253
|
<summary>
|
|
@@ -264,7 +255,6 @@ DeleteCostCategoryDefinition
|
|
|
264
255
|
</summary>
|
|
265
256
|
|
|
266
257
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/DeleteCostCategoryDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DeleteCostCategoryDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DeleteCostCategoryDefinitionCommandOutput/)
|
|
267
|
-
|
|
268
258
|
</details>
|
|
269
259
|
<details>
|
|
270
260
|
<summary>
|
|
@@ -272,7 +262,6 @@ DescribeCostCategoryDefinition
|
|
|
272
262
|
</summary>
|
|
273
263
|
|
|
274
264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/DescribeCostCategoryDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DescribeCostCategoryDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/DescribeCostCategoryDefinitionCommandOutput/)
|
|
275
|
-
|
|
276
265
|
</details>
|
|
277
266
|
<details>
|
|
278
267
|
<summary>
|
|
@@ -280,7 +269,6 @@ GetAnomalies
|
|
|
280
269
|
</summary>
|
|
281
270
|
|
|
282
271
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetAnomaliesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetAnomaliesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetAnomaliesCommandOutput/)
|
|
283
|
-
|
|
284
272
|
</details>
|
|
285
273
|
<details>
|
|
286
274
|
<summary>
|
|
@@ -288,7 +276,6 @@ GetAnomalyMonitors
|
|
|
288
276
|
</summary>
|
|
289
277
|
|
|
290
278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetAnomalyMonitorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetAnomalyMonitorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetAnomalyMonitorsCommandOutput/)
|
|
291
|
-
|
|
292
279
|
</details>
|
|
293
280
|
<details>
|
|
294
281
|
<summary>
|
|
@@ -296,7 +283,6 @@ GetAnomalySubscriptions
|
|
|
296
283
|
</summary>
|
|
297
284
|
|
|
298
285
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetAnomalySubscriptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetAnomalySubscriptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetAnomalySubscriptionsCommandOutput/)
|
|
299
|
-
|
|
300
286
|
</details>
|
|
301
287
|
<details>
|
|
302
288
|
<summary>
|
|
@@ -304,7 +290,6 @@ GetApproximateUsageRecords
|
|
|
304
290
|
</summary>
|
|
305
291
|
|
|
306
292
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetApproximateUsageRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetApproximateUsageRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetApproximateUsageRecordsCommandOutput/)
|
|
307
|
-
|
|
308
293
|
</details>
|
|
309
294
|
<details>
|
|
310
295
|
<summary>
|
|
@@ -312,7 +297,6 @@ GetCommitmentPurchaseAnalysis
|
|
|
312
297
|
</summary>
|
|
313
298
|
|
|
314
299
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetCommitmentPurchaseAnalysisCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCommitmentPurchaseAnalysisCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCommitmentPurchaseAnalysisCommandOutput/)
|
|
315
|
-
|
|
316
300
|
</details>
|
|
317
301
|
<details>
|
|
318
302
|
<summary>
|
|
@@ -320,7 +304,6 @@ GetCostAndUsage
|
|
|
320
304
|
</summary>
|
|
321
305
|
|
|
322
306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetCostAndUsageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostAndUsageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostAndUsageCommandOutput/)
|
|
323
|
-
|
|
324
307
|
</details>
|
|
325
308
|
<details>
|
|
326
309
|
<summary>
|
|
@@ -328,7 +311,6 @@ GetCostAndUsageComparisons
|
|
|
328
311
|
</summary>
|
|
329
312
|
|
|
330
313
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetCostAndUsageComparisonsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostAndUsageComparisonsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostAndUsageComparisonsCommandOutput/)
|
|
331
|
-
|
|
332
314
|
</details>
|
|
333
315
|
<details>
|
|
334
316
|
<summary>
|
|
@@ -336,7 +318,6 @@ GetCostAndUsageWithResources
|
|
|
336
318
|
</summary>
|
|
337
319
|
|
|
338
320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetCostAndUsageWithResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostAndUsageWithResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostAndUsageWithResourcesCommandOutput/)
|
|
339
|
-
|
|
340
321
|
</details>
|
|
341
322
|
<details>
|
|
342
323
|
<summary>
|
|
@@ -344,7 +325,6 @@ GetCostCategories
|
|
|
344
325
|
</summary>
|
|
345
326
|
|
|
346
327
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetCostCategoriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostCategoriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostCategoriesCommandOutput/)
|
|
347
|
-
|
|
348
328
|
</details>
|
|
349
329
|
<details>
|
|
350
330
|
<summary>
|
|
@@ -352,7 +332,6 @@ GetCostComparisonDrivers
|
|
|
352
332
|
</summary>
|
|
353
333
|
|
|
354
334
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetCostComparisonDriversCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostComparisonDriversCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostComparisonDriversCommandOutput/)
|
|
355
|
-
|
|
356
335
|
</details>
|
|
357
336
|
<details>
|
|
358
337
|
<summary>
|
|
@@ -360,7 +339,6 @@ GetCostForecast
|
|
|
360
339
|
</summary>
|
|
361
340
|
|
|
362
341
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetCostForecastCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostForecastCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetCostForecastCommandOutput/)
|
|
363
|
-
|
|
364
342
|
</details>
|
|
365
343
|
<details>
|
|
366
344
|
<summary>
|
|
@@ -368,7 +346,6 @@ GetDimensionValues
|
|
|
368
346
|
</summary>
|
|
369
347
|
|
|
370
348
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetDimensionValuesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetDimensionValuesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetDimensionValuesCommandOutput/)
|
|
371
|
-
|
|
372
349
|
</details>
|
|
373
350
|
<details>
|
|
374
351
|
<summary>
|
|
@@ -376,7 +353,6 @@ GetReservationCoverage
|
|
|
376
353
|
</summary>
|
|
377
354
|
|
|
378
355
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetReservationCoverageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetReservationCoverageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetReservationCoverageCommandOutput/)
|
|
379
|
-
|
|
380
356
|
</details>
|
|
381
357
|
<details>
|
|
382
358
|
<summary>
|
|
@@ -384,7 +360,6 @@ GetReservationPurchaseRecommendation
|
|
|
384
360
|
</summary>
|
|
385
361
|
|
|
386
362
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetReservationPurchaseRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetReservationPurchaseRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetReservationPurchaseRecommendationCommandOutput/)
|
|
387
|
-
|
|
388
363
|
</details>
|
|
389
364
|
<details>
|
|
390
365
|
<summary>
|
|
@@ -392,7 +367,6 @@ GetReservationUtilization
|
|
|
392
367
|
</summary>
|
|
393
368
|
|
|
394
369
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetReservationUtilizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetReservationUtilizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetReservationUtilizationCommandOutput/)
|
|
395
|
-
|
|
396
370
|
</details>
|
|
397
371
|
<details>
|
|
398
372
|
<summary>
|
|
@@ -400,7 +374,6 @@ GetRightsizingRecommendation
|
|
|
400
374
|
</summary>
|
|
401
375
|
|
|
402
376
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetRightsizingRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetRightsizingRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetRightsizingRecommendationCommandOutput/)
|
|
403
|
-
|
|
404
377
|
</details>
|
|
405
378
|
<details>
|
|
406
379
|
<summary>
|
|
@@ -408,7 +381,6 @@ GetSavingsPlanPurchaseRecommendationDetails
|
|
|
408
381
|
</summary>
|
|
409
382
|
|
|
410
383
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetSavingsPlanPurchaseRecommendationDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlanPurchaseRecommendationDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlanPurchaseRecommendationDetailsCommandOutput/)
|
|
411
|
-
|
|
412
384
|
</details>
|
|
413
385
|
<details>
|
|
414
386
|
<summary>
|
|
@@ -416,7 +388,6 @@ GetSavingsPlansCoverage
|
|
|
416
388
|
</summary>
|
|
417
389
|
|
|
418
390
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetSavingsPlansCoverageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansCoverageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansCoverageCommandOutput/)
|
|
419
|
-
|
|
420
391
|
</details>
|
|
421
392
|
<details>
|
|
422
393
|
<summary>
|
|
@@ -424,7 +395,6 @@ GetSavingsPlansPurchaseRecommendation
|
|
|
424
395
|
</summary>
|
|
425
396
|
|
|
426
397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetSavingsPlansPurchaseRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansPurchaseRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansPurchaseRecommendationCommandOutput/)
|
|
427
|
-
|
|
428
398
|
</details>
|
|
429
399
|
<details>
|
|
430
400
|
<summary>
|
|
@@ -432,7 +402,6 @@ GetSavingsPlansUtilization
|
|
|
432
402
|
</summary>
|
|
433
403
|
|
|
434
404
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetSavingsPlansUtilizationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansUtilizationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansUtilizationCommandOutput/)
|
|
435
|
-
|
|
436
405
|
</details>
|
|
437
406
|
<details>
|
|
438
407
|
<summary>
|
|
@@ -440,7 +409,6 @@ GetSavingsPlansUtilizationDetails
|
|
|
440
409
|
</summary>
|
|
441
410
|
|
|
442
411
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetSavingsPlansUtilizationDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansUtilizationDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetSavingsPlansUtilizationDetailsCommandOutput/)
|
|
443
|
-
|
|
444
412
|
</details>
|
|
445
413
|
<details>
|
|
446
414
|
<summary>
|
|
@@ -448,7 +416,6 @@ GetTags
|
|
|
448
416
|
</summary>
|
|
449
417
|
|
|
450
418
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetTagsCommandOutput/)
|
|
451
|
-
|
|
452
419
|
</details>
|
|
453
420
|
<details>
|
|
454
421
|
<summary>
|
|
@@ -456,7 +423,6 @@ GetUsageForecast
|
|
|
456
423
|
</summary>
|
|
457
424
|
|
|
458
425
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/GetUsageForecastCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetUsageForecastCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/GetUsageForecastCommandOutput/)
|
|
459
|
-
|
|
460
426
|
</details>
|
|
461
427
|
<details>
|
|
462
428
|
<summary>
|
|
@@ -464,7 +430,6 @@ ListCommitmentPurchaseAnalyses
|
|
|
464
430
|
</summary>
|
|
465
431
|
|
|
466
432
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ListCommitmentPurchaseAnalysesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCommitmentPurchaseAnalysesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCommitmentPurchaseAnalysesCommandOutput/)
|
|
467
|
-
|
|
468
433
|
</details>
|
|
469
434
|
<details>
|
|
470
435
|
<summary>
|
|
@@ -472,7 +437,6 @@ ListCostAllocationTagBackfillHistory
|
|
|
472
437
|
</summary>
|
|
473
438
|
|
|
474
439
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ListCostAllocationTagBackfillHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostAllocationTagBackfillHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostAllocationTagBackfillHistoryCommandOutput/)
|
|
475
|
-
|
|
476
440
|
</details>
|
|
477
441
|
<details>
|
|
478
442
|
<summary>
|
|
@@ -480,7 +444,6 @@ ListCostAllocationTags
|
|
|
480
444
|
</summary>
|
|
481
445
|
|
|
482
446
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ListCostAllocationTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostAllocationTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostAllocationTagsCommandOutput/)
|
|
483
|
-
|
|
484
447
|
</details>
|
|
485
448
|
<details>
|
|
486
449
|
<summary>
|
|
@@ -488,7 +451,6 @@ ListCostCategoryDefinitions
|
|
|
488
451
|
</summary>
|
|
489
452
|
|
|
490
453
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ListCostCategoryDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostCategoryDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostCategoryDefinitionsCommandOutput/)
|
|
491
|
-
|
|
492
454
|
</details>
|
|
493
455
|
<details>
|
|
494
456
|
<summary>
|
|
@@ -496,7 +458,6 @@ ListCostCategoryResourceAssociations
|
|
|
496
458
|
</summary>
|
|
497
459
|
|
|
498
460
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ListCostCategoryResourceAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostCategoryResourceAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListCostCategoryResourceAssociationsCommandOutput/)
|
|
499
|
-
|
|
500
461
|
</details>
|
|
501
462
|
<details>
|
|
502
463
|
<summary>
|
|
@@ -504,7 +465,6 @@ ListSavingsPlansPurchaseRecommendationGeneration
|
|
|
504
465
|
</summary>
|
|
505
466
|
|
|
506
467
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ListSavingsPlansPurchaseRecommendationGenerationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListSavingsPlansPurchaseRecommendationGenerationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListSavingsPlansPurchaseRecommendationGenerationCommandOutput/)
|
|
507
|
-
|
|
508
468
|
</details>
|
|
509
469
|
<details>
|
|
510
470
|
<summary>
|
|
@@ -512,7 +472,6 @@ ListTagsForResource
|
|
|
512
472
|
</summary>
|
|
513
473
|
|
|
514
474
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ListTagsForResourceCommandOutput/)
|
|
515
|
-
|
|
516
475
|
</details>
|
|
517
476
|
<details>
|
|
518
477
|
<summary>
|
|
@@ -520,7 +479,6 @@ ProvideAnomalyFeedback
|
|
|
520
479
|
</summary>
|
|
521
480
|
|
|
522
481
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/ProvideAnomalyFeedbackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ProvideAnomalyFeedbackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/ProvideAnomalyFeedbackCommandOutput/)
|
|
523
|
-
|
|
524
482
|
</details>
|
|
525
483
|
<details>
|
|
526
484
|
<summary>
|
|
@@ -528,7 +486,6 @@ StartCommitmentPurchaseAnalysis
|
|
|
528
486
|
</summary>
|
|
529
487
|
|
|
530
488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/StartCommitmentPurchaseAnalysisCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/StartCommitmentPurchaseAnalysisCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/StartCommitmentPurchaseAnalysisCommandOutput/)
|
|
531
|
-
|
|
532
489
|
</details>
|
|
533
490
|
<details>
|
|
534
491
|
<summary>
|
|
@@ -536,7 +493,6 @@ StartCostAllocationTagBackfill
|
|
|
536
493
|
</summary>
|
|
537
494
|
|
|
538
495
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/StartCostAllocationTagBackfillCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/StartCostAllocationTagBackfillCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/StartCostAllocationTagBackfillCommandOutput/)
|
|
539
|
-
|
|
540
496
|
</details>
|
|
541
497
|
<details>
|
|
542
498
|
<summary>
|
|
@@ -544,7 +500,6 @@ StartSavingsPlansPurchaseRecommendationGeneration
|
|
|
544
500
|
</summary>
|
|
545
501
|
|
|
546
502
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/StartSavingsPlansPurchaseRecommendationGenerationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/StartSavingsPlansPurchaseRecommendationGenerationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/StartSavingsPlansPurchaseRecommendationGenerationCommandOutput/)
|
|
547
|
-
|
|
548
503
|
</details>
|
|
549
504
|
<details>
|
|
550
505
|
<summary>
|
|
@@ -552,7 +507,6 @@ TagResource
|
|
|
552
507
|
</summary>
|
|
553
508
|
|
|
554
509
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/TagResourceCommandOutput/)
|
|
555
|
-
|
|
556
510
|
</details>
|
|
557
511
|
<details>
|
|
558
512
|
<summary>
|
|
@@ -560,7 +514,6 @@ UntagResource
|
|
|
560
514
|
</summary>
|
|
561
515
|
|
|
562
516
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UntagResourceCommandOutput/)
|
|
563
|
-
|
|
564
517
|
</details>
|
|
565
518
|
<details>
|
|
566
519
|
<summary>
|
|
@@ -568,7 +521,6 @@ UpdateAnomalyMonitor
|
|
|
568
521
|
</summary>
|
|
569
522
|
|
|
570
523
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/UpdateAnomalyMonitorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateAnomalyMonitorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateAnomalyMonitorCommandOutput/)
|
|
571
|
-
|
|
572
524
|
</details>
|
|
573
525
|
<details>
|
|
574
526
|
<summary>
|
|
@@ -576,7 +528,6 @@ UpdateAnomalySubscription
|
|
|
576
528
|
</summary>
|
|
577
529
|
|
|
578
530
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/UpdateAnomalySubscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateAnomalySubscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateAnomalySubscriptionCommandOutput/)
|
|
579
|
-
|
|
580
531
|
</details>
|
|
581
532
|
<details>
|
|
582
533
|
<summary>
|
|
@@ -584,7 +535,6 @@ UpdateCostAllocationTagsStatus
|
|
|
584
535
|
</summary>
|
|
585
536
|
|
|
586
537
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/UpdateCostAllocationTagsStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateCostAllocationTagsStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateCostAllocationTagsStatusCommandOutput/)
|
|
587
|
-
|
|
588
538
|
</details>
|
|
589
539
|
<details>
|
|
590
540
|
<summary>
|
|
@@ -592,5 +542,4 @@ UpdateCostCategoryDefinition
|
|
|
592
542
|
</summary>
|
|
593
543
|
|
|
594
544
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/cost-explorer/command/UpdateCostCategoryDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateCostCategoryDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-cost-explorer/Interface/UpdateCostCategoryDefinitionCommandOutput/)
|
|
595
|
-
|
|
596
545
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultCostExplorerHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultCostExplorerHttpAuthSchemeParametersProvider = defaultCostExplorerHttpAuthSchemeParametersProvider;
|