@aws-sdk/client-compute-optimizer 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 +72 -71
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -3580,50 +3580,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3580
3580
  // Annotate the CommonJS export names for ESM import in node:
3581
3581
 
3582
3582
  0 && (module.exports = {
3583
- AccessDeniedException,
3584
- AutoScalingConfiguration,
3585
- ComputeOptimizer,
3586
- ComputeOptimizerClient,
3587
3583
  ComputeOptimizerServiceException,
3588
- CpuVendorArchitecture,
3589
- Currency,
3590
- CurrentPerformanceRisk,
3591
- CustomizableMetricHeadroom,
3592
- CustomizableMetricName,
3593
- CustomizableMetricThreshold,
3584
+ __Client,
3585
+ ComputeOptimizerClient,
3586
+ ComputeOptimizer,
3587
+ $Command,
3594
3588
  DeleteRecommendationPreferencesCommand,
3595
3589
  DescribeRecommendationExportJobsCommand,
3596
- EBSFilterName,
3597
- EBSFinding,
3598
- EBSMetricName,
3599
- EBSSavingsEstimationModeSource,
3600
- ECSSavingsEstimationModeSource,
3601
- ECSServiceLaunchType,
3602
- ECSServiceMetricName,
3603
- ECSServiceMetricStatistic,
3604
- ECSServiceRecommendationFilterName,
3605
- ECSServiceRecommendationFinding,
3606
- ECSServiceRecommendationFindingReasonCode,
3607
- EnhancedInfrastructureMetrics,
3608
- EnrollmentFilterName,
3609
3590
  ExportAutoScalingGroupRecommendationsCommand,
3610
3591
  ExportEBSVolumeRecommendationsCommand,
3611
3592
  ExportEC2InstanceRecommendationsCommand,
3612
3593
  ExportECSServiceRecommendationsCommand,
3613
3594
  ExportLambdaFunctionRecommendationsCommand,
3614
3595
  ExportLicenseRecommendationsCommand,
3615
- ExportableAutoScalingGroupField,
3616
- ExportableECSServiceField,
3617
- ExportableInstanceField,
3618
- ExportableLambdaFunctionField,
3619
- ExportableLicenseField,
3620
- ExportableVolumeField,
3621
- ExternalMetricStatusCode,
3622
- ExternalMetricsSource,
3623
- FileFormat,
3624
- FilterName,
3625
- Finding,
3626
- FindingReasonCode,
3627
3596
  GetAutoScalingGroupRecommendationsCommand,
3628
3597
  GetEBSVolumeRecommendationsCommand,
3629
3598
  GetEC2InstanceRecommendationsCommand,
@@ -3637,56 +3606,88 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
3637
3606
  GetLicenseRecommendationsCommand,
3638
3607
  GetRecommendationPreferencesCommand,
3639
3608
  GetRecommendationSummariesCommand,
3640
- InferredWorkloadType,
3609
+ PutRecommendationPreferencesCommand,
3610
+ UpdateEnrollmentStatusCommand,
3611
+ paginateDescribeRecommendationExportJobs,
3612
+ paginateGetEnrollmentStatusesForOrganization,
3613
+ paginateGetLambdaFunctionRecommendations,
3614
+ paginateGetRecommendationPreferences,
3615
+ paginateGetRecommendationSummaries,
3616
+ AccessDeniedException,
3617
+ Status,
3618
+ AutoScalingConfiguration,
3619
+ Currency,
3620
+ CurrentPerformanceRisk,
3621
+ CpuVendorArchitecture,
3622
+ EnhancedInfrastructureMetrics,
3623
+ ExternalMetricsSource,
3641
3624
  InferredWorkloadTypesPreference,
3642
- InstanceIdle,
3643
- InstanceRecommendationFindingReasonCode,
3625
+ LookBackPeriodPreference,
3626
+ PreferredResourceName,
3644
3627
  InstanceSavingsEstimationModeSource,
3645
- InstanceState,
3628
+ CustomizableMetricName,
3629
+ CustomizableMetricHeadroom,
3630
+ CustomizableMetricThreshold,
3631
+ Finding,
3632
+ InferredWorkloadType,
3633
+ MigrationEffort,
3634
+ MetricName,
3635
+ MetricStatistic,
3636
+ RecommendationPreferenceName,
3637
+ ResourceType,
3638
+ ScopeName,
3646
3639
  InternalServerException,
3647
3640
  InvalidParameterValueException,
3641
+ MissingAuthenticationToken,
3642
+ OptInRequiredException,
3643
+ ResourceNotFoundException,
3644
+ ServiceUnavailableException,
3645
+ ThrottlingException,
3648
3646
  JobFilterName,
3649
3647
  JobStatus,
3648
+ ExportableAutoScalingGroupField,
3649
+ FileFormat,
3650
+ FilterName,
3651
+ LimitExceededException,
3652
+ ExportableVolumeField,
3653
+ EBSFilterName,
3654
+ ExportableInstanceField,
3655
+ ExportableECSServiceField,
3656
+ ECSServiceRecommendationFilterName,
3657
+ ExportableLambdaFunctionField,
3658
+ LambdaFunctionRecommendationFilterName,
3659
+ ExportableLicenseField,
3660
+ LicenseRecommendationFilterName,
3661
+ EBSSavingsEstimationModeSource,
3662
+ EBSFinding,
3663
+ EBSMetricName,
3664
+ ExternalMetricStatusCode,
3665
+ InstanceRecommendationFindingReasonCode,
3666
+ InstanceIdle,
3667
+ InstanceState,
3668
+ PlatformDifference,
3669
+ RecommendationSourceType,
3670
+ ECSServiceMetricName,
3671
+ ECSSavingsEstimationModeSource,
3672
+ ECSServiceRecommendationFinding,
3673
+ ECSServiceRecommendationFindingReasonCode,
3674
+ ECSServiceLaunchType,
3675
+ ECSServiceMetricStatistic,
3676
+ EnrollmentFilterName,
3677
+ LambdaSavingsEstimationModeSource,
3678
+ LambdaFunctionRecommendationFinding,
3679
+ LambdaFunctionRecommendationFindingReasonCode,
3650
3680
  LambdaFunctionMemoryMetricName,
3651
3681
  LambdaFunctionMemoryMetricStatistic,
3652
3682
  LambdaFunctionMetricName,
3653
3683
  LambdaFunctionMetricStatistic,
3654
- LambdaFunctionRecommendationFilterName,
3655
- LambdaFunctionRecommendationFinding,
3656
- LambdaFunctionRecommendationFindingReasonCode,
3657
- LambdaSavingsEstimationModeSource,
3658
3684
  LicenseEdition,
3659
- LicenseFinding,
3660
- LicenseFindingReasonCode,
3661
3685
  LicenseModel,
3662
3686
  LicenseName,
3663
- LicenseRecommendationFilterName,
3664
- LimitExceededException,
3665
- LookBackPeriodPreference,
3666
- MetricName,
3667
3687
  MetricSourceProvider,
3668
- MetricStatistic,
3669
- MigrationEffort,
3670
- MissingAuthenticationToken,
3671
- OptInRequiredException,
3672
- PlatformDifference,
3673
- PreferredResourceName,
3674
- PutRecommendationPreferencesCommand,
3675
- RecommendationPreferenceName,
3676
- RecommendationSourceType,
3677
- ResourceNotFoundException,
3678
- ResourceType,
3688
+ LicenseFinding,
3689
+ LicenseFindingReasonCode,
3679
3690
  SavingsEstimationMode,
3680
- ScopeName,
3681
- ServiceUnavailableException,
3682
- Status,
3683
- ThrottlingException,
3684
- UpdateEnrollmentStatusCommand,
3685
- __Client,
3686
- paginateDescribeRecommendationExportJobs,
3687
- paginateGetEnrollmentStatusesForOrganization,
3688
- paginateGetLambdaFunctionRecommendations,
3689
- paginateGetRecommendationPreferences,
3690
- paginateGetRecommendationSummaries
3691
+ FindingReasonCode
3691
3692
  });
3692
3693
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-compute-optimizer",
3
3
  "description": "AWS SDK for JavaScript Compute Optimizer 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-compute-optimizer",
@@ -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",