@aws-sdk/client-compute-optimizer 3.651.1 → 3.654.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/DeleteRecommendationPreferencesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRecommendationExportJobsCommand.d.ts +11 -0
- package/dist-types/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ExportEBSVolumeRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ExportEC2InstanceRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ExportECSServiceRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ExportLicenseRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetEBSVolumeRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetEC2InstanceRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +11 -0
- package/dist-types/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +11 -0
- package/dist-types/commands/GetECSServiceRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +11 -0
- package/dist-types/commands/GetEnrollmentStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +11 -0
- package/dist-types/commands/GetLambdaFunctionRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetLicenseRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +11 -0
- package/dist-types/commands/GetRDSDatabaseRecommendationsCommand.d.ts +11 -0
- package/dist-types/commands/GetRecommendationPreferencesCommand.d.ts +11 -0
- package/dist-types/commands/GetRecommendationSummariesCommand.d.ts +11 -0
- package/dist-types/commands/PutRecommendationPreferencesCommand.d.ts +11 -0
- package/dist-types/commands/UpdateEnrollmentStatusCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -90,4 +90,15 @@ declare const DeleteRecommendationPreferencesCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class DeleteRecommendationPreferencesCommand extends DeleteRecommendationPreferencesCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: DeleteRecommendationPreferencesRequest;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: DeleteRecommendationPreferencesCommandInput;
|
|
101
|
+
output: DeleteRecommendationPreferencesCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -114,4 +114,15 @@ declare const DescribeRecommendationExportJobsCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class DescribeRecommendationExportJobsCommand extends DescribeRecommendationExportJobsCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: DescribeRecommendationExportJobsRequest;
|
|
121
|
+
output: DescribeRecommendationExportJobsResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: DescribeRecommendationExportJobsCommandInput;
|
|
125
|
+
output: DescribeRecommendationExportJobsCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -116,4 +116,15 @@ declare const ExportAutoScalingGroupRecommendationsCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class ExportAutoScalingGroupRecommendationsCommand extends ExportAutoScalingGroupRecommendationsCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: ExportAutoScalingGroupRecommendationsRequest;
|
|
123
|
+
output: ExportAutoScalingGroupRecommendationsResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: ExportAutoScalingGroupRecommendationsCommandInput;
|
|
127
|
+
output: ExportAutoScalingGroupRecommendationsCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -111,4 +111,15 @@ declare const ExportEBSVolumeRecommendationsCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ExportEBSVolumeRecommendationsCommand extends ExportEBSVolumeRecommendationsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: ExportEBSVolumeRecommendationsRequest;
|
|
118
|
+
output: ExportEBSVolumeRecommendationsResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: ExportEBSVolumeRecommendationsCommandInput;
|
|
122
|
+
output: ExportEBSVolumeRecommendationsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -116,4 +116,15 @@ declare const ExportEC2InstanceRecommendationsCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class ExportEC2InstanceRecommendationsCommand extends ExportEC2InstanceRecommendationsCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: ExportEC2InstanceRecommendationsRequest;
|
|
123
|
+
output: ExportEC2InstanceRecommendationsResponse;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: ExportEC2InstanceRecommendationsCommandInput;
|
|
127
|
+
output: ExportEC2InstanceRecommendationsCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -113,4 +113,15 @@ declare const ExportECSServiceRecommendationsCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class ExportECSServiceRecommendationsCommand extends ExportECSServiceRecommendationsCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: ExportECSServiceRecommendationsRequest;
|
|
120
|
+
output: ExportECSServiceRecommendationsResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: ExportECSServiceRecommendationsCommandInput;
|
|
124
|
+
output: ExportECSServiceRecommendationsCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -111,4 +111,15 @@ declare const ExportLambdaFunctionRecommendationsCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ExportLambdaFunctionRecommendationsCommand extends ExportLambdaFunctionRecommendationsCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: ExportLambdaFunctionRecommendationsRequest;
|
|
118
|
+
output: ExportLambdaFunctionRecommendationsResponse;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: ExportLambdaFunctionRecommendationsCommandInput;
|
|
122
|
+
output: ExportLambdaFunctionRecommendationsCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -113,4 +113,15 @@ declare const ExportLicenseRecommendationsCommand_base: {
|
|
|
113
113
|
* @public
|
|
114
114
|
*/
|
|
115
115
|
export declare class ExportLicenseRecommendationsCommand extends ExportLicenseRecommendationsCommand_base {
|
|
116
|
+
/** @internal type navigation helper, not in runtime. */
|
|
117
|
+
protected static __types: {
|
|
118
|
+
api: {
|
|
119
|
+
input: ExportLicenseRecommendationsRequest;
|
|
120
|
+
output: ExportLicenseRecommendationsResponse;
|
|
121
|
+
};
|
|
122
|
+
sdk: {
|
|
123
|
+
input: ExportLicenseRecommendationsCommandInput;
|
|
124
|
+
output: ExportLicenseRecommendationsCommandOutput;
|
|
125
|
+
};
|
|
126
|
+
};
|
|
116
127
|
}
|
|
@@ -118,4 +118,15 @@ declare const ExportRDSDatabaseRecommendationsCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class ExportRDSDatabaseRecommendationsCommand extends ExportRDSDatabaseRecommendationsCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: ExportRDSDatabaseRecommendationsRequest;
|
|
125
|
+
output: ExportRDSDatabaseRecommendationsResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: ExportRDSDatabaseRecommendationsCommandInput;
|
|
129
|
+
output: ExportRDSDatabaseRecommendationsCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -227,4 +227,15 @@ declare const GetAutoScalingGroupRecommendationsCommand_base: {
|
|
|
227
227
|
* @public
|
|
228
228
|
*/
|
|
229
229
|
export declare class GetAutoScalingGroupRecommendationsCommand extends GetAutoScalingGroupRecommendationsCommand_base {
|
|
230
|
+
/** @internal type navigation helper, not in runtime. */
|
|
231
|
+
protected static __types: {
|
|
232
|
+
api: {
|
|
233
|
+
input: GetAutoScalingGroupRecommendationsRequest;
|
|
234
|
+
output: GetAutoScalingGroupRecommendationsResponse;
|
|
235
|
+
};
|
|
236
|
+
sdk: {
|
|
237
|
+
input: GetAutoScalingGroupRecommendationsCommandInput;
|
|
238
|
+
output: GetAutoScalingGroupRecommendationsCommandOutput;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
230
241
|
}
|
|
@@ -174,4 +174,15 @@ declare const GetEBSVolumeRecommendationsCommand_base: {
|
|
|
174
174
|
* @public
|
|
175
175
|
*/
|
|
176
176
|
export declare class GetEBSVolumeRecommendationsCommand extends GetEBSVolumeRecommendationsCommand_base {
|
|
177
|
+
/** @internal type navigation helper, not in runtime. */
|
|
178
|
+
protected static __types: {
|
|
179
|
+
api: {
|
|
180
|
+
input: GetEBSVolumeRecommendationsRequest;
|
|
181
|
+
output: GetEBSVolumeRecommendationsResponse;
|
|
182
|
+
};
|
|
183
|
+
sdk: {
|
|
184
|
+
input: GetEBSVolumeRecommendationsCommandInput;
|
|
185
|
+
output: GetEBSVolumeRecommendationsCommandOutput;
|
|
186
|
+
};
|
|
187
|
+
};
|
|
177
188
|
}
|
|
@@ -241,4 +241,15 @@ declare const GetEC2InstanceRecommendationsCommand_base: {
|
|
|
241
241
|
* @public
|
|
242
242
|
*/
|
|
243
243
|
export declare class GetEC2InstanceRecommendationsCommand extends GetEC2InstanceRecommendationsCommand_base {
|
|
244
|
+
/** @internal type navigation helper, not in runtime. */
|
|
245
|
+
protected static __types: {
|
|
246
|
+
api: {
|
|
247
|
+
input: GetEC2InstanceRecommendationsRequest;
|
|
248
|
+
output: GetEC2InstanceRecommendationsResponse;
|
|
249
|
+
};
|
|
250
|
+
sdk: {
|
|
251
|
+
input: GetEC2InstanceRecommendationsCommandInput;
|
|
252
|
+
output: GetEC2InstanceRecommendationsCommandOutput;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
244
255
|
}
|
|
@@ -114,4 +114,15 @@ declare const GetEC2RecommendationProjectedMetricsCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class GetEC2RecommendationProjectedMetricsCommand extends GetEC2RecommendationProjectedMetricsCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: GetEC2RecommendationProjectedMetricsRequest;
|
|
121
|
+
output: GetEC2RecommendationProjectedMetricsResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: GetEC2RecommendationProjectedMetricsCommandInput;
|
|
125
|
+
output: GetEC2RecommendationProjectedMetricsCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -107,4 +107,15 @@ declare const GetECSServiceRecommendationProjectedMetricsCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class GetECSServiceRecommendationProjectedMetricsCommand extends GetECSServiceRecommendationProjectedMetricsCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: GetECSServiceRecommendationProjectedMetricsRequest;
|
|
114
|
+
output: GetECSServiceRecommendationProjectedMetricsResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: GetECSServiceRecommendationProjectedMetricsCommandInput;
|
|
118
|
+
output: GetECSServiceRecommendationProjectedMetricsCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -199,4 +199,15 @@ declare const GetECSServiceRecommendationsCommand_base: {
|
|
|
199
199
|
* @public
|
|
200
200
|
*/
|
|
201
201
|
export declare class GetECSServiceRecommendationsCommand extends GetECSServiceRecommendationsCommand_base {
|
|
202
|
+
/** @internal type navigation helper, not in runtime. */
|
|
203
|
+
protected static __types: {
|
|
204
|
+
api: {
|
|
205
|
+
input: GetECSServiceRecommendationsRequest;
|
|
206
|
+
output: GetECSServiceRecommendationsResponse;
|
|
207
|
+
};
|
|
208
|
+
sdk: {
|
|
209
|
+
input: GetECSServiceRecommendationsCommandInput;
|
|
210
|
+
output: GetECSServiceRecommendationsCommandOutput;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
202
213
|
}
|
|
@@ -114,4 +114,15 @@ declare const GetEffectiveRecommendationPreferencesCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class GetEffectiveRecommendationPreferencesCommand extends GetEffectiveRecommendationPreferencesCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: GetEffectiveRecommendationPreferencesRequest;
|
|
121
|
+
output: GetEffectiveRecommendationPreferencesResponse;
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: GetEffectiveRecommendationPreferencesCommandInput;
|
|
125
|
+
output: GetEffectiveRecommendationPreferencesCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -82,4 +82,15 @@ declare const GetEnrollmentStatusCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class GetEnrollmentStatusCommand extends GetEnrollmentStatusCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: {};
|
|
89
|
+
output: GetEnrollmentStatusResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: GetEnrollmentStatusCommandInput;
|
|
93
|
+
output: GetEnrollmentStatusCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -95,4 +95,15 @@ declare const GetEnrollmentStatusesForOrganizationCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class GetEnrollmentStatusesForOrganizationCommand extends GetEnrollmentStatusesForOrganizationCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: GetEnrollmentStatusesForOrganizationRequest;
|
|
102
|
+
output: GetEnrollmentStatusesForOrganizationResponse;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: GetEnrollmentStatusesForOrganizationCommandInput;
|
|
106
|
+
output: GetEnrollmentStatusesForOrganizationCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -162,4 +162,15 @@ declare const GetLambdaFunctionRecommendationsCommand_base: {
|
|
|
162
162
|
* @public
|
|
163
163
|
*/
|
|
164
164
|
export declare class GetLambdaFunctionRecommendationsCommand extends GetLambdaFunctionRecommendationsCommand_base {
|
|
165
|
+
/** @internal type navigation helper, not in runtime. */
|
|
166
|
+
protected static __types: {
|
|
167
|
+
api: {
|
|
168
|
+
input: GetLambdaFunctionRecommendationsRequest;
|
|
169
|
+
output: GetLambdaFunctionRecommendationsResponse;
|
|
170
|
+
};
|
|
171
|
+
sdk: {
|
|
172
|
+
input: GetLambdaFunctionRecommendationsCommandInput;
|
|
173
|
+
output: GetLambdaFunctionRecommendationsCommandOutput;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
165
176
|
}
|
|
@@ -156,4 +156,15 @@ declare const GetLicenseRecommendationsCommand_base: {
|
|
|
156
156
|
* @public
|
|
157
157
|
*/
|
|
158
158
|
export declare class GetLicenseRecommendationsCommand extends GetLicenseRecommendationsCommand_base {
|
|
159
|
+
/** @internal type navigation helper, not in runtime. */
|
|
160
|
+
protected static __types: {
|
|
161
|
+
api: {
|
|
162
|
+
input: GetLicenseRecommendationsRequest;
|
|
163
|
+
output: GetLicenseRecommendationsResponse;
|
|
164
|
+
};
|
|
165
|
+
sdk: {
|
|
166
|
+
input: GetLicenseRecommendationsCommandInput;
|
|
167
|
+
output: GetLicenseRecommendationsCommandOutput;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
159
170
|
}
|
|
@@ -109,4 +109,15 @@ declare const GetRDSDatabaseRecommendationProjectedMetricsCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class GetRDSDatabaseRecommendationProjectedMetricsCommand extends GetRDSDatabaseRecommendationProjectedMetricsCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: GetRDSDatabaseRecommendationProjectedMetricsRequest;
|
|
116
|
+
output: GetRDSDatabaseRecommendationProjectedMetricsResponse;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput;
|
|
120
|
+
output: GetRDSDatabaseRecommendationProjectedMetricsCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -220,4 +220,15 @@ declare const GetRDSDatabaseRecommendationsCommand_base: {
|
|
|
220
220
|
* @public
|
|
221
221
|
*/
|
|
222
222
|
export declare class GetRDSDatabaseRecommendationsCommand extends GetRDSDatabaseRecommendationsCommand_base {
|
|
223
|
+
/** @internal type navigation helper, not in runtime. */
|
|
224
|
+
protected static __types: {
|
|
225
|
+
api: {
|
|
226
|
+
input: GetRDSDatabaseRecommendationsRequest;
|
|
227
|
+
output: GetRDSDatabaseRecommendationsResponse;
|
|
228
|
+
};
|
|
229
|
+
sdk: {
|
|
230
|
+
input: GetRDSDatabaseRecommendationsCommandInput;
|
|
231
|
+
output: GetRDSDatabaseRecommendationsCommandOutput;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
223
234
|
}
|
|
@@ -134,4 +134,15 @@ declare const GetRecommendationPreferencesCommand_base: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export declare class GetRecommendationPreferencesCommand extends GetRecommendationPreferencesCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: GetRecommendationPreferencesRequest;
|
|
141
|
+
output: GetRecommendationPreferencesResponse;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: GetRecommendationPreferencesCommandInput;
|
|
145
|
+
output: GetRecommendationPreferencesCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -149,4 +149,15 @@ declare const GetRecommendationSummariesCommand_base: {
|
|
|
149
149
|
* @public
|
|
150
150
|
*/
|
|
151
151
|
export declare class GetRecommendationSummariesCommand extends GetRecommendationSummariesCommand_base {
|
|
152
|
+
/** @internal type navigation helper, not in runtime. */
|
|
153
|
+
protected static __types: {
|
|
154
|
+
api: {
|
|
155
|
+
input: GetRecommendationSummariesRequest;
|
|
156
|
+
output: GetRecommendationSummariesResponse;
|
|
157
|
+
};
|
|
158
|
+
sdk: {
|
|
159
|
+
input: GetRecommendationSummariesCommandInput;
|
|
160
|
+
output: GetRecommendationSummariesCommandOutput;
|
|
161
|
+
};
|
|
162
|
+
};
|
|
152
163
|
}
|
|
@@ -115,4 +115,15 @@ declare const PutRecommendationPreferencesCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class PutRecommendationPreferencesCommand extends PutRecommendationPreferencesCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: PutRecommendationPreferencesRequest;
|
|
122
|
+
output: {};
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: PutRecommendationPreferencesCommandInput;
|
|
126
|
+
output: PutRecommendationPreferencesCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -85,4 +85,15 @@ declare const UpdateEnrollmentStatusCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class UpdateEnrollmentStatusCommand extends UpdateEnrollmentStatusCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: UpdateEnrollmentStatusRequest;
|
|
92
|
+
output: UpdateEnrollmentStatusResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: UpdateEnrollmentStatusCommandInput;
|
|
96
|
+
output: UpdateEnrollmentStatusCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteRecommendationPreferencesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteRecommendationPreferencesCommand extends DeleteRecommendationPreferencesCommand_base {
|
|
40
|
+
export declare class DeleteRecommendationPreferencesCommand extends DeleteRecommendationPreferencesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteRecommendationPreferencesRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteRecommendationPreferencesCommandInput;
|
|
48
|
+
output: DeleteRecommendationPreferencesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeRecommendationExportJobsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeRecommendationExportJobsCommand extends DescribeRecommendationExportJobsCommand_base {
|
|
40
|
+
export declare class DescribeRecommendationExportJobsCommand extends DescribeRecommendationExportJobsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeRecommendationExportJobsRequest;
|
|
44
|
+
output: DescribeRecommendationExportJobsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeRecommendationExportJobsCommandInput;
|
|
48
|
+
output: DescribeRecommendationExportJobsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportAutoScalingGroupRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportAutoScalingGroupRecommendationsCommand extends ExportAutoScalingGroupRecommendationsCommand_base {
|
|
40
|
+
export declare class ExportAutoScalingGroupRecommendationsCommand extends ExportAutoScalingGroupRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportAutoScalingGroupRecommendationsRequest;
|
|
44
|
+
output: ExportAutoScalingGroupRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportAutoScalingGroupRecommendationsCommandInput;
|
|
48
|
+
output: ExportAutoScalingGroupRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportEBSVolumeRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportEBSVolumeRecommendationsCommand extends ExportEBSVolumeRecommendationsCommand_base {
|
|
40
|
+
export declare class ExportEBSVolumeRecommendationsCommand extends ExportEBSVolumeRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportEBSVolumeRecommendationsRequest;
|
|
44
|
+
output: ExportEBSVolumeRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportEBSVolumeRecommendationsCommandInput;
|
|
48
|
+
output: ExportEBSVolumeRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportEC2InstanceRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportEC2InstanceRecommendationsCommand extends ExportEC2InstanceRecommendationsCommand_base {
|
|
40
|
+
export declare class ExportEC2InstanceRecommendationsCommand extends ExportEC2InstanceRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportEC2InstanceRecommendationsRequest;
|
|
44
|
+
output: ExportEC2InstanceRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportEC2InstanceRecommendationsCommandInput;
|
|
48
|
+
output: ExportEC2InstanceRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportECSServiceRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportECSServiceRecommendationsCommand extends ExportECSServiceRecommendationsCommand_base {
|
|
40
|
+
export declare class ExportECSServiceRecommendationsCommand extends ExportECSServiceRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportECSServiceRecommendationsRequest;
|
|
44
|
+
output: ExportECSServiceRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportECSServiceRecommendationsCommandInput;
|
|
48
|
+
output: ExportECSServiceRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportLambdaFunctionRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportLambdaFunctionRecommendationsCommand extends ExportLambdaFunctionRecommendationsCommand_base {
|
|
40
|
+
export declare class ExportLambdaFunctionRecommendationsCommand extends ExportLambdaFunctionRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportLambdaFunctionRecommendationsRequest;
|
|
44
|
+
output: ExportLambdaFunctionRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportLambdaFunctionRecommendationsCommandInput;
|
|
48
|
+
output: ExportLambdaFunctionRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportLicenseRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportLicenseRecommendationsCommand extends ExportLicenseRecommendationsCommand_base {
|
|
40
|
+
export declare class ExportLicenseRecommendationsCommand extends ExportLicenseRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportLicenseRecommendationsRequest;
|
|
44
|
+
output: ExportLicenseRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportLicenseRecommendationsCommandInput;
|
|
48
|
+
output: ExportLicenseRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ExportRDSDatabaseRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ExportRDSDatabaseRecommendationsCommand extends ExportRDSDatabaseRecommendationsCommand_base {
|
|
40
|
+
export declare class ExportRDSDatabaseRecommendationsCommand extends ExportRDSDatabaseRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ExportRDSDatabaseRecommendationsRequest;
|
|
44
|
+
output: ExportRDSDatabaseRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ExportRDSDatabaseRecommendationsCommandInput;
|
|
48
|
+
output: ExportRDSDatabaseRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAutoScalingGroupRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAutoScalingGroupRecommendationsCommand extends GetAutoScalingGroupRecommendationsCommand_base {
|
|
40
|
+
export declare class GetAutoScalingGroupRecommendationsCommand extends GetAutoScalingGroupRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAutoScalingGroupRecommendationsRequest;
|
|
44
|
+
output: GetAutoScalingGroupRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAutoScalingGroupRecommendationsCommandInput;
|
|
48
|
+
output: GetAutoScalingGroupRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEBSVolumeRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEBSVolumeRecommendationsCommand extends GetEBSVolumeRecommendationsCommand_base {
|
|
40
|
+
export declare class GetEBSVolumeRecommendationsCommand extends GetEBSVolumeRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEBSVolumeRecommendationsRequest;
|
|
44
|
+
output: GetEBSVolumeRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEBSVolumeRecommendationsCommandInput;
|
|
48
|
+
output: GetEBSVolumeRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEC2InstanceRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEC2InstanceRecommendationsCommand extends GetEC2InstanceRecommendationsCommand_base {
|
|
40
|
+
export declare class GetEC2InstanceRecommendationsCommand extends GetEC2InstanceRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEC2InstanceRecommendationsRequest;
|
|
44
|
+
output: GetEC2InstanceRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEC2InstanceRecommendationsCommandInput;
|
|
48
|
+
output: GetEC2InstanceRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEC2RecommendationProjectedMetricsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEC2RecommendationProjectedMetricsCommand extends GetEC2RecommendationProjectedMetricsCommand_base {
|
|
40
|
+
export declare class GetEC2RecommendationProjectedMetricsCommand extends GetEC2RecommendationProjectedMetricsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEC2RecommendationProjectedMetricsRequest;
|
|
44
|
+
output: GetEC2RecommendationProjectedMetricsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEC2RecommendationProjectedMetricsCommandInput;
|
|
48
|
+
output: GetEC2RecommendationProjectedMetricsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetECSServiceRecommendationProjectedMetricsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetECSServiceRecommendationProjectedMetricsCommand extends GetECSServiceRecommendationProjectedMetricsCommand_base {
|
|
40
|
+
export declare class GetECSServiceRecommendationProjectedMetricsCommand extends GetECSServiceRecommendationProjectedMetricsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetECSServiceRecommendationProjectedMetricsRequest;
|
|
44
|
+
output: GetECSServiceRecommendationProjectedMetricsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetECSServiceRecommendationProjectedMetricsCommandInput;
|
|
48
|
+
output: GetECSServiceRecommendationProjectedMetricsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetECSServiceRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetECSServiceRecommendationsCommand extends GetECSServiceRecommendationsCommand_base {
|
|
40
|
+
export declare class GetECSServiceRecommendationsCommand extends GetECSServiceRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetECSServiceRecommendationsRequest;
|
|
44
|
+
output: GetECSServiceRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetECSServiceRecommendationsCommandInput;
|
|
48
|
+
output: GetECSServiceRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEffectiveRecommendationPreferencesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEffectiveRecommendationPreferencesCommand extends GetEffectiveRecommendationPreferencesCommand_base {
|
|
40
|
+
export declare class GetEffectiveRecommendationPreferencesCommand extends GetEffectiveRecommendationPreferencesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEffectiveRecommendationPreferencesRequest;
|
|
44
|
+
output: GetEffectiveRecommendationPreferencesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEffectiveRecommendationPreferencesCommandInput;
|
|
48
|
+
output: GetEffectiveRecommendationPreferencesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEnrollmentStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEnrollmentStatusCommand extends GetEnrollmentStatusCommand_base {
|
|
40
|
+
export declare class GetEnrollmentStatusCommand extends GetEnrollmentStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetEnrollmentStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEnrollmentStatusCommandInput;
|
|
48
|
+
output: GetEnrollmentStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetEnrollmentStatusesForOrganizationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetEnrollmentStatusesForOrganizationCommand extends GetEnrollmentStatusesForOrganizationCommand_base {
|
|
40
|
+
export declare class GetEnrollmentStatusesForOrganizationCommand extends GetEnrollmentStatusesForOrganizationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetEnrollmentStatusesForOrganizationRequest;
|
|
44
|
+
output: GetEnrollmentStatusesForOrganizationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetEnrollmentStatusesForOrganizationCommandInput;
|
|
48
|
+
output: GetEnrollmentStatusesForOrganizationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLambdaFunctionRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLambdaFunctionRecommendationsCommand extends GetLambdaFunctionRecommendationsCommand_base {
|
|
40
|
+
export declare class GetLambdaFunctionRecommendationsCommand extends GetLambdaFunctionRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetLambdaFunctionRecommendationsRequest;
|
|
44
|
+
output: GetLambdaFunctionRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLambdaFunctionRecommendationsCommandInput;
|
|
48
|
+
output: GetLambdaFunctionRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetLicenseRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetLicenseRecommendationsCommand extends GetLicenseRecommendationsCommand_base {
|
|
40
|
+
export declare class GetLicenseRecommendationsCommand extends GetLicenseRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetLicenseRecommendationsRequest;
|
|
44
|
+
output: GetLicenseRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetLicenseRecommendationsCommandInput;
|
|
48
|
+
output: GetLicenseRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRDSDatabaseRecommendationProjectedMetricsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRDSDatabaseRecommendationProjectedMetricsCommand extends GetRDSDatabaseRecommendationProjectedMetricsCommand_base {
|
|
40
|
+
export declare class GetRDSDatabaseRecommendationProjectedMetricsCommand extends GetRDSDatabaseRecommendationProjectedMetricsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRDSDatabaseRecommendationProjectedMetricsRequest;
|
|
44
|
+
output: GetRDSDatabaseRecommendationProjectedMetricsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRDSDatabaseRecommendationProjectedMetricsCommandInput;
|
|
48
|
+
output: GetRDSDatabaseRecommendationProjectedMetricsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRDSDatabaseRecommendationsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRDSDatabaseRecommendationsCommand extends GetRDSDatabaseRecommendationsCommand_base {
|
|
40
|
+
export declare class GetRDSDatabaseRecommendationsCommand extends GetRDSDatabaseRecommendationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRDSDatabaseRecommendationsRequest;
|
|
44
|
+
output: GetRDSDatabaseRecommendationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRDSDatabaseRecommendationsCommandInput;
|
|
48
|
+
output: GetRDSDatabaseRecommendationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRecommendationPreferencesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRecommendationPreferencesCommand extends GetRecommendationPreferencesCommand_base {
|
|
40
|
+
export declare class GetRecommendationPreferencesCommand extends GetRecommendationPreferencesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRecommendationPreferencesRequest;
|
|
44
|
+
output: GetRecommendationPreferencesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRecommendationPreferencesCommandInput;
|
|
48
|
+
output: GetRecommendationPreferencesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetRecommendationSummariesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetRecommendationSummariesCommand extends GetRecommendationSummariesCommand_base {
|
|
40
|
+
export declare class GetRecommendationSummariesCommand extends GetRecommendationSummariesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetRecommendationSummariesRequest;
|
|
44
|
+
output: GetRecommendationSummariesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetRecommendationSummariesCommandInput;
|
|
48
|
+
output: GetRecommendationSummariesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const PutRecommendationPreferencesCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class PutRecommendationPreferencesCommand extends PutRecommendationPreferencesCommand_base {
|
|
40
|
+
export declare class PutRecommendationPreferencesCommand extends PutRecommendationPreferencesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: PutRecommendationPreferencesRequest;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: PutRecommendationPreferencesCommandInput;
|
|
48
|
+
output: PutRecommendationPreferencesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UpdateEnrollmentStatusCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UpdateEnrollmentStatusCommand extends UpdateEnrollmentStatusCommand_base {
|
|
40
|
+
export declare class UpdateEnrollmentStatusCommand extends UpdateEnrollmentStatusCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateEnrollmentStatusRequest;
|
|
44
|
+
output: UpdateEnrollmentStatusResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateEnrollmentStatusCommandInput;
|
|
48
|
+
output: UpdateEnrollmentStatusCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-compute-optimizer",
|
|
3
3
|
"description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.654.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-compute-optimizer",
|
|
@@ -20,43 +20,43 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|