@aws-sdk/client-cost-explorer 3.540.0 → 3.549.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 (29) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +123 -0
  3. package/dist-es/CostExplorer.js +4 -0
  4. package/dist-es/commands/ListCostAllocationTagBackfillHistoryCommand.js +24 -0
  5. package/dist-es/commands/StartCostAllocationTagBackfillCommand.js +24 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +18 -0
  8. package/dist-es/pagination/ListCostAllocationTagBackfillHistoryPaginator.js +4 -0
  9. package/dist-es/pagination/index.js +1 -0
  10. package/dist-es/protocols/Aws_json1_1.js +51 -1
  11. package/dist-types/CostExplorer.d.ts +15 -0
  12. package/dist-types/CostExplorerClient.d.ts +4 -2
  13. package/dist-types/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +77 -0
  14. package/dist-types/commands/StartCostAllocationTagBackfillCommand.d.ts +76 -0
  15. package/dist-types/commands/index.d.ts +2 -0
  16. package/dist-types/models/models_0.d.ts +131 -0
  17. package/dist-types/pagination/ListCostAllocationTagBackfillHistoryPaginator.d.ts +7 -0
  18. package/dist-types/pagination/index.d.ts +1 -0
  19. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  20. package/dist-types/ts3.4/CostExplorer.d.ts +41 -0
  21. package/dist-types/ts3.4/CostExplorerClient.d.ts +12 -0
  22. package/dist-types/ts3.4/commands/ListCostAllocationTagBackfillHistoryCommand.d.ts +39 -0
  23. package/dist-types/ts3.4/commands/StartCostAllocationTagBackfillCommand.d.ts +39 -0
  24. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  25. package/dist-types/ts3.4/models/models_0.d.ts +36 -0
  26. package/dist-types/ts3.4/pagination/ListCostAllocationTagBackfillHistoryPaginator.d.ts +11 -0
  27. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  28. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  29. package/package.json +6 -6
@@ -1,5 +1,6 @@
1
1
  export * from "./GetSavingsPlansCoveragePaginator";
2
2
  export * from "./GetSavingsPlansUtilizationDetailsPaginator";
3
3
  export * from "./Interfaces";
4
+ export * from "./ListCostAllocationTagBackfillHistoryPaginator";
4
5
  export * from "./ListCostAllocationTagsPaginator";
5
6
  export * from "./ListCostCategoryDefinitionsPaginator";
@@ -111,6 +111,10 @@ import {
111
111
  GetUsageForecastCommandInput,
112
112
  GetUsageForecastCommandOutput,
113
113
  } from "../commands/GetUsageForecastCommand";
114
+ import {
115
+ ListCostAllocationTagBackfillHistoryCommandInput,
116
+ ListCostAllocationTagBackfillHistoryCommandOutput,
117
+ } from "../commands/ListCostAllocationTagBackfillHistoryCommand";
114
118
  import {
115
119
  ListCostAllocationTagsCommandInput,
116
120
  ListCostAllocationTagsCommandOutput,
@@ -131,6 +135,10 @@ import {
131
135
  ProvideAnomalyFeedbackCommandInput,
132
136
  ProvideAnomalyFeedbackCommandOutput,
133
137
  } from "../commands/ProvideAnomalyFeedbackCommand";
138
+ import {
139
+ StartCostAllocationTagBackfillCommandInput,
140
+ StartCostAllocationTagBackfillCommandOutput,
141
+ } from "../commands/StartCostAllocationTagBackfillCommand";
134
142
  import {
135
143
  StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
136
144
  StartSavingsPlansPurchaseRecommendationGenerationCommandOutput,
@@ -267,6 +275,10 @@ export declare const se_GetUsageForecastCommand: (
267
275
  input: GetUsageForecastCommandInput,
268
276
  context: __SerdeContext
269
277
  ) => Promise<__HttpRequest>;
278
+ export declare const se_ListCostAllocationTagBackfillHistoryCommand: (
279
+ input: ListCostAllocationTagBackfillHistoryCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
270
282
  export declare const se_ListCostAllocationTagsCommand: (
271
283
  input: ListCostAllocationTagsCommandInput,
272
284
  context: __SerdeContext
@@ -287,6 +299,10 @@ export declare const se_ProvideAnomalyFeedbackCommand: (
287
299
  input: ProvideAnomalyFeedbackCommandInput,
288
300
  context: __SerdeContext
289
301
  ) => Promise<__HttpRequest>;
302
+ export declare const se_StartCostAllocationTagBackfillCommand: (
303
+ input: StartCostAllocationTagBackfillCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
290
306
  export declare const se_StartSavingsPlansPurchaseRecommendationGenerationCommand: (
291
307
  input: StartSavingsPlansPurchaseRecommendationGenerationCommandInput,
292
308
  context: __SerdeContext
@@ -423,6 +439,10 @@ export declare const de_GetUsageForecastCommand: (
423
439
  output: __HttpResponse,
424
440
  context: __SerdeContext
425
441
  ) => Promise<GetUsageForecastCommandOutput>;
442
+ export declare const de_ListCostAllocationTagBackfillHistoryCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<ListCostAllocationTagBackfillHistoryCommandOutput>;
426
446
  export declare const de_ListCostAllocationTagsCommand: (
427
447
  output: __HttpResponse,
428
448
  context: __SerdeContext
@@ -443,6 +463,10 @@ export declare const de_ProvideAnomalyFeedbackCommand: (
443
463
  output: __HttpResponse,
444
464
  context: __SerdeContext
445
465
  ) => Promise<ProvideAnomalyFeedbackCommandOutput>;
466
+ export declare const de_StartCostAllocationTagBackfillCommand: (
467
+ output: __HttpResponse,
468
+ context: __SerdeContext
469
+ ) => Promise<StartCostAllocationTagBackfillCommandOutput>;
446
470
  export declare const de_StartSavingsPlansPurchaseRecommendationGenerationCommand: (
447
471
  output: __HttpResponse,
448
472
  context: __SerdeContext
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.540.0",
4
+ "version": "3.549.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-cost-explorer",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.540.0",
24
- "@aws-sdk/core": "3.535.0",
25
- "@aws-sdk/credential-provider-node": "3.540.0",
23
+ "@aws-sdk/client-sts": "3.549.0",
24
+ "@aws-sdk/core": "3.549.0",
25
+ "@aws-sdk/credential-provider-node": "3.549.0",
26
26
  "@aws-sdk/middleware-host-header": "3.535.0",
27
27
  "@aws-sdk/middleware-logger": "3.535.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.535.0",
@@ -33,13 +33,13 @@
33
33
  "@aws-sdk/util-user-agent-browser": "3.535.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.535.0",
35
35
  "@smithy/config-resolver": "^2.2.0",
36
- "@smithy/core": "^1.4.0",
36
+ "@smithy/core": "^1.4.1",
37
37
  "@smithy/fetch-http-handler": "^2.5.0",
38
38
  "@smithy/hash-node": "^2.2.0",
39
39
  "@smithy/invalid-dependency": "^2.2.0",
40
40
  "@smithy/middleware-content-length": "^2.2.0",
41
41
  "@smithy/middleware-endpoint": "^2.5.0",
42
- "@smithy/middleware-retry": "^2.2.0",
42
+ "@smithy/middleware-retry": "^2.3.0",
43
43
  "@smithy/middleware-serde": "^2.3.0",
44
44
  "@smithy/middleware-stack": "^2.2.0",
45
45
  "@smithy/node-config-provider": "^2.3.0",