@aws-sdk/client-compute-optimizer 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.
- package/dist-cjs/index.js +74 -71
- package/package.json +39 -39
package/dist-cjs/index.js
CHANGED
|
@@ -3578,51 +3578,21 @@ var paginateGetRecommendationSummaries = (0, import_core.createPaginator)(Comput
|
|
|
3578
3578
|
// src/index.ts
|
|
3579
3579
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3580
3580
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3581
|
+
|
|
3581
3582
|
0 && (module.exports = {
|
|
3582
|
-
AccessDeniedException,
|
|
3583
|
-
AutoScalingConfiguration,
|
|
3584
|
-
ComputeOptimizer,
|
|
3585
|
-
ComputeOptimizerClient,
|
|
3586
3583
|
ComputeOptimizerServiceException,
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
CustomizableMetricName,
|
|
3592
|
-
CustomizableMetricThreshold,
|
|
3584
|
+
__Client,
|
|
3585
|
+
ComputeOptimizerClient,
|
|
3586
|
+
ComputeOptimizer,
|
|
3587
|
+
$Command,
|
|
3593
3588
|
DeleteRecommendationPreferencesCommand,
|
|
3594
3589
|
DescribeRecommendationExportJobsCommand,
|
|
3595
|
-
EBSFilterName,
|
|
3596
|
-
EBSFinding,
|
|
3597
|
-
EBSMetricName,
|
|
3598
|
-
EBSSavingsEstimationModeSource,
|
|
3599
|
-
ECSSavingsEstimationModeSource,
|
|
3600
|
-
ECSServiceLaunchType,
|
|
3601
|
-
ECSServiceMetricName,
|
|
3602
|
-
ECSServiceMetricStatistic,
|
|
3603
|
-
ECSServiceRecommendationFilterName,
|
|
3604
|
-
ECSServiceRecommendationFinding,
|
|
3605
|
-
ECSServiceRecommendationFindingReasonCode,
|
|
3606
|
-
EnhancedInfrastructureMetrics,
|
|
3607
|
-
EnrollmentFilterName,
|
|
3608
3590
|
ExportAutoScalingGroupRecommendationsCommand,
|
|
3609
3591
|
ExportEBSVolumeRecommendationsCommand,
|
|
3610
3592
|
ExportEC2InstanceRecommendationsCommand,
|
|
3611
3593
|
ExportECSServiceRecommendationsCommand,
|
|
3612
3594
|
ExportLambdaFunctionRecommendationsCommand,
|
|
3613
3595
|
ExportLicenseRecommendationsCommand,
|
|
3614
|
-
ExportableAutoScalingGroupField,
|
|
3615
|
-
ExportableECSServiceField,
|
|
3616
|
-
ExportableInstanceField,
|
|
3617
|
-
ExportableLambdaFunctionField,
|
|
3618
|
-
ExportableLicenseField,
|
|
3619
|
-
ExportableVolumeField,
|
|
3620
|
-
ExternalMetricStatusCode,
|
|
3621
|
-
ExternalMetricsSource,
|
|
3622
|
-
FileFormat,
|
|
3623
|
-
FilterName,
|
|
3624
|
-
Finding,
|
|
3625
|
-
FindingReasonCode,
|
|
3626
3596
|
GetAutoScalingGroupRecommendationsCommand,
|
|
3627
3597
|
GetEBSVolumeRecommendationsCommand,
|
|
3628
3598
|
GetEC2InstanceRecommendationsCommand,
|
|
@@ -3636,55 +3606,88 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3636
3606
|
GetLicenseRecommendationsCommand,
|
|
3637
3607
|
GetRecommendationPreferencesCommand,
|
|
3638
3608
|
GetRecommendationSummariesCommand,
|
|
3639
|
-
|
|
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,
|
|
3640
3624
|
InferredWorkloadTypesPreference,
|
|
3641
|
-
|
|
3642
|
-
|
|
3625
|
+
LookBackPeriodPreference,
|
|
3626
|
+
PreferredResourceName,
|
|
3643
3627
|
InstanceSavingsEstimationModeSource,
|
|
3644
|
-
|
|
3628
|
+
CustomizableMetricName,
|
|
3629
|
+
CustomizableMetricHeadroom,
|
|
3630
|
+
CustomizableMetricThreshold,
|
|
3631
|
+
Finding,
|
|
3632
|
+
InferredWorkloadType,
|
|
3633
|
+
MigrationEffort,
|
|
3634
|
+
MetricName,
|
|
3635
|
+
MetricStatistic,
|
|
3636
|
+
RecommendationPreferenceName,
|
|
3637
|
+
ResourceType,
|
|
3638
|
+
ScopeName,
|
|
3645
3639
|
InternalServerException,
|
|
3646
3640
|
InvalidParameterValueException,
|
|
3641
|
+
MissingAuthenticationToken,
|
|
3642
|
+
OptInRequiredException,
|
|
3643
|
+
ResourceNotFoundException,
|
|
3644
|
+
ServiceUnavailableException,
|
|
3645
|
+
ThrottlingException,
|
|
3647
3646
|
JobFilterName,
|
|
3648
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,
|
|
3649
3680
|
LambdaFunctionMemoryMetricName,
|
|
3650
3681
|
LambdaFunctionMemoryMetricStatistic,
|
|
3651
3682
|
LambdaFunctionMetricName,
|
|
3652
3683
|
LambdaFunctionMetricStatistic,
|
|
3653
|
-
LambdaFunctionRecommendationFilterName,
|
|
3654
|
-
LambdaFunctionRecommendationFinding,
|
|
3655
|
-
LambdaFunctionRecommendationFindingReasonCode,
|
|
3656
|
-
LambdaSavingsEstimationModeSource,
|
|
3657
3684
|
LicenseEdition,
|
|
3658
|
-
LicenseFinding,
|
|
3659
|
-
LicenseFindingReasonCode,
|
|
3660
3685
|
LicenseModel,
|
|
3661
3686
|
LicenseName,
|
|
3662
|
-
LicenseRecommendationFilterName,
|
|
3663
|
-
LimitExceededException,
|
|
3664
|
-
LookBackPeriodPreference,
|
|
3665
|
-
MetricName,
|
|
3666
3687
|
MetricSourceProvider,
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
MissingAuthenticationToken,
|
|
3670
|
-
OptInRequiredException,
|
|
3671
|
-
PlatformDifference,
|
|
3672
|
-
PreferredResourceName,
|
|
3673
|
-
PutRecommendationPreferencesCommand,
|
|
3674
|
-
RecommendationPreferenceName,
|
|
3675
|
-
RecommendationSourceType,
|
|
3676
|
-
ResourceNotFoundException,
|
|
3677
|
-
ResourceType,
|
|
3688
|
+
LicenseFinding,
|
|
3689
|
+
LicenseFindingReasonCode,
|
|
3678
3690
|
SavingsEstimationMode,
|
|
3679
|
-
|
|
3680
|
-
ServiceUnavailableException,
|
|
3681
|
-
Status,
|
|
3682
|
-
ThrottlingException,
|
|
3683
|
-
UpdateEnrollmentStatusCommand,
|
|
3684
|
-
__Client,
|
|
3685
|
-
paginateDescribeRecommendationExportJobs,
|
|
3686
|
-
paginateGetEnrollmentStatusesForOrganization,
|
|
3687
|
-
paginateGetLambdaFunctionRecommendations,
|
|
3688
|
-
paginateGetRecommendationPreferences,
|
|
3689
|
-
paginateGetRecommendationSummaries
|
|
3691
|
+
FindingReasonCode
|
|
3690
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.
|
|
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-compute-optimizer",
|
|
@@ -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.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-utf8": "^2.1.
|
|
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.
|
|
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",
|