@aws-sdk/client-compute-optimizer 3.1087.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/ComputeOptimizer.d.ts +90 -140
- package/dist-types/ts3.4/ComputeOptimizerClient.d.ts +5 -15
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/DeleteRecommendationPreferencesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeRecommendationExportJobsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ExportAutoScalingGroupRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportEBSVolumeRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportEC2InstanceRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportECSServiceRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportIdleRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportLambdaFunctionRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportLicenseRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ExportRDSDatabaseRecommendationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAutoScalingGroupRecommendationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEBSVolumeRecommendationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEC2InstanceRecommendationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEC2RecommendationProjectedMetricsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationProjectedMetricsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetECSServiceRecommendationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEffectiveRecommendationPreferencesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetEnrollmentStatusCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetEnrollmentStatusesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetIdleRecommendationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetLambdaFunctionRecommendationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetLicenseRecommendationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationProjectedMetricsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRDSDatabaseRecommendationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRecommendationPreferencesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetRecommendationSummariesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutRecommendationPreferencesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateEnrollmentStatusCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +19 -38
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +26 -78
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
package/dist-cjs/index.js
CHANGED
|
@@ -119,464 +119,414 @@ import { ComputeOptimizerClient } from "./ComputeOptimizerClient";
|
|
|
119
119
|
export interface ComputeOptimizer {
|
|
120
120
|
deleteRecommendationPreferences(
|
|
121
121
|
args: DeleteRecommendationPreferencesCommandInput,
|
|
122
|
-
options?: __HttpHandlerOptions
|
|
122
|
+
options?: __HttpHandlerOptions,
|
|
123
123
|
): Promise<DeleteRecommendationPreferencesCommandOutput>;
|
|
124
124
|
deleteRecommendationPreferences(
|
|
125
125
|
args: DeleteRecommendationPreferencesCommandInput,
|
|
126
|
-
cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void
|
|
126
|
+
cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void,
|
|
127
127
|
): void;
|
|
128
128
|
deleteRecommendationPreferences(
|
|
129
129
|
args: DeleteRecommendationPreferencesCommandInput,
|
|
130
130
|
options: __HttpHandlerOptions,
|
|
131
|
-
cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void
|
|
131
|
+
cb: (err: any, data?: DeleteRecommendationPreferencesCommandOutput) => void,
|
|
132
132
|
): void;
|
|
133
133
|
describeRecommendationExportJobs(): Promise<DescribeRecommendationExportJobsCommandOutput>;
|
|
134
134
|
describeRecommendationExportJobs(
|
|
135
135
|
args: DescribeRecommendationExportJobsCommandInput,
|
|
136
|
-
options?: __HttpHandlerOptions
|
|
136
|
+
options?: __HttpHandlerOptions,
|
|
137
137
|
): Promise<DescribeRecommendationExportJobsCommandOutput>;
|
|
138
138
|
describeRecommendationExportJobs(
|
|
139
139
|
args: DescribeRecommendationExportJobsCommandInput,
|
|
140
|
-
cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void
|
|
140
|
+
cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void,
|
|
141
141
|
): void;
|
|
142
142
|
describeRecommendationExportJobs(
|
|
143
143
|
args: DescribeRecommendationExportJobsCommandInput,
|
|
144
144
|
options: __HttpHandlerOptions,
|
|
145
|
-
cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void
|
|
145
|
+
cb: (err: any, data?: DescribeRecommendationExportJobsCommandOutput) => void,
|
|
146
146
|
): void;
|
|
147
147
|
exportAutoScalingGroupRecommendations(
|
|
148
148
|
args: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
149
|
-
options?: __HttpHandlerOptions
|
|
149
|
+
options?: __HttpHandlerOptions,
|
|
150
150
|
): Promise<ExportAutoScalingGroupRecommendationsCommandOutput>;
|
|
151
151
|
exportAutoScalingGroupRecommendations(
|
|
152
152
|
args: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
153
|
-
cb: (
|
|
154
|
-
err: any,
|
|
155
|
-
data?: ExportAutoScalingGroupRecommendationsCommandOutput
|
|
156
|
-
) => void
|
|
153
|
+
cb: (err: any, data?: ExportAutoScalingGroupRecommendationsCommandOutput) => void,
|
|
157
154
|
): void;
|
|
158
155
|
exportAutoScalingGroupRecommendations(
|
|
159
156
|
args: ExportAutoScalingGroupRecommendationsCommandInput,
|
|
160
157
|
options: __HttpHandlerOptions,
|
|
161
|
-
cb: (
|
|
162
|
-
err: any,
|
|
163
|
-
data?: ExportAutoScalingGroupRecommendationsCommandOutput
|
|
164
|
-
) => void
|
|
158
|
+
cb: (err: any, data?: ExportAutoScalingGroupRecommendationsCommandOutput) => void,
|
|
165
159
|
): void;
|
|
166
160
|
exportEBSVolumeRecommendations(
|
|
167
161
|
args: ExportEBSVolumeRecommendationsCommandInput,
|
|
168
|
-
options?: __HttpHandlerOptions
|
|
162
|
+
options?: __HttpHandlerOptions,
|
|
169
163
|
): Promise<ExportEBSVolumeRecommendationsCommandOutput>;
|
|
170
164
|
exportEBSVolumeRecommendations(
|
|
171
165
|
args: ExportEBSVolumeRecommendationsCommandInput,
|
|
172
|
-
cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void
|
|
166
|
+
cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void,
|
|
173
167
|
): void;
|
|
174
168
|
exportEBSVolumeRecommendations(
|
|
175
169
|
args: ExportEBSVolumeRecommendationsCommandInput,
|
|
176
170
|
options: __HttpHandlerOptions,
|
|
177
|
-
cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void
|
|
171
|
+
cb: (err: any, data?: ExportEBSVolumeRecommendationsCommandOutput) => void,
|
|
178
172
|
): void;
|
|
179
173
|
exportEC2InstanceRecommendations(
|
|
180
174
|
args: ExportEC2InstanceRecommendationsCommandInput,
|
|
181
|
-
options?: __HttpHandlerOptions
|
|
175
|
+
options?: __HttpHandlerOptions,
|
|
182
176
|
): Promise<ExportEC2InstanceRecommendationsCommandOutput>;
|
|
183
177
|
exportEC2InstanceRecommendations(
|
|
184
178
|
args: ExportEC2InstanceRecommendationsCommandInput,
|
|
185
|
-
cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void
|
|
179
|
+
cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void,
|
|
186
180
|
): void;
|
|
187
181
|
exportEC2InstanceRecommendations(
|
|
188
182
|
args: ExportEC2InstanceRecommendationsCommandInput,
|
|
189
183
|
options: __HttpHandlerOptions,
|
|
190
|
-
cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void
|
|
184
|
+
cb: (err: any, data?: ExportEC2InstanceRecommendationsCommandOutput) => void,
|
|
191
185
|
): void;
|
|
192
186
|
exportECSServiceRecommendations(
|
|
193
187
|
args: ExportECSServiceRecommendationsCommandInput,
|
|
194
|
-
options?: __HttpHandlerOptions
|
|
188
|
+
options?: __HttpHandlerOptions,
|
|
195
189
|
): Promise<ExportECSServiceRecommendationsCommandOutput>;
|
|
196
190
|
exportECSServiceRecommendations(
|
|
197
191
|
args: ExportECSServiceRecommendationsCommandInput,
|
|
198
|
-
cb: (err: any, data?: ExportECSServiceRecommendationsCommandOutput) => void
|
|
192
|
+
cb: (err: any, data?: ExportECSServiceRecommendationsCommandOutput) => void,
|
|
199
193
|
): void;
|
|
200
194
|
exportECSServiceRecommendations(
|
|
201
195
|
args: ExportECSServiceRecommendationsCommandInput,
|
|
202
196
|
options: __HttpHandlerOptions,
|
|
203
|
-
cb: (err: any, data?: ExportECSServiceRecommendationsCommandOutput) => void
|
|
197
|
+
cb: (err: any, data?: ExportECSServiceRecommendationsCommandOutput) => void,
|
|
204
198
|
): void;
|
|
205
199
|
exportIdleRecommendations(
|
|
206
200
|
args: ExportIdleRecommendationsCommandInput,
|
|
207
|
-
options?: __HttpHandlerOptions
|
|
201
|
+
options?: __HttpHandlerOptions,
|
|
208
202
|
): Promise<ExportIdleRecommendationsCommandOutput>;
|
|
209
203
|
exportIdleRecommendations(
|
|
210
204
|
args: ExportIdleRecommendationsCommandInput,
|
|
211
|
-
cb: (err: any, data?: ExportIdleRecommendationsCommandOutput) => void
|
|
205
|
+
cb: (err: any, data?: ExportIdleRecommendationsCommandOutput) => void,
|
|
212
206
|
): void;
|
|
213
207
|
exportIdleRecommendations(
|
|
214
208
|
args: ExportIdleRecommendationsCommandInput,
|
|
215
209
|
options: __HttpHandlerOptions,
|
|
216
|
-
cb: (err: any, data?: ExportIdleRecommendationsCommandOutput) => void
|
|
210
|
+
cb: (err: any, data?: ExportIdleRecommendationsCommandOutput) => void,
|
|
217
211
|
): void;
|
|
218
212
|
exportLambdaFunctionRecommendations(
|
|
219
213
|
args: ExportLambdaFunctionRecommendationsCommandInput,
|
|
220
|
-
options?: __HttpHandlerOptions
|
|
214
|
+
options?: __HttpHandlerOptions,
|
|
221
215
|
): Promise<ExportLambdaFunctionRecommendationsCommandOutput>;
|
|
222
216
|
exportLambdaFunctionRecommendations(
|
|
223
217
|
args: ExportLambdaFunctionRecommendationsCommandInput,
|
|
224
|
-
cb: (
|
|
225
|
-
err: any,
|
|
226
|
-
data?: ExportLambdaFunctionRecommendationsCommandOutput
|
|
227
|
-
) => void
|
|
218
|
+
cb: (err: any, data?: ExportLambdaFunctionRecommendationsCommandOutput) => void,
|
|
228
219
|
): void;
|
|
229
220
|
exportLambdaFunctionRecommendations(
|
|
230
221
|
args: ExportLambdaFunctionRecommendationsCommandInput,
|
|
231
222
|
options: __HttpHandlerOptions,
|
|
232
|
-
cb: (
|
|
233
|
-
err: any,
|
|
234
|
-
data?: ExportLambdaFunctionRecommendationsCommandOutput
|
|
235
|
-
) => void
|
|
223
|
+
cb: (err: any, data?: ExportLambdaFunctionRecommendationsCommandOutput) => void,
|
|
236
224
|
): void;
|
|
237
225
|
exportLicenseRecommendations(
|
|
238
226
|
args: ExportLicenseRecommendationsCommandInput,
|
|
239
|
-
options?: __HttpHandlerOptions
|
|
227
|
+
options?: __HttpHandlerOptions,
|
|
240
228
|
): Promise<ExportLicenseRecommendationsCommandOutput>;
|
|
241
229
|
exportLicenseRecommendations(
|
|
242
230
|
args: ExportLicenseRecommendationsCommandInput,
|
|
243
|
-
cb: (err: any, data?: ExportLicenseRecommendationsCommandOutput) => void
|
|
231
|
+
cb: (err: any, data?: ExportLicenseRecommendationsCommandOutput) => void,
|
|
244
232
|
): void;
|
|
245
233
|
exportLicenseRecommendations(
|
|
246
234
|
args: ExportLicenseRecommendationsCommandInput,
|
|
247
235
|
options: __HttpHandlerOptions,
|
|
248
|
-
cb: (err: any, data?: ExportLicenseRecommendationsCommandOutput) => void
|
|
236
|
+
cb: (err: any, data?: ExportLicenseRecommendationsCommandOutput) => void,
|
|
249
237
|
): void;
|
|
250
238
|
exportRDSDatabaseRecommendations(
|
|
251
239
|
args: ExportRDSDatabaseRecommendationsCommandInput,
|
|
252
|
-
options?: __HttpHandlerOptions
|
|
240
|
+
options?: __HttpHandlerOptions,
|
|
253
241
|
): Promise<ExportRDSDatabaseRecommendationsCommandOutput>;
|
|
254
242
|
exportRDSDatabaseRecommendations(
|
|
255
243
|
args: ExportRDSDatabaseRecommendationsCommandInput,
|
|
256
|
-
cb: (err: any, data?: ExportRDSDatabaseRecommendationsCommandOutput) => void
|
|
244
|
+
cb: (err: any, data?: ExportRDSDatabaseRecommendationsCommandOutput) => void,
|
|
257
245
|
): void;
|
|
258
246
|
exportRDSDatabaseRecommendations(
|
|
259
247
|
args: ExportRDSDatabaseRecommendationsCommandInput,
|
|
260
248
|
options: __HttpHandlerOptions,
|
|
261
|
-
cb: (err: any, data?: ExportRDSDatabaseRecommendationsCommandOutput) => void
|
|
249
|
+
cb: (err: any, data?: ExportRDSDatabaseRecommendationsCommandOutput) => void,
|
|
262
250
|
): void;
|
|
263
251
|
getAutoScalingGroupRecommendations(): Promise<GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
264
252
|
getAutoScalingGroupRecommendations(
|
|
265
253
|
args: GetAutoScalingGroupRecommendationsCommandInput,
|
|
266
|
-
options?: __HttpHandlerOptions
|
|
254
|
+
options?: __HttpHandlerOptions,
|
|
267
255
|
): Promise<GetAutoScalingGroupRecommendationsCommandOutput>;
|
|
268
256
|
getAutoScalingGroupRecommendations(
|
|
269
257
|
args: GetAutoScalingGroupRecommendationsCommandInput,
|
|
270
|
-
cb: (
|
|
271
|
-
err: any,
|
|
272
|
-
data?: GetAutoScalingGroupRecommendationsCommandOutput
|
|
273
|
-
) => void
|
|
258
|
+
cb: (err: any, data?: GetAutoScalingGroupRecommendationsCommandOutput) => void,
|
|
274
259
|
): void;
|
|
275
260
|
getAutoScalingGroupRecommendations(
|
|
276
261
|
args: GetAutoScalingGroupRecommendationsCommandInput,
|
|
277
262
|
options: __HttpHandlerOptions,
|
|
278
|
-
cb: (
|
|
279
|
-
err: any,
|
|
280
|
-
data?: GetAutoScalingGroupRecommendationsCommandOutput
|
|
281
|
-
) => void
|
|
263
|
+
cb: (err: any, data?: GetAutoScalingGroupRecommendationsCommandOutput) => void,
|
|
282
264
|
): void;
|
|
283
265
|
getEBSVolumeRecommendations(): Promise<GetEBSVolumeRecommendationsCommandOutput>;
|
|
284
266
|
getEBSVolumeRecommendations(
|
|
285
267
|
args: GetEBSVolumeRecommendationsCommandInput,
|
|
286
|
-
options?: __HttpHandlerOptions
|
|
268
|
+
options?: __HttpHandlerOptions,
|
|
287
269
|
): Promise<GetEBSVolumeRecommendationsCommandOutput>;
|
|
288
270
|
getEBSVolumeRecommendations(
|
|
289
271
|
args: GetEBSVolumeRecommendationsCommandInput,
|
|
290
|
-
cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void
|
|
272
|
+
cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void,
|
|
291
273
|
): void;
|
|
292
274
|
getEBSVolumeRecommendations(
|
|
293
275
|
args: GetEBSVolumeRecommendationsCommandInput,
|
|
294
276
|
options: __HttpHandlerOptions,
|
|
295
|
-
cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void
|
|
277
|
+
cb: (err: any, data?: GetEBSVolumeRecommendationsCommandOutput) => void,
|
|
296
278
|
): void;
|
|
297
279
|
getEC2InstanceRecommendations(): Promise<GetEC2InstanceRecommendationsCommandOutput>;
|
|
298
280
|
getEC2InstanceRecommendations(
|
|
299
281
|
args: GetEC2InstanceRecommendationsCommandInput,
|
|
300
|
-
options?: __HttpHandlerOptions
|
|
282
|
+
options?: __HttpHandlerOptions,
|
|
301
283
|
): Promise<GetEC2InstanceRecommendationsCommandOutput>;
|
|
302
284
|
getEC2InstanceRecommendations(
|
|
303
285
|
args: GetEC2InstanceRecommendationsCommandInput,
|
|
304
|
-
cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void
|
|
286
|
+
cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void,
|
|
305
287
|
): void;
|
|
306
288
|
getEC2InstanceRecommendations(
|
|
307
289
|
args: GetEC2InstanceRecommendationsCommandInput,
|
|
308
290
|
options: __HttpHandlerOptions,
|
|
309
|
-
cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void
|
|
291
|
+
cb: (err: any, data?: GetEC2InstanceRecommendationsCommandOutput) => void,
|
|
310
292
|
): void;
|
|
311
293
|
getEC2RecommendationProjectedMetrics(
|
|
312
294
|
args: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
313
|
-
options?: __HttpHandlerOptions
|
|
295
|
+
options?: __HttpHandlerOptions,
|
|
314
296
|
): Promise<GetEC2RecommendationProjectedMetricsCommandOutput>;
|
|
315
297
|
getEC2RecommendationProjectedMetrics(
|
|
316
298
|
args: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
317
|
-
cb: (
|
|
318
|
-
err: any,
|
|
319
|
-
data?: GetEC2RecommendationProjectedMetricsCommandOutput
|
|
320
|
-
) => void
|
|
299
|
+
cb: (err: any, data?: GetEC2RecommendationProjectedMetricsCommandOutput) => void,
|
|
321
300
|
): void;
|
|
322
301
|
getEC2RecommendationProjectedMetrics(
|
|
323
302
|
args: GetEC2RecommendationProjectedMetricsCommandInput,
|
|
324
303
|
options: __HttpHandlerOptions,
|
|
325
|
-
cb: (
|
|
326
|
-
err: any,
|
|
327
|
-
data?: GetEC2RecommendationProjectedMetricsCommandOutput
|
|
328
|
-
) => void
|
|
304
|
+
cb: (err: any, data?: GetEC2RecommendationProjectedMetricsCommandOutput) => void,
|
|
329
305
|
): void;
|
|
330
306
|
getECSServiceRecommendationProjectedMetrics(
|
|
331
307
|
args: GetECSServiceRecommendationProjectedMetricsCommandInput,
|
|
332
|
-
options?: __HttpHandlerOptions
|
|
308
|
+
options?: __HttpHandlerOptions,
|
|
333
309
|
): Promise<GetECSServiceRecommendationProjectedMetricsCommandOutput>;
|
|
334
310
|
getECSServiceRecommendationProjectedMetrics(
|
|
335
311
|
args: GetECSServiceRecommendationProjectedMetricsCommandInput,
|
|
336
|
-
cb: (
|
|
337
|
-
err: any,
|
|
338
|
-
data?: GetECSServiceRecommendationProjectedMetricsCommandOutput
|
|
339
|
-
) => void
|
|
312
|
+
cb: (err: any, data?: GetECSServiceRecommendationProjectedMetricsCommandOutput) => void,
|
|
340
313
|
): void;
|
|
341
314
|
getECSServiceRecommendationProjectedMetrics(
|
|
342
315
|
args: GetECSServiceRecommendationProjectedMetricsCommandInput,
|
|
343
316
|
options: __HttpHandlerOptions,
|
|
344
|
-
cb: (
|
|
345
|
-
err: any,
|
|
346
|
-
data?: GetECSServiceRecommendationProjectedMetricsCommandOutput
|
|
347
|
-
) => void
|
|
317
|
+
cb: (err: any, data?: GetECSServiceRecommendationProjectedMetricsCommandOutput) => void,
|
|
348
318
|
): void;
|
|
349
319
|
getECSServiceRecommendations(): Promise<GetECSServiceRecommendationsCommandOutput>;
|
|
350
320
|
getECSServiceRecommendations(
|
|
351
321
|
args: GetECSServiceRecommendationsCommandInput,
|
|
352
|
-
options?: __HttpHandlerOptions
|
|
322
|
+
options?: __HttpHandlerOptions,
|
|
353
323
|
): Promise<GetECSServiceRecommendationsCommandOutput>;
|
|
354
324
|
getECSServiceRecommendations(
|
|
355
325
|
args: GetECSServiceRecommendationsCommandInput,
|
|
356
|
-
cb: (err: any, data?: GetECSServiceRecommendationsCommandOutput) => void
|
|
326
|
+
cb: (err: any, data?: GetECSServiceRecommendationsCommandOutput) => void,
|
|
357
327
|
): void;
|
|
358
328
|
getECSServiceRecommendations(
|
|
359
329
|
args: GetECSServiceRecommendationsCommandInput,
|
|
360
330
|
options: __HttpHandlerOptions,
|
|
361
|
-
cb: (err: any, data?: GetECSServiceRecommendationsCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: GetECSServiceRecommendationsCommandOutput) => void,
|
|
362
332
|
): void;
|
|
363
333
|
getEffectiveRecommendationPreferences(
|
|
364
334
|
args: GetEffectiveRecommendationPreferencesCommandInput,
|
|
365
|
-
options?: __HttpHandlerOptions
|
|
335
|
+
options?: __HttpHandlerOptions,
|
|
366
336
|
): Promise<GetEffectiveRecommendationPreferencesCommandOutput>;
|
|
367
337
|
getEffectiveRecommendationPreferences(
|
|
368
338
|
args: GetEffectiveRecommendationPreferencesCommandInput,
|
|
369
|
-
cb: (
|
|
370
|
-
err: any,
|
|
371
|
-
data?: GetEffectiveRecommendationPreferencesCommandOutput
|
|
372
|
-
) => void
|
|
339
|
+
cb: (err: any, data?: GetEffectiveRecommendationPreferencesCommandOutput) => void,
|
|
373
340
|
): void;
|
|
374
341
|
getEffectiveRecommendationPreferences(
|
|
375
342
|
args: GetEffectiveRecommendationPreferencesCommandInput,
|
|
376
343
|
options: __HttpHandlerOptions,
|
|
377
|
-
cb: (
|
|
378
|
-
err: any,
|
|
379
|
-
data?: GetEffectiveRecommendationPreferencesCommandOutput
|
|
380
|
-
) => void
|
|
344
|
+
cb: (err: any, data?: GetEffectiveRecommendationPreferencesCommandOutput) => void,
|
|
381
345
|
): void;
|
|
382
346
|
getEnrollmentStatus(): Promise<GetEnrollmentStatusCommandOutput>;
|
|
383
347
|
getEnrollmentStatus(
|
|
384
348
|
args: GetEnrollmentStatusCommandInput,
|
|
385
|
-
options?: __HttpHandlerOptions
|
|
349
|
+
options?: __HttpHandlerOptions,
|
|
386
350
|
): Promise<GetEnrollmentStatusCommandOutput>;
|
|
387
351
|
getEnrollmentStatus(
|
|
388
352
|
args: GetEnrollmentStatusCommandInput,
|
|
389
|
-
cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void
|
|
353
|
+
cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void,
|
|
390
354
|
): void;
|
|
391
355
|
getEnrollmentStatus(
|
|
392
356
|
args: GetEnrollmentStatusCommandInput,
|
|
393
357
|
options: __HttpHandlerOptions,
|
|
394
|
-
cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void
|
|
358
|
+
cb: (err: any, data?: GetEnrollmentStatusCommandOutput) => void,
|
|
395
359
|
): void;
|
|
396
360
|
getEnrollmentStatusesForOrganization(): Promise<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
397
361
|
getEnrollmentStatusesForOrganization(
|
|
398
362
|
args: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
399
|
-
options?: __HttpHandlerOptions
|
|
363
|
+
options?: __HttpHandlerOptions,
|
|
400
364
|
): Promise<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
401
365
|
getEnrollmentStatusesForOrganization(
|
|
402
366
|
args: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
403
|
-
cb: (
|
|
404
|
-
err: any,
|
|
405
|
-
data?: GetEnrollmentStatusesForOrganizationCommandOutput
|
|
406
|
-
) => void
|
|
367
|
+
cb: (err: any, data?: GetEnrollmentStatusesForOrganizationCommandOutput) => void,
|
|
407
368
|
): void;
|
|
408
369
|
getEnrollmentStatusesForOrganization(
|
|
409
370
|
args: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
410
371
|
options: __HttpHandlerOptions,
|
|
411
|
-
cb: (
|
|
412
|
-
err: any,
|
|
413
|
-
data?: GetEnrollmentStatusesForOrganizationCommandOutput
|
|
414
|
-
) => void
|
|
372
|
+
cb: (err: any, data?: GetEnrollmentStatusesForOrganizationCommandOutput) => void,
|
|
415
373
|
): void;
|
|
416
374
|
getIdleRecommendations(): Promise<GetIdleRecommendationsCommandOutput>;
|
|
417
375
|
getIdleRecommendations(
|
|
418
376
|
args: GetIdleRecommendationsCommandInput,
|
|
419
|
-
options?: __HttpHandlerOptions
|
|
377
|
+
options?: __HttpHandlerOptions,
|
|
420
378
|
): Promise<GetIdleRecommendationsCommandOutput>;
|
|
421
379
|
getIdleRecommendations(
|
|
422
380
|
args: GetIdleRecommendationsCommandInput,
|
|
423
|
-
cb: (err: any, data?: GetIdleRecommendationsCommandOutput) => void
|
|
381
|
+
cb: (err: any, data?: GetIdleRecommendationsCommandOutput) => void,
|
|
424
382
|
): void;
|
|
425
383
|
getIdleRecommendations(
|
|
426
384
|
args: GetIdleRecommendationsCommandInput,
|
|
427
385
|
options: __HttpHandlerOptions,
|
|
428
|
-
cb: (err: any, data?: GetIdleRecommendationsCommandOutput) => void
|
|
386
|
+
cb: (err: any, data?: GetIdleRecommendationsCommandOutput) => void,
|
|
429
387
|
): void;
|
|
430
388
|
getLambdaFunctionRecommendations(): Promise<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
431
389
|
getLambdaFunctionRecommendations(
|
|
432
390
|
args: GetLambdaFunctionRecommendationsCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
391
|
+
options?: __HttpHandlerOptions,
|
|
434
392
|
): Promise<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
435
393
|
getLambdaFunctionRecommendations(
|
|
436
394
|
args: GetLambdaFunctionRecommendationsCommandInput,
|
|
437
|
-
cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void
|
|
395
|
+
cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void,
|
|
438
396
|
): void;
|
|
439
397
|
getLambdaFunctionRecommendations(
|
|
440
398
|
args: GetLambdaFunctionRecommendationsCommandInput,
|
|
441
399
|
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void
|
|
400
|
+
cb: (err: any, data?: GetLambdaFunctionRecommendationsCommandOutput) => void,
|
|
443
401
|
): void;
|
|
444
402
|
getLicenseRecommendations(): Promise<GetLicenseRecommendationsCommandOutput>;
|
|
445
403
|
getLicenseRecommendations(
|
|
446
404
|
args: GetLicenseRecommendationsCommandInput,
|
|
447
|
-
options?: __HttpHandlerOptions
|
|
405
|
+
options?: __HttpHandlerOptions,
|
|
448
406
|
): Promise<GetLicenseRecommendationsCommandOutput>;
|
|
449
407
|
getLicenseRecommendations(
|
|
450
408
|
args: GetLicenseRecommendationsCommandInput,
|
|
451
|
-
cb: (err: any, data?: GetLicenseRecommendationsCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: GetLicenseRecommendationsCommandOutput) => void,
|
|
452
410
|
): void;
|
|
453
411
|
getLicenseRecommendations(
|
|
454
412
|
args: GetLicenseRecommendationsCommandInput,
|
|
455
413
|
options: __HttpHandlerOptions,
|
|
456
|
-
cb: (err: any, data?: GetLicenseRecommendationsCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: GetLicenseRecommendationsCommandOutput) => void,
|
|
457
415
|
): void;
|
|
458
416
|
getRDSDatabaseRecommendationProjectedMetrics(
|
|
459
417
|
args: GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
|
|
460
|
-
options?: __HttpHandlerOptions
|
|
418
|
+
options?: __HttpHandlerOptions,
|
|
461
419
|
): Promise<GetRDSDatabaseRecommendationProjectedMetricsCommandOutput>;
|
|
462
420
|
getRDSDatabaseRecommendationProjectedMetrics(
|
|
463
421
|
args: GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
|
|
464
|
-
cb: (
|
|
465
|
-
err: any,
|
|
466
|
-
data?: GetRDSDatabaseRecommendationProjectedMetricsCommandOutput
|
|
467
|
-
) => void
|
|
422
|
+
cb: (err: any, data?: GetRDSDatabaseRecommendationProjectedMetricsCommandOutput) => void,
|
|
468
423
|
): void;
|
|
469
424
|
getRDSDatabaseRecommendationProjectedMetrics(
|
|
470
425
|
args: GetRDSDatabaseRecommendationProjectedMetricsCommandInput,
|
|
471
426
|
options: __HttpHandlerOptions,
|
|
472
|
-
cb: (
|
|
473
|
-
err: any,
|
|
474
|
-
data?: GetRDSDatabaseRecommendationProjectedMetricsCommandOutput
|
|
475
|
-
) => void
|
|
427
|
+
cb: (err: any, data?: GetRDSDatabaseRecommendationProjectedMetricsCommandOutput) => void,
|
|
476
428
|
): void;
|
|
477
429
|
getRDSDatabaseRecommendations(): Promise<GetRDSDatabaseRecommendationsCommandOutput>;
|
|
478
430
|
getRDSDatabaseRecommendations(
|
|
479
431
|
args: GetRDSDatabaseRecommendationsCommandInput,
|
|
480
|
-
options?: __HttpHandlerOptions
|
|
432
|
+
options?: __HttpHandlerOptions,
|
|
481
433
|
): Promise<GetRDSDatabaseRecommendationsCommandOutput>;
|
|
482
434
|
getRDSDatabaseRecommendations(
|
|
483
435
|
args: GetRDSDatabaseRecommendationsCommandInput,
|
|
484
|
-
cb: (err: any, data?: GetRDSDatabaseRecommendationsCommandOutput) => void
|
|
436
|
+
cb: (err: any, data?: GetRDSDatabaseRecommendationsCommandOutput) => void,
|
|
485
437
|
): void;
|
|
486
438
|
getRDSDatabaseRecommendations(
|
|
487
439
|
args: GetRDSDatabaseRecommendationsCommandInput,
|
|
488
440
|
options: __HttpHandlerOptions,
|
|
489
|
-
cb: (err: any, data?: GetRDSDatabaseRecommendationsCommandOutput) => void
|
|
441
|
+
cb: (err: any, data?: GetRDSDatabaseRecommendationsCommandOutput) => void,
|
|
490
442
|
): void;
|
|
491
443
|
getRecommendationPreferences(
|
|
492
444
|
args: GetRecommendationPreferencesCommandInput,
|
|
493
|
-
options?: __HttpHandlerOptions
|
|
445
|
+
options?: __HttpHandlerOptions,
|
|
494
446
|
): Promise<GetRecommendationPreferencesCommandOutput>;
|
|
495
447
|
getRecommendationPreferences(
|
|
496
448
|
args: GetRecommendationPreferencesCommandInput,
|
|
497
|
-
cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void
|
|
449
|
+
cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void,
|
|
498
450
|
): void;
|
|
499
451
|
getRecommendationPreferences(
|
|
500
452
|
args: GetRecommendationPreferencesCommandInput,
|
|
501
453
|
options: __HttpHandlerOptions,
|
|
502
|
-
cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void
|
|
454
|
+
cb: (err: any, data?: GetRecommendationPreferencesCommandOutput) => void,
|
|
503
455
|
): void;
|
|
504
456
|
getRecommendationSummaries(): Promise<GetRecommendationSummariesCommandOutput>;
|
|
505
457
|
getRecommendationSummaries(
|
|
506
458
|
args: GetRecommendationSummariesCommandInput,
|
|
507
|
-
options?: __HttpHandlerOptions
|
|
459
|
+
options?: __HttpHandlerOptions,
|
|
508
460
|
): Promise<GetRecommendationSummariesCommandOutput>;
|
|
509
461
|
getRecommendationSummaries(
|
|
510
462
|
args: GetRecommendationSummariesCommandInput,
|
|
511
|
-
cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void
|
|
463
|
+
cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void,
|
|
512
464
|
): void;
|
|
513
465
|
getRecommendationSummaries(
|
|
514
466
|
args: GetRecommendationSummariesCommandInput,
|
|
515
467
|
options: __HttpHandlerOptions,
|
|
516
|
-
cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void
|
|
468
|
+
cb: (err: any, data?: GetRecommendationSummariesCommandOutput) => void,
|
|
517
469
|
): void;
|
|
518
470
|
putRecommendationPreferences(
|
|
519
471
|
args: PutRecommendationPreferencesCommandInput,
|
|
520
|
-
options?: __HttpHandlerOptions
|
|
472
|
+
options?: __HttpHandlerOptions,
|
|
521
473
|
): Promise<PutRecommendationPreferencesCommandOutput>;
|
|
522
474
|
putRecommendationPreferences(
|
|
523
475
|
args: PutRecommendationPreferencesCommandInput,
|
|
524
|
-
cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void
|
|
476
|
+
cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void,
|
|
525
477
|
): void;
|
|
526
478
|
putRecommendationPreferences(
|
|
527
479
|
args: PutRecommendationPreferencesCommandInput,
|
|
528
480
|
options: __HttpHandlerOptions,
|
|
529
|
-
cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void
|
|
481
|
+
cb: (err: any, data?: PutRecommendationPreferencesCommandOutput) => void,
|
|
530
482
|
): void;
|
|
531
483
|
updateEnrollmentStatus(
|
|
532
484
|
args: UpdateEnrollmentStatusCommandInput,
|
|
533
|
-
options?: __HttpHandlerOptions
|
|
485
|
+
options?: __HttpHandlerOptions,
|
|
534
486
|
): Promise<UpdateEnrollmentStatusCommandOutput>;
|
|
535
487
|
updateEnrollmentStatus(
|
|
536
488
|
args: UpdateEnrollmentStatusCommandInput,
|
|
537
|
-
cb: (err: any, data?: UpdateEnrollmentStatusCommandOutput) => void
|
|
489
|
+
cb: (err: any, data?: UpdateEnrollmentStatusCommandOutput) => void,
|
|
538
490
|
): void;
|
|
539
491
|
updateEnrollmentStatus(
|
|
540
492
|
args: UpdateEnrollmentStatusCommandInput,
|
|
541
493
|
options: __HttpHandlerOptions,
|
|
542
|
-
cb: (err: any, data?: UpdateEnrollmentStatusCommandOutput) => void
|
|
494
|
+
cb: (err: any, data?: UpdateEnrollmentStatusCommandOutput) => void,
|
|
543
495
|
): void;
|
|
544
496
|
paginateDescribeRecommendationExportJobs(
|
|
545
497
|
args?: DescribeRecommendationExportJobsCommandInput,
|
|
546
498
|
paginationConfig?: Pick<
|
|
547
499
|
PaginationConfiguration,
|
|
548
500
|
Exclude<keyof PaginationConfiguration, "client">
|
|
549
|
-
|
|
501
|
+
>,
|
|
550
502
|
): Paginator<DescribeRecommendationExportJobsCommandOutput>;
|
|
551
503
|
paginateGetEnrollmentStatusesForOrganization(
|
|
552
504
|
args?: GetEnrollmentStatusesForOrganizationCommandInput,
|
|
553
505
|
paginationConfig?: Pick<
|
|
554
506
|
PaginationConfiguration,
|
|
555
507
|
Exclude<keyof PaginationConfiguration, "client">
|
|
556
|
-
|
|
508
|
+
>,
|
|
557
509
|
): Paginator<GetEnrollmentStatusesForOrganizationCommandOutput>;
|
|
558
510
|
paginateGetLambdaFunctionRecommendations(
|
|
559
511
|
args?: GetLambdaFunctionRecommendationsCommandInput,
|
|
560
512
|
paginationConfig?: Pick<
|
|
561
513
|
PaginationConfiguration,
|
|
562
514
|
Exclude<keyof PaginationConfiguration, "client">
|
|
563
|
-
|
|
515
|
+
>,
|
|
564
516
|
): Paginator<GetLambdaFunctionRecommendationsCommandOutput>;
|
|
565
517
|
paginateGetRecommendationPreferences(
|
|
566
518
|
args: GetRecommendationPreferencesCommandInput,
|
|
567
519
|
paginationConfig?: Pick<
|
|
568
520
|
PaginationConfiguration,
|
|
569
521
|
Exclude<keyof PaginationConfiguration, "client">
|
|
570
|
-
|
|
522
|
+
>,
|
|
571
523
|
): Paginator<GetRecommendationPreferencesCommandOutput>;
|
|
572
524
|
paginateGetRecommendationSummaries(
|
|
573
525
|
args?: GetRecommendationSummariesCommandInput,
|
|
574
526
|
paginationConfig?: Pick<
|
|
575
527
|
PaginationConfiguration,
|
|
576
528
|
Exclude<keyof PaginationConfiguration, "client">
|
|
577
|
-
|
|
529
|
+
>,
|
|
578
530
|
): Paginator<GetRecommendationSummariesCommandOutput>;
|
|
579
531
|
}
|
|
580
|
-
export declare class ComputeOptimizer
|
|
581
|
-
extends ComputeOptimizerClient
|
|
582
|
-
implements ComputeOptimizer {}
|
|
532
|
+
export declare class ComputeOptimizer extends ComputeOptimizerClient implements ComputeOptimizer {}
|
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -213,8 +210,7 @@ export type ServiceOutputTypes =
|
|
|
213
210
|
| GetRecommendationSummariesCommandOutput
|
|
214
211
|
| PutRecommendationPreferencesCommandOutput
|
|
215
212
|
| UpdateEnrollmentStatusCommandOutput;
|
|
216
|
-
export interface ClientDefaults
|
|
217
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
213
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
218
214
|
requestHandler?: __HttpHandlerUserInput;
|
|
219
215
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
220
216
|
urlParser?: __UrlParser;
|
|
@@ -250,8 +246,7 @@ export type ComputeOptimizerClientConfigType = Partial<
|
|
|
250
246
|
EndpointInputConfig<EndpointParameters> &
|
|
251
247
|
HttpAuthSchemeInputConfig &
|
|
252
248
|
ClientInputEndpointParameters;
|
|
253
|
-
export interface ComputeOptimizerClientConfig
|
|
254
|
-
extends ComputeOptimizerClientConfigType {}
|
|
249
|
+
export interface ComputeOptimizerClientConfig extends ComputeOptimizerClientConfigType {}
|
|
255
250
|
export type ComputeOptimizerClientResolvedConfigType =
|
|
256
251
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
257
252
|
Required<ClientDefaults> &
|
|
@@ -263,8 +258,7 @@ export type ComputeOptimizerClientResolvedConfigType =
|
|
|
263
258
|
EndpointResolvedConfig<EndpointParameters> &
|
|
264
259
|
HttpAuthSchemeResolvedConfig &
|
|
265
260
|
ClientResolvedEndpointParameters;
|
|
266
|
-
export interface ComputeOptimizerClientResolvedConfig
|
|
267
|
-
extends ComputeOptimizerClientResolvedConfigType {}
|
|
261
|
+
export interface ComputeOptimizerClientResolvedConfig extends ComputeOptimizerClientResolvedConfigType {}
|
|
268
262
|
export declare class ComputeOptimizerClient extends __Client<
|
|
269
263
|
__HttpHandlerOptions,
|
|
270
264
|
ServiceInputTypes,
|
|
@@ -272,10 +266,6 @@ export declare class ComputeOptimizerClient extends __Client<
|
|
|
272
266
|
ComputeOptimizerClientResolvedConfig
|
|
273
267
|
> {
|
|
274
268
|
readonly config: ComputeOptimizerClientResolvedConfig;
|
|
275
|
-
constructor(
|
|
276
|
-
...[
|
|
277
|
-
configuration,
|
|
278
|
-
]: __CheckOptionalClientConfig<ComputeOptimizerClientConfig>
|
|
279
|
-
);
|
|
269
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ComputeOptimizerClientConfig>);
|
|
280
270
|
destroy(): void;
|
|
281
271
|
}
|
|
@@ -7,17 +7,10 @@ import { ComputeOptimizerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ComputeOptimizerHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ComputeOptimizerHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ComputeOptimizerHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|