@aws-sdk/client-compute-optimizer 3.1077.0 → 3.1079.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
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2005,340 +2006,92 @@ class ComputeOptimizerClient extends Client {
|
|
|
2005
2006
|
}
|
|
2006
2007
|
}
|
|
2007
2008
|
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
})
|
|
2014
|
-
.s("ComputeOptimizerService", "DeleteRecommendationPreferences", {})
|
|
2015
|
-
.n("ComputeOptimizerClient", "DeleteRecommendationPreferencesCommand")
|
|
2016
|
-
.sc(DeleteRecommendationPreferences$)
|
|
2017
|
-
.build() {
|
|
2009
|
+
const command = makeBuilder(commonParams, "ComputeOptimizerService", "ComputeOptimizerClient", getEndpointPlugin);
|
|
2010
|
+
const _ep0 = {};
|
|
2011
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2012
|
+
|
|
2013
|
+
class DeleteRecommendationPreferencesCommand extends command(_ep0, _mw0, "DeleteRecommendationPreferences", DeleteRecommendationPreferences$) {
|
|
2018
2014
|
}
|
|
2019
2015
|
|
|
2020
|
-
class DescribeRecommendationExportJobsCommand extends
|
|
2021
|
-
.classBuilder()
|
|
2022
|
-
.ep(commonParams)
|
|
2023
|
-
.m(function (Command, cs, config, o) {
|
|
2024
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2025
|
-
})
|
|
2026
|
-
.s("ComputeOptimizerService", "DescribeRecommendationExportJobs", {})
|
|
2027
|
-
.n("ComputeOptimizerClient", "DescribeRecommendationExportJobsCommand")
|
|
2028
|
-
.sc(DescribeRecommendationExportJobs$)
|
|
2029
|
-
.build() {
|
|
2016
|
+
class DescribeRecommendationExportJobsCommand extends command(_ep0, _mw0, "DescribeRecommendationExportJobs", DescribeRecommendationExportJobs$) {
|
|
2030
2017
|
}
|
|
2031
2018
|
|
|
2032
|
-
class ExportAutoScalingGroupRecommendationsCommand extends
|
|
2033
|
-
.classBuilder()
|
|
2034
|
-
.ep(commonParams)
|
|
2035
|
-
.m(function (Command, cs, config, o) {
|
|
2036
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2037
|
-
})
|
|
2038
|
-
.s("ComputeOptimizerService", "ExportAutoScalingGroupRecommendations", {})
|
|
2039
|
-
.n("ComputeOptimizerClient", "ExportAutoScalingGroupRecommendationsCommand")
|
|
2040
|
-
.sc(ExportAutoScalingGroupRecommendations$)
|
|
2041
|
-
.build() {
|
|
2019
|
+
class ExportAutoScalingGroupRecommendationsCommand extends command(_ep0, _mw0, "ExportAutoScalingGroupRecommendations", ExportAutoScalingGroupRecommendations$) {
|
|
2042
2020
|
}
|
|
2043
2021
|
|
|
2044
|
-
class ExportEBSVolumeRecommendationsCommand extends
|
|
2045
|
-
.classBuilder()
|
|
2046
|
-
.ep(commonParams)
|
|
2047
|
-
.m(function (Command, cs, config, o) {
|
|
2048
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2049
|
-
})
|
|
2050
|
-
.s("ComputeOptimizerService", "ExportEBSVolumeRecommendations", {})
|
|
2051
|
-
.n("ComputeOptimizerClient", "ExportEBSVolumeRecommendationsCommand")
|
|
2052
|
-
.sc(ExportEBSVolumeRecommendations$)
|
|
2053
|
-
.build() {
|
|
2022
|
+
class ExportEBSVolumeRecommendationsCommand extends command(_ep0, _mw0, "ExportEBSVolumeRecommendations", ExportEBSVolumeRecommendations$) {
|
|
2054
2023
|
}
|
|
2055
2024
|
|
|
2056
|
-
class ExportEC2InstanceRecommendationsCommand extends
|
|
2057
|
-
.classBuilder()
|
|
2058
|
-
.ep(commonParams)
|
|
2059
|
-
.m(function (Command, cs, config, o) {
|
|
2060
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2061
|
-
})
|
|
2062
|
-
.s("ComputeOptimizerService", "ExportEC2InstanceRecommendations", {})
|
|
2063
|
-
.n("ComputeOptimizerClient", "ExportEC2InstanceRecommendationsCommand")
|
|
2064
|
-
.sc(ExportEC2InstanceRecommendations$)
|
|
2065
|
-
.build() {
|
|
2025
|
+
class ExportEC2InstanceRecommendationsCommand extends command(_ep0, _mw0, "ExportEC2InstanceRecommendations", ExportEC2InstanceRecommendations$) {
|
|
2066
2026
|
}
|
|
2067
2027
|
|
|
2068
|
-
class ExportECSServiceRecommendationsCommand extends
|
|
2069
|
-
.classBuilder()
|
|
2070
|
-
.ep(commonParams)
|
|
2071
|
-
.m(function (Command, cs, config, o) {
|
|
2072
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2073
|
-
})
|
|
2074
|
-
.s("ComputeOptimizerService", "ExportECSServiceRecommendations", {})
|
|
2075
|
-
.n("ComputeOptimizerClient", "ExportECSServiceRecommendationsCommand")
|
|
2076
|
-
.sc(ExportECSServiceRecommendations$)
|
|
2077
|
-
.build() {
|
|
2028
|
+
class ExportECSServiceRecommendationsCommand extends command(_ep0, _mw0, "ExportECSServiceRecommendations", ExportECSServiceRecommendations$) {
|
|
2078
2029
|
}
|
|
2079
2030
|
|
|
2080
|
-
class ExportIdleRecommendationsCommand extends
|
|
2081
|
-
.classBuilder()
|
|
2082
|
-
.ep(commonParams)
|
|
2083
|
-
.m(function (Command, cs, config, o) {
|
|
2084
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2085
|
-
})
|
|
2086
|
-
.s("ComputeOptimizerService", "ExportIdleRecommendations", {})
|
|
2087
|
-
.n("ComputeOptimizerClient", "ExportIdleRecommendationsCommand")
|
|
2088
|
-
.sc(ExportIdleRecommendations$)
|
|
2089
|
-
.build() {
|
|
2031
|
+
class ExportIdleRecommendationsCommand extends command(_ep0, _mw0, "ExportIdleRecommendations", ExportIdleRecommendations$) {
|
|
2090
2032
|
}
|
|
2091
2033
|
|
|
2092
|
-
class ExportLambdaFunctionRecommendationsCommand extends
|
|
2093
|
-
.classBuilder()
|
|
2094
|
-
.ep(commonParams)
|
|
2095
|
-
.m(function (Command, cs, config, o) {
|
|
2096
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2097
|
-
})
|
|
2098
|
-
.s("ComputeOptimizerService", "ExportLambdaFunctionRecommendations", {})
|
|
2099
|
-
.n("ComputeOptimizerClient", "ExportLambdaFunctionRecommendationsCommand")
|
|
2100
|
-
.sc(ExportLambdaFunctionRecommendations$)
|
|
2101
|
-
.build() {
|
|
2034
|
+
class ExportLambdaFunctionRecommendationsCommand extends command(_ep0, _mw0, "ExportLambdaFunctionRecommendations", ExportLambdaFunctionRecommendations$) {
|
|
2102
2035
|
}
|
|
2103
2036
|
|
|
2104
|
-
class ExportLicenseRecommendationsCommand extends
|
|
2105
|
-
.classBuilder()
|
|
2106
|
-
.ep(commonParams)
|
|
2107
|
-
.m(function (Command, cs, config, o) {
|
|
2108
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2109
|
-
})
|
|
2110
|
-
.s("ComputeOptimizerService", "ExportLicenseRecommendations", {})
|
|
2111
|
-
.n("ComputeOptimizerClient", "ExportLicenseRecommendationsCommand")
|
|
2112
|
-
.sc(ExportLicenseRecommendations$)
|
|
2113
|
-
.build() {
|
|
2037
|
+
class ExportLicenseRecommendationsCommand extends command(_ep0, _mw0, "ExportLicenseRecommendations", ExportLicenseRecommendations$) {
|
|
2114
2038
|
}
|
|
2115
2039
|
|
|
2116
|
-
class ExportRDSDatabaseRecommendationsCommand extends
|
|
2117
|
-
.classBuilder()
|
|
2118
|
-
.ep(commonParams)
|
|
2119
|
-
.m(function (Command, cs, config, o) {
|
|
2120
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2121
|
-
})
|
|
2122
|
-
.s("ComputeOptimizerService", "ExportRDSDatabaseRecommendations", {})
|
|
2123
|
-
.n("ComputeOptimizerClient", "ExportRDSDatabaseRecommendationsCommand")
|
|
2124
|
-
.sc(ExportRDSDatabaseRecommendations$)
|
|
2125
|
-
.build() {
|
|
2040
|
+
class ExportRDSDatabaseRecommendationsCommand extends command(_ep0, _mw0, "ExportRDSDatabaseRecommendations", ExportRDSDatabaseRecommendations$) {
|
|
2126
2041
|
}
|
|
2127
2042
|
|
|
2128
|
-
class GetAutoScalingGroupRecommendationsCommand extends
|
|
2129
|
-
.classBuilder()
|
|
2130
|
-
.ep(commonParams)
|
|
2131
|
-
.m(function (Command, cs, config, o) {
|
|
2132
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2133
|
-
})
|
|
2134
|
-
.s("ComputeOptimizerService", "GetAutoScalingGroupRecommendations", {})
|
|
2135
|
-
.n("ComputeOptimizerClient", "GetAutoScalingGroupRecommendationsCommand")
|
|
2136
|
-
.sc(GetAutoScalingGroupRecommendations$)
|
|
2137
|
-
.build() {
|
|
2043
|
+
class GetAutoScalingGroupRecommendationsCommand extends command(_ep0, _mw0, "GetAutoScalingGroupRecommendations", GetAutoScalingGroupRecommendations$) {
|
|
2138
2044
|
}
|
|
2139
2045
|
|
|
2140
|
-
class GetEBSVolumeRecommendationsCommand extends
|
|
2141
|
-
.classBuilder()
|
|
2142
|
-
.ep(commonParams)
|
|
2143
|
-
.m(function (Command, cs, config, o) {
|
|
2144
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2145
|
-
})
|
|
2146
|
-
.s("ComputeOptimizerService", "GetEBSVolumeRecommendations", {})
|
|
2147
|
-
.n("ComputeOptimizerClient", "GetEBSVolumeRecommendationsCommand")
|
|
2148
|
-
.sc(GetEBSVolumeRecommendations$)
|
|
2149
|
-
.build() {
|
|
2046
|
+
class GetEBSVolumeRecommendationsCommand extends command(_ep0, _mw0, "GetEBSVolumeRecommendations", GetEBSVolumeRecommendations$) {
|
|
2150
2047
|
}
|
|
2151
2048
|
|
|
2152
|
-
class GetEC2InstanceRecommendationsCommand extends
|
|
2153
|
-
.classBuilder()
|
|
2154
|
-
.ep(commonParams)
|
|
2155
|
-
.m(function (Command, cs, config, o) {
|
|
2156
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2157
|
-
})
|
|
2158
|
-
.s("ComputeOptimizerService", "GetEC2InstanceRecommendations", {})
|
|
2159
|
-
.n("ComputeOptimizerClient", "GetEC2InstanceRecommendationsCommand")
|
|
2160
|
-
.sc(GetEC2InstanceRecommendations$)
|
|
2161
|
-
.build() {
|
|
2049
|
+
class GetEC2InstanceRecommendationsCommand extends command(_ep0, _mw0, "GetEC2InstanceRecommendations", GetEC2InstanceRecommendations$) {
|
|
2162
2050
|
}
|
|
2163
2051
|
|
|
2164
|
-
class GetEC2RecommendationProjectedMetricsCommand extends
|
|
2165
|
-
.classBuilder()
|
|
2166
|
-
.ep(commonParams)
|
|
2167
|
-
.m(function (Command, cs, config, o) {
|
|
2168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2169
|
-
})
|
|
2170
|
-
.s("ComputeOptimizerService", "GetEC2RecommendationProjectedMetrics", {})
|
|
2171
|
-
.n("ComputeOptimizerClient", "GetEC2RecommendationProjectedMetricsCommand")
|
|
2172
|
-
.sc(GetEC2RecommendationProjectedMetrics$)
|
|
2173
|
-
.build() {
|
|
2052
|
+
class GetEC2RecommendationProjectedMetricsCommand extends command(_ep0, _mw0, "GetEC2RecommendationProjectedMetrics", GetEC2RecommendationProjectedMetrics$) {
|
|
2174
2053
|
}
|
|
2175
2054
|
|
|
2176
|
-
class GetECSServiceRecommendationProjectedMetricsCommand extends
|
|
2177
|
-
.classBuilder()
|
|
2178
|
-
.ep(commonParams)
|
|
2179
|
-
.m(function (Command, cs, config, o) {
|
|
2180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2181
|
-
})
|
|
2182
|
-
.s("ComputeOptimizerService", "GetECSServiceRecommendationProjectedMetrics", {})
|
|
2183
|
-
.n("ComputeOptimizerClient", "GetECSServiceRecommendationProjectedMetricsCommand")
|
|
2184
|
-
.sc(GetECSServiceRecommendationProjectedMetrics$)
|
|
2185
|
-
.build() {
|
|
2055
|
+
class GetECSServiceRecommendationProjectedMetricsCommand extends command(_ep0, _mw0, "GetECSServiceRecommendationProjectedMetrics", GetECSServiceRecommendationProjectedMetrics$) {
|
|
2186
2056
|
}
|
|
2187
2057
|
|
|
2188
|
-
class GetECSServiceRecommendationsCommand extends
|
|
2189
|
-
.classBuilder()
|
|
2190
|
-
.ep(commonParams)
|
|
2191
|
-
.m(function (Command, cs, config, o) {
|
|
2192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2193
|
-
})
|
|
2194
|
-
.s("ComputeOptimizerService", "GetECSServiceRecommendations", {})
|
|
2195
|
-
.n("ComputeOptimizerClient", "GetECSServiceRecommendationsCommand")
|
|
2196
|
-
.sc(GetECSServiceRecommendations$)
|
|
2197
|
-
.build() {
|
|
2058
|
+
class GetECSServiceRecommendationsCommand extends command(_ep0, _mw0, "GetECSServiceRecommendations", GetECSServiceRecommendations$) {
|
|
2198
2059
|
}
|
|
2199
2060
|
|
|
2200
|
-
class GetEffectiveRecommendationPreferencesCommand extends
|
|
2201
|
-
.classBuilder()
|
|
2202
|
-
.ep(commonParams)
|
|
2203
|
-
.m(function (Command, cs, config, o) {
|
|
2204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2205
|
-
})
|
|
2206
|
-
.s("ComputeOptimizerService", "GetEffectiveRecommendationPreferences", {})
|
|
2207
|
-
.n("ComputeOptimizerClient", "GetEffectiveRecommendationPreferencesCommand")
|
|
2208
|
-
.sc(GetEffectiveRecommendationPreferences$)
|
|
2209
|
-
.build() {
|
|
2061
|
+
class GetEffectiveRecommendationPreferencesCommand extends command(_ep0, _mw0, "GetEffectiveRecommendationPreferences", GetEffectiveRecommendationPreferences$) {
|
|
2210
2062
|
}
|
|
2211
2063
|
|
|
2212
|
-
class GetEnrollmentStatusCommand extends
|
|
2213
|
-
.classBuilder()
|
|
2214
|
-
.ep(commonParams)
|
|
2215
|
-
.m(function (Command, cs, config, o) {
|
|
2216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2217
|
-
})
|
|
2218
|
-
.s("ComputeOptimizerService", "GetEnrollmentStatus", {})
|
|
2219
|
-
.n("ComputeOptimizerClient", "GetEnrollmentStatusCommand")
|
|
2220
|
-
.sc(GetEnrollmentStatus$)
|
|
2221
|
-
.build() {
|
|
2064
|
+
class GetEnrollmentStatusCommand extends command(_ep0, _mw0, "GetEnrollmentStatus", GetEnrollmentStatus$) {
|
|
2222
2065
|
}
|
|
2223
2066
|
|
|
2224
|
-
class GetEnrollmentStatusesForOrganizationCommand extends
|
|
2225
|
-
.classBuilder()
|
|
2226
|
-
.ep(commonParams)
|
|
2227
|
-
.m(function (Command, cs, config, o) {
|
|
2228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2229
|
-
})
|
|
2230
|
-
.s("ComputeOptimizerService", "GetEnrollmentStatusesForOrganization", {})
|
|
2231
|
-
.n("ComputeOptimizerClient", "GetEnrollmentStatusesForOrganizationCommand")
|
|
2232
|
-
.sc(GetEnrollmentStatusesForOrganization$)
|
|
2233
|
-
.build() {
|
|
2067
|
+
class GetEnrollmentStatusesForOrganizationCommand extends command(_ep0, _mw0, "GetEnrollmentStatusesForOrganization", GetEnrollmentStatusesForOrganization$) {
|
|
2234
2068
|
}
|
|
2235
2069
|
|
|
2236
|
-
class GetIdleRecommendationsCommand extends
|
|
2237
|
-
.classBuilder()
|
|
2238
|
-
.ep(commonParams)
|
|
2239
|
-
.m(function (Command, cs, config, o) {
|
|
2240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2241
|
-
})
|
|
2242
|
-
.s("ComputeOptimizerService", "GetIdleRecommendations", {})
|
|
2243
|
-
.n("ComputeOptimizerClient", "GetIdleRecommendationsCommand")
|
|
2244
|
-
.sc(GetIdleRecommendations$)
|
|
2245
|
-
.build() {
|
|
2070
|
+
class GetIdleRecommendationsCommand extends command(_ep0, _mw0, "GetIdleRecommendations", GetIdleRecommendations$) {
|
|
2246
2071
|
}
|
|
2247
2072
|
|
|
2248
|
-
class GetLambdaFunctionRecommendationsCommand extends
|
|
2249
|
-
.classBuilder()
|
|
2250
|
-
.ep(commonParams)
|
|
2251
|
-
.m(function (Command, cs, config, o) {
|
|
2252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2253
|
-
})
|
|
2254
|
-
.s("ComputeOptimizerService", "GetLambdaFunctionRecommendations", {})
|
|
2255
|
-
.n("ComputeOptimizerClient", "GetLambdaFunctionRecommendationsCommand")
|
|
2256
|
-
.sc(GetLambdaFunctionRecommendations$)
|
|
2257
|
-
.build() {
|
|
2073
|
+
class GetLambdaFunctionRecommendationsCommand extends command(_ep0, _mw0, "GetLambdaFunctionRecommendations", GetLambdaFunctionRecommendations$) {
|
|
2258
2074
|
}
|
|
2259
2075
|
|
|
2260
|
-
class GetLicenseRecommendationsCommand extends
|
|
2261
|
-
.classBuilder()
|
|
2262
|
-
.ep(commonParams)
|
|
2263
|
-
.m(function (Command, cs, config, o) {
|
|
2264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2265
|
-
})
|
|
2266
|
-
.s("ComputeOptimizerService", "GetLicenseRecommendations", {})
|
|
2267
|
-
.n("ComputeOptimizerClient", "GetLicenseRecommendationsCommand")
|
|
2268
|
-
.sc(GetLicenseRecommendations$)
|
|
2269
|
-
.build() {
|
|
2076
|
+
class GetLicenseRecommendationsCommand extends command(_ep0, _mw0, "GetLicenseRecommendations", GetLicenseRecommendations$) {
|
|
2270
2077
|
}
|
|
2271
2078
|
|
|
2272
|
-
class GetRDSDatabaseRecommendationProjectedMetricsCommand extends
|
|
2273
|
-
.classBuilder()
|
|
2274
|
-
.ep(commonParams)
|
|
2275
|
-
.m(function (Command, cs, config, o) {
|
|
2276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2277
|
-
})
|
|
2278
|
-
.s("ComputeOptimizerService", "GetRDSDatabaseRecommendationProjectedMetrics", {})
|
|
2279
|
-
.n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationProjectedMetricsCommand")
|
|
2280
|
-
.sc(GetRDSDatabaseRecommendationProjectedMetrics$)
|
|
2281
|
-
.build() {
|
|
2079
|
+
class GetRDSDatabaseRecommendationProjectedMetricsCommand extends command(_ep0, _mw0, "GetRDSDatabaseRecommendationProjectedMetrics", GetRDSDatabaseRecommendationProjectedMetrics$) {
|
|
2282
2080
|
}
|
|
2283
2081
|
|
|
2284
|
-
class GetRDSDatabaseRecommendationsCommand extends
|
|
2285
|
-
.classBuilder()
|
|
2286
|
-
.ep(commonParams)
|
|
2287
|
-
.m(function (Command, cs, config, o) {
|
|
2288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2289
|
-
})
|
|
2290
|
-
.s("ComputeOptimizerService", "GetRDSDatabaseRecommendations", {})
|
|
2291
|
-
.n("ComputeOptimizerClient", "GetRDSDatabaseRecommendationsCommand")
|
|
2292
|
-
.sc(GetRDSDatabaseRecommendations$)
|
|
2293
|
-
.build() {
|
|
2082
|
+
class GetRDSDatabaseRecommendationsCommand extends command(_ep0, _mw0, "GetRDSDatabaseRecommendations", GetRDSDatabaseRecommendations$) {
|
|
2294
2083
|
}
|
|
2295
2084
|
|
|
2296
|
-
class GetRecommendationPreferencesCommand extends
|
|
2297
|
-
.classBuilder()
|
|
2298
|
-
.ep(commonParams)
|
|
2299
|
-
.m(function (Command, cs, config, o) {
|
|
2300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2301
|
-
})
|
|
2302
|
-
.s("ComputeOptimizerService", "GetRecommendationPreferences", {})
|
|
2303
|
-
.n("ComputeOptimizerClient", "GetRecommendationPreferencesCommand")
|
|
2304
|
-
.sc(GetRecommendationPreferences$)
|
|
2305
|
-
.build() {
|
|
2085
|
+
class GetRecommendationPreferencesCommand extends command(_ep0, _mw0, "GetRecommendationPreferences", GetRecommendationPreferences$) {
|
|
2306
2086
|
}
|
|
2307
2087
|
|
|
2308
|
-
class GetRecommendationSummariesCommand extends
|
|
2309
|
-
.classBuilder()
|
|
2310
|
-
.ep(commonParams)
|
|
2311
|
-
.m(function (Command, cs, config, o) {
|
|
2312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2313
|
-
})
|
|
2314
|
-
.s("ComputeOptimizerService", "GetRecommendationSummaries", {})
|
|
2315
|
-
.n("ComputeOptimizerClient", "GetRecommendationSummariesCommand")
|
|
2316
|
-
.sc(GetRecommendationSummaries$)
|
|
2317
|
-
.build() {
|
|
2088
|
+
class GetRecommendationSummariesCommand extends command(_ep0, _mw0, "GetRecommendationSummaries", GetRecommendationSummaries$) {
|
|
2318
2089
|
}
|
|
2319
2090
|
|
|
2320
|
-
class PutRecommendationPreferencesCommand extends
|
|
2321
|
-
.classBuilder()
|
|
2322
|
-
.ep(commonParams)
|
|
2323
|
-
.m(function (Command, cs, config, o) {
|
|
2324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2325
|
-
})
|
|
2326
|
-
.s("ComputeOptimizerService", "PutRecommendationPreferences", {})
|
|
2327
|
-
.n("ComputeOptimizerClient", "PutRecommendationPreferencesCommand")
|
|
2328
|
-
.sc(PutRecommendationPreferences$)
|
|
2329
|
-
.build() {
|
|
2091
|
+
class PutRecommendationPreferencesCommand extends command(_ep0, _mw0, "PutRecommendationPreferences", PutRecommendationPreferences$) {
|
|
2330
2092
|
}
|
|
2331
2093
|
|
|
2332
|
-
class UpdateEnrollmentStatusCommand extends
|
|
2333
|
-
.classBuilder()
|
|
2334
|
-
.ep(commonParams)
|
|
2335
|
-
.m(function (Command, cs, config, o) {
|
|
2336
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2337
|
-
})
|
|
2338
|
-
.s("ComputeOptimizerService", "UpdateEnrollmentStatus", {})
|
|
2339
|
-
.n("ComputeOptimizerClient", "UpdateEnrollmentStatusCommand")
|
|
2340
|
-
.sc(UpdateEnrollmentStatus$)
|
|
2341
|
-
.build() {
|
|
2094
|
+
class UpdateEnrollmentStatusCommand extends command(_ep0, _mw0, "UpdateEnrollmentStatus", UpdateEnrollmentStatus$) {
|
|
2342
2095
|
}
|
|
2343
2096
|
|
|
2344
2097
|
const paginateDescribeRecommendationExportJobs = createPaginator(ComputeOptimizerClient, DescribeRecommendationExportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "ComputeOptimizerService", "ComputeOptimizerClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -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 { DeleteRecommendationPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRecommendationPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "DeleteRecommendationPreferences", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "DeleteRecommendationPreferencesCommand")
|
|
14
|
-
.sc(DeleteRecommendationPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRecommendationPreferencesCommand extends command(_ep0, _mw0, "DeleteRecommendationPreferences", DeleteRecommendationPreferences$) {
|
|
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 { DescribeRecommendationExportJobs$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeRecommendationExportJobsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "DescribeRecommendationExportJobs", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "DescribeRecommendationExportJobsCommand")
|
|
14
|
-
.sc(DescribeRecommendationExportJobs$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeRecommendationExportJobsCommand extends command(_ep0, _mw0, "DescribeRecommendationExportJobs", DescribeRecommendationExportJobs$) {
|
|
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 { ExportAutoScalingGroupRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportAutoScalingGroupRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportAutoScalingGroupRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportAutoScalingGroupRecommendationsCommand")
|
|
14
|
-
.sc(ExportAutoScalingGroupRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportAutoScalingGroupRecommendationsCommand extends command(_ep0, _mw0, "ExportAutoScalingGroupRecommendations", ExportAutoScalingGroupRecommendations$) {
|
|
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 { ExportEBSVolumeRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportEBSVolumeRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportEBSVolumeRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportEBSVolumeRecommendationsCommand")
|
|
14
|
-
.sc(ExportEBSVolumeRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportEBSVolumeRecommendationsCommand extends command(_ep0, _mw0, "ExportEBSVolumeRecommendations", ExportEBSVolumeRecommendations$) {
|
|
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 { ExportEC2InstanceRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportEC2InstanceRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportEC2InstanceRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportEC2InstanceRecommendationsCommand")
|
|
14
|
-
.sc(ExportEC2InstanceRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportEC2InstanceRecommendationsCommand extends command(_ep0, _mw0, "ExportEC2InstanceRecommendations", ExportEC2InstanceRecommendations$) {
|
|
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 { ExportECSServiceRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportECSServiceRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportECSServiceRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportECSServiceRecommendationsCommand")
|
|
14
|
-
.sc(ExportECSServiceRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportECSServiceRecommendationsCommand extends command(_ep0, _mw0, "ExportECSServiceRecommendations", ExportECSServiceRecommendations$) {
|
|
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 { ExportIdleRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportIdleRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportIdleRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportIdleRecommendationsCommand")
|
|
14
|
-
.sc(ExportIdleRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportIdleRecommendationsCommand extends command(_ep0, _mw0, "ExportIdleRecommendations", ExportIdleRecommendations$) {
|
|
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 { ExportLambdaFunctionRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportLambdaFunctionRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportLambdaFunctionRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportLambdaFunctionRecommendationsCommand")
|
|
14
|
-
.sc(ExportLambdaFunctionRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportLambdaFunctionRecommendationsCommand extends command(_ep0, _mw0, "ExportLambdaFunctionRecommendations", ExportLambdaFunctionRecommendations$) {
|
|
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 { ExportLicenseRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportLicenseRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportLicenseRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportLicenseRecommendationsCommand")
|
|
14
|
-
.sc(ExportLicenseRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportLicenseRecommendationsCommand extends command(_ep0, _mw0, "ExportLicenseRecommendations", ExportLicenseRecommendations$) {
|
|
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 { ExportRDSDatabaseRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ExportRDSDatabaseRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "ExportRDSDatabaseRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "ExportRDSDatabaseRecommendationsCommand")
|
|
14
|
-
.sc(ExportRDSDatabaseRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ExportRDSDatabaseRecommendationsCommand extends command(_ep0, _mw0, "ExportRDSDatabaseRecommendations", ExportRDSDatabaseRecommendations$) {
|
|
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 { GetAutoScalingGroupRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAutoScalingGroupRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ComputeOptimizerService", "GetAutoScalingGroupRecommendations", {})
|
|
13
|
-
.n("ComputeOptimizerClient", "GetAutoScalingGroupRecommendationsCommand")
|
|
14
|
-
.sc(GetAutoScalingGroupRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAutoScalingGroupRecommendationsCommand extends command(_ep0, _mw0, "GetAutoScalingGroupRecommendations", GetAutoScalingGroupRecommendations$) {
|
|
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 { 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
|
}
|