@aws-sdk/client-cost-explorer 3.496.0 → 3.501.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 +52 -51
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3601,35 +3601,18 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3601
3601
  // Annotate the CommonJS export names for ESM import in node:
3602
3602
 
3603
3603
  0 && (module.exports = {
3604
- AccountScope,
3605
- AnomalyFeedbackType,
3606
- AnomalySubscriptionFrequency,
3607
- BillExpirationException,
3608
- Context,
3609
- CostAllocationTagStatus,
3610
- CostAllocationTagType,
3611
- CostCategoryInheritedValueDimensionName,
3612
- CostCategoryRuleType,
3613
- CostCategoryRuleVersion,
3614
- CostCategorySplitChargeMethod,
3615
- CostCategorySplitChargeRuleParameterType,
3616
- CostCategoryStatus,
3617
- CostCategoryStatusComponent,
3618
- CostExplorer,
3619
- CostExplorerClient,
3620
3604
  CostExplorerServiceException,
3605
+ __Client,
3606
+ CostExplorerClient,
3607
+ CostExplorer,
3608
+ $Command,
3621
3609
  CreateAnomalyMonitorCommand,
3622
3610
  CreateAnomalySubscriptionCommand,
3623
3611
  CreateCostCategoryDefinitionCommand,
3624
- DataUnavailableException,
3625
3612
  DeleteAnomalyMonitorCommand,
3626
3613
  DeleteAnomalySubscriptionCommand,
3627
3614
  DeleteCostCategoryDefinitionCommand,
3628
3615
  DescribeCostCategoryDefinitionCommand,
3629
- Dimension,
3630
- FindingReasonCode,
3631
- GenerationExistsException,
3632
- GenerationStatus,
3633
3616
  GetAnomaliesCommand,
3634
3617
  GetAnomalyMonitorsCommand,
3635
3618
  GetAnomalySubscriptionsCommand,
@@ -3649,50 +3632,68 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3649
3632
  GetSavingsPlansUtilizationDetailsCommand,
3650
3633
  GetTagsCommand,
3651
3634
  GetUsageForecastCommand,
3652
- Granularity,
3653
- GroupDefinitionType,
3654
- InvalidNextTokenException,
3655
- LimitExceededException,
3656
3635
  ListCostAllocationTagsCommand,
3657
3636
  ListCostCategoryDefinitionsCommand,
3658
3637
  ListSavingsPlansPurchaseRecommendationGenerationCommand,
3659
3638
  ListTagsForResourceCommand,
3660
- LookbackPeriodInDays,
3661
- MatchOption,
3662
- Metric,
3663
- MonitorDimension,
3664
- MonitorType,
3665
- NumericOperator,
3666
- OfferingClass,
3667
- PaymentOption,
3668
- PlatformDifference,
3669
3639
  ProvideAnomalyFeedbackCommand,
3670
- RecommendationTarget,
3671
- RequestChangedException,
3672
- ResourceNotFoundException,
3673
- RightsizingType,
3674
- SavingsPlansDataType,
3675
- ServiceQuotaExceededException,
3676
- SortOrder,
3677
3640
  StartSavingsPlansPurchaseRecommendationGenerationCommand,
3678
- SubscriberStatus,
3679
- SubscriberType,
3680
- SupportedSavingsPlansType,
3681
3641
  TagResourceCommand,
3682
- TermInYears,
3683
- TooManyTagsException,
3684
- UnknownMonitorException,
3685
- UnknownSubscriptionException,
3686
- UnresolvableUsageUnitException,
3687
3642
  UntagResourceCommand,
3688
3643
  UpdateAnomalyMonitorCommand,
3689
3644
  UpdateAnomalySubscriptionCommand,
3690
3645
  UpdateCostAllocationTagsStatusCommand,
3691
3646
  UpdateCostCategoryDefinitionCommand,
3692
- __Client,
3693
3647
  paginateGetSavingsPlansCoverage,
3694
3648
  paginateGetSavingsPlansUtilizationDetails,
3695
3649
  paginateListCostAllocationTags,
3696
- 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
3697
3698
  });
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.496.0",
4
+ "version": "3.501.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.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",