@aws-sdk/client-compute-optimizer 3.296.0 → 3.298.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/commands/DeleteRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/DescribeRecommendationExportJobsCommand.js +2 -3
- package/dist-cjs/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportECSServiceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -3
- package/dist-cjs/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -3
- package/dist-cjs/commands/GetECSServiceRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/GetEnrollmentStatusCommand.js +2 -3
- package/dist-cjs/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -3
- package/dist-cjs/commands/GetLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/GetRecommendationSummariesCommand.js +2 -3
- package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +2 -3
- package/dist-cjs/commands/UpdateEnrollmentStatusCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -370
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +2 -3
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +2 -3
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -3
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -3
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/GetEnrollmentStatusCommand.js +2 -3
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -3
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +2 -3
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/GetRecommendationSummariesCommand.js +2 -3
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +2 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -276
- package/dist-types/ComputeOptimizer.d.ts +22 -0
- package/dist-types/ComputeOptimizerClient.d.ts +24 -4
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +16 -0
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +16 -0
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +16 -0
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +16 -0
- package/dist-types/models/ComputeOptimizerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +323 -368
- package/dist-types/pagination/DescribeRecommendationExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetEnrollmentStatusesForOrganizationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLambdaFunctionRecommendationsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetRecommendationPreferencesPaginator.d.ts +3 -0
- package/dist-types/pagination/GetRecommendationSummariesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -266
- package/package.json +4 -3
|
@@ -29,15 +29,24 @@ import { GetRecommendationSummariesCommandInput, GetRecommendationSummariesComma
|
|
|
29
29
|
import { PutRecommendationPreferencesCommandInput, PutRecommendationPreferencesCommandOutput } from "./commands/PutRecommendationPreferencesCommand";
|
|
30
30
|
import { UpdateEnrollmentStatusCommandInput, UpdateEnrollmentStatusCommandOutput } from "./commands/UpdateEnrollmentStatusCommand";
|
|
31
31
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
32
35
|
export type ServiceInputTypes = DeleteRecommendationPreferencesCommandInput | DescribeRecommendationExportJobsCommandInput | ExportAutoScalingGroupRecommendationsCommandInput | ExportEBSVolumeRecommendationsCommandInput | ExportEC2InstanceRecommendationsCommandInput | ExportECSServiceRecommendationsCommandInput | ExportLambdaFunctionRecommendationsCommandInput | GetAutoScalingGroupRecommendationsCommandInput | GetEBSVolumeRecommendationsCommandInput | GetEC2InstanceRecommendationsCommandInput | GetEC2RecommendationProjectedMetricsCommandInput | GetECSServiceRecommendationProjectedMetricsCommandInput | GetECSServiceRecommendationsCommandInput | GetEffectiveRecommendationPreferencesCommandInput | GetEnrollmentStatusCommandInput | GetEnrollmentStatusesForOrganizationCommandInput | GetLambdaFunctionRecommendationsCommandInput | GetRecommendationPreferencesCommandInput | GetRecommendationSummariesCommandInput | PutRecommendationPreferencesCommandInput | UpdateEnrollmentStatusCommandInput;
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
33
39
|
export type ServiceOutputTypes = DeleteRecommendationPreferencesCommandOutput | DescribeRecommendationExportJobsCommandOutput | ExportAutoScalingGroupRecommendationsCommandOutput | ExportEBSVolumeRecommendationsCommandOutput | ExportEC2InstanceRecommendationsCommandOutput | ExportECSServiceRecommendationsCommandOutput | ExportLambdaFunctionRecommendationsCommandOutput | GetAutoScalingGroupRecommendationsCommandOutput | GetEBSVolumeRecommendationsCommandOutput | GetEC2InstanceRecommendationsCommandOutput | GetEC2RecommendationProjectedMetricsCommandOutput | GetECSServiceRecommendationProjectedMetricsCommandOutput | GetECSServiceRecommendationsCommandOutput | GetEffectiveRecommendationPreferencesCommandOutput | GetEnrollmentStatusCommandOutput | GetEnrollmentStatusesForOrganizationCommandOutput | GetLambdaFunctionRecommendationsCommandOutput | GetRecommendationPreferencesCommandOutput | GetRecommendationSummariesCommandOutput | PutRecommendationPreferencesCommandOutput | UpdateEnrollmentStatusCommandOutput;
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
34
43
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
35
44
|
/**
|
|
36
45
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
37
46
|
*/
|
|
38
47
|
requestHandler?: __HttpHandler;
|
|
39
48
|
/**
|
|
40
|
-
* A constructor for a class implementing the {@link
|
|
49
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
41
50
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
42
51
|
* @internal
|
|
43
52
|
*/
|
|
@@ -127,23 +136,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
127
136
|
*/
|
|
128
137
|
logger?: __Logger;
|
|
129
138
|
/**
|
|
130
|
-
* The {@link
|
|
139
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
131
140
|
*/
|
|
132
141
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
133
142
|
}
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
*/
|
|
134
146
|
type ComputeOptimizerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
135
147
|
/**
|
|
136
|
-
*
|
|
148
|
+
* @public
|
|
149
|
+
*
|
|
150
|
+
* The configuration interface of ComputeOptimizerClient class constructor that set the region, credentials and other options.
|
|
137
151
|
*/
|
|
138
152
|
export interface ComputeOptimizerClientConfig extends ComputeOptimizerClientConfigType {
|
|
139
153
|
}
|
|
154
|
+
/**
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
140
157
|
type ComputeOptimizerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
141
158
|
/**
|
|
142
|
-
*
|
|
159
|
+
* @public
|
|
160
|
+
*
|
|
161
|
+
* The resolved configuration interface of ComputeOptimizerClient class. This is resolved and normalized from the {@link ComputeOptimizerClientConfig | constructor configuration interface}.
|
|
143
162
|
*/
|
|
144
163
|
export interface ComputeOptimizerClientResolvedConfig extends ComputeOptimizerClientResolvedConfigType {
|
|
145
164
|
}
|
|
146
165
|
/**
|
|
166
|
+
* @public
|
|
147
167
|
* <p>Compute Optimizer is a service that analyzes the configuration and utilization
|
|
148
168
|
* metrics of your Amazon Web Services compute resources, such as Amazon EC2
|
|
149
169
|
* instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS volumes, and Amazon ECS services on Fargate.
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { DeleteRecommendationPreferencesRequest, DeleteRecommendationPreferencesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DeleteRecommendationPreferencesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DeleteRecommendationPreferencesCommandInput extends DeleteRecommendationPreferencesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DeleteRecommendationPreferencesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DeleteRecommendationPreferencesCommandOutput extends DeleteRecommendationPreferencesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Deletes a recommendation preference, such as enhanced infrastructure metrics.</p>
|
|
18
23
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/enhanced-infrastructure-metrics.html">Activating
|
|
19
24
|
* enhanced infrastructure metrics</a> in the <i>Compute Optimizer User
|
|
@@ -28,6 +33,8 @@ export interface DeleteRecommendationPreferencesCommandOutput extends DeleteReco
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DeleteRecommendationPreferencesCommandInput - {@link DeleteRecommendationPreferencesCommandInput}
|
|
37
|
+
* @returns {@link DeleteRecommendationPreferencesCommandOutput}
|
|
31
38
|
* @see {@link DeleteRecommendationPreferencesCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DeleteRecommendationPreferencesCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface DeleteRecommendationPreferencesCommandOutput extends DeleteReco
|
|
|
62
69
|
export declare class DeleteRecommendationPreferencesCommand extends $Command<DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
63
70
|
readonly input: DeleteRecommendationPreferencesCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: DeleteRecommendationPreferencesCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRecommendationPreferencesCommandInput, DeleteRecommendationPreferencesCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { DescribeRecommendationExportJobsRequest, DescribeRecommendationExportJobsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeRecommendationExportJobsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeRecommendationExportJobsCommandInput extends DescribeRecommendationExportJobsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeRecommendationExportJobsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeRecommendationExportJobsCommandOutput extends DescribeRecommendationExportJobsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Describes recommendation export jobs created in the last seven days.</p>
|
|
18
23
|
* <p>Use the <a>ExportAutoScalingGroupRecommendations</a> or <a>ExportEC2InstanceRecommendations</a> actions to request an export of your
|
|
19
24
|
* recommendations. Then use the <a>DescribeRecommendationExportJobs</a> action
|
|
@@ -28,6 +33,8 @@ export interface DescribeRecommendationExportJobsCommandOutput extends DescribeR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param DescribeRecommendationExportJobsCommandInput - {@link DescribeRecommendationExportJobsCommandInput}
|
|
37
|
+
* @returns {@link DescribeRecommendationExportJobsCommandOutput}
|
|
31
38
|
* @see {@link DescribeRecommendationExportJobsCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link DescribeRecommendationExportJobsCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -62,11 +69,20 @@ export interface DescribeRecommendationExportJobsCommandOutput extends DescribeR
|
|
|
62
69
|
export declare class DescribeRecommendationExportJobsCommand extends $Command<DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
63
70
|
readonly input: DescribeRecommendationExportJobsCommandInput;
|
|
64
71
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
65
75
|
constructor(input: DescribeRecommendationExportJobsCommandInput);
|
|
66
76
|
/**
|
|
67
77
|
* @internal
|
|
68
78
|
*/
|
|
69
79
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRecommendationExportJobsCommandInput, DescribeRecommendationExportJobsCommandOutput>;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
70
83
|
private serialize;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
71
87
|
private deserialize;
|
|
72
88
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { ExportAutoScalingGroupRecommendationsRequest, ExportAutoScalingGroupRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExportAutoScalingGroupRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExportAutoScalingGroupRecommendationsCommandInput extends ExportAutoScalingGroupRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExportAutoScalingGroupRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExportAutoScalingGroupRecommendationsCommandOutput extends ExportAutoScalingGroupRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Exports optimization recommendations for Auto Scaling groups.</p>
|
|
18
23
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
19
24
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -30,6 +35,8 @@ export interface ExportAutoScalingGroupRecommendationsCommandOutput extends Expo
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ExportAutoScalingGroupRecommendationsCommandInput - {@link ExportAutoScalingGroupRecommendationsCommandInput}
|
|
39
|
+
* @returns {@link ExportAutoScalingGroupRecommendationsCommandOutput}
|
|
33
40
|
* @see {@link ExportAutoScalingGroupRecommendationsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ExportAutoScalingGroupRecommendationsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface ExportAutoScalingGroupRecommendationsCommandOutput extends Expo
|
|
|
64
71
|
export declare class ExportAutoScalingGroupRecommendationsCommand extends $Command<ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
65
72
|
readonly input: ExportAutoScalingGroupRecommendationsCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: ExportAutoScalingGroupRecommendationsCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportAutoScalingGroupRecommendationsCommandInput, ExportAutoScalingGroupRecommendationsCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { ExportEBSVolumeRecommendationsRequest, ExportEBSVolumeRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExportEBSVolumeRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExportEBSVolumeRecommendationsCommandInput extends ExportEBSVolumeRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExportEBSVolumeRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExportEBSVolumeRecommendationsCommandOutput extends ExportEBSVolumeRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Exports optimization recommendations for Amazon EBS volumes.</p>
|
|
18
23
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
19
24
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -30,6 +35,8 @@ export interface ExportEBSVolumeRecommendationsCommandOutput extends ExportEBSVo
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ExportEBSVolumeRecommendationsCommandInput - {@link ExportEBSVolumeRecommendationsCommandInput}
|
|
39
|
+
* @returns {@link ExportEBSVolumeRecommendationsCommandOutput}
|
|
33
40
|
* @see {@link ExportEBSVolumeRecommendationsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ExportEBSVolumeRecommendationsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface ExportEBSVolumeRecommendationsCommandOutput extends ExportEBSVo
|
|
|
64
71
|
export declare class ExportEBSVolumeRecommendationsCommand extends $Command<ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
65
72
|
readonly input: ExportEBSVolumeRecommendationsCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: ExportEBSVolumeRecommendationsCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportEBSVolumeRecommendationsCommandInput, ExportEBSVolumeRecommendationsCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { ExportEC2InstanceRecommendationsRequest, ExportEC2InstanceRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExportEC2InstanceRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExportEC2InstanceRecommendationsCommandInput extends ExportEC2InstanceRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExportEC2InstanceRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExportEC2InstanceRecommendationsCommandOutput extends ExportEC2InstanceRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Exports optimization recommendations for Amazon EC2 instances.</p>
|
|
18
23
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
19
24
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -30,6 +35,8 @@ export interface ExportEC2InstanceRecommendationsCommandOutput extends ExportEC2
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ExportEC2InstanceRecommendationsCommandInput - {@link ExportEC2InstanceRecommendationsCommandInput}
|
|
39
|
+
* @returns {@link ExportEC2InstanceRecommendationsCommandOutput}
|
|
33
40
|
* @see {@link ExportEC2InstanceRecommendationsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ExportEC2InstanceRecommendationsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface ExportEC2InstanceRecommendationsCommandOutput extends ExportEC2
|
|
|
64
71
|
export declare class ExportEC2InstanceRecommendationsCommand extends $Command<ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
65
72
|
readonly input: ExportEC2InstanceRecommendationsCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: ExportEC2InstanceRecommendationsCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportEC2InstanceRecommendationsCommandInput, ExportEC2InstanceRecommendationsCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { ExportECSServiceRecommendationsRequest, ExportECSServiceRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExportECSServiceRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExportECSServiceRecommendationsCommandInput extends ExportECSServiceRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExportECSServiceRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExportECSServiceRecommendationsCommandOutput extends ExportECSServiceRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Exports optimization recommendations for Amazon ECS services on Fargate.
|
|
19
24
|
* </p>
|
|
@@ -32,6 +37,8 @@ export interface ExportECSServiceRecommendationsCommandOutput extends ExportECSS
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param ExportECSServiceRecommendationsCommandInput - {@link ExportECSServiceRecommendationsCommandInput}
|
|
41
|
+
* @returns {@link ExportECSServiceRecommendationsCommandOutput}
|
|
35
42
|
* @see {@link ExportECSServiceRecommendationsCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link ExportECSServiceRecommendationsCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface ExportECSServiceRecommendationsCommandOutput extends ExportECSS
|
|
|
66
73
|
export declare class ExportECSServiceRecommendationsCommand extends $Command<ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
67
74
|
readonly input: ExportECSServiceRecommendationsCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: ExportECSServiceRecommendationsCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportECSServiceRecommendationsCommandInput, ExportECSServiceRecommendationsCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { ExportLambdaFunctionRecommendationsRequest, ExportLambdaFunctionRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ExportLambdaFunctionRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ExportLambdaFunctionRecommendationsCommandInput extends ExportLambdaFunctionRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ExportLambdaFunctionRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ExportLambdaFunctionRecommendationsCommandOutput extends ExportLambdaFunctionRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Exports optimization recommendations for Lambda functions.</p>
|
|
18
23
|
* <p>Recommendations are exported in a comma-separated values (.csv) file, and its metadata
|
|
19
24
|
* in a JavaScript Object Notation (JSON) (.json) file, to an existing Amazon Simple Storage Service (Amazon S3) bucket that you specify. For more information, see <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/exporting-recommendations.html">Exporting
|
|
@@ -30,6 +35,8 @@ export interface ExportLambdaFunctionRecommendationsCommandOutput extends Export
|
|
|
30
35
|
* const response = await client.send(command);
|
|
31
36
|
* ```
|
|
32
37
|
*
|
|
38
|
+
* @param ExportLambdaFunctionRecommendationsCommandInput - {@link ExportLambdaFunctionRecommendationsCommandInput}
|
|
39
|
+
* @returns {@link ExportLambdaFunctionRecommendationsCommandOutput}
|
|
33
40
|
* @see {@link ExportLambdaFunctionRecommendationsCommandInput} for command's `input` shape.
|
|
34
41
|
* @see {@link ExportLambdaFunctionRecommendationsCommandOutput} for command's `response` shape.
|
|
35
42
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -64,11 +71,20 @@ export interface ExportLambdaFunctionRecommendationsCommandOutput extends Export
|
|
|
64
71
|
export declare class ExportLambdaFunctionRecommendationsCommand extends $Command<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
65
72
|
readonly input: ExportLambdaFunctionRecommendationsCommandInput;
|
|
66
73
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
|
+
/**
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
67
77
|
constructor(input: ExportLambdaFunctionRecommendationsCommandInput);
|
|
68
78
|
/**
|
|
69
79
|
* @internal
|
|
70
80
|
*/
|
|
71
81
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput>;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
72
85
|
private serialize;
|
|
86
|
+
/**
|
|
87
|
+
* @internal
|
|
88
|
+
*/
|
|
73
89
|
private deserialize;
|
|
74
90
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { GetAutoScalingGroupRecommendationsRequest, GetAutoScalingGroupRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetAutoScalingGroupRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetAutoScalingGroupRecommendationsCommandInput extends GetAutoScalingGroupRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetAutoScalingGroupRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAutoScalingGroupRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns Auto Scaling group recommendations.</p>
|
|
18
23
|
* <p>Compute Optimizer generates recommendations for Amazon EC2 Auto Scaling groups that
|
|
19
24
|
* meet a specific set of requirements. For more information, see the <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html">Supported
|
|
@@ -29,6 +34,8 @@ export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAuto
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetAutoScalingGroupRecommendationsCommandInput - {@link GetAutoScalingGroupRecommendationsCommandInput}
|
|
38
|
+
* @returns {@link GetAutoScalingGroupRecommendationsCommandOutput}
|
|
32
39
|
* @see {@link GetAutoScalingGroupRecommendationsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetAutoScalingGroupRecommendationsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAuto
|
|
|
63
70
|
export declare class GetAutoScalingGroupRecommendationsCommand extends $Command<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
64
71
|
readonly input: GetAutoScalingGroupRecommendationsCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: GetAutoScalingGroupRecommendationsCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { GetEBSVolumeRecommendationsRequest, GetEBSVolumeRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetEBSVolumeRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetEBSVolumeRecommendationsCommandInput extends GetEBSVolumeRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetEBSVolumeRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns Amazon Elastic Block Store (Amazon EBS) volume recommendations.</p>
|
|
18
23
|
* <p>Compute Optimizer generates recommendations for Amazon EBS volumes that
|
|
19
24
|
* meet a specific set of requirements. For more information, see the <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html">Supported
|
|
@@ -29,6 +34,8 @@ export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRe
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetEBSVolumeRecommendationsCommandInput - {@link GetEBSVolumeRecommendationsCommandInput}
|
|
38
|
+
* @returns {@link GetEBSVolumeRecommendationsCommandOutput}
|
|
32
39
|
* @see {@link GetEBSVolumeRecommendationsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetEBSVolumeRecommendationsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRe
|
|
|
63
70
|
export declare class GetEBSVolumeRecommendationsCommand extends $Command<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
64
71
|
readonly input: GetEBSVolumeRecommendationsCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: GetEBSVolumeRecommendationsCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { GetEC2InstanceRecommendationsRequest, GetEC2InstanceRecommendationsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetEC2InstanceRecommendationsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetEC2InstanceRecommendationsCommandInput extends GetEC2InstanceRecommendationsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetEC2InstanceRecommendationsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2InstanceRecommendationsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns Amazon EC2 instance recommendations.</p>
|
|
18
23
|
* <p>Compute Optimizer generates recommendations for Amazon Elastic Compute Cloud (Amazon EC2) instances that meet a specific set of requirements. For more
|
|
19
24
|
* information, see the <a href="https://docs.aws.amazon.com/compute-optimizer/latest/ug/requirements.html">Supported resources and
|
|
@@ -29,6 +34,8 @@ export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2Instan
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param GetEC2InstanceRecommendationsCommandInput - {@link GetEC2InstanceRecommendationsCommandInput}
|
|
38
|
+
* @returns {@link GetEC2InstanceRecommendationsCommandOutput}
|
|
32
39
|
* @see {@link GetEC2InstanceRecommendationsCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link GetEC2InstanceRecommendationsCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2Instan
|
|
|
63
70
|
export declare class GetEC2InstanceRecommendationsCommand extends $Command<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
64
71
|
readonly input: GetEC2InstanceRecommendationsCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: GetEC2InstanceRecommendationsCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
|
|
5
5
|
import { GetEC2RecommendationProjectedMetricsRequest, GetEC2RecommendationProjectedMetricsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetEC2RecommendationProjectedMetricsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetEC2RecommendationProjectedMetricsCommandInput extends GetEC2RecommendationProjectedMetricsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetEC2RecommendationProjectedMetricsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetEC2RecommendationProjectedMetricsCommandOutput extends GetEC2RecommendationProjectedMetricsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Returns the projected utilization metrics of Amazon EC2 instance
|
|
18
23
|
* recommendations.</p>
|
|
19
24
|
* <note>
|
|
@@ -32,6 +37,8 @@ export interface GetEC2RecommendationProjectedMetricsCommandOutput extends GetEC
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param GetEC2RecommendationProjectedMetricsCommandInput - {@link GetEC2RecommendationProjectedMetricsCommandInput}
|
|
41
|
+
* @returns {@link GetEC2RecommendationProjectedMetricsCommandOutput}
|
|
35
42
|
* @see {@link GetEC2RecommendationProjectedMetricsCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link GetEC2RecommendationProjectedMetricsCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link ComputeOptimizerClientResolvedConfig | config} for ComputeOptimizerClient's `config` shape.
|
|
@@ -66,11 +73,20 @@ export interface GetEC2RecommendationProjectedMetricsCommandOutput extends GetEC
|
|
|
66
73
|
export declare class GetEC2RecommendationProjectedMetricsCommand extends $Command<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig> {
|
|
67
74
|
readonly input: GetEC2RecommendationProjectedMetricsCommandInput;
|
|
68
75
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
69
79
|
constructor(input: GetEC2RecommendationProjectedMetricsCommandInput);
|
|
70
80
|
/**
|
|
71
81
|
* @internal
|
|
72
82
|
*/
|
|
73
83
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ComputeOptimizerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput>;
|
|
84
|
+
/**
|
|
85
|
+
* @internal
|
|
86
|
+
*/
|
|
74
87
|
private serialize;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
75
91
|
private deserialize;
|
|
76
92
|
}
|