@aws-sdk/client-compute-optimizer 3.170.0 → 3.171.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 (28) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ComputeOptimizer.d.ts +0 -18
  3. package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/models/ComputeOptimizerServiceException.d.ts +0 -1
  23. package/dist-types/ts3.4/models/models_0.d.ts +0 -329
  24. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  25. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  26. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  27. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  28. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-compute-optimizer
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-compute-optimizer
@@ -72,7 +72,6 @@ import {
72
72
  UpdateEnrollmentStatusCommandOutput,
73
73
  } from "./commands/UpdateEnrollmentStatusCommand";
74
74
  import { ComputeOptimizerClient } from "./ComputeOptimizerClient";
75
-
76
75
  export declare class ComputeOptimizer extends ComputeOptimizerClient {
77
76
  deleteRecommendationPreferences(
78
77
  args: DeleteRecommendationPreferencesCommandInput,
@@ -87,7 +86,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
87
86
  options: __HttpHandlerOptions,
88
87
  cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void
89
88
  ): void;
90
-
91
89
  describeRecommendationExportJobs(
92
90
  args: DescribeRecommendationExportJobsCommandInput,
93
91
  options?: __HttpHandlerOptions
@@ -101,7 +99,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
101
99
  options: __HttpHandlerOptions,
102
100
  cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void
103
101
  ): void;
104
-
105
102
  exportAutoScalingGroupRecommendations(
106
103
  args: ExportAutoScalingGroupRecommendationsCommandInput,
107
104
  options?: __HttpHandlerOptions
@@ -121,7 +118,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
121
118
  data?: ExportAutoScalingGroupRecommendationsCommandOutput
122
119
  ) => void
123
120
  ): void;
124
-
125
121
  exportEBSVolumeRecommendations(
126
122
  args: ExportEBSVolumeRecommendationsCommandInput,
127
123
  options?: __HttpHandlerOptions
@@ -135,7 +131,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
135
131
  options: __HttpHandlerOptions,
136
132
  cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void
137
133
  ): void;
138
-
139
134
  exportEC2InstanceRecommendations(
140
135
  args: ExportEC2InstanceRecommendationsCommandInput,
141
136
  options?: __HttpHandlerOptions
@@ -149,7 +144,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
149
144
  options: __HttpHandlerOptions,
150
145
  cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void
151
146
  ): void;
152
-
153
147
  exportLambdaFunctionRecommendations(
154
148
  args: ExportLambdaFunctionRecommendationsCommandInput,
155
149
  options?: __HttpHandlerOptions
@@ -169,7 +163,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
169
163
  data?: ExportLambdaFunctionRecommendationsCommandOutput
170
164
  ) => void
171
165
  ): void;
172
-
173
166
  getAutoScalingGroupRecommendations(
174
167
  args: GetAutoScalingGroupRecommendationsCommandInput,
175
168
  options?: __HttpHandlerOptions
@@ -189,7 +182,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
189
182
  data?: GetAutoScalingGroupRecommendationsCommandOutput
190
183
  ) => void
191
184
  ): void;
192
-
193
185
  getEBSVolumeRecommendations(
194
186
  args: GetEBSVolumeRecommendationsCommandInput,
195
187
  options?: __HttpHandlerOptions
@@ -203,7 +195,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
203
195
  options: __HttpHandlerOptions,
204
196
  cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void
205
197
  ): void;
206
-
207
198
  getEC2InstanceRecommendations(
208
199
  args: GetEC2InstanceRecommendationsCommandInput,
209
200
  options?: __HttpHandlerOptions
@@ -217,7 +208,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
217
208
  options: __HttpHandlerOptions,
218
209
  cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void
219
210
  ): void;
220
-
221
211
  getEC2RecommendationProjectedMetrics(
222
212
  args: GetEC2RecommendationProjectedMetricsCommandInput,
223
213
  options?: __HttpHandlerOptions
@@ -237,7 +227,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
237
227
  data?: GetEC2RecommendationProjectedMetricsCommandOutput
238
228
  ) => void
239
229
  ): void;
240
-
241
230
  getEffectiveRecommendationPreferences(
242
231
  args: GetEffectiveRecommendationPreferencesCommandInput,
243
232
  options?: __HttpHandlerOptions
@@ -257,7 +246,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
257
246
  data?: GetEffectiveRecommendationPreferencesCommandOutput
258
247
  ) => void
259
248
  ): void;
260
-
261
249
  getEnrollmentStatus(
262
250
  args: GetEnrollmentStatusCommandInput,
263
251
  options?: __HttpHandlerOptions
@@ -271,7 +259,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
271
259
  options: __HttpHandlerOptions,
272
260
  cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void
273
261
  ): void;
274
-
275
262
  getEnrollmentStatusesForOrganization(
276
263
  args: GetEnrollmentStatusesForOrganizationCommandInput,
277
264
  options?: __HttpHandlerOptions
@@ -291,7 +278,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
291
278
  data?: GetEnrollmentStatusesForOrganizationCommandOutput
292
279
  ) => void
293
280
  ): void;
294
-
295
281
  getLambdaFunctionRecommendations(
296
282
  args: GetLambdaFunctionRecommendationsCommandInput,
297
283
  options?: __HttpHandlerOptions
@@ -305,7 +291,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
305
291
  options: __HttpHandlerOptions,
306
292
  cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void
307
293
  ): void;
308
-
309
294
  getRecommendationPreferences(
310
295
  args: GetRecommendationPreferencesCommandInput,
311
296
  options?: __HttpHandlerOptions
@@ -319,7 +304,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
319
304
  options: __HttpHandlerOptions,
320
305
  cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void
321
306
  ): void;
322
-
323
307
  getRecommendationSummaries(
324
308
  args: GetRecommendationSummariesCommandInput,
325
309
  options?: __HttpHandlerOptions
@@ -333,7 +317,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
333
317
  options: __HttpHandlerOptions,
334
318
  cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void
335
319
  ): void;
336
-
337
320
  putRecommendationPreferences(
338
321
  args: PutRecommendationPreferencesCommandInput,
339
322
  options?: __HttpHandlerOptions
@@ -347,7 +330,6 @@ export declare class ComputeOptimizer extends ComputeOptimizerClient {
347
330
  options: __HttpHandlerOptions,
348
331
  cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void
349
332
  ): void;
350
-
351
333
  updateEnrollmentStatus(
352
334
  args: UpdateEnrollmentStatusCommandInput,
353
335
  options?: __HttpHandlerOptions
@@ -155,47 +155,26 @@ export declare type ServiceOutputTypes =
155
155
  export interface ClientDefaults
156
156
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
157
157
  requestHandler?: __HttpHandler;
158
-
159
158
  sha256?: __HashConstructor;
160
-
161
159
  urlParser?: __UrlParser;
162
-
163
160
  bodyLengthChecker?: __BodyLengthCalculator;
164
-
165
161
  streamCollector?: __StreamCollector;
166
-
167
162
  base64Decoder?: __Decoder;
168
-
169
163
  base64Encoder?: __Encoder;
170
-
171
164
  utf8Decoder?: __Decoder;
172
-
173
165
  utf8Encoder?: __Encoder;
174
-
175
166
  runtime?: string;
176
-
177
167
  disableHostPrefix?: boolean;
178
-
179
168
  maxAttempts?: number | __Provider<number>;
180
-
181
169
  retryMode?: string | __Provider<string>;
182
-
183
170
  logger?: __Logger;
184
-
185
171
  useDualstackEndpoint?: boolean | __Provider<boolean>;
186
-
187
172
  useFipsEndpoint?: boolean | __Provider<boolean>;
188
-
189
173
  serviceId?: string;
190
-
191
174
  region?: string | __Provider<string>;
192
-
193
175
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
194
-
195
176
  regionInfoProvider?: RegionInfoProvider;
196
-
197
177
  defaultUserAgentProvider?: Provider<__UserAgent>;
198
-
199
178
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
200
179
  }
201
180
  declare type ComputeOptimizerClientConfigType = Partial<
@@ -208,7 +187,6 @@ declare type ComputeOptimizerClientConfigType = Partial<
208
187
  HostHeaderInputConfig &
209
188
  AwsAuthInputConfig &
210
189
  UserAgentInputConfig;
211
-
212
190
  export interface ComputeOptimizerClientConfig
213
191
  extends ComputeOptimizerClientConfigType {}
214
192
  declare type ComputeOptimizerClientResolvedConfigType =
@@ -220,10 +198,8 @@ declare type ComputeOptimizerClientResolvedConfigType =
220
198
  HostHeaderResolvedConfig &
221
199
  AwsAuthResolvedConfig &
222
200
  UserAgentResolvedConfig;
223
-
224
201
  export interface ComputeOptimizerClientResolvedConfig
225
202
  extends ComputeOptimizerClientResolvedConfigType {}
226
-
227
203
  export declare class ComputeOptimizerClient extends __Client<
228
204
  __HttpHandlerOptions,
229
205
  ServiceInputTypes,
@@ -232,7 +208,6 @@ export declare class ComputeOptimizerClient extends __Client<
232
208
  > {
233
209
  readonly config: ComputeOptimizerClientResolvedConfig;
234
210
  constructor(configuration: ComputeOptimizerClientConfig);
235
-
236
211
  destroy(): void;
237
212
  }
238
213
  export {};
@@ -19,7 +19,6 @@ export interface DeleteRecommendationPreferencesCommandInput
19
19
  export interface DeleteRecommendationPreferencesCommandOutput
20
20
  extends DeleteRecommendationPreferencesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteRecommendationPreferencesCommand extends $Command<
24
23
  DeleteRecommendationPreferencesCommandInput,
25
24
  DeleteRecommendationPreferencesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteRecommendationPreferencesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteRecommendationPreferencesCommandInput;
29
28
  constructor(input: DeleteRecommendationPreferencesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeRecommendationExportJobsCommandInput
19
19
  export interface DescribeRecommendationExportJobsCommandOutput
20
20
  extends DescribeRecommendationExportJobsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeRecommendationExportJobsCommand extends $Command<
24
23
  DescribeRecommendationExportJobsCommandInput,
25
24
  DescribeRecommendationExportJobsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeRecommendationExportJobsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeRecommendationExportJobsCommandInput;
29
28
  constructor(input: DescribeRecommendationExportJobsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ExportAutoScalingGroupRecommendationsCommandInput
19
19
  export interface ExportAutoScalingGroupRecommendationsCommandOutput
20
20
  extends ExportAutoScalingGroupRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ExportAutoScalingGroupRecommendationsCommand extends $Command<
24
23
  ExportAutoScalingGroupRecommendationsCommandInput,
25
24
  ExportAutoScalingGroupRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ExportAutoScalingGroupRecommendationsCommand extends $Comma
27
26
  > {
28
27
  readonly input: ExportAutoScalingGroupRecommendationsCommandInput;
29
28
  constructor(input: ExportAutoScalingGroupRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ExportEBSVolumeRecommendationsCommandInput
19
19
  export interface ExportEBSVolumeRecommendationsCommandOutput
20
20
  extends ExportEBSVolumeRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ExportEBSVolumeRecommendationsCommand extends $Command<
24
23
  ExportEBSVolumeRecommendationsCommandInput,
25
24
  ExportEBSVolumeRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ExportEBSVolumeRecommendationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ExportEBSVolumeRecommendationsCommandInput;
29
28
  constructor(input: ExportEBSVolumeRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ExportEC2InstanceRecommendationsCommandInput
19
19
  export interface ExportEC2InstanceRecommendationsCommandOutput
20
20
  extends ExportEC2InstanceRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ExportEC2InstanceRecommendationsCommand extends $Command<
24
23
  ExportEC2InstanceRecommendationsCommandInput,
25
24
  ExportEC2InstanceRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ExportEC2InstanceRecommendationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ExportEC2InstanceRecommendationsCommandInput;
29
28
  constructor(input: ExportEC2InstanceRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ExportLambdaFunctionRecommendationsCommandInput
19
19
  export interface ExportLambdaFunctionRecommendationsCommandOutput
20
20
  extends ExportLambdaFunctionRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ExportLambdaFunctionRecommendationsCommand extends $Command<
24
23
  ExportLambdaFunctionRecommendationsCommandInput,
25
24
  ExportLambdaFunctionRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ExportLambdaFunctionRecommendationsCommand extends $Command
27
26
  > {
28
27
  readonly input: ExportLambdaFunctionRecommendationsCommandInput;
29
28
  constructor(input: ExportLambdaFunctionRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetAutoScalingGroupRecommendationsCommandInput
19
19
  export interface GetAutoScalingGroupRecommendationsCommandOutput
20
20
  extends GetAutoScalingGroupRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetAutoScalingGroupRecommendationsCommand extends $Command<
24
23
  GetAutoScalingGroupRecommendationsCommandInput,
25
24
  GetAutoScalingGroupRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetAutoScalingGroupRecommendationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetAutoScalingGroupRecommendationsCommandInput;
29
28
  constructor(input: GetAutoScalingGroupRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEBSVolumeRecommendationsCommandInput
19
19
  export interface GetEBSVolumeRecommendationsCommandOutput
20
20
  extends GetEBSVolumeRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEBSVolumeRecommendationsCommand extends $Command<
24
23
  GetEBSVolumeRecommendationsCommandInput,
25
24
  GetEBSVolumeRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEBSVolumeRecommendationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetEBSVolumeRecommendationsCommandInput;
29
28
  constructor(input: GetEBSVolumeRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEC2InstanceRecommendationsCommandInput
19
19
  export interface GetEC2InstanceRecommendationsCommandOutput
20
20
  extends GetEC2InstanceRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEC2InstanceRecommendationsCommand extends $Command<
24
23
  GetEC2InstanceRecommendationsCommandInput,
25
24
  GetEC2InstanceRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEC2InstanceRecommendationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetEC2InstanceRecommendationsCommandInput;
29
28
  constructor(input: GetEC2InstanceRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEC2RecommendationProjectedMetricsCommandInput
19
19
  export interface GetEC2RecommendationProjectedMetricsCommandOutput
20
20
  extends GetEC2RecommendationProjectedMetricsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEC2RecommendationProjectedMetricsCommand extends $Command<
24
23
  GetEC2RecommendationProjectedMetricsCommandInput,
25
24
  GetEC2RecommendationProjectedMetricsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEC2RecommendationProjectedMetricsCommand extends $Comman
27
26
  > {
28
27
  readonly input: GetEC2RecommendationProjectedMetricsCommandInput;
29
28
  constructor(input: GetEC2RecommendationProjectedMetricsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEffectiveRecommendationPreferencesCommandInput
19
19
  export interface GetEffectiveRecommendationPreferencesCommandOutput
20
20
  extends GetEffectiveRecommendationPreferencesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEffectiveRecommendationPreferencesCommand extends $Command<
24
23
  GetEffectiveRecommendationPreferencesCommandInput,
25
24
  GetEffectiveRecommendationPreferencesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEffectiveRecommendationPreferencesCommand extends $Comma
27
26
  > {
28
27
  readonly input: GetEffectiveRecommendationPreferencesCommandInput;
29
28
  constructor(input: GetEffectiveRecommendationPreferencesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEnrollmentStatusCommandInput
19
19
  export interface GetEnrollmentStatusCommandOutput
20
20
  extends GetEnrollmentStatusResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEnrollmentStatusCommand extends $Command<
24
23
  GetEnrollmentStatusCommandInput,
25
24
  GetEnrollmentStatusCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEnrollmentStatusCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetEnrollmentStatusCommandInput;
29
28
  constructor(input: GetEnrollmentStatusCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetEnrollmentStatusesForOrganizationCommandInput
19
19
  export interface GetEnrollmentStatusesForOrganizationCommandOutput
20
20
  extends GetEnrollmentStatusesForOrganizationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetEnrollmentStatusesForOrganizationCommand extends $Command<
24
23
  GetEnrollmentStatusesForOrganizationCommandInput,
25
24
  GetEnrollmentStatusesForOrganizationCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetEnrollmentStatusesForOrganizationCommand extends $Comman
27
26
  > {
28
27
  readonly input: GetEnrollmentStatusesForOrganizationCommandInput;
29
28
  constructor(input: GetEnrollmentStatusesForOrganizationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetLambdaFunctionRecommendationsCommandInput
19
19
  export interface GetLambdaFunctionRecommendationsCommandOutput
20
20
  extends GetLambdaFunctionRecommendationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetLambdaFunctionRecommendationsCommand extends $Command<
24
23
  GetLambdaFunctionRecommendationsCommandInput,
25
24
  GetLambdaFunctionRecommendationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetLambdaFunctionRecommendationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetLambdaFunctionRecommendationsCommandInput;
29
28
  constructor(input: GetLambdaFunctionRecommendationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetRecommendationPreferencesCommandInput
19
19
  export interface GetRecommendationPreferencesCommandOutput
20
20
  extends GetRecommendationPreferencesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetRecommendationPreferencesCommand extends $Command<
24
23
  GetRecommendationPreferencesCommandInput,
25
24
  GetRecommendationPreferencesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetRecommendationPreferencesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetRecommendationPreferencesCommandInput;
29
28
  constructor(input: GetRecommendationPreferencesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetRecommendationSummariesCommandInput
19
19
  export interface GetRecommendationSummariesCommandOutput
20
20
  extends GetRecommendationSummariesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetRecommendationSummariesCommand extends $Command<
24
23
  GetRecommendationSummariesCommandInput,
25
24
  GetRecommendationSummariesCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetRecommendationSummariesCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetRecommendationSummariesCommandInput;
29
28
  constructor(input: GetRecommendationSummariesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface PutRecommendationPreferencesCommandInput
19
19
  export interface PutRecommendationPreferencesCommandOutput
20
20
  extends PutRecommendationPreferencesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class PutRecommendationPreferencesCommand extends $Command<
24
23
  PutRecommendationPreferencesCommandInput,
25
24
  PutRecommendationPreferencesCommandOutput,
@@ -27,7 +26,6 @@ export declare class PutRecommendationPreferencesCommand extends $Command<
27
26
  > {
28
27
  readonly input: PutRecommendationPreferencesCommandInput;
29
28
  constructor(input: PutRecommendationPreferencesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UpdateEnrollmentStatusCommandInput
19
19
  export interface UpdateEnrollmentStatusCommandOutput
20
20
  extends UpdateEnrollmentStatusResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UpdateEnrollmentStatusCommand extends $Command<
24
23
  UpdateEnrollmentStatusCommandInput,
25
24
  UpdateEnrollmentStatusCommandOutput,
@@ -27,7 +26,6 @@ export declare class UpdateEnrollmentStatusCommand extends $Command<
27
26
  > {
28
27
  readonly input: UpdateEnrollmentStatusCommandInput;
29
28
  constructor(input: UpdateEnrollmentStatusCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ComputeOptimizerClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class ComputeOptimizerServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }