@aws-sdk/client-compute-optimizer 3.490.0 → 3.496.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 +3691 -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,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateDescribeRecommendationExportJobs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const DescribeRecommendationExportJobsCommand_1 = require("../commands/DescribeRecommendationExportJobsCommand");
6
- const ComputeOptimizerClient_1 = require("../ComputeOptimizerClient");
7
- exports.paginateDescribeRecommendationExportJobs = (0, core_1.createPaginator)(ComputeOptimizerClient_1.ComputeOptimizerClient, DescribeRecommendationExportJobsCommand_1.DescribeRecommendationExportJobsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetEnrollmentStatusesForOrganization = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetEnrollmentStatusesForOrganizationCommand_1 = require("../commands/GetEnrollmentStatusesForOrganizationCommand");
6
- const ComputeOptimizerClient_1 = require("../ComputeOptimizerClient");
7
- exports.paginateGetEnrollmentStatusesForOrganization = (0, core_1.createPaginator)(ComputeOptimizerClient_1.ComputeOptimizerClient, GetEnrollmentStatusesForOrganizationCommand_1.GetEnrollmentStatusesForOrganizationCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetLambdaFunctionRecommendations = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetLambdaFunctionRecommendationsCommand_1 = require("../commands/GetLambdaFunctionRecommendationsCommand");
6
- const ComputeOptimizerClient_1 = require("../ComputeOptimizerClient");
7
- exports.paginateGetLambdaFunctionRecommendations = (0, core_1.createPaginator)(ComputeOptimizerClient_1.ComputeOptimizerClient, GetLambdaFunctionRecommendationsCommand_1.GetLambdaFunctionRecommendationsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetRecommendationPreferences = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetRecommendationPreferencesCommand_1 = require("../commands/GetRecommendationPreferencesCommand");
6
- const ComputeOptimizerClient_1 = require("../ComputeOptimizerClient");
7
- exports.paginateGetRecommendationPreferences = (0, core_1.createPaginator)(ComputeOptimizerClient_1.ComputeOptimizerClient, GetRecommendationPreferencesCommand_1.GetRecommendationPreferencesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetRecommendationSummaries = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetRecommendationSummariesCommand_1 = require("../commands/GetRecommendationSummariesCommand");
6
- const ComputeOptimizerClient_1 = require("../ComputeOptimizerClient");
7
- exports.paginateGetRecommendationSummaries = (0, core_1.createPaginator)(ComputeOptimizerClient_1.ComputeOptimizerClient, GetRecommendationSummariesCommand_1.GetRecommendationSummariesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,9 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DescribeRecommendationExportJobsPaginator"), exports);
5
- tslib_1.__exportStar(require("./GetEnrollmentStatusesForOrganizationPaginator"), exports);
6
- tslib_1.__exportStar(require("./GetLambdaFunctionRecommendationsPaginator"), exports);
7
- tslib_1.__exportStar(require("./GetRecommendationPreferencesPaginator"), exports);
8
- tslib_1.__exportStar(require("./GetRecommendationSummariesPaginator"), exports);
9
- tslib_1.__exportStar(require("./Interfaces"), exports);
1
+ module.exports = require("../index.js");