@aws-sdk/client-compute-optimizer 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +72 -73
- package/dist-cjs/models/ComputeOptimizerServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ComputeOptimizer.js +1 -1
- package/dist-es/ComputeOptimizerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +2 -2
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +2 -2
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +2 -2
- package/dist-es/commands/ExportIdleRecommendationsCommand.js +2 -2
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-es/commands/ExportLicenseRecommendationsCommand.js +2 -2
- package/dist-es/commands/ExportRDSDatabaseRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -2
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -2
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -2
- package/dist-es/commands/GetEnrollmentStatusCommand.js +2 -2
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -2
- package/dist-es/commands/GetIdleRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetLicenseRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.js +2 -2
- package/dist-es/commands/GetRDSDatabaseRecommendationsCommand.js +2 -2
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +2 -2
- package/dist-es/commands/GetRecommendationSummariesCommand.js +2 -2
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +2 -2
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ComputeOptimizerServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ComputeOptimizerClient.d.ts +5 -5
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +6 -4
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportIdleRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportLicenseRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +6 -4
- package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +6 -4
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +6 -4
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +6 -4
- package/dist-types/commands/GetIdleRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetLicenseRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +6 -4
- package/dist-types/commands/GetRDSDatabaseRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +6 -4
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ComputeOptimizerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportIdleRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIdleRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ComputeOptimizerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { ExportEBSVolumeRecommendationsRequest, ExportEBSVolumeRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportEBSVolumeRecommendationsCommandInput extends ExportEBSVol
|
|
|
22
22
|
export interface ExportEBSVolumeRecommendationsCommandOutput extends ExportEBSVolumeRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportEBSVolumeRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportEBSVolumeRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportEBSVolumeRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Exports optimization recommendations for Amazon EBS volumes.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { ExportEC2InstanceRecommendationsRequest, ExportEC2InstanceRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportEC2InstanceRecommendationsCommandInput extends ExportEC2I
|
|
|
22
22
|
export interface ExportEC2InstanceRecommendationsCommandOutput extends ExportEC2InstanceRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportEC2InstanceRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportEC2InstanceRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportEC2InstanceRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Exports optimization recommendations for Amazon EC2 instances.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { ExportECSServiceRecommendationsRequest, ExportECSServiceRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportECSServiceRecommendationsCommandInput extends ExportECSSe
|
|
|
22
22
|
export interface ExportECSServiceRecommendationsCommandOutput extends ExportECSServiceRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportECSServiceRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportECSServiceRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportECSServiceRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { ExportIdleRecommendationsRequest, ExportIdleRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportIdleRecommendationsCommandInput extends ExportIdleRecomme
|
|
|
22
22
|
export interface ExportIdleRecommendationsCommandOutput extends ExportIdleRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportIdleRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportIdleRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportIdleRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportIdleRecommendationsCommandInput, ExportIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportIdleRecommendationsCommandInput, ExportIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { ExportLambdaFunctionRecommendationsRequest, ExportLambdaFunctionRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportLambdaFunctionRecommendationsCommandInput extends ExportL
|
|
|
22
22
|
export interface ExportLambdaFunctionRecommendationsCommandOutput extends ExportLambdaFunctionRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportLambdaFunctionRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Exports optimization recommendations for Lambda functions.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { ExportLicenseRecommendationsRequest, ExportLicenseRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportLicenseRecommendationsCommandInput extends ExportLicenseR
|
|
|
22
22
|
export interface ExportLicenseRecommendationsCommandOutput extends ExportLicenseRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportLicenseRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { ExportRDSDatabaseRecommendationsRequest, ExportRDSDatabaseRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ExportRDSDatabaseRecommendationsCommandInput extends ExportRDSD
|
|
|
22
22
|
export interface ExportRDSDatabaseRecommendationsCommandOutput extends ExportRDSDatabaseRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ExportRDSDatabaseRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetAutoScalingGroupRecommendationsRequest, GetAutoScalingGroupRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAutoScalingGroupRecommendationsCommandInput extends GetAutoS
|
|
|
22
22
|
export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAutoScalingGroupRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAutoScalingGroupRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetAutoScalingGroupRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetAutoScalingGroupRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetAutoScalingGroupRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns Auto Scaling group recommendations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetEBSVolumeRecommendationsRequest, GetEBSVolumeRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEBSVolumeRecommendationsCommandInput extends GetEBSVolumeRec
|
|
|
22
22
|
export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEBSVolumeRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetEBSVolumeRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetEBSVolumeRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetEBSVolumeRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns Amazon Elastic Block Store (Amazon EBS) volume recommendations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetEC2InstanceRecommendationsRequest, GetEC2InstanceRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEC2InstanceRecommendationsCommandInput extends GetEC2Instanc
|
|
|
22
22
|
export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2InstanceRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEC2InstanceRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetEC2InstanceRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetEC2InstanceRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetEC2InstanceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns Amazon EC2 instance recommendations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetEC2RecommendationProjectedMetricsRequest, GetEC2RecommendationProjectedMetricsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEC2RecommendationProjectedMetricsCommandInput extends GetEC2
|
|
|
22
22
|
export interface GetEC2RecommendationProjectedMetricsCommandOutput extends GetEC2RecommendationProjectedMetricsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEC2RecommendationProjectedMetricsCommand_base: {
|
|
25
|
-
new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the projected utilization metrics of Amazon EC2 instance
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetECSServiceRecommendationProjectedMetricsRequest, GetECSServiceRecommendationProjectedMetricsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetECSServiceRecommendationProjectedMetricsCommandInput extends
|
|
|
22
22
|
export interface GetECSServiceRecommendationProjectedMetricsCommandOutput extends GetECSServiceRecommendationProjectedMetricsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetECSServiceRecommendationProjectedMetricsCommand_base: {
|
|
25
|
-
new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetECSServiceRecommendationsRequest, GetECSServiceRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetECSServiceRecommendationsCommandInput extends GetECSServiceR
|
|
|
22
22
|
export interface GetECSServiceRecommendationsCommandOutput extends GetECSServiceRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetECSServiceRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetECSServiceRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetECSServiceRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetECSServiceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetEffectiveRecommendationPreferencesRequest, GetEffectiveRecommendationPreferencesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEffectiveRecommendationPreferencesCommandInput extends GetEf
|
|
|
22
22
|
export interface GetEffectiveRecommendationPreferencesCommandOutput extends GetEffectiveRecommendationPreferencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEffectiveRecommendationPreferencesCommand_base: {
|
|
25
|
-
new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the recommendation preferences that are in effect for a given resource, such
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetEnrollmentStatusRequest, GetEnrollmentStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEnrollmentStatusCommandInput extends GetEnrollmentStatusRequ
|
|
|
22
22
|
export interface GetEnrollmentStatusCommandOutput extends GetEnrollmentStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEnrollmentStatusCommand_base: {
|
|
25
|
-
new (input: GetEnrollmentStatusCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetEnrollmentStatusCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetEnrollmentStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the enrollment (opt in) status of an account to the Compute Optimizer
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetEnrollmentStatusesForOrganizationRequest, GetEnrollmentStatusesForOrganizationResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetEnrollmentStatusesForOrganizationCommandInput extends GetEnr
|
|
|
22
22
|
export interface GetEnrollmentStatusesForOrganizationCommandOutput extends GetEnrollmentStatusesForOrganizationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetEnrollmentStatusesForOrganizationCommand_base: {
|
|
25
|
-
new (input: GetEnrollmentStatusesForOrganizationCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetEnrollmentStatusesForOrganizationCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetEnrollmentStatusesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetEnrollmentStatusesForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the Compute Optimizer enrollment (opt-in) status of organization member
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetIdleRecommendationsRequest, GetIdleRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetIdleRecommendationsCommandInput extends GetIdleRecommendatio
|
|
|
22
22
|
export interface GetIdleRecommendationsCommandOutput extends GetIdleRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIdleRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetIdleRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetIdleRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetIdleRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns idle resource recommendations. Compute Optimizer generates recommendations for
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetLambdaFunctionRecommendationsRequest, GetLambdaFunctionRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLambdaFunctionRecommendationsCommandInput extends GetLambdaF
|
|
|
22
22
|
export interface GetLambdaFunctionRecommendationsCommandOutput extends GetLambdaFunctionRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLambdaFunctionRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetLambdaFunctionRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetLambdaFunctionRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetLambdaFunctionRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns Lambda function recommendations.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetLicenseRecommendationsRequest, GetLicenseRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetLicenseRecommendationsCommandInput extends GetLicenseRecomme
|
|
|
22
22
|
export interface GetLicenseRecommendationsCommandOutput extends GetLicenseRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetLicenseRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetLicenseRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetLicenseRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetLicenseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns license recommendations for Amazon EC2 instances that run on a specific license.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetRDSDatabaseRecommendationProjectedMetricsRequest, GetRDSDatabaseRecommendationProjectedMetricsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRDSDatabaseRecommendationProjectedMetricsCommandInput extend
|
|
|
22
22
|
export interface GetRDSDatabaseRecommendationProjectedMetricsCommandOutput extends GetRDSDatabaseRecommendationProjectedMetricsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRDSDatabaseRecommendationProjectedMetricsCommand_base: {
|
|
25
|
-
new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetRDSDatabaseRecommendationsRequest, GetRDSDatabaseRecommendationsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRDSDatabaseRecommendationsCommandInput extends GetRDSDatabas
|
|
|
22
22
|
export interface GetRDSDatabaseRecommendationsCommandOutput extends GetRDSDatabaseRecommendationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRDSDatabaseRecommendationsCommand_base: {
|
|
25
|
-
new (input: GetRDSDatabaseRecommendationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetRDSDatabaseRecommendationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetRDSDatabaseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetRecommendationPreferencesRequest, GetRecommendationPreferencesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRecommendationPreferencesCommandInput extends GetRecommendat
|
|
|
22
22
|
export interface GetRecommendationPreferencesCommandOutput extends GetRecommendationPreferencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRecommendationPreferencesCommand_base: {
|
|
25
|
-
new (input: GetRecommendationPreferencesCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetRecommendationPreferencesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns existing recommendation preferences, such as enhanced infrastructure
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { GetRecommendationSummariesRequest, GetRecommendationSummariesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetRecommendationSummariesCommandInput extends GetRecommendatio
|
|
|
22
22
|
export interface GetRecommendationSummariesCommandOutput extends GetRecommendationSummariesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetRecommendationSummariesCommand_base: {
|
|
25
|
-
new (input: GetRecommendationSummariesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [GetRecommendationSummariesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetRecommendationSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [GetRecommendationSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns the optimization findings for an account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { PutRecommendationPreferencesRequest, PutRecommendationPreferencesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutRecommendationPreferencesCommandInput extends PutRecommendat
|
|
|
22
22
|
export interface PutRecommendationPreferencesCommandOutput extends PutRecommendationPreferencesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutRecommendationPreferencesCommand_base: {
|
|
25
|
-
new (input: PutRecommendationPreferencesCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutRecommendationPreferencesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new recommendation preference or updates an existing recommendation
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
4
|
import type { UpdateEnrollmentStatusRequest, UpdateEnrollmentStatusResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateEnrollmentStatusCommandInput extends UpdateEnrollmentStat
|
|
|
22
22
|
export interface UpdateEnrollmentStatusCommandOutput extends UpdateEnrollmentStatusResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateEnrollmentStatusCommand_base: {
|
|
25
|
-
new (input: UpdateEnrollmentStatusCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateEnrollmentStatusCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|