@aws-sdk/client-machine-learning 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/MachineLearning.d.ts +0 -28
  3. package/dist-types/ts3.4/MachineLearningClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/PredictCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +0 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +0 -386
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  38. package/dist-types/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +0 -2
  39. package/dist-types/ts3.4/waiters/waitForDataSourceAvailable.d.ts +0 -2
  40. package/dist-types/ts3.4/waiters/waitForEvaluationAvailable.d.ts +0 -2
  41. package/dist-types/ts3.4/waiters/waitForMLModelAvailable.d.ts +0 -2
  42. package/package.json +28 -28
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-machine-learning
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-machine-learning
@@ -112,7 +112,6 @@ import {
112
112
  UpdateMLModelCommandOutput,
113
113
  } from "./commands/UpdateMLModelCommand";
114
114
  import { MachineLearningClient } from "./MachineLearningClient";
115
-
116
115
  export declare class MachineLearning extends MachineLearningClient {
117
116
  addTags(
118
117
  args: AddTagsCommandInput,
@@ -127,7 +126,6 @@ export declare class MachineLearning extends MachineLearningClient {
127
126
  options: __HttpHandlerOptions,
128
127
  cb: (err: any, data?: AddTagsCommandOutput) => void
129
128
  ): void;
130
-
131
129
  createBatchPrediction(
132
130
  args: CreateBatchPredictionCommandInput,
133
131
  options?: __HttpHandlerOptions
@@ -141,7 +139,6 @@ export declare class MachineLearning extends MachineLearningClient {
141
139
  options: __HttpHandlerOptions,
142
140
  cb: (err: any, data?: CreateBatchPredictionCommandOutput) => void
143
141
  ): void;
144
-
145
142
  createDataSourceFromRDS(
146
143
  args: CreateDataSourceFromRDSCommandInput,
147
144
  options?: __HttpHandlerOptions
@@ -155,7 +152,6 @@ export declare class MachineLearning extends MachineLearningClient {
155
152
  options: __HttpHandlerOptions,
156
153
  cb: (err: any, data?: CreateDataSourceFromRDSCommandOutput) => void
157
154
  ): void;
158
-
159
155
  createDataSourceFromRedshift(
160
156
  args: CreateDataSourceFromRedshiftCommandInput,
161
157
  options?: __HttpHandlerOptions
@@ -169,7 +165,6 @@ export declare class MachineLearning extends MachineLearningClient {
169
165
  options: __HttpHandlerOptions,
170
166
  cb: (err: any, data?: CreateDataSourceFromRedshiftCommandOutput) => void
171
167
  ): void;
172
-
173
168
  createDataSourceFromS3(
174
169
  args: CreateDataSourceFromS3CommandInput,
175
170
  options?: __HttpHandlerOptions
@@ -183,7 +178,6 @@ export declare class MachineLearning extends MachineLearningClient {
183
178
  options: __HttpHandlerOptions,
184
179
  cb: (err: any, data?: CreateDataSourceFromS3CommandOutput) => void
185
180
  ): void;
186
-
187
181
  createEvaluation(
188
182
  args: CreateEvaluationCommandInput,
189
183
  options?: __HttpHandlerOptions
@@ -197,7 +191,6 @@ export declare class MachineLearning extends MachineLearningClient {
197
191
  options: __HttpHandlerOptions,
198
192
  cb: (err: any, data?: CreateEvaluationCommandOutput) => void
199
193
  ): void;
200
-
201
194
  createMLModel(
202
195
  args: CreateMLModelCommandInput,
203
196
  options?: __HttpHandlerOptions
@@ -211,7 +204,6 @@ export declare class MachineLearning extends MachineLearningClient {
211
204
  options: __HttpHandlerOptions,
212
205
  cb: (err: any, data?: CreateMLModelCommandOutput) => void
213
206
  ): void;
214
-
215
207
  createRealtimeEndpoint(
216
208
  args: CreateRealtimeEndpointCommandInput,
217
209
  options?: __HttpHandlerOptions
@@ -225,7 +217,6 @@ export declare class MachineLearning extends MachineLearningClient {
225
217
  options: __HttpHandlerOptions,
226
218
  cb: (err: any, data?: CreateRealtimeEndpointCommandOutput) => void
227
219
  ): void;
228
-
229
220
  deleteBatchPrediction(
230
221
  args: DeleteBatchPredictionCommandInput,
231
222
  options?: __HttpHandlerOptions
@@ -239,7 +230,6 @@ export declare class MachineLearning extends MachineLearningClient {
239
230
  options: __HttpHandlerOptions,
240
231
  cb: (err: any, data?: DeleteBatchPredictionCommandOutput) => void
241
232
  ): void;
242
-
243
233
  deleteDataSource(
244
234
  args: DeleteDataSourceCommandInput,
245
235
  options?: __HttpHandlerOptions
@@ -253,7 +243,6 @@ export declare class MachineLearning extends MachineLearningClient {
253
243
  options: __HttpHandlerOptions,
254
244
  cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
255
245
  ): void;
256
-
257
246
  deleteEvaluation(
258
247
  args: DeleteEvaluationCommandInput,
259
248
  options?: __HttpHandlerOptions
@@ -267,7 +256,6 @@ export declare class MachineLearning extends MachineLearningClient {
267
256
  options: __HttpHandlerOptions,
268
257
  cb: (err: any, data?: DeleteEvaluationCommandOutput) => void
269
258
  ): void;
270
-
271
259
  deleteMLModel(
272
260
  args: DeleteMLModelCommandInput,
273
261
  options?: __HttpHandlerOptions
@@ -281,7 +269,6 @@ export declare class MachineLearning extends MachineLearningClient {
281
269
  options: __HttpHandlerOptions,
282
270
  cb: (err: any, data?: DeleteMLModelCommandOutput) => void
283
271
  ): void;
284
-
285
272
  deleteRealtimeEndpoint(
286
273
  args: DeleteRealtimeEndpointCommandInput,
287
274
  options?: __HttpHandlerOptions
@@ -295,7 +282,6 @@ export declare class MachineLearning extends MachineLearningClient {
295
282
  options: __HttpHandlerOptions,
296
283
  cb: (err: any, data?: DeleteRealtimeEndpointCommandOutput) => void
297
284
  ): void;
298
-
299
285
  deleteTags(
300
286
  args: DeleteTagsCommandInput,
301
287
  options?: __HttpHandlerOptions
@@ -309,7 +295,6 @@ export declare class MachineLearning extends MachineLearningClient {
309
295
  options: __HttpHandlerOptions,
310
296
  cb: (err: any, data?: DeleteTagsCommandOutput) => void
311
297
  ): void;
312
-
313
298
  describeBatchPredictions(
314
299
  args: DescribeBatchPredictionsCommandInput,
315
300
  options?: __HttpHandlerOptions
@@ -323,7 +308,6 @@ export declare class MachineLearning extends MachineLearningClient {
323
308
  options: __HttpHandlerOptions,
324
309
  cb: (err: any, data?: DescribeBatchPredictionsCommandOutput) => void
325
310
  ): void;
326
-
327
311
  describeDataSources(
328
312
  args: DescribeDataSourcesCommandInput,
329
313
  options?: __HttpHandlerOptions
@@ -337,7 +321,6 @@ export declare class MachineLearning extends MachineLearningClient {
337
321
  options: __HttpHandlerOptions,
338
322
  cb: (err: any, data?: DescribeDataSourcesCommandOutput) => void
339
323
  ): void;
340
-
341
324
  describeEvaluations(
342
325
  args: DescribeEvaluationsCommandInput,
343
326
  options?: __HttpHandlerOptions
@@ -351,7 +334,6 @@ export declare class MachineLearning extends MachineLearningClient {
351
334
  options: __HttpHandlerOptions,
352
335
  cb: (err: any, data?: DescribeEvaluationsCommandOutput) => void
353
336
  ): void;
354
-
355
337
  describeMLModels(
356
338
  args: DescribeMLModelsCommandInput,
357
339
  options?: __HttpHandlerOptions
@@ -365,7 +347,6 @@ export declare class MachineLearning extends MachineLearningClient {
365
347
  options: __HttpHandlerOptions,
366
348
  cb: (err: any, data?: DescribeMLModelsCommandOutput) => void
367
349
  ): void;
368
-
369
350
  describeTags(
370
351
  args: DescribeTagsCommandInput,
371
352
  options?: __HttpHandlerOptions
@@ -379,7 +360,6 @@ export declare class MachineLearning extends MachineLearningClient {
379
360
  options: __HttpHandlerOptions,
380
361
  cb: (err: any, data?: DescribeTagsCommandOutput) => void
381
362
  ): void;
382
-
383
363
  getBatchPrediction(
384
364
  args: GetBatchPredictionCommandInput,
385
365
  options?: __HttpHandlerOptions
@@ -393,7 +373,6 @@ export declare class MachineLearning extends MachineLearningClient {
393
373
  options: __HttpHandlerOptions,
394
374
  cb: (err: any, data?: GetBatchPredictionCommandOutput) => void
395
375
  ): void;
396
-
397
376
  getDataSource(
398
377
  args: GetDataSourceCommandInput,
399
378
  options?: __HttpHandlerOptions
@@ -407,7 +386,6 @@ export declare class MachineLearning extends MachineLearningClient {
407
386
  options: __HttpHandlerOptions,
408
387
  cb: (err: any, data?: GetDataSourceCommandOutput) => void
409
388
  ): void;
410
-
411
389
  getEvaluation(
412
390
  args: GetEvaluationCommandInput,
413
391
  options?: __HttpHandlerOptions
@@ -421,7 +399,6 @@ export declare class MachineLearning extends MachineLearningClient {
421
399
  options: __HttpHandlerOptions,
422
400
  cb: (err: any, data?: GetEvaluationCommandOutput) => void
423
401
  ): void;
424
-
425
402
  getMLModel(
426
403
  args: GetMLModelCommandInput,
427
404
  options?: __HttpHandlerOptions
@@ -435,7 +412,6 @@ export declare class MachineLearning extends MachineLearningClient {
435
412
  options: __HttpHandlerOptions,
436
413
  cb: (err: any, data?: GetMLModelCommandOutput) => void
437
414
  ): void;
438
-
439
415
  predict(
440
416
  args: PredictCommandInput,
441
417
  options?: __HttpHandlerOptions
@@ -449,7 +425,6 @@ export declare class MachineLearning extends MachineLearningClient {
449
425
  options: __HttpHandlerOptions,
450
426
  cb: (err: any, data?: PredictCommandOutput) => void
451
427
  ): void;
452
-
453
428
  updateBatchPrediction(
454
429
  args: UpdateBatchPredictionCommandInput,
455
430
  options?: __HttpHandlerOptions
@@ -463,7 +438,6 @@ export declare class MachineLearning extends MachineLearningClient {
463
438
  options: __HttpHandlerOptions,
464
439
  cb: (err: any, data?: UpdateBatchPredictionCommandOutput) => void
465
440
  ): void;
466
-
467
441
  updateDataSource(
468
442
  args: UpdateDataSourceCommandInput,
469
443
  options?: __HttpHandlerOptions
@@ -477,7 +451,6 @@ export declare class MachineLearning extends MachineLearningClient {
477
451
  options: __HttpHandlerOptions,
478
452
  cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
479
453
  ): void;
480
-
481
454
  updateEvaluation(
482
455
  args: UpdateEvaluationCommandInput,
483
456
  options?: __HttpHandlerOptions
@@ -491,7 +464,6 @@ export declare class MachineLearning extends MachineLearningClient {
491
464
  options: __HttpHandlerOptions,
492
465
  cb: (err: any, data?: UpdateEvaluationCommandOutput) => void
493
466
  ): void;
494
-
495
467
  updateMLModel(
496
468
  args: UpdateMLModelCommandInput,
497
469
  options?: __HttpHandlerOptions
@@ -215,47 +215,26 @@ export declare type ServiceOutputTypes =
215
215
  export interface ClientDefaults
216
216
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
217
217
  requestHandler?: __HttpHandler;
218
-
219
218
  sha256?: __HashConstructor;
220
-
221
219
  urlParser?: __UrlParser;
222
-
223
220
  bodyLengthChecker?: __BodyLengthCalculator;
224
-
225
221
  streamCollector?: __StreamCollector;
226
-
227
222
  base64Decoder?: __Decoder;
228
-
229
223
  base64Encoder?: __Encoder;
230
-
231
224
  utf8Decoder?: __Decoder;
232
-
233
225
  utf8Encoder?: __Encoder;
234
-
235
226
  runtime?: string;
236
-
237
227
  disableHostPrefix?: boolean;
238
-
239
228
  maxAttempts?: number | __Provider<number>;
240
-
241
229
  retryMode?: string | __Provider<string>;
242
-
243
230
  logger?: __Logger;
244
-
245
231
  useDualstackEndpoint?: boolean | __Provider<boolean>;
246
-
247
232
  useFipsEndpoint?: boolean | __Provider<boolean>;
248
-
249
233
  serviceId?: string;
250
-
251
234
  region?: string | __Provider<string>;
252
-
253
235
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
254
-
255
236
  regionInfoProvider?: RegionInfoProvider;
256
-
257
237
  defaultUserAgentProvider?: Provider<__UserAgent>;
258
-
259
238
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
260
239
  }
261
240
  declare type MachineLearningClientConfigType = Partial<
@@ -268,7 +247,6 @@ declare type MachineLearningClientConfigType = Partial<
268
247
  HostHeaderInputConfig &
269
248
  AwsAuthInputConfig &
270
249
  UserAgentInputConfig;
271
-
272
250
  export interface MachineLearningClientConfig
273
251
  extends MachineLearningClientConfigType {}
274
252
  declare type MachineLearningClientResolvedConfigType =
@@ -280,10 +258,8 @@ declare type MachineLearningClientResolvedConfigType =
280
258
  HostHeaderResolvedConfig &
281
259
  AwsAuthResolvedConfig &
282
260
  UserAgentResolvedConfig;
283
-
284
261
  export interface MachineLearningClientResolvedConfig
285
262
  extends MachineLearningClientResolvedConfigType {}
286
-
287
263
  export declare class MachineLearningClient extends __Client<
288
264
  __HttpHandlerOptions,
289
265
  ServiceInputTypes,
@@ -292,7 +268,6 @@ export declare class MachineLearningClient extends __Client<
292
268
  > {
293
269
  readonly config: MachineLearningClientResolvedConfig;
294
270
  constructor(configuration: MachineLearningClientConfig);
295
-
296
271
  destroy(): void;
297
272
  }
298
273
  export {};
@@ -13,7 +13,6 @@ import {
13
13
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
14
14
  export interface AddTagsCommandInput extends AddTagsInput {}
15
15
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
16
-
17
16
  export declare class AddTagsCommand extends $Command<
18
17
  AddTagsCommandInput,
19
18
  AddTagsCommandOutput,
@@ -21,7 +20,6 @@ export declare class AddTagsCommand extends $Command<
21
20
  > {
22
21
  readonly input: AddTagsCommandInput;
23
22
  constructor(input: AddTagsCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateBatchPredictionCommandInput
19
19
  export interface CreateBatchPredictionCommandOutput
20
20
  extends CreateBatchPredictionOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateBatchPredictionCommand extends $Command<
24
23
  CreateBatchPredictionCommandInput,
25
24
  CreateBatchPredictionCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateBatchPredictionCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateBatchPredictionCommandInput;
29
28
  constructor(input: CreateBatchPredictionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateDataSourceFromRDSCommandInput
19
19
  export interface CreateDataSourceFromRDSCommandOutput
20
20
  extends CreateDataSourceFromRDSOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateDataSourceFromRDSCommand extends $Command<
24
23
  CreateDataSourceFromRDSCommandInput,
25
24
  CreateDataSourceFromRDSCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateDataSourceFromRDSCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateDataSourceFromRDSCommandInput;
29
28
  constructor(input: CreateDataSourceFromRDSCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateDataSourceFromRedshiftCommandInput
19
19
  export interface CreateDataSourceFromRedshiftCommandOutput
20
20
  extends CreateDataSourceFromRedshiftOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateDataSourceFromRedshiftCommand extends $Command<
24
23
  CreateDataSourceFromRedshiftCommandInput,
25
24
  CreateDataSourceFromRedshiftCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateDataSourceFromRedshiftCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateDataSourceFromRedshiftCommandInput;
29
28
  constructor(input: CreateDataSourceFromRedshiftCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateDataSourceFromS3CommandInput
19
19
  export interface CreateDataSourceFromS3CommandOutput
20
20
  extends CreateDataSourceFromS3Output,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateDataSourceFromS3Command extends $Command<
24
23
  CreateDataSourceFromS3CommandInput,
25
24
  CreateDataSourceFromS3CommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateDataSourceFromS3Command extends $Command<
27
26
  > {
28
27
  readonly input: CreateDataSourceFromS3CommandInput;
29
28
  constructor(input: CreateDataSourceFromS3CommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateEvaluationCommandInput extends CreateEvaluationInput {}
18
18
  export interface CreateEvaluationCommandOutput
19
19
  extends CreateEvaluationOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateEvaluationCommand extends $Command<
23
22
  CreateEvaluationCommandInput,
24
23
  CreateEvaluationCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateEvaluationCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateEvaluationCommandInput;
28
27
  constructor(input: CreateEvaluationCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MachineLearningClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface CreateMLModelCommandInput extends CreateMLModelInput {}
15
15
  export interface CreateMLModelCommandOutput
16
16
  extends CreateMLModelOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class CreateMLModelCommand extends $Command<
20
19
  CreateMLModelCommandInput,
21
20
  CreateMLModelCommandOutput,
@@ -23,7 +22,6 @@ export declare class CreateMLModelCommand extends $Command<
23
22
  > {
24
23
  readonly input: CreateMLModelCommandInput;
25
24
  constructor(input: CreateMLModelCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateRealtimeEndpointCommandInput
19
19
  export interface CreateRealtimeEndpointCommandOutput
20
20
  extends CreateRealtimeEndpointOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateRealtimeEndpointCommand extends $Command<
24
23
  CreateRealtimeEndpointCommandInput,
25
24
  CreateRealtimeEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateRealtimeEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateRealtimeEndpointCommandInput;
29
28
  constructor(input: CreateRealtimeEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteBatchPredictionCommandInput
19
19
  export interface DeleteBatchPredictionCommandOutput
20
20
  extends DeleteBatchPredictionOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteBatchPredictionCommand extends $Command<
24
23
  DeleteBatchPredictionCommandInput,
25
24
  DeleteBatchPredictionCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteBatchPredictionCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteBatchPredictionCommandInput;
29
28
  constructor(input: DeleteBatchPredictionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {}
18
18
  export interface DeleteDataSourceCommandOutput
19
19
  extends DeleteDataSourceOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteDataSourceCommand extends $Command<
23
22
  DeleteDataSourceCommandInput,
24
23
  DeleteDataSourceCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteDataSourceCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteDataSourceCommandInput;
28
27
  constructor(input: DeleteDataSourceCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MachineLearningClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {}
18
18
  export interface DeleteEvaluationCommandOutput
19
19
  extends DeleteEvaluationOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteEvaluationCommand extends $Command<
23
22
  DeleteEvaluationCommandInput,
24
23
  DeleteEvaluationCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteEvaluationCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteEvaluationCommandInput;
28
27
  constructor(input: DeleteEvaluationCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MachineLearningClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteMLModelCommandInput extends DeleteMLModelInput {}
15
15
  export interface DeleteMLModelCommandOutput
16
16
  extends DeleteMLModelOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteMLModelCommand extends $Command<
20
19
  DeleteMLModelCommandInput,
21
20
  DeleteMLModelCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteMLModelCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteMLModelCommandInput;
25
24
  constructor(input: DeleteMLModelCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteRealtimeEndpointCommandInput
19
19
  export interface DeleteRealtimeEndpointCommandOutput
20
20
  extends DeleteRealtimeEndpointOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteRealtimeEndpointCommand extends $Command<
24
23
  DeleteRealtimeEndpointCommandInput,
25
24
  DeleteRealtimeEndpointCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteRealtimeEndpointCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteRealtimeEndpointCommandInput;
29
28
  constructor(input: DeleteRealtimeEndpointCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DeleteTagsCommandInput extends DeleteTagsInput {}
15
15
  export interface DeleteTagsCommandOutput
16
16
  extends DeleteTagsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DeleteTagsCommand extends $Command<
20
19
  DeleteTagsCommandInput,
21
20
  DeleteTagsCommandOutput,
@@ -23,7 +22,6 @@ export declare class DeleteTagsCommand extends $Command<
23
22
  > {
24
23
  readonly input: DeleteTagsCommandInput;
25
24
  constructor(input: DeleteTagsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeBatchPredictionsCommandInput
19
19
  export interface DescribeBatchPredictionsCommandOutput
20
20
  extends DescribeBatchPredictionsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeBatchPredictionsCommand extends $Command<
24
23
  DescribeBatchPredictionsCommandInput,
25
24
  DescribeBatchPredictionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeBatchPredictionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeBatchPredictionsCommandInput;
29
28
  constructor(input: DescribeBatchPredictionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDataSourcesCommandInput
19
19
  export interface DescribeDataSourcesCommandOutput
20
20
  extends DescribeDataSourcesOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDataSourcesCommand extends $Command<
24
23
  DescribeDataSourcesCommandInput,
25
24
  DescribeDataSourcesCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDataSourcesCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDataSourcesCommandInput;
29
28
  constructor(input: DescribeDataSourcesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeEvaluationsCommandInput
19
19
  export interface DescribeEvaluationsCommandOutput
20
20
  extends DescribeEvaluationsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeEvaluationsCommand extends $Command<
24
23
  DescribeEvaluationsCommandInput,
25
24
  DescribeEvaluationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeEvaluationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeEvaluationsCommandInput;
29
28
  constructor(input: DescribeEvaluationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeMLModelsCommandInput extends DescribeMLModelsInput {}
18
18
  export interface DescribeMLModelsCommandOutput
19
19
  extends DescribeMLModelsOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeMLModelsCommand extends $Command<
23
22
  DescribeMLModelsCommandInput,
24
23
  DescribeMLModelsCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeMLModelsCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeMLModelsCommandInput;
28
27
  constructor(input: DescribeMLModelsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: MachineLearningClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface DescribeTagsCommandInput extends DescribeTagsInput {}
15
15
  export interface DescribeTagsCommandOutput
16
16
  extends DescribeTagsOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class DescribeTagsCommand extends $Command<
20
19
  DescribeTagsCommandInput,
21
20
  DescribeTagsCommandOutput,
@@ -23,7 +22,6 @@ export declare class DescribeTagsCommand extends $Command<
23
22
  > {
24
23
  readonly input: DescribeTagsCommandInput;
25
24
  constructor(input: DescribeTagsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MachineLearningClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface GetBatchPredictionCommandInput
19
19
  export interface GetBatchPredictionCommandOutput
20
20
  extends GetBatchPredictionOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetBatchPredictionCommand extends $Command<
24
23
  GetBatchPredictionCommandInput,
25
24
  GetBatchPredictionCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetBatchPredictionCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetBatchPredictionCommandInput;
29
28
  constructor(input: GetBatchPredictionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: MachineLearningClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetDataSourceCommandInput extends GetDataSourceInput {}
15
15
  export interface GetDataSourceCommandOutput
16
16
  extends GetDataSourceOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetDataSourceCommand extends $Command<
20
19
  GetDataSourceCommandInput,
21
20
  GetDataSourceCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetDataSourceCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetDataSourceCommandInput;
25
24
  constructor(input: GetDataSourceCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MachineLearningClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface GetEvaluationCommandInput extends GetEvaluationInput {}
15
15
  export interface GetEvaluationCommandOutput
16
16
  extends GetEvaluationOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class GetEvaluationCommand extends $Command<
20
19
  GetEvaluationCommandInput,
21
20
  GetEvaluationCommandOutput,
@@ -23,7 +22,6 @@ export declare class GetEvaluationCommand extends $Command<
23
22
  > {
24
23
  readonly input: GetEvaluationCommandInput;
25
24
  constructor(input: GetEvaluationCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: MachineLearningClientResolvedConfig,