@aws-sdk/client-cost-explorer 3.495.0 → 3.499.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 (2) hide show
  1. package/dist-cjs/index.js +54 -51
  2. package/package.json +39 -39
package/dist-cjs/index.js CHANGED
@@ -3599,36 +3599,20 @@ var paginateListCostCategoryDefinitions = (0, import_core.createPaginator)(CostE
3599
3599
  // src/index.ts
3600
3600
  var import_util_endpoints = require("@aws-sdk/util-endpoints");
3601
3601
  // Annotate the CommonJS export names for ESM import in node:
3602
+
3602
3603
  0 && (module.exports = {
3603
- AccountScope,
3604
- AnomalyFeedbackType,
3605
- AnomalySubscriptionFrequency,
3606
- BillExpirationException,
3607
- Context,
3608
- CostAllocationTagStatus,
3609
- CostAllocationTagType,
3610
- CostCategoryInheritedValueDimensionName,
3611
- CostCategoryRuleType,
3612
- CostCategoryRuleVersion,
3613
- CostCategorySplitChargeMethod,
3614
- CostCategorySplitChargeRuleParameterType,
3615
- CostCategoryStatus,
3616
- CostCategoryStatusComponent,
3617
- CostExplorer,
3618
- CostExplorerClient,
3619
3604
  CostExplorerServiceException,
3605
+ __Client,
3606
+ CostExplorerClient,
3607
+ CostExplorer,
3608
+ $Command,
3620
3609
  CreateAnomalyMonitorCommand,
3621
3610
  CreateAnomalySubscriptionCommand,
3622
3611
  CreateCostCategoryDefinitionCommand,
3623
- DataUnavailableException,
3624
3612
  DeleteAnomalyMonitorCommand,
3625
3613
  DeleteAnomalySubscriptionCommand,
3626
3614
  DeleteCostCategoryDefinitionCommand,
3627
3615
  DescribeCostCategoryDefinitionCommand,
3628
- Dimension,
3629
- FindingReasonCode,
3630
- GenerationExistsException,
3631
- GenerationStatus,
3632
3616
  GetAnomaliesCommand,
3633
3617
  GetAnomalyMonitorsCommand,
3634
3618
  GetAnomalySubscriptionsCommand,
@@ -3648,49 +3632,68 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3648
3632
  GetSavingsPlansUtilizationDetailsCommand,
3649
3633
  GetTagsCommand,
3650
3634
  GetUsageForecastCommand,
3651
- Granularity,
3652
- GroupDefinitionType,
3653
- InvalidNextTokenException,
3654
- LimitExceededException,
3655
3635
  ListCostAllocationTagsCommand,
3656
3636
  ListCostCategoryDefinitionsCommand,
3657
3637
  ListSavingsPlansPurchaseRecommendationGenerationCommand,
3658
3638
  ListTagsForResourceCommand,
3659
- LookbackPeriodInDays,
3660
- MatchOption,
3661
- Metric,
3662
- MonitorDimension,
3663
- MonitorType,
3664
- NumericOperator,
3665
- OfferingClass,
3666
- PaymentOption,
3667
- PlatformDifference,
3668
3639
  ProvideAnomalyFeedbackCommand,
3669
- RecommendationTarget,
3670
- RequestChangedException,
3671
- ResourceNotFoundException,
3672
- RightsizingType,
3673
- SavingsPlansDataType,
3674
- ServiceQuotaExceededException,
3675
- SortOrder,
3676
3640
  StartSavingsPlansPurchaseRecommendationGenerationCommand,
3677
- SubscriberStatus,
3678
- SubscriberType,
3679
- SupportedSavingsPlansType,
3680
3641
  TagResourceCommand,
3681
- TermInYears,
3682
- TooManyTagsException,
3683
- UnknownMonitorException,
3684
- UnknownSubscriptionException,
3685
- UnresolvableUsageUnitException,
3686
3642
  UntagResourceCommand,
3687
3643
  UpdateAnomalyMonitorCommand,
3688
3644
  UpdateAnomalySubscriptionCommand,
3689
3645
  UpdateCostAllocationTagsStatusCommand,
3690
3646
  UpdateCostCategoryDefinitionCommand,
3691
- __Client,
3692
3647
  paginateGetSavingsPlansCoverage,
3693
3648
  paginateGetSavingsPlansUtilizationDetails,
3694
3649
  paginateListCostAllocationTags,
3695
- paginateListCostCategoryDefinitions
3650
+ paginateListCostCategoryDefinitions,
3651
+ AccountScope,
3652
+ AnomalyFeedbackType,
3653
+ MonitorDimension,
3654
+ MatchOption,
3655
+ Dimension,
3656
+ MonitorType,
3657
+ AnomalySubscriptionFrequency,
3658
+ SubscriberStatus,
3659
+ SubscriberType,
3660
+ LimitExceededException,
3661
+ UnknownMonitorException,
3662
+ CostCategoryInheritedValueDimensionName,
3663
+ CostCategoryRuleType,
3664
+ CostCategoryRuleVersion,
3665
+ CostCategorySplitChargeMethod,
3666
+ CostCategorySplitChargeRuleParameterType,
3667
+ ServiceQuotaExceededException,
3668
+ UnknownSubscriptionException,
3669
+ ResourceNotFoundException,
3670
+ CostCategoryStatusComponent,
3671
+ CostCategoryStatus,
3672
+ NumericOperator,
3673
+ InvalidNextTokenException,
3674
+ BillExpirationException,
3675
+ DataUnavailableException,
3676
+ Granularity,
3677
+ GroupDefinitionType,
3678
+ RequestChangedException,
3679
+ SortOrder,
3680
+ Metric,
3681
+ Context,
3682
+ LookbackPeriodInDays,
3683
+ PaymentOption,
3684
+ OfferingClass,
3685
+ TermInYears,
3686
+ RecommendationTarget,
3687
+ FindingReasonCode,
3688
+ PlatformDifference,
3689
+ RightsizingType,
3690
+ SupportedSavingsPlansType,
3691
+ SavingsPlansDataType,
3692
+ UnresolvableUsageUnitException,
3693
+ CostAllocationTagStatus,
3694
+ CostAllocationTagType,
3695
+ GenerationStatus,
3696
+ GenerationExistsException,
3697
+ TooManyTagsException
3696
3698
  });
3699
+
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.495.0",
4
+ "version": "3.499.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,47 +20,47 @@
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.495.0",
24
- "@aws-sdk/core": "3.495.0",
25
- "@aws-sdk/credential-provider-node": "3.495.0",
26
- "@aws-sdk/middleware-host-header": "3.495.0",
27
- "@aws-sdk/middleware-logger": "3.495.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.495.0",
29
- "@aws-sdk/middleware-signing": "3.495.0",
30
- "@aws-sdk/middleware-user-agent": "3.495.0",
31
- "@aws-sdk/region-config-resolver": "3.495.0",
32
- "@aws-sdk/types": "3.495.0",
33
- "@aws-sdk/util-endpoints": "3.495.0",
34
- "@aws-sdk/util-user-agent-browser": "3.495.0",
35
- "@aws-sdk/util-user-agent-node": "3.495.0",
36
- "@smithy/config-resolver": "^2.1.0",
37
- "@smithy/core": "^1.3.0",
38
- "@smithy/fetch-http-handler": "^2.4.0",
39
- "@smithy/hash-node": "^2.1.0",
40
- "@smithy/invalid-dependency": "^2.1.0",
41
- "@smithy/middleware-content-length": "^2.1.0",
42
- "@smithy/middleware-endpoint": "^2.4.0",
43
- "@smithy/middleware-retry": "^2.1.0",
44
- "@smithy/middleware-serde": "^2.1.0",
45
- "@smithy/middleware-stack": "^2.1.0",
46
- "@smithy/node-config-provider": "^2.2.0",
47
- "@smithy/node-http-handler": "^2.3.0",
48
- "@smithy/protocol-http": "^3.1.0",
49
- "@smithy/smithy-client": "^2.3.0",
50
- "@smithy/types": "^2.9.0",
51
- "@smithy/url-parser": "^2.1.0",
52
- "@smithy/util-base64": "^2.1.0",
53
- "@smithy/util-body-length-browser": "^2.1.0",
54
- "@smithy/util-body-length-node": "^2.2.0",
55
- "@smithy/util-defaults-mode-browser": "^2.1.0",
56
- "@smithy/util-defaults-mode-node": "^2.1.0",
57
- "@smithy/util-endpoints": "^1.1.0",
58
- "@smithy/util-retry": "^2.1.0",
59
- "@smithy/util-utf8": "^2.1.0",
23
+ "@aws-sdk/client-sts": "3.499.0",
24
+ "@aws-sdk/core": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.499.0",
26
+ "@aws-sdk/middleware-host-header": "3.496.0",
27
+ "@aws-sdk/middleware-logger": "3.496.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.496.0",
29
+ "@aws-sdk/middleware-signing": "3.496.0",
30
+ "@aws-sdk/middleware-user-agent": "3.496.0",
31
+ "@aws-sdk/region-config-resolver": "3.496.0",
32
+ "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/util-endpoints": "3.496.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.496.0",
35
+ "@aws-sdk/util-user-agent-node": "3.496.0",
36
+ "@smithy/config-resolver": "^2.1.1",
37
+ "@smithy/core": "^1.3.1",
38
+ "@smithy/fetch-http-handler": "^2.4.1",
39
+ "@smithy/hash-node": "^2.1.1",
40
+ "@smithy/invalid-dependency": "^2.1.1",
41
+ "@smithy/middleware-content-length": "^2.1.1",
42
+ "@smithy/middleware-endpoint": "^2.4.1",
43
+ "@smithy/middleware-retry": "^2.1.1",
44
+ "@smithy/middleware-serde": "^2.1.1",
45
+ "@smithy/middleware-stack": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.2.1",
47
+ "@smithy/node-http-handler": "^2.3.1",
48
+ "@smithy/protocol-http": "^3.1.1",
49
+ "@smithy/smithy-client": "^2.3.1",
50
+ "@smithy/types": "^2.9.1",
51
+ "@smithy/url-parser": "^2.1.1",
52
+ "@smithy/util-base64": "^2.1.1",
53
+ "@smithy/util-body-length-browser": "^2.1.1",
54
+ "@smithy/util-body-length-node": "^2.2.1",
55
+ "@smithy/util-defaults-mode-browser": "^2.1.1",
56
+ "@smithy/util-defaults-mode-node": "^2.1.1",
57
+ "@smithy/util-endpoints": "^1.1.1",
58
+ "@smithy/util-retry": "^2.1.1",
59
+ "@smithy/util-utf8": "^2.1.1",
60
60
  "tslib": "^2.5.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.0",
63
+ "@smithy/service-client-documentation-generator": "^2.1.1",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",