@aws-sdk/client-compute-optimizer 3.1076.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 +39 -285
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEBSVolumeRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEBSVolumeRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetEBSVolumeRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetEBSVolumeRecommendationsCommand")
|
|
14
|
-
.sc(GetEBSVolumeRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEBSVolumeRecommendationsCommand extends command(_ep0, _mw0, "GetEBSVolumeRecommendations", GetEBSVolumeRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEC2InstanceRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEC2InstanceRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetEC2InstanceRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetEC2InstanceRecommendationsCommand")
|
|
14
|
-
.sc(GetEC2InstanceRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEC2InstanceRecommendationsCommand extends command(_ep0, _mw0, "GetEC2InstanceRecommendations", GetEC2InstanceRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEC2RecommendationProjectedMetrics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEC2RecommendationProjectedMetricsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetEC2RecommendationProjectedMetrics", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetEC2RecommendationProjectedMetricsCommand")
|
|
14
|
-
.sc(GetEC2RecommendationProjectedMetrics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEC2RecommendationProjectedMetricsCommand extends command(_ep0, _mw0, "GetEC2RecommendationProjectedMetrics", GetEC2RecommendationProjectedMetrics$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetECSServiceRecommendationProjectedMetrics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetECSServiceRecommendationProjectedMetricsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetECSServiceRecommendationProjectedMetrics", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetECSServiceRecommendationProjectedMetricsCommand")
|
|
14
|
-
.sc(GetECSServiceRecommendationProjectedMetrics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetECSServiceRecommendationProjectedMetricsCommand extends command(_ep0, _mw0, "GetECSServiceRecommendationProjectedMetrics", GetECSServiceRecommendationProjectedMetrics$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetECSServiceRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetECSServiceRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetECSServiceRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetECSServiceRecommendationsCommand")
|
|
14
|
-
.sc(GetECSServiceRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetECSServiceRecommendationsCommand extends command(_ep0, _mw0, "GetECSServiceRecommendations", GetECSServiceRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEffectiveRecommendationPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEffectiveRecommendationPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetEffectiveRecommendationPreferences", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetEffectiveRecommendationPreferencesCommand")
|
|
14
|
-
.sc(GetEffectiveRecommendationPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEffectiveRecommendationPreferencesCommand extends command(_ep0, _mw0, "GetEffectiveRecommendationPreferences", GetEffectiveRecommendationPreferences$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEnrollmentStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEnrollmentStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetEnrollmentStatus", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetEnrollmentStatusCommand")
|
|
14
|
-
.sc(GetEnrollmentStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEnrollmentStatusCommand extends command(_ep0, _mw0, "GetEnrollmentStatus", GetEnrollmentStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetEnrollmentStatusesForOrganization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetEnrollmentStatusesForOrganizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetEnrollmentStatusesForOrganization", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetEnrollmentStatusesForOrganizationCommand")
|
|
14
|
-
.sc(GetEnrollmentStatusesForOrganization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetEnrollmentStatusesForOrganizationCommand extends command(_ep0, _mw0, "GetEnrollmentStatusesForOrganization", GetEnrollmentStatusesForOrganization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIdleRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIdleRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetIdleRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetIdleRecommendationsCommand")
|
|
14
|
-
.sc(GetIdleRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIdleRecommendationsCommand extends command(_ep0, _mw0, "GetIdleRecommendations", GetIdleRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetLambdaFunctionRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetLambdaFunctionRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetLambdaFunctionRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetLambdaFunctionRecommendationsCommand")
|
|
14
|
-
.sc(GetLambdaFunctionRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetLambdaFunctionRecommendationsCommand extends command(_ep0, _mw0, "GetLambdaFunctionRecommendations", GetLambdaFunctionRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetLicenseRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetLicenseRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetLicenseRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetLicenseRecommendationsCommand")
|
|
14
|
-
.sc(GetLicenseRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetLicenseRecommendationsCommand extends command(_ep0, _mw0, "GetLicenseRecommendations", GetLicenseRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRDSDatabaseRecommendationProjectedMetrics$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRDSDatabaseRecommendationProjectedMetricsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetRDSDatabaseRecommendationProjectedMetrics", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationProjectedMetricsCommand")
|
|
14
|
-
.sc(GetRDSDatabaseRecommendationProjectedMetrics$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRDSDatabaseRecommendationProjectedMetricsCommand extends command(_ep0, _mw0, "GetRDSDatabaseRecommendationProjectedMetrics", GetRDSDatabaseRecommendationProjectedMetrics$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRDSDatabaseRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRDSDatabaseRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetRDSDatabaseRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationsCommand")
|
|
14
|
-
.sc(GetRDSDatabaseRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRDSDatabaseRecommendationsCommand extends command(_ep0, _mw0, "GetRDSDatabaseRecommendations", GetRDSDatabaseRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRecommendationPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRecommendationPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetRecommendationPreferences", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetRecommendationPreferencesCommand")
|
|
14
|
-
.sc(GetRecommendationPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRecommendationPreferencesCommand extends command(_ep0, _mw0, "GetRecommendationPreferences", GetRecommendationPreferences$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRecommendationSummaries$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRecommendationSummariesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetRecommendationSummaries", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetRecommendationSummariesCommand")
|
|
14
|
-
.sc(GetRecommendationSummaries$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRecommendationSummariesCommand extends command(_ep0, _mw0, "GetRecommendationSummaries", GetRecommendationSummaries$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PutRecommendationPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutRecommendationPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "PutRecommendationPreferences", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "PutRecommendationPreferencesCommand")
|
|
14
|
-
.sc(PutRecommendationPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutRecommendationPreferencesCommand extends command(_ep0, _mw0, "PutRecommendationPreferences", PutRecommendationPreferences$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateEnrollmentStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateEnrollmentStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "UpdateEnrollmentStatus", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "UpdateEnrollmentStatusCommand")
|
|
14
|
-
.sc(UpdateEnrollmentStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateEnrollmentStatusCommand extends command(_ep0, _mw0, "UpdateEnrollmentStatus", UpdateEnrollmentStatus$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./ComputeOptimizerClient";
|
|
2
2
|
export * from "./ComputeOptimizer";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
4
5
|
export * from "./schemas/schemas_0";
|
|
5
6
|
export * from "./pagination";
|
|
6
7
|
export * from "./models/enums";
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "ComputeOptimizerService",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "Compute Optimizer",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ComputeOptimizerClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { DeleteRecommendationPreferencesRequest, DeleteRecommendationPreferencesResponse } 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 DeleteRecommendationPreferencesCommandInput extends DeleteRecom
|
|
|
22
19
|
export interface DeleteRecommendationPreferencesCommandOutput extends DeleteRecommendationPreferencesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteRecommendationPreferencesCommand_base: {
|
|
25
|
-
new (input: DeleteRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a recommendation preference, such as enhanced infrastructure metrics.</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 { DescribeRecommendationExportJobsRequest, DescribeRecommendationExportJobsResponse } 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 DescribeRecommendationExportJobsCommandInput extends DescribeRe
|
|
|
22
19
|
export interface DescribeRecommendationExportJobsCommandOutput extends DescribeRecommendationExportJobsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeRecommendationExportJobsCommand_base: {
|
|
25
|
-
new (input: DescribeRecommendationExportJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeRecommendationExportJobsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeRecommendationExportJobsCommandInput): import("@smithy/core/client").CommandImpl<DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeRecommendationExportJobsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Describes recommendation export jobs created in the last seven days.</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 { ExportAutoScalingGroupRecommendationsRequest, ExportAutoScalingGroupRecommendationsResponse } 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 ExportAutoScalingGroupRecommendationsCommandInput extends Expor
|
|
|
22
19
|
export interface ExportAutoScalingGroupRecommendationsCommandOutput extends ExportAutoScalingGroupRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportAutoScalingGroupRecommendationsCommand_base: {
|
|
25
|
-
new (input: ExportAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ExportAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ExportAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports optimization recommendations for Auto Scaling groups.</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 { ExportEBSVolumeRecommendationsRequest, ExportEBSVolumeRecommendationsResponse } 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 ExportEBSVolumeRecommendationsCommandInput extends ExportEBSVol
|
|
|
22
19
|
export interface ExportEBSVolumeRecommendationsCommandOutput extends ExportEBSVolumeRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportEBSVolumeRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ExportEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports optimization recommendations for Amazon EBS volumes.</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 { ExportEC2InstanceRecommendationsRequest, ExportEC2InstanceRecommendationsResponse } 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 ExportEC2InstanceRecommendationsCommandInput extends ExportEC2I
|
|
|
22
19
|
export interface ExportEC2InstanceRecommendationsCommandOutput extends ExportEC2InstanceRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportEC2InstanceRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ExportEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Exports optimization recommendations for Amazon EC2 instances.</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 { ExportECSServiceRecommendationsRequest, ExportECSServiceRecommendationsResponse } 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 ExportECSServiceRecommendationsCommandInput extends ExportECSSe
|
|
|
22
19
|
export interface ExportECSServiceRecommendationsCommandOutput extends ExportECSServiceRecommendationsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ExportECSServiceRecommendationsCommand_base: {
|
|
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
|
-
};
|
|
22
|
+
new (input: ExportECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ExportECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>
|