@aws-sdk/client-compute-optimizer 3.1077.0 → 3.1078.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 +36 -283
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +2 -14
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +2 -14
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -14
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +2 -14
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +2 -14
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +2 -14
- package/dist-es/commands/ExportIdleRecommendationsCommand.js +2 -14
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -14
- package/dist-es/commands/ExportLicenseRecommendationsCommand.js +2 -14
- package/dist-es/commands/ExportRDSDatabaseRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -14
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -14
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -14
- package/dist-es/commands/GetEnrollmentStatusCommand.js +2 -14
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -14
- package/dist-es/commands/GetIdleRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetLicenseRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.js +2 -14
- package/dist-es/commands/GetRDSDatabaseRecommendationsCommand.js +2 -14
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +2 -14
- package/dist-es/commands/GetRecommendationSummariesCommand.js +2 -14
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +2 -14
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +3 -8
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ExportIdleRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ExportLicenseRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +3 -8
- package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +3 -8
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetIdleRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetLicenseRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +3 -8
- package/dist-types/commands/GetRDSDatabaseRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +3 -8
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportIdleRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdleRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { ExportRDSDatabaseRecommendationsRequest, ExportRDSDatabaseRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ExportRDSDatabaseRecommendationsCommandInput extends ExportRDSD
|
|
|
22
19
|
export interface ExportRDSDatabaseRecommendationsCommandOutput extends ExportRDSDatabaseRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportRDSDatabaseRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetAutoScalingGroupRecommendationsRequest, GetAutoScalingGroupRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAutoScalingGroupRecommendationsCommandInput extends GetAutoS
|
|
|
22
19
|
export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAutoScalingGroupRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAutoScalingGroupRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAutoScalingGroupRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns Auto Scaling group recommendations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetEBSVolumeRecommendationsRequest, GetEBSVolumeRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEBSVolumeRecommendationsCommandInput extends GetEBSVolumeRec
|
|
|
22
19
|
export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEBSVolumeRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetEBSVolumeRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns Amazon Elastic Block Store (Amazon EBS) volume recommendations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetEC2InstanceRecommendationsRequest, GetEC2InstanceRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEC2InstanceRecommendationsCommandInput extends GetEC2Instanc
|
|
|
22
19
|
export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2InstanceRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEC2InstanceRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetEC2InstanceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns Amazon EC2 instance recommendations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetEC2RecommendationProjectedMetricsRequest, GetEC2RecommendationProjectedMetricsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEC2RecommendationProjectedMetricsCommandInput extends GetEC2
|
|
|
22
19
|
export interface GetEC2RecommendationProjectedMetricsCommandOutput extends GetEC2RecommendationProjectedMetricsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEC2RecommendationProjectedMetricsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the projected utilization metrics of Amazon EC2 instance
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetECSServiceRecommendationProjectedMetricsRequest, GetECSServiceRecommendationProjectedMetricsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetECSServiceRecommendationProjectedMetricsCommandInput extends
|
|
|
22
19
|
export interface GetECSServiceRecommendationProjectedMetricsCommandOutput extends GetECSServiceRecommendationProjectedMetricsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetECSServiceRecommendationProjectedMetricsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetECSServiceRecommendationsRequest, GetECSServiceRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetECSServiceRecommendationsCommandInput extends GetECSServiceR
|
|
|
22
19
|
export interface GetECSServiceRecommendationsCommandOutput extends GetECSServiceRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetECSServiceRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetECSServiceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetEffectiveRecommendationPreferencesRequest, GetEffectiveRecommendationPreferencesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEffectiveRecommendationPreferencesCommandInput extends GetEf
|
|
|
22
19
|
export interface GetEffectiveRecommendationPreferencesCommandOutput extends GetEffectiveRecommendationPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEffectiveRecommendationPreferencesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the recommendation preferences that are in effect for a given resource, such
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetEnrollmentStatusRequest, GetEnrollmentStatusResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEnrollmentStatusCommandInput extends GetEnrollmentStatusRequ
|
|
|
22
19
|
export interface GetEnrollmentStatusCommandOutput extends GetEnrollmentStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEnrollmentStatusCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetEnrollmentStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the enrollment (opt in) status of an account to the Compute Optimizer
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetEnrollmentStatusesForOrganizationRequest, GetEnrollmentStatusesForOrganizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetEnrollmentStatusesForOrganizationCommandInput extends GetEnr
|
|
|
22
19
|
export interface GetEnrollmentStatusesForOrganizationCommandOutput extends GetEnrollmentStatusesForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetEnrollmentStatusesForOrganizationCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetEnrollmentStatusesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetEnrollmentStatusesForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the Compute Optimizer enrollment (opt-in) status of organization member
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetIdleRecommendationsRequest, GetIdleRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetIdleRecommendationsCommandInput extends GetIdleRecommendatio
|
|
|
22
19
|
export interface GetIdleRecommendationsCommandOutput extends GetIdleRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetIdleRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetIdleRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns idle resource recommendations. Compute Optimizer generates recommendations for
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetLambdaFunctionRecommendationsRequest, GetLambdaFunctionRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLambdaFunctionRecommendationsCommandInput extends GetLambdaF
|
|
|
22
19
|
export interface GetLambdaFunctionRecommendationsCommandOutput extends GetLambdaFunctionRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLambdaFunctionRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetLambdaFunctionRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns Lambda function recommendations.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetLicenseRecommendationsRequest, GetLicenseRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetLicenseRecommendationsCommandInput extends GetLicenseRecomme
|
|
|
22
19
|
export interface GetLicenseRecommendationsCommandOutput extends GetLicenseRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetLicenseRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetLicenseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns license recommendations for Amazon EC2 instances that run on a specific license.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetRDSDatabaseRecommendationProjectedMetricsRequest, GetRDSDatabaseRecommendationProjectedMetricsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRDSDatabaseRecommendationProjectedMetricsCommandInput extend
|
|
|
22
19
|
export interface GetRDSDatabaseRecommendationProjectedMetricsCommandOutput extends GetRDSDatabaseRecommendationProjectedMetricsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRDSDatabaseRecommendationProjectedMetricsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetRDSDatabaseRecommendationsRequest, GetRDSDatabaseRecommendationsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRDSDatabaseRecommendationsCommandInput extends GetRDSDatabas
|
|
|
22
19
|
export interface GetRDSDatabaseRecommendationsCommandOutput extends GetRDSDatabaseRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRDSDatabaseRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetRDSDatabaseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetRecommendationPreferencesRequest, GetRecommendationPreferencesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRecommendationPreferencesCommandInput extends GetRecommendat
|
|
|
22
19
|
export interface GetRecommendationPreferencesCommandOutput extends GetRecommendationPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRecommendationPreferencesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns existing recommendation preferences, such as enhanced infrastructure
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { GetRecommendationSummariesRequest, GetRecommendationSummariesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetRecommendationSummariesCommandInput extends GetRecommendatio
|
|
|
22
19
|
export interface GetRecommendationSummariesCommandOutput extends GetRecommendationSummariesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetRecommendationSummariesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: GetRecommendationSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetRecommendationSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the optimization findings for an account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { PutRecommendationPreferencesRequest, PutRecommendationPreferencesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface PutRecommendationPreferencesCommandInput extends PutRecommendat
|
|
|
22
19
|
export interface PutRecommendationPreferencesCommandOutput extends PutRecommendationPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const PutRecommendationPreferencesCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: PutRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: PutRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a new recommendation preference or updates an existing recommendation
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
4
2
|
import type { UpdateEnrollmentStatusRequest, UpdateEnrollmentStatusResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface UpdateEnrollmentStatusCommandInput extends UpdateEnrollmentStat
|
|
|
22
19
|
export interface UpdateEnrollmentStatusCommandOutput extends UpdateEnrollmentStatusResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const UpdateEnrollmentStatusCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: UpdateEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: UpdateEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.</p>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
20
20
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
21
21
|
export type { ComputeOptimizerExtensionConfiguration } from "./extensionConfiguration";
|
|
22
22
|
export * from "./commands";
|
|
23
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
23
24
|
export * from "./schemas/schemas_0";
|
|
24
25
|
export * from "./pagination";
|
|
25
26
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ComputeOptimizerClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./ComputeOptimizerClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
ComputeOptimizerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
ComputeOptimizerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|