@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.
- package/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ComputeOptimizer.d.ts +11 -1
- package/dist-types/ComputeOptimizerClient.d.ts +1 -1
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ExportLicenseRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +2 -1
- package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +2 -1
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetLicenseRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +2 -1
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +557 -557
- package/dist-types/ts3.4/ComputeOptimizer.d.ts +10 -0
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- 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
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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";
|