@aws-sdk/client-machine-learning 3.278.0 → 3.281.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 (30) hide show
  1. package/README.md +227 -0
  2. package/dist-types/commands/AddTagsCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +6 -0
  7. package/dist-types/commands/CreateEvaluationCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateMLModelCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteEvaluationCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteMLModelCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -0
  16. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +6 -0
  17. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +6 -0
  18. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +6 -0
  19. package/dist-types/commands/DescribeMLModelsCommand.d.ts +6 -0
  20. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
  21. package/dist-types/commands/GetBatchPredictionCommand.d.ts +6 -0
  22. package/dist-types/commands/GetDataSourceCommand.d.ts +6 -0
  23. package/dist-types/commands/GetEvaluationCommand.d.ts +6 -0
  24. package/dist-types/commands/GetMLModelCommand.d.ts +6 -0
  25. package/dist-types/commands/PredictCommand.d.ts +6 -0
  26. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +6 -0
  27. package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -0
  28. package/dist-types/commands/UpdateEvaluationCommand.d.ts +6 -0
  29. package/dist-types/commands/UpdateMLModelCommand.d.ts +6 -0
  30. package/package.json +6 -6
package/README.md CHANGED
@@ -204,3 +204,230 @@ To contribute to client you can check our [generate clients scripts](https://git
204
204
  This SDK is distributed under the
205
205
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
206
206
  see LICENSE for more information.
207
+
208
+ ## Client Commands (Operations List)
209
+
210
+ <details>
211
+ <summary>
212
+ AddTags
213
+ </summary>
214
+
215
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/addtagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/addtagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/addtagscommandoutput.html)
216
+
217
+ </details>
218
+ <details>
219
+ <summary>
220
+ CreateBatchPrediction
221
+ </summary>
222
+
223
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/createbatchpredictioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createbatchpredictioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createbatchpredictioncommandoutput.html)
224
+
225
+ </details>
226
+ <details>
227
+ <summary>
228
+ CreateDataSourceFromRDS
229
+ </summary>
230
+
231
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/createdatasourcefromrdscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createdatasourcefromrdscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createdatasourcefromrdscommandoutput.html)
232
+
233
+ </details>
234
+ <details>
235
+ <summary>
236
+ CreateDataSourceFromRedshift
237
+ </summary>
238
+
239
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/createdatasourcefromredshiftcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createdatasourcefromredshiftcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createdatasourcefromredshiftcommandoutput.html)
240
+
241
+ </details>
242
+ <details>
243
+ <summary>
244
+ CreateDataSourceFromS3
245
+ </summary>
246
+
247
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/createdatasourcefroms3command.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createdatasourcefroms3commandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createdatasourcefroms3commandoutput.html)
248
+
249
+ </details>
250
+ <details>
251
+ <summary>
252
+ CreateEvaluation
253
+ </summary>
254
+
255
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/createevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createevaluationcommandoutput.html)
256
+
257
+ </details>
258
+ <details>
259
+ <summary>
260
+ CreateMLModel
261
+ </summary>
262
+
263
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/createmlmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createmlmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createmlmodelcommandoutput.html)
264
+
265
+ </details>
266
+ <details>
267
+ <summary>
268
+ CreateRealtimeEndpoint
269
+ </summary>
270
+
271
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/createrealtimeendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createrealtimeendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/createrealtimeendpointcommandoutput.html)
272
+
273
+ </details>
274
+ <details>
275
+ <summary>
276
+ DeleteBatchPrediction
277
+ </summary>
278
+
279
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/deletebatchpredictioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletebatchpredictioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletebatchpredictioncommandoutput.html)
280
+
281
+ </details>
282
+ <details>
283
+ <summary>
284
+ DeleteDataSource
285
+ </summary>
286
+
287
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/deletedatasourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletedatasourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletedatasourcecommandoutput.html)
288
+
289
+ </details>
290
+ <details>
291
+ <summary>
292
+ DeleteEvaluation
293
+ </summary>
294
+
295
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/deleteevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deleteevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deleteevaluationcommandoutput.html)
296
+
297
+ </details>
298
+ <details>
299
+ <summary>
300
+ DeleteMLModel
301
+ </summary>
302
+
303
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/deletemlmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletemlmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletemlmodelcommandoutput.html)
304
+
305
+ </details>
306
+ <details>
307
+ <summary>
308
+ DeleteRealtimeEndpoint
309
+ </summary>
310
+
311
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/deleterealtimeendpointcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deleterealtimeendpointcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deleterealtimeendpointcommandoutput.html)
312
+
313
+ </details>
314
+ <details>
315
+ <summary>
316
+ DeleteTags
317
+ </summary>
318
+
319
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/deletetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/deletetagscommandoutput.html)
320
+
321
+ </details>
322
+ <details>
323
+ <summary>
324
+ DescribeBatchPredictions
325
+ </summary>
326
+
327
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/describebatchpredictionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describebatchpredictionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describebatchpredictionscommandoutput.html)
328
+
329
+ </details>
330
+ <details>
331
+ <summary>
332
+ DescribeDataSources
333
+ </summary>
334
+
335
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/describedatasourcescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describedatasourcescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describedatasourcescommandoutput.html)
336
+
337
+ </details>
338
+ <details>
339
+ <summary>
340
+ DescribeEvaluations
341
+ </summary>
342
+
343
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/describeevaluationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describeevaluationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describeevaluationscommandoutput.html)
344
+
345
+ </details>
346
+ <details>
347
+ <summary>
348
+ DescribeMLModels
349
+ </summary>
350
+
351
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/describemlmodelscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describemlmodelscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describemlmodelscommandoutput.html)
352
+
353
+ </details>
354
+ <details>
355
+ <summary>
356
+ DescribeTags
357
+ </summary>
358
+
359
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/describetagscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describetagscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/describetagscommandoutput.html)
360
+
361
+ </details>
362
+ <details>
363
+ <summary>
364
+ GetBatchPrediction
365
+ </summary>
366
+
367
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/getbatchpredictioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getbatchpredictioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getbatchpredictioncommandoutput.html)
368
+
369
+ </details>
370
+ <details>
371
+ <summary>
372
+ GetDataSource
373
+ </summary>
374
+
375
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/getdatasourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getdatasourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getdatasourcecommandoutput.html)
376
+
377
+ </details>
378
+ <details>
379
+ <summary>
380
+ GetEvaluation
381
+ </summary>
382
+
383
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/getevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getevaluationcommandoutput.html)
384
+
385
+ </details>
386
+ <details>
387
+ <summary>
388
+ GetMLModel
389
+ </summary>
390
+
391
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/getmlmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getmlmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/getmlmodelcommandoutput.html)
392
+
393
+ </details>
394
+ <details>
395
+ <summary>
396
+ Predict
397
+ </summary>
398
+
399
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/predictcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/predictcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/predictcommandoutput.html)
400
+
401
+ </details>
402
+ <details>
403
+ <summary>
404
+ UpdateBatchPrediction
405
+ </summary>
406
+
407
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/updatebatchpredictioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updatebatchpredictioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updatebatchpredictioncommandoutput.html)
408
+
409
+ </details>
410
+ <details>
411
+ <summary>
412
+ UpdateDataSource
413
+ </summary>
414
+
415
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/updatedatasourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updatedatasourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updatedatasourcecommandoutput.html)
416
+
417
+ </details>
418
+ <details>
419
+ <summary>
420
+ UpdateEvaluation
421
+ </summary>
422
+
423
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/updateevaluationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updateevaluationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updateevaluationcommandoutput.html)
424
+
425
+ </details>
426
+ <details>
427
+ <summary>
428
+ UpdateMLModel
429
+ </summary>
430
+
431
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/classes/updatemlmodelcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updatemlmodelcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-machine-learning/interfaces/updatemlmodelcommandoutput.html)
432
+
433
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { AddTagsInput, AddTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AddTagsCommand}.
8
+ */
6
9
  export interface AddTagsCommandInput extends AddTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link AddTagsCommand}.
13
+ */
8
14
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateBatchPredictionCommand}.
8
+ */
6
9
  export interface CreateBatchPredictionCommandInput extends CreateBatchPredictionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateBatchPredictionCommand}.
13
+ */
8
14
  export interface CreateBatchPredictionCommandOutput extends CreateBatchPredictionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDataSourceFromRDSCommand}.
8
+ */
6
9
  export interface CreateDataSourceFromRDSCommandInput extends CreateDataSourceFromRDSInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDataSourceFromRDSCommand}.
13
+ */
8
14
  export interface CreateDataSourceFromRDSCommandOutput extends CreateDataSourceFromRDSOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateDataSourceFromRedshiftInput, CreateDataSourceFromRedshiftOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDataSourceFromRedshiftCommand}.
8
+ */
6
9
  export interface CreateDataSourceFromRedshiftCommandInput extends CreateDataSourceFromRedshiftInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDataSourceFromRedshiftCommand}.
13
+ */
8
14
  export interface CreateDataSourceFromRedshiftCommandOutput extends CreateDataSourceFromRedshiftOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDataSourceFromS3Command}.
8
+ */
6
9
  export interface CreateDataSourceFromS3CommandInput extends CreateDataSourceFromS3Input {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDataSourceFromS3Command}.
13
+ */
8
14
  export interface CreateDataSourceFromS3CommandOutput extends CreateDataSourceFromS3Output, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEvaluationCommand}.
8
+ */
6
9
  export interface CreateEvaluationCommandInput extends CreateEvaluationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEvaluationCommand}.
13
+ */
8
14
  export interface CreateEvaluationCommandOutput extends CreateEvaluationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateMLModelCommand}.
8
+ */
6
9
  export interface CreateMLModelCommandInput extends CreateMLModelInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateMLModelCommand}.
13
+ */
8
14
  export interface CreateMLModelCommandOutput extends CreateMLModelOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateRealtimeEndpointCommand}.
8
+ */
6
9
  export interface CreateRealtimeEndpointCommandInput extends CreateRealtimeEndpointInput {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateRealtimeEndpointCommand}.
13
+ */
8
14
  export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpointOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteBatchPredictionCommand}.
8
+ */
6
9
  export interface DeleteBatchPredictionCommandInput extends DeleteBatchPredictionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteBatchPredictionCommand}.
13
+ */
8
14
  export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDataSourceCommand}.
8
+ */
6
9
  export interface DeleteDataSourceCommandInput extends DeleteDataSourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDataSourceCommand}.
13
+ */
8
14
  export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEvaluationCommand}.
8
+ */
6
9
  export interface DeleteEvaluationCommandInput extends DeleteEvaluationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEvaluationCommand}.
13
+ */
8
14
  export interface DeleteEvaluationCommandOutput extends DeleteEvaluationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteMLModelCommand}.
8
+ */
6
9
  export interface DeleteMLModelCommandInput extends DeleteMLModelInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteMLModelCommand}.
13
+ */
8
14
  export interface DeleteMLModelCommandOutput extends DeleteMLModelOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteRealtimeEndpointCommand}.
8
+ */
6
9
  export interface DeleteRealtimeEndpointCommandInput extends DeleteRealtimeEndpointInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteRealtimeEndpointCommand}.
13
+ */
8
14
  export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpointOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteTagsCommand}.
8
+ */
6
9
  export interface DeleteTagsCommandInput extends DeleteTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteTagsCommand}.
13
+ */
8
14
  export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeBatchPredictionsCommand}.
8
+ */
6
9
  export interface DescribeBatchPredictionsCommandInput extends DescribeBatchPredictionsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeBatchPredictionsCommand}.
13
+ */
8
14
  export interface DescribeBatchPredictionsCommandOutput extends DescribeBatchPredictionsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeDataSourcesCommand}.
8
+ */
6
9
  export interface DescribeDataSourcesCommandInput extends DescribeDataSourcesInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeDataSourcesCommand}.
13
+ */
8
14
  export interface DescribeDataSourcesCommandOutput extends DescribeDataSourcesOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeEvaluationsCommand}.
8
+ */
6
9
  export interface DescribeEvaluationsCommandInput extends DescribeEvaluationsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeEvaluationsCommand}.
13
+ */
8
14
  export interface DescribeEvaluationsCommandOutput extends DescribeEvaluationsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeMLModelsCommand}.
8
+ */
6
9
  export interface DescribeMLModelsCommandInput extends DescribeMLModelsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeMLModelsCommand}.
13
+ */
8
14
  export interface DescribeMLModelsCommandOutput extends DescribeMLModelsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTagsCommand}.
8
+ */
6
9
  export interface DescribeTagsCommandInput extends DescribeTagsInput {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTagsCommand}.
13
+ */
8
14
  export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetBatchPredictionInput, GetBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBatchPredictionCommand}.
8
+ */
6
9
  export interface GetBatchPredictionCommandInput extends GetBatchPredictionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBatchPredictionCommand}.
13
+ */
8
14
  export interface GetBatchPredictionCommandOutput extends GetBatchPredictionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetDataSourceInput, GetDataSourceOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDataSourceCommand}.
8
+ */
6
9
  export interface GetDataSourceCommandInput extends GetDataSourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDataSourceCommand}.
13
+ */
8
14
  export interface GetDataSourceCommandOutput extends GetDataSourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetEvaluationInput, GetEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEvaluationCommand}.
8
+ */
6
9
  export interface GetEvaluationCommandInput extends GetEvaluationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEvaluationCommand}.
13
+ */
8
14
  export interface GetEvaluationCommandOutput extends GetEvaluationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { GetMLModelInput, GetMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMLModelCommand}.
8
+ */
6
9
  export interface GetMLModelCommandInput extends GetMLModelInput {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMLModelCommand}.
13
+ */
8
14
  export interface GetMLModelCommandOutput extends GetMLModelOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { PredictInput, PredictOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PredictCommand}.
8
+ */
6
9
  export interface PredictCommandInput extends PredictInput {
7
10
  }
11
+ /**
12
+ * The output of {@link PredictCommand}.
13
+ */
8
14
  export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateBatchPredictionInput, UpdateBatchPredictionOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBatchPredictionCommand}.
8
+ */
6
9
  export interface UpdateBatchPredictionCommandInput extends UpdateBatchPredictionInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBatchPredictionCommand}.
13
+ */
8
14
  export interface UpdateBatchPredictionCommandOutput extends UpdateBatchPredictionOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateDataSourceInput, UpdateDataSourceOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDataSourceCommand}.
8
+ */
6
9
  export interface UpdateDataSourceCommandInput extends UpdateDataSourceInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDataSourceCommand}.
13
+ */
8
14
  export interface UpdateDataSourceCommandOutput extends UpdateDataSourceOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateEvaluationInput, UpdateEvaluationOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateEvaluationCommand}.
8
+ */
6
9
  export interface UpdateEvaluationCommandInput extends UpdateEvaluationInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateEvaluationCommand}.
13
+ */
8
14
  export interface UpdateEvaluationCommandOutput extends UpdateEvaluationOutput, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MachineLearningClient";
5
5
  import { UpdateMLModelInput, UpdateMLModelOutput } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateMLModelCommand}.
8
+ */
6
9
  export interface UpdateMLModelCommandInput extends UpdateMLModelInput {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMLModelCommand}.
13
+ */
8
14
  export interface UpdateMLModelCommandOutput extends UpdateMLModelOutput, __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-machine-learning",
3
3
  "description": "AWS SDK for JavaScript Machine Learning Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -40,14 +40,14 @@
40
40
  "@aws-sdk/node-config-provider": "3.272.0",
41
41
  "@aws-sdk/node-http-handler": "3.272.0",
42
42
  "@aws-sdk/protocol-http": "3.272.0",
43
- "@aws-sdk/smithy-client": "3.272.0",
43
+ "@aws-sdk/smithy-client": "3.279.0",
44
44
  "@aws-sdk/types": "3.272.0",
45
45
  "@aws-sdk/url-parser": "3.272.0",
46
46
  "@aws-sdk/util-base64": "3.208.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.188.0",
48
48
  "@aws-sdk/util-body-length-node": "3.208.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
51
51
  "@aws-sdk/util-endpoints": "3.272.0",
52
52
  "@aws-sdk/util-retry": "3.272.0",
53
53
  "@aws-sdk/util-user-agent-browser": "3.272.0",