@aws-sdk/client-compute-optimizer 3.533.0 → 3.540.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 (57) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ComputeOptimizer.d.ts +11 -1
  6. package/dist-types/ComputeOptimizerClient.d.ts +1 -1
  7. package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +2 -1
  8. package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +2 -1
  9. package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +2 -1
  10. package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +2 -1
  11. package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +2 -1
  12. package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +2 -1
  13. package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +2 -1
  14. package/dist-types/commands/ExportLicenseRecommendationsCommand.d.ts +2 -1
  15. package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +2 -1
  16. package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +2 -1
  17. package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +2 -1
  18. package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +2 -1
  19. package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +2 -1
  20. package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +2 -1
  21. package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +2 -1
  22. package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +2 -1
  23. package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +2 -1
  24. package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +2 -1
  25. package/dist-types/commands/GetLicenseRecommendationsCommand.d.ts +2 -1
  26. package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +2 -1
  27. package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +2 -1
  28. package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +2 -1
  30. package/dist-types/index.d.ts +0 -1
  31. package/dist-types/models/models_0.d.ts +557 -557
  32. package/dist-types/ts3.4/ComputeOptimizer.d.ts +10 -0
  33. package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/index.d.ts +0 -1
  57. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface PutRecommendationPreferencesCommandOutput extends PutRecommenda
22
22
  }
23
23
  declare const PutRecommendationPreferencesCommand_base: {
24
24
  new (input: PutRecommendationPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRecommendationPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new recommendation preference or updates an existing recommendation
30
30
  * preference, such as enhanced infrastructure metrics.</p>
31
31
  * <p>For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/enhanced-infrastructure-metrics.html">Activating
@@ -111,6 +111,7 @@ declare const PutRecommendationPreferencesCommand_base: {
111
111
  * @throws {@link ComputeOptimizerServiceException}
112
112
  * <p>Base exception class for all service exceptions from ComputeOptimizer service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class PutRecommendationPreferencesCommand extends PutRecommendationPreferencesCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface UpdateEnrollmentStatusCommandOutput extends UpdateEnrollmentSta
22
22
  }
23
23
  declare const UpdateEnrollmentStatusCommand_base: {
24
24
  new (input: UpdateEnrollmentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateEnrollmentStatusCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.</p>
30
30
  * <p>If the account is a management account of an organization, this action can also be
31
31
  * used to enroll member accounts of the organization.</p>
@@ -81,6 +81,7 @@ declare const UpdateEnrollmentStatusCommand_base: {
81
81
  * @throws {@link ComputeOptimizerServiceException}
82
82
  * <p>Base exception class for all service exceptions from ComputeOptimizer service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class UpdateEnrollmentStatusCommand extends UpdateEnrollmentStatusCommand_base {
86
87
  }
@@ -22,5 +22,4 @@ export { ComputeOptimizerExtensionConfiguration } from "./extensionConfiguration
22
22
  export * from "./commands";
23
23
  export * from "./pagination";
24
24
  export * from "./models";
25
- import "@aws-sdk/util-endpoints";
26
25
  export { ComputeOptimizerServiceException } from "./models/ComputeOptimizerServiceException";