@aws-sdk/client-compute-optimizer 3.490.0 → 3.495.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.
Files changed (42) hide show
  1. package/dist-cjs/ComputeOptimizer.js +1 -57
  2. package/dist-cjs/ComputeOptimizerClient.js +1 -43
  3. package/dist-cjs/commands/DeleteRecommendationPreferencesCommand.js +1 -28
  4. package/dist-cjs/commands/DescribeRecommendationExportJobsCommand.js +1 -28
  5. package/dist-cjs/commands/ExportAutoScalingGroupRecommendationsCommand.js +1 -28
  6. package/dist-cjs/commands/ExportEBSVolumeRecommendationsCommand.js +1 -28
  7. package/dist-cjs/commands/ExportEC2InstanceRecommendationsCommand.js +1 -28
  8. package/dist-cjs/commands/ExportECSServiceRecommendationsCommand.js +1 -28
  9. package/dist-cjs/commands/ExportLambdaFunctionRecommendationsCommand.js +1 -28
  10. package/dist-cjs/commands/ExportLicenseRecommendationsCommand.js +1 -28
  11. package/dist-cjs/commands/GetAutoScalingGroupRecommendationsCommand.js +1 -28
  12. package/dist-cjs/commands/GetEBSVolumeRecommendationsCommand.js +1 -28
  13. package/dist-cjs/commands/GetEC2InstanceRecommendationsCommand.js +1 -28
  14. package/dist-cjs/commands/GetEC2RecommendationProjectedMetricsCommand.js +1 -28
  15. package/dist-cjs/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +1 -28
  16. package/dist-cjs/commands/GetECSServiceRecommendationsCommand.js +1 -28
  17. package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +1 -28
  18. package/dist-cjs/commands/GetEnrollmentStatusCommand.js +1 -28
  19. package/dist-cjs/commands/GetEnrollmentStatusesForOrganizationCommand.js +1 -28
  20. package/dist-cjs/commands/GetLambdaFunctionRecommendationsCommand.js +1 -28
  21. package/dist-cjs/commands/GetLicenseRecommendationsCommand.js +1 -28
  22. package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +1 -28
  23. package/dist-cjs/commands/GetRecommendationSummariesCommand.js +1 -28
  24. package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateEnrollmentStatusCommand.js +1 -28
  26. package/dist-cjs/commands/index.js +1 -26
  27. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  28. package/dist-cjs/extensionConfiguration.js +1 -2
  29. package/dist-cjs/index.js +3689 -11
  30. package/dist-cjs/models/ComputeOptimizerServiceException.js +1 -12
  31. package/dist-cjs/models/index.js +1 -4
  32. package/dist-cjs/models/models_0.js +1 -727
  33. package/dist-cjs/pagination/DescribeRecommendationExportJobsPaginator.js +1 -7
  34. package/dist-cjs/pagination/GetEnrollmentStatusesForOrganizationPaginator.js +1 -7
  35. package/dist-cjs/pagination/GetLambdaFunctionRecommendationsPaginator.js +1 -7
  36. package/dist-cjs/pagination/GetRecommendationPreferencesPaginator.js +1 -7
  37. package/dist-cjs/pagination/GetRecommendationSummariesPaginator.js +1 -7
  38. package/dist-cjs/pagination/Interfaces.js +1 -2
  39. package/dist-cjs/pagination/index.js +1 -9
  40. package/dist-cjs/protocols/Aws_json1_0.js +1 -2244
  41. package/dist-cjs/runtimeExtensions.js +1 -22
  42. package/package.json +40 -40
@@ -1,57 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ComputeOptimizer = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const DeleteRecommendationPreferencesCommand_1 = require("./commands/DeleteRecommendationPreferencesCommand");
6
- const DescribeRecommendationExportJobsCommand_1 = require("./commands/DescribeRecommendationExportJobsCommand");
7
- const ExportAutoScalingGroupRecommendationsCommand_1 = require("./commands/ExportAutoScalingGroupRecommendationsCommand");
8
- const ExportEBSVolumeRecommendationsCommand_1 = require("./commands/ExportEBSVolumeRecommendationsCommand");
9
- const ExportEC2InstanceRecommendationsCommand_1 = require("./commands/ExportEC2InstanceRecommendationsCommand");
10
- const ExportECSServiceRecommendationsCommand_1 = require("./commands/ExportECSServiceRecommendationsCommand");
11
- const ExportLambdaFunctionRecommendationsCommand_1 = require("./commands/ExportLambdaFunctionRecommendationsCommand");
12
- const ExportLicenseRecommendationsCommand_1 = require("./commands/ExportLicenseRecommendationsCommand");
13
- const GetAutoScalingGroupRecommendationsCommand_1 = require("./commands/GetAutoScalingGroupRecommendationsCommand");
14
- const GetEBSVolumeRecommendationsCommand_1 = require("./commands/GetEBSVolumeRecommendationsCommand");
15
- const GetEC2InstanceRecommendationsCommand_1 = require("./commands/GetEC2InstanceRecommendationsCommand");
16
- const GetEC2RecommendationProjectedMetricsCommand_1 = require("./commands/GetEC2RecommendationProjectedMetricsCommand");
17
- const GetECSServiceRecommendationProjectedMetricsCommand_1 = require("./commands/GetECSServiceRecommendationProjectedMetricsCommand");
18
- const GetECSServiceRecommendationsCommand_1 = require("./commands/GetECSServiceRecommendationsCommand");
19
- const GetEffectiveRecommendationPreferencesCommand_1 = require("./commands/GetEffectiveRecommendationPreferencesCommand");
20
- const GetEnrollmentStatusCommand_1 = require("./commands/GetEnrollmentStatusCommand");
21
- const GetEnrollmentStatusesForOrganizationCommand_1 = require("./commands/GetEnrollmentStatusesForOrganizationCommand");
22
- const GetLambdaFunctionRecommendationsCommand_1 = require("./commands/GetLambdaFunctionRecommendationsCommand");
23
- const GetLicenseRecommendationsCommand_1 = require("./commands/GetLicenseRecommendationsCommand");
24
- const GetRecommendationPreferencesCommand_1 = require("./commands/GetRecommendationPreferencesCommand");
25
- const GetRecommendationSummariesCommand_1 = require("./commands/GetRecommendationSummariesCommand");
26
- const PutRecommendationPreferencesCommand_1 = require("./commands/PutRecommendationPreferencesCommand");
27
- const UpdateEnrollmentStatusCommand_1 = require("./commands/UpdateEnrollmentStatusCommand");
28
- const ComputeOptimizerClient_1 = require("./ComputeOptimizerClient");
29
- const commands = {
30
- DeleteRecommendationPreferencesCommand: DeleteRecommendationPreferencesCommand_1.DeleteRecommendationPreferencesCommand,
31
- DescribeRecommendationExportJobsCommand: DescribeRecommendationExportJobsCommand_1.DescribeRecommendationExportJobsCommand,
32
- ExportAutoScalingGroupRecommendationsCommand: ExportAutoScalingGroupRecommendationsCommand_1.ExportAutoScalingGroupRecommendationsCommand,
33
- ExportEBSVolumeRecommendationsCommand: ExportEBSVolumeRecommendationsCommand_1.ExportEBSVolumeRecommendationsCommand,
34
- ExportEC2InstanceRecommendationsCommand: ExportEC2InstanceRecommendationsCommand_1.ExportEC2InstanceRecommendationsCommand,
35
- ExportECSServiceRecommendationsCommand: ExportECSServiceRecommendationsCommand_1.ExportECSServiceRecommendationsCommand,
36
- ExportLambdaFunctionRecommendationsCommand: ExportLambdaFunctionRecommendationsCommand_1.ExportLambdaFunctionRecommendationsCommand,
37
- ExportLicenseRecommendationsCommand: ExportLicenseRecommendationsCommand_1.ExportLicenseRecommendationsCommand,
38
- GetAutoScalingGroupRecommendationsCommand: GetAutoScalingGroupRecommendationsCommand_1.GetAutoScalingGroupRecommendationsCommand,
39
- GetEBSVolumeRecommendationsCommand: GetEBSVolumeRecommendationsCommand_1.GetEBSVolumeRecommendationsCommand,
40
- GetEC2InstanceRecommendationsCommand: GetEC2InstanceRecommendationsCommand_1.GetEC2InstanceRecommendationsCommand,
41
- GetEC2RecommendationProjectedMetricsCommand: GetEC2RecommendationProjectedMetricsCommand_1.GetEC2RecommendationProjectedMetricsCommand,
42
- GetECSServiceRecommendationProjectedMetricsCommand: GetECSServiceRecommendationProjectedMetricsCommand_1.GetECSServiceRecommendationProjectedMetricsCommand,
43
- GetECSServiceRecommendationsCommand: GetECSServiceRecommendationsCommand_1.GetECSServiceRecommendationsCommand,
44
- GetEffectiveRecommendationPreferencesCommand: GetEffectiveRecommendationPreferencesCommand_1.GetEffectiveRecommendationPreferencesCommand,
45
- GetEnrollmentStatusCommand: GetEnrollmentStatusCommand_1.GetEnrollmentStatusCommand,
46
- GetEnrollmentStatusesForOrganizationCommand: GetEnrollmentStatusesForOrganizationCommand_1.GetEnrollmentStatusesForOrganizationCommand,
47
- GetLambdaFunctionRecommendationsCommand: GetLambdaFunctionRecommendationsCommand_1.GetLambdaFunctionRecommendationsCommand,
48
- GetLicenseRecommendationsCommand: GetLicenseRecommendationsCommand_1.GetLicenseRecommendationsCommand,
49
- GetRecommendationPreferencesCommand: GetRecommendationPreferencesCommand_1.GetRecommendationPreferencesCommand,
50
- GetRecommendationSummariesCommand: GetRecommendationSummariesCommand_1.GetRecommendationSummariesCommand,
51
- PutRecommendationPreferencesCommand: PutRecommendationPreferencesCommand_1.PutRecommendationPreferencesCommand,
52
- UpdateEnrollmentStatusCommand: UpdateEnrollmentStatusCommand_1.UpdateEnrollmentStatusCommand,
53
- };
54
- class ComputeOptimizer extends ComputeOptimizerClient_1.ComputeOptimizerClient {
55
- }
56
- exports.ComputeOptimizer = ComputeOptimizer;
57
- (0, smithy_client_1.createAggregatedClient)(commands, ComputeOptimizer);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ComputeOptimizerClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ComputeOptimizerClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ComputeOptimizerClient = ComputeOptimizerClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRecommendationPreferencesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteRecommendationPreferencesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "DeleteRecommendationPreferences", {})
22
- .n("ComputeOptimizerClient", "DeleteRecommendationPreferencesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteRecommendationPreferencesCommand)
25
- .de(Aws_json1_0_1.de_DeleteRecommendationPreferencesCommand)
26
- .build() {
27
- }
28
- exports.DeleteRecommendationPreferencesCommand = DeleteRecommendationPreferencesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRecommendationExportJobsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeRecommendationExportJobsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "DescribeRecommendationExportJobs", {})
22
- .n("ComputeOptimizerClient", "DescribeRecommendationExportJobsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeRecommendationExportJobsCommand)
25
- .de(Aws_json1_0_1.de_DescribeRecommendationExportJobsCommand)
26
- .build() {
27
- }
28
- exports.DescribeRecommendationExportJobsCommand = DescribeRecommendationExportJobsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportAutoScalingGroupRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ExportAutoScalingGroupRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "ExportAutoScalingGroupRecommendations", {})
22
- .n("ComputeOptimizerClient", "ExportAutoScalingGroupRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ExportAutoScalingGroupRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_ExportAutoScalingGroupRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ExportAutoScalingGroupRecommendationsCommand = ExportAutoScalingGroupRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportEBSVolumeRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ExportEBSVolumeRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "ExportEBSVolumeRecommendations", {})
22
- .n("ComputeOptimizerClient", "ExportEBSVolumeRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ExportEBSVolumeRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_ExportEBSVolumeRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ExportEBSVolumeRecommendationsCommand = ExportEBSVolumeRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportEC2InstanceRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ExportEC2InstanceRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "ExportEC2InstanceRecommendations", {})
22
- .n("ComputeOptimizerClient", "ExportEC2InstanceRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ExportEC2InstanceRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_ExportEC2InstanceRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ExportEC2InstanceRecommendationsCommand = ExportEC2InstanceRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportECSServiceRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ExportECSServiceRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "ExportECSServiceRecommendations", {})
22
- .n("ComputeOptimizerClient", "ExportECSServiceRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ExportECSServiceRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_ExportECSServiceRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ExportECSServiceRecommendationsCommand = ExportECSServiceRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportLambdaFunctionRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ExportLambdaFunctionRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "ExportLambdaFunctionRecommendations", {})
22
- .n("ComputeOptimizerClient", "ExportLambdaFunctionRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ExportLambdaFunctionRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_ExportLambdaFunctionRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ExportLambdaFunctionRecommendationsCommand = ExportLambdaFunctionRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportLicenseRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ExportLicenseRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "ExportLicenseRecommendations", {})
22
- .n("ComputeOptimizerClient", "ExportLicenseRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ExportLicenseRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_ExportLicenseRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.ExportLicenseRecommendationsCommand = ExportLicenseRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAutoScalingGroupRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetAutoScalingGroupRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetAutoScalingGroupRecommendations", {})
22
- .n("ComputeOptimizerClient", "GetAutoScalingGroupRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetAutoScalingGroupRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_GetAutoScalingGroupRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.GetAutoScalingGroupRecommendationsCommand = GetAutoScalingGroupRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEBSVolumeRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetEBSVolumeRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetEBSVolumeRecommendations", {})
22
- .n("ComputeOptimizerClient", "GetEBSVolumeRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetEBSVolumeRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_GetEBSVolumeRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.GetEBSVolumeRecommendationsCommand = GetEBSVolumeRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEC2InstanceRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetEC2InstanceRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetEC2InstanceRecommendations", {})
22
- .n("ComputeOptimizerClient", "GetEC2InstanceRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetEC2InstanceRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_GetEC2InstanceRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.GetEC2InstanceRecommendationsCommand = GetEC2InstanceRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEC2RecommendationProjectedMetricsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetEC2RecommendationProjectedMetricsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetEC2RecommendationProjectedMetrics", {})
22
- .n("ComputeOptimizerClient", "GetEC2RecommendationProjectedMetricsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetEC2RecommendationProjectedMetricsCommand)
25
- .de(Aws_json1_0_1.de_GetEC2RecommendationProjectedMetricsCommand)
26
- .build() {
27
- }
28
- exports.GetEC2RecommendationProjectedMetricsCommand = GetEC2RecommendationProjectedMetricsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetECSServiceRecommendationProjectedMetricsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetECSServiceRecommendationProjectedMetricsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetECSServiceRecommendationProjectedMetrics", {})
22
- .n("ComputeOptimizerClient", "GetECSServiceRecommendationProjectedMetricsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetECSServiceRecommendationProjectedMetricsCommand)
25
- .de(Aws_json1_0_1.de_GetECSServiceRecommendationProjectedMetricsCommand)
26
- .build() {
27
- }
28
- exports.GetECSServiceRecommendationProjectedMetricsCommand = GetECSServiceRecommendationProjectedMetricsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetECSServiceRecommendationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetECSServiceRecommendationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetECSServiceRecommendations", {})
22
- .n("ComputeOptimizerClient", "GetECSServiceRecommendationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetECSServiceRecommendationsCommand)
25
- .de(Aws_json1_0_1.de_GetECSServiceRecommendationsCommand)
26
- .build() {
27
- }
28
- exports.GetECSServiceRecommendationsCommand = GetECSServiceRecommendationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEffectiveRecommendationPreferencesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetEffectiveRecommendationPreferencesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetEffectiveRecommendationPreferences", {})
22
- .n("ComputeOptimizerClient", "GetEffectiveRecommendationPreferencesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetEffectiveRecommendationPreferencesCommand)
25
- .de(Aws_json1_0_1.de_GetEffectiveRecommendationPreferencesCommand)
26
- .build() {
27
- }
28
- exports.GetEffectiveRecommendationPreferencesCommand = GetEffectiveRecommendationPreferencesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEnrollmentStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetEnrollmentStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetEnrollmentStatus", {})
22
- .n("ComputeOptimizerClient", "GetEnrollmentStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetEnrollmentStatusCommand)
25
- .de(Aws_json1_0_1.de_GetEnrollmentStatusCommand)
26
- .build() {
27
- }
28
- exports.GetEnrollmentStatusCommand = GetEnrollmentStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetEnrollmentStatusesForOrganizationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetEnrollmentStatusesForOrganizationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("ComputeOptimizerService", "GetEnrollmentStatusesForOrganization", {})
22
- .n("ComputeOptimizerClient", "GetEnrollmentStatusesForOrganizationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetEnrollmentStatusesForOrganizationCommand)
25
- .de(Aws_json1_0_1.de_GetEnrollmentStatusesForOrganizationCommand)
26
- .build() {
27
- }
28
- exports.GetEnrollmentStatusesForOrganizationCommand = GetEnrollmentStatusesForOrganizationCommand;
1
+ module.exports = require("../index.js");