@aws-sdk/client-compute-optimizer 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/ComputeOptimizer.d.ts +364 -95
- package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +238 -91
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +18 -18
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/ComputeOptimizerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1380 -1293
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +221 -56
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,91 +1,238 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
DeleteRecommendationPreferencesCommandInput,
|
|
47
|
+
DeleteRecommendationPreferencesCommandOutput,
|
|
48
|
+
} from "./commands/DeleteRecommendationPreferencesCommand";
|
|
49
|
+
import {
|
|
50
|
+
DescribeRecommendationExportJobsCommandInput,
|
|
51
|
+
DescribeRecommendationExportJobsCommandOutput,
|
|
52
|
+
} from "./commands/DescribeRecommendationExportJobsCommand";
|
|
53
|
+
import {
|
|
54
|
+
ExportAutoScalingGroupRecommendationsCommandInput,
|
|
55
|
+
ExportAutoScalingGroupRecommendationsCommandOutput,
|
|
56
|
+
} from "./commands/ExportAutoScalingGroupRecommendationsCommand";
|
|
57
|
+
import {
|
|
58
|
+
ExportEBSVolumeRecommendationsCommandInput,
|
|
59
|
+
ExportEBSVolumeRecommendationsCommandOutput,
|
|
60
|
+
} from "./commands/ExportEBSVolumeRecommendationsCommand";
|
|
61
|
+
import {
|
|
62
|
+
ExportEC2InstanceRecommendationsCommandInput,
|
|
63
|
+
ExportEC2InstanceRecommendationsCommandOutput,
|
|
64
|
+
} from "./commands/ExportEC2InstanceRecommendationsCommand";
|
|
65
|
+
import {
|
|
66
|
+
ExportLambdaFunctionRecommendationsCommandInput,
|
|
67
|
+
ExportLambdaFunctionRecommendationsCommandOutput,
|
|
68
|
+
} from "./commands/ExportLambdaFunctionRecommendationsCommand";
|
|
69
|
+
import {
|
|
70
|
+
GetAutoScalingGroupRecommendationsCommandInput,
|
|
71
|
+
GetAutoScalingGroupRecommendationsCommandOutput,
|
|
72
|
+
} from "./commands/GetAutoScalingGroupRecommendationsCommand";
|
|
73
|
+
import {
|
|
74
|
+
GetEBSVolumeRecommendationsCommandInput,
|
|
75
|
+
GetEBSVolumeRecommendationsCommandOutput,
|
|
76
|
+
} from "./commands/GetEBSVolumeRecommendationsCommand";
|
|
77
|
+
import {
|
|
78
|
+
GetEC2InstanceRecommendationsCommandInput,
|
|
79
|
+
GetEC2InstanceRecommendationsCommandOutput,
|
|
80
|
+
} from "./commands/GetEC2InstanceRecommendationsCommand";
|
|
81
|
+
import {
|
|
82
|
+
GetEC2RecommendationProjectedMetricsCommandInput,
|
|
83
|
+
GetEC2RecommendationProjectedMetricsCommandOutput,
|
|
84
|
+
} from "./commands/GetEC2RecommendationProjectedMetricsCommand";
|
|
85
|
+
import {
|
|
86
|
+
GetEffectiveRecommendationPreferencesCommandInput,
|
|
87
|
+
GetEffectiveRecommendationPreferencesCommandOutput,
|
|
88
|
+
} from "./commands/GetEffectiveRecommendationPreferencesCommand";
|
|
89
|
+
import {
|
|
90
|
+
GetEnrollmentStatusCommandInput,
|
|
91
|
+
GetEnrollmentStatusCommandOutput,
|
|
92
|
+
} from "./commands/GetEnrollmentStatusCommand";
|
|
93
|
+
import {
|
|
94
|
+
GetEnrollmentStatusesForOrganizationCommandInput,
|
|
95
|
+
GetEnrollmentStatusesForOrganizationCommandOutput,
|
|
96
|
+
} from "./commands/GetEnrollmentStatusesForOrganizationCommand";
|
|
97
|
+
import {
|
|
98
|
+
GetLambdaFunctionRecommendationsCommandInput,
|
|
99
|
+
GetLambdaFunctionRecommendationsCommandOutput,
|
|
100
|
+
} from "./commands/GetLambdaFunctionRecommendationsCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetRecommendationPreferencesCommandInput,
|
|
103
|
+
GetRecommendationPreferencesCommandOutput,
|
|
104
|
+
} from "./commands/GetRecommendationPreferencesCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetRecommendationSummariesCommandInput,
|
|
107
|
+
GetRecommendationSummariesCommandOutput,
|
|
108
|
+
} from "./commands/GetRecommendationSummariesCommand";
|
|
109
|
+
import {
|
|
110
|
+
PutRecommendationPreferencesCommandInput,
|
|
111
|
+
PutRecommendationPreferencesCommandOutput,
|
|
112
|
+
} from "./commands/PutRecommendationPreferencesCommand";
|
|
113
|
+
import {
|
|
114
|
+
UpdateEnrollmentStatusCommandInput,
|
|
115
|
+
UpdateEnrollmentStatusCommandOutput,
|
|
116
|
+
} from "./commands/UpdateEnrollmentStatusCommand";
|
|
117
|
+
export declare type ServiceInputTypes =
|
|
118
|
+
| DeleteRecommendationPreferencesCommandInput
|
|
119
|
+
| DescribeRecommendationExportJobsCommandInput
|
|
120
|
+
| ExportAutoScalingGroupRecommendationsCommandInput
|
|
121
|
+
| ExportEBSVolumeRecommendationsCommandInput
|
|
122
|
+
| ExportEC2InstanceRecommendationsCommandInput
|
|
123
|
+
| ExportLambdaFunctionRecommendationsCommandInput
|
|
124
|
+
| GetAutoScalingGroupRecommendationsCommandInput
|
|
125
|
+
| GetEBSVolumeRecommendationsCommandInput
|
|
126
|
+
| GetEC2InstanceRecommendationsCommandInput
|
|
127
|
+
| GetEC2RecommendationProjectedMetricsCommandInput
|
|
128
|
+
| GetEffectiveRecommendationPreferencesCommandInput
|
|
129
|
+
| GetEnrollmentStatusCommandInput
|
|
130
|
+
| GetEnrollmentStatusesForOrganizationCommandInput
|
|
131
|
+
| GetLambdaFunctionRecommendationsCommandInput
|
|
132
|
+
| GetRecommendationPreferencesCommandInput
|
|
133
|
+
| GetRecommendationSummariesCommandInput
|
|
134
|
+
| PutRecommendationPreferencesCommandInput
|
|
135
|
+
| UpdateEnrollmentStatusCommandInput;
|
|
136
|
+
export declare type ServiceOutputTypes =
|
|
137
|
+
| DeleteRecommendationPreferencesCommandOutput
|
|
138
|
+
| DescribeRecommendationExportJobsCommandOutput
|
|
139
|
+
| ExportAutoScalingGroupRecommendationsCommandOutput
|
|
140
|
+
| ExportEBSVolumeRecommendationsCommandOutput
|
|
141
|
+
| ExportEC2InstanceRecommendationsCommandOutput
|
|
142
|
+
| ExportLambdaFunctionRecommendationsCommandOutput
|
|
143
|
+
| GetAutoScalingGroupRecommendationsCommandOutput
|
|
144
|
+
| GetEBSVolumeRecommendationsCommandOutput
|
|
145
|
+
| GetEC2InstanceRecommendationsCommandOutput
|
|
146
|
+
| GetEC2RecommendationProjectedMetricsCommandOutput
|
|
147
|
+
| GetEffectiveRecommendationPreferencesCommandOutput
|
|
148
|
+
| GetEnrollmentStatusCommandOutput
|
|
149
|
+
| GetEnrollmentStatusesForOrganizationCommandOutput
|
|
150
|
+
| GetLambdaFunctionRecommendationsCommandOutput
|
|
151
|
+
| GetRecommendationPreferencesCommandOutput
|
|
152
|
+
| GetRecommendationSummariesCommandOutput
|
|
153
|
+
| PutRecommendationPreferencesCommandOutput
|
|
154
|
+
| UpdateEnrollmentStatusCommandOutput;
|
|
155
|
+
export interface ClientDefaults
|
|
156
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
157
|
+
requestHandler?: __HttpHandler;
|
|
158
|
+
|
|
159
|
+
sha256?: __HashConstructor;
|
|
160
|
+
|
|
161
|
+
urlParser?: __UrlParser;
|
|
162
|
+
|
|
163
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
164
|
+
|
|
165
|
+
streamCollector?: __StreamCollector;
|
|
166
|
+
|
|
167
|
+
base64Decoder?: __Decoder;
|
|
168
|
+
|
|
169
|
+
base64Encoder?: __Encoder;
|
|
170
|
+
|
|
171
|
+
utf8Decoder?: __Decoder;
|
|
172
|
+
|
|
173
|
+
utf8Encoder?: __Encoder;
|
|
174
|
+
|
|
175
|
+
runtime?: string;
|
|
176
|
+
|
|
177
|
+
disableHostPrefix?: boolean;
|
|
178
|
+
|
|
179
|
+
maxAttempts?: number | __Provider<number>;
|
|
180
|
+
|
|
181
|
+
retryMode?: string | __Provider<string>;
|
|
182
|
+
|
|
183
|
+
logger?: __Logger;
|
|
184
|
+
|
|
185
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
186
|
+
|
|
187
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
188
|
+
|
|
189
|
+
serviceId?: string;
|
|
190
|
+
|
|
191
|
+
region?: string | __Provider<string>;
|
|
192
|
+
|
|
193
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
194
|
+
|
|
195
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
196
|
+
|
|
197
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
198
|
+
|
|
199
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
200
|
+
}
|
|
201
|
+
declare type ComputeOptimizerClientConfigType = Partial<
|
|
202
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
203
|
+
> &
|
|
204
|
+
ClientDefaults &
|
|
205
|
+
RegionInputConfig &
|
|
206
|
+
EndpointsInputConfig &
|
|
207
|
+
RetryInputConfig &
|
|
208
|
+
HostHeaderInputConfig &
|
|
209
|
+
AwsAuthInputConfig &
|
|
210
|
+
UserAgentInputConfig;
|
|
211
|
+
|
|
212
|
+
export interface ComputeOptimizerClientConfig
|
|
213
|
+
extends ComputeOptimizerClientConfigType {}
|
|
214
|
+
declare type ComputeOptimizerClientResolvedConfigType =
|
|
215
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
216
|
+
Required<ClientDefaults> &
|
|
217
|
+
RegionResolvedConfig &
|
|
218
|
+
EndpointsResolvedConfig &
|
|
219
|
+
RetryResolvedConfig &
|
|
220
|
+
HostHeaderResolvedConfig &
|
|
221
|
+
AwsAuthResolvedConfig &
|
|
222
|
+
UserAgentResolvedConfig;
|
|
223
|
+
|
|
224
|
+
export interface ComputeOptimizerClientResolvedConfig
|
|
225
|
+
extends ComputeOptimizerClientResolvedConfigType {}
|
|
226
|
+
|
|
227
|
+
export declare class ComputeOptimizerClient extends __Client<
|
|
228
|
+
__HttpHandlerOptions,
|
|
229
|
+
ServiceInputTypes,
|
|
230
|
+
ServiceOutputTypes,
|
|
231
|
+
ComputeOptimizerClientResolvedConfig
|
|
232
|
+
> {
|
|
233
|
+
readonly config: ComputeOptimizerClientResolvedConfig;
|
|
234
|
+
constructor(configuration: ComputeOptimizerClientConfig);
|
|
235
|
+
|
|
236
|
+
destroy(): void;
|
|
237
|
+
}
|
|
238
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComputeOptimizerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComputeOptimizerClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteRecommendationPreferencesRequest,
|
|
15
|
+
DeleteRecommendationPreferencesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRecommendationPreferencesCommandInput
|
|
18
|
+
extends DeleteRecommendationPreferencesRequest {}
|
|
19
|
+
export interface DeleteRecommendationPreferencesCommandOutput
|
|
20
|
+
extends DeleteRecommendationPreferencesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteRecommendationPreferencesCommand extends $Command<
|
|
24
|
+
DeleteRecommendationPreferencesCommandInput,
|
|
25
|
+
DeleteRecommendationPreferencesCommandOutput,
|
|
26
|
+
ComputeOptimizerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteRecommendationPreferencesCommandInput;
|
|
29
|
+
constructor(input: DeleteRecommendationPreferencesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComputeOptimizerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteRecommendationPreferencesCommandInput,
|
|
37
|
+
DeleteRecommendationPreferencesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComputeOptimizerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComputeOptimizerClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeRecommendationExportJobsRequest,
|
|
15
|
+
DescribeRecommendationExportJobsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeRecommendationExportJobsCommandInput
|
|
18
|
+
extends DescribeRecommendationExportJobsRequest {}
|
|
19
|
+
export interface DescribeRecommendationExportJobsCommandOutput
|
|
20
|
+
extends DescribeRecommendationExportJobsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeRecommendationExportJobsCommand extends $Command<
|
|
24
|
+
DescribeRecommendationExportJobsCommandInput,
|
|
25
|
+
DescribeRecommendationExportJobsCommandOutput,
|
|
26
|
+
ComputeOptimizerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeRecommendationExportJobsCommandInput;
|
|
29
|
+
constructor(input: DescribeRecommendationExportJobsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComputeOptimizerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeRecommendationExportJobsCommandInput,
|
|
37
|
+
DescribeRecommendationExportJobsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComputeOptimizerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComputeOptimizerClient";
|
|
13
|
+
import {
|
|
14
|
+
ExportAutoScalingGroupRecommendationsRequest,
|
|
15
|
+
ExportAutoScalingGroupRecommendationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ExportAutoScalingGroupRecommendationsCommandInput
|
|
18
|
+
extends ExportAutoScalingGroupRecommendationsRequest {}
|
|
19
|
+
export interface ExportAutoScalingGroupRecommendationsCommandOutput
|
|
20
|
+
extends ExportAutoScalingGroupRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ExportAutoScalingGroupRecommendationsCommand extends $Command<
|
|
24
|
+
ExportAutoScalingGroupRecommendationsCommandInput,
|
|
25
|
+
ExportAutoScalingGroupRecommendationsCommandOutput,
|
|
26
|
+
ComputeOptimizerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ExportAutoScalingGroupRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ExportAutoScalingGroupRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComputeOptimizerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ExportAutoScalingGroupRecommendationsCommandInput,
|
|
37
|
+
ExportAutoScalingGroupRecommendationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComputeOptimizerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComputeOptimizerClient";
|
|
13
|
+
import {
|
|
14
|
+
ExportEBSVolumeRecommendationsRequest,
|
|
15
|
+
ExportEBSVolumeRecommendationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ExportEBSVolumeRecommendationsCommandInput
|
|
18
|
+
extends ExportEBSVolumeRecommendationsRequest {}
|
|
19
|
+
export interface ExportEBSVolumeRecommendationsCommandOutput
|
|
20
|
+
extends ExportEBSVolumeRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ExportEBSVolumeRecommendationsCommand extends $Command<
|
|
24
|
+
ExportEBSVolumeRecommendationsCommandInput,
|
|
25
|
+
ExportEBSVolumeRecommendationsCommandOutput,
|
|
26
|
+
ComputeOptimizerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ExportEBSVolumeRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ExportEBSVolumeRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComputeOptimizerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ExportEBSVolumeRecommendationsCommandInput,
|
|
37
|
+
ExportEBSVolumeRecommendationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
ComputeOptimizerClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../ComputeOptimizerClient";
|
|
13
|
+
import {
|
|
14
|
+
ExportEC2InstanceRecommendationsRequest,
|
|
15
|
+
ExportEC2InstanceRecommendationsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ExportEC2InstanceRecommendationsCommandInput
|
|
18
|
+
extends ExportEC2InstanceRecommendationsRequest {}
|
|
19
|
+
export interface ExportEC2InstanceRecommendationsCommandOutput
|
|
20
|
+
extends ExportEC2InstanceRecommendationsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ExportEC2InstanceRecommendationsCommand extends $Command<
|
|
24
|
+
ExportEC2InstanceRecommendationsCommandInput,
|
|
25
|
+
ExportEC2InstanceRecommendationsCommandOutput,
|
|
26
|
+
ComputeOptimizerClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ExportEC2InstanceRecommendationsCommandInput;
|
|
29
|
+
constructor(input: ExportEC2InstanceRecommendationsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ComputeOptimizerClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ExportEC2InstanceRecommendationsCommandInput,
|
|
37
|
+
ExportEC2InstanceRecommendationsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|