@aws-sdk/client-compute-optimizer 3.1076.0 → 3.1078.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 (104) hide show
  1. package/dist-cjs/index.js +39 -285
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +2 -14
  4. package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +2 -14
  5. package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -14
  6. package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +2 -14
  7. package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +2 -14
  8. package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +2 -14
  9. package/dist-es/commands/ExportIdleRecommendationsCommand.js +2 -14
  10. package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -14
  11. package/dist-es/commands/ExportLicenseRecommendationsCommand.js +2 -14
  12. package/dist-es/commands/ExportRDSDatabaseRecommendationsCommand.js +2 -14
  13. package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -14
  14. package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +2 -14
  15. package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +2 -14
  16. package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -14
  17. package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -14
  18. package/dist-es/commands/GetECSServiceRecommendationsCommand.js +2 -14
  19. package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -14
  20. package/dist-es/commands/GetEnrollmentStatusCommand.js +2 -14
  21. package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -14
  22. package/dist-es/commands/GetIdleRecommendationsCommand.js +2 -14
  23. package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +2 -14
  24. package/dist-es/commands/GetLicenseRecommendationsCommand.js +2 -14
  25. package/dist-es/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.js +2 -14
  26. package/dist-es/commands/GetRDSDatabaseRecommendationsCommand.js +2 -14
  27. package/dist-es/commands/GetRecommendationPreferencesCommand.js +2 -14
  28. package/dist-es/commands/GetRecommendationSummariesCommand.js +2 -14
  29. package/dist-es/commands/PutRecommendationPreferencesCommand.js +2 -14
  30. package/dist-es/commands/UpdateEnrollmentStatusCommand.js +2 -14
  31. package/dist-es/index.js +1 -0
  32. package/dist-es/runtimeConfig.browser.js +0 -2
  33. package/dist-es/runtimeConfig.js +1 -2
  34. package/dist-es/runtimeConfig.native.js +0 -2
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-types/commandBuilder.d.ts +18 -0
  37. package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +3 -8
  39. package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +3 -8
  40. package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +3 -8
  41. package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +3 -8
  42. package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +3 -8
  43. package/dist-types/commands/ExportIdleRecommendationsCommand.d.ts +3 -8
  44. package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +3 -8
  45. package/dist-types/commands/ExportLicenseRecommendationsCommand.d.ts +3 -8
  46. package/dist-types/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +3 -8
  47. package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +3 -8
  48. package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +3 -8
  49. package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +3 -8
  50. package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +3 -8
  51. package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +3 -8
  52. package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +3 -8
  53. package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +3 -8
  54. package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +3 -8
  55. package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +3 -8
  56. package/dist-types/commands/GetIdleRecommendationsCommand.d.ts +3 -8
  57. package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +3 -8
  58. package/dist-types/commands/GetLicenseRecommendationsCommand.d.ts +3 -8
  59. package/dist-types/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +3 -8
  60. package/dist-types/commands/GetRDSDatabaseRecommendationsCommand.d.ts +3 -8
  61. package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +3 -8
  62. package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +3 -8
  63. package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +3 -8
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  67. package/dist-types/runtimeConfig.d.ts +1 -1
  68. package/dist-types/runtimeConfig.native.d.ts +1 -1
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  71. package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/ExportIdleRecommendationsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetIdleRecommendationsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/index.d.ts +1 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  104. package/package.json +8 -10
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { ExportIdleRecommendationsRequest, ExportIdleRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportIdleRecommendationsCommandInput extends ExportIdleRecomme
22
19
  export interface ExportIdleRecommendationsCommandOutput extends ExportIdleRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExportIdleRecommendationsCommand_base: {
25
- new (input: ExportIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportIdleRecommendationsCommandInput, ExportIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportIdleRecommendationsCommandInput, ExportIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportIdleRecommendationsCommandInput, ExportIdleRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportIdleRecommendationsCommandInput, ExportIdleRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { ExportLambdaFunctionRecommendationsRequest, ExportLambdaFunctionRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportLambdaFunctionRecommendationsCommandInput extends ExportL
22
19
  export interface ExportLambdaFunctionRecommendationsCommandOutput extends ExportLambdaFunctionRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExportLambdaFunctionRecommendationsCommand_base: {
25
- new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLambdaFunctionRecommendationsCommandInput, ExportLambdaFunctionRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Exports optimization recommendations for Lambda functions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { ExportLicenseRecommendationsRequest, ExportLicenseRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportLicenseRecommendationsCommandInput extends ExportLicenseR
22
19
  export interface ExportLicenseRecommendationsCommandOutput extends ExportLicenseRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExportLicenseRecommendationsCommand_base: {
25
- new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportLicenseRecommendationsCommandInput, ExportLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { ExportRDSDatabaseRecommendationsRequest, ExportRDSDatabaseRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ExportRDSDatabaseRecommendationsCommandInput extends ExportRDSD
22
19
  export interface ExportRDSDatabaseRecommendationsCommandOutput extends ExportRDSDatabaseRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ExportRDSDatabaseRecommendationsCommand_base: {
25
- new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ExportRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<ExportRDSDatabaseRecommendationsCommandInput, ExportRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetAutoScalingGroupRecommendationsRequest, GetAutoScalingGroupRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAutoScalingGroupRecommendationsCommandInput extends GetAutoS
22
19
  export interface GetAutoScalingGroupRecommendationsCommandOutput extends GetAutoScalingGroupRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAutoScalingGroupRecommendationsCommand_base: {
25
- new (input: GetAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAutoScalingGroupRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAutoScalingGroupRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetAutoScalingGroupRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetAutoScalingGroupRecommendationsCommandInput, GetAutoScalingGroupRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns Auto Scaling group recommendations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetEBSVolumeRecommendationsRequest, GetEBSVolumeRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEBSVolumeRecommendationsCommandInput extends GetEBSVolumeRec
22
19
  export interface GetEBSVolumeRecommendationsCommandOutput extends GetEBSVolumeRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEBSVolumeRecommendationsCommand_base: {
25
- new (input: GetEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetEBSVolumeRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEBSVolumeRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetEBSVolumeRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEBSVolumeRecommendationsCommandInput, GetEBSVolumeRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns Amazon Elastic Block Store (Amazon EBS) volume recommendations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetEC2InstanceRecommendationsRequest, GetEC2InstanceRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEC2InstanceRecommendationsCommandInput extends GetEC2Instanc
22
19
  export interface GetEC2InstanceRecommendationsCommandOutput extends GetEC2InstanceRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEC2InstanceRecommendationsCommand_base: {
25
- new (input: GetEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetEC2InstanceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEC2InstanceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetEC2InstanceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetEC2InstanceRecommendationsCommandInput, GetEC2InstanceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns Amazon EC2 instance recommendations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetEC2RecommendationProjectedMetricsRequest, GetEC2RecommendationProjectedMetricsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEC2RecommendationProjectedMetricsCommandInput extends GetEC2
22
19
  export interface GetEC2RecommendationProjectedMetricsCommandOutput extends GetEC2RecommendationProjectedMetricsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEC2RecommendationProjectedMetricsCommand_base: {
25
- new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEC2RecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetEC2RecommendationProjectedMetricsCommandInput, GetEC2RecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the projected utilization metrics of Amazon EC2 instance
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetECSServiceRecommendationProjectedMetricsRequest, GetECSServiceRecommendationProjectedMetricsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetECSServiceRecommendationProjectedMetricsCommandInput extends
22
19
  export interface GetECSServiceRecommendationProjectedMetricsCommandOutput extends GetECSServiceRecommendationProjectedMetricsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetECSServiceRecommendationProjectedMetricsCommand_base: {
25
- new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetECSServiceRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationProjectedMetricsCommandInput, GetECSServiceRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetECSServiceRecommendationsRequest, GetECSServiceRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetECSServiceRecommendationsCommandInput extends GetECSServiceR
22
19
  export interface GetECSServiceRecommendationsCommandOutput extends GetECSServiceRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetECSServiceRecommendationsCommand_base: {
25
- new (input: GetECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetECSServiceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetECSServiceRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetECSServiceRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetECSServiceRecommendationsCommandInput, GetECSServiceRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetEffectiveRecommendationPreferencesRequest, GetEffectiveRecommendationPreferencesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEffectiveRecommendationPreferencesCommandInput extends GetEf
22
19
  export interface GetEffectiveRecommendationPreferencesCommandOutput extends GetEffectiveRecommendationPreferencesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEffectiveRecommendationPreferencesCommand_base: {
25
- new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetEffectiveRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetEffectiveRecommendationPreferencesCommandInput, GetEffectiveRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the recommendation preferences that are in effect for a given resource, such
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetEnrollmentStatusRequest, GetEnrollmentStatusResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEnrollmentStatusCommandInput extends GetEnrollmentStatusRequ
22
19
  export interface GetEnrollmentStatusCommandOutput extends GetEnrollmentStatusResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEnrollmentStatusCommand_base: {
25
- new (input: GetEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetEnrollmentStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEnrollmentStatusCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetEnrollmentStatusCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusCommandInput, GetEnrollmentStatusCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the enrollment (opt in) status of an account to the Compute Optimizer
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetEnrollmentStatusesForOrganizationRequest, GetEnrollmentStatusesForOrganizationResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetEnrollmentStatusesForOrganizationCommandInput extends GetEnr
22
19
  export interface GetEnrollmentStatusesForOrganizationCommandOutput extends GetEnrollmentStatusesForOrganizationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetEnrollmentStatusesForOrganizationCommand_base: {
25
- new (input: GetEnrollmentStatusesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetEnrollmentStatusesForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetEnrollmentStatusesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetEnrollmentStatusesForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<GetEnrollmentStatusesForOrganizationCommandInput, GetEnrollmentStatusesForOrganizationCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the Compute Optimizer enrollment (opt-in) status of organization member
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetIdleRecommendationsRequest, GetIdleRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetIdleRecommendationsCommandInput extends GetIdleRecommendatio
22
19
  export interface GetIdleRecommendationsCommandOutput extends GetIdleRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetIdleRecommendationsCommand_base: {
25
- new (input: GetIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetIdleRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetIdleRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetIdleRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetIdleRecommendationsCommandInput, GetIdleRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns idle resource recommendations. Compute Optimizer generates recommendations for
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetLambdaFunctionRecommendationsRequest, GetLambdaFunctionRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLambdaFunctionRecommendationsCommandInput extends GetLambdaF
22
19
  export interface GetLambdaFunctionRecommendationsCommandOutput extends GetLambdaFunctionRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLambdaFunctionRecommendationsCommand_base: {
25
- new (input: GetLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetLambdaFunctionRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLambdaFunctionRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetLambdaFunctionRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLambdaFunctionRecommendationsCommandInput, GetLambdaFunctionRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns Lambda function recommendations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetLicenseRecommendationsRequest, GetLicenseRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetLicenseRecommendationsCommandInput extends GetLicenseRecomme
22
19
  export interface GetLicenseRecommendationsCommandOutput extends GetLicenseRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetLicenseRecommendationsCommand_base: {
25
- new (input: GetLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetLicenseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetLicenseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetLicenseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetLicenseRecommendationsCommandInput, GetLicenseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns license recommendations for Amazon EC2 instances that run on a specific license.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetRDSDatabaseRecommendationProjectedMetricsRequest, GetRDSDatabaseRecommendationProjectedMetricsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRDSDatabaseRecommendationProjectedMetricsCommandInput extend
22
19
  export interface GetRDSDatabaseRecommendationProjectedMetricsCommandOutput extends GetRDSDatabaseRecommendationProjectedMetricsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRDSDatabaseRecommendationProjectedMetricsCommand_base: {
25
- new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationProjectedMetricsCommandInput, GetRDSDatabaseRecommendationProjectedMetricsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetRDSDatabaseRecommendationsRequest, GetRDSDatabaseRecommendationsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRDSDatabaseRecommendationsCommandInput extends GetRDSDatabas
22
19
  export interface GetRDSDatabaseRecommendationsCommandOutput extends GetRDSDatabaseRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRDSDatabaseRecommendationsCommand_base: {
25
- new (input: GetRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetRDSDatabaseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRDSDatabaseRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetRDSDatabaseRecommendationsCommandInput]): import("@smithy/core/client").CommandImpl<GetRDSDatabaseRecommendationsCommandInput, GetRDSDatabaseRecommendationsCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetRecommendationPreferencesRequest, GetRecommendationPreferencesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRecommendationPreferencesCommandInput extends GetRecommendat
22
19
  export interface GetRecommendationPreferencesCommandOutput extends GetRecommendationPreferencesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRecommendationPreferencesCommand_base: {
25
- new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRecommendationPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationPreferencesCommandInput, GetRecommendationPreferencesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns existing recommendation preferences, such as enhanced infrastructure
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ComputeOptimizerClient";
4
2
  import type { GetRecommendationSummariesRequest, GetRecommendationSummariesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRecommendationSummariesCommandInput extends GetRecommendatio
22
19
  export interface GetRecommendationSummariesCommandOutput extends GetRecommendationSummariesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRecommendationSummariesCommand_base: {
25
- new (input: GetRecommendationSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetRecommendationSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRecommendationSummariesCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetRecommendationSummariesCommandInput]): import("@smithy/core/client").CommandImpl<GetRecommendationSummariesCommandInput, GetRecommendationSummariesCommandOutput, import("..").ComputeOptimizerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the optimization findings for an account.</p>