@aws-sdk/client-machine-learning 3.306.0 → 3.309.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 (61) hide show
  1. package/dist-cjs/commands/AddTagsCommand.js +2 -2
  2. package/dist-cjs/commands/CreateBatchPredictionCommand.js +2 -2
  3. package/dist-cjs/commands/CreateDataSourceFromRDSCommand.js +2 -2
  4. package/dist-cjs/commands/CreateDataSourceFromRedshiftCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDataSourceFromS3Command.js +2 -2
  6. package/dist-cjs/commands/CreateEvaluationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateMLModelCommand.js +2 -2
  8. package/dist-cjs/commands/CreateRealtimeEndpointCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteBatchPredictionCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteDataSourceCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteEvaluationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteMLModelCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteRealtimeEndpointCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeBatchPredictionsCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeDataSourcesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeEvaluationsCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeMLModelsCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  20. package/dist-cjs/commands/GetBatchPredictionCommand.js +2 -2
  21. package/dist-cjs/commands/GetDataSourceCommand.js +2 -2
  22. package/dist-cjs/commands/GetEvaluationCommand.js +2 -2
  23. package/dist-cjs/commands/GetMLModelCommand.js +2 -2
  24. package/dist-cjs/commands/PredictCommand.js +2 -2
  25. package/dist-cjs/commands/UpdateBatchPredictionCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateDataSourceCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateEvaluationCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateMLModelCommand.js +2 -2
  29. package/dist-cjs/protocols/Aws_json1_1.js +466 -492
  30. package/dist-es/commands/AddTagsCommand.js +3 -3
  31. package/dist-es/commands/CreateBatchPredictionCommand.js +3 -3
  32. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +3 -3
  33. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +3 -3
  34. package/dist-es/commands/CreateDataSourceFromS3Command.js +3 -3
  35. package/dist-es/commands/CreateEvaluationCommand.js +3 -3
  36. package/dist-es/commands/CreateMLModelCommand.js +3 -3
  37. package/dist-es/commands/CreateRealtimeEndpointCommand.js +3 -3
  38. package/dist-es/commands/DeleteBatchPredictionCommand.js +3 -3
  39. package/dist-es/commands/DeleteDataSourceCommand.js +3 -3
  40. package/dist-es/commands/DeleteEvaluationCommand.js +3 -3
  41. package/dist-es/commands/DeleteMLModelCommand.js +3 -3
  42. package/dist-es/commands/DeleteRealtimeEndpointCommand.js +3 -3
  43. package/dist-es/commands/DeleteTagsCommand.js +3 -3
  44. package/dist-es/commands/DescribeBatchPredictionsCommand.js +3 -3
  45. package/dist-es/commands/DescribeDataSourcesCommand.js +3 -3
  46. package/dist-es/commands/DescribeEvaluationsCommand.js +3 -3
  47. package/dist-es/commands/DescribeMLModelsCommand.js +3 -3
  48. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  49. package/dist-es/commands/GetBatchPredictionCommand.js +3 -3
  50. package/dist-es/commands/GetDataSourceCommand.js +3 -3
  51. package/dist-es/commands/GetEvaluationCommand.js +3 -3
  52. package/dist-es/commands/GetMLModelCommand.js +3 -3
  53. package/dist-es/commands/PredictCommand.js +3 -3
  54. package/dist-es/commands/UpdateBatchPredictionCommand.js +3 -3
  55. package/dist-es/commands/UpdateDataSourceCommand.js +3 -3
  56. package/dist-es/commands/UpdateEvaluationCommand.js +3 -3
  57. package/dist-es/commands/UpdateMLModelCommand.js +3 -3
  58. package/dist-es/protocols/Aws_json1_1.js +408 -434
  59. package/dist-types/protocols/Aws_json1_1.d.ts +224 -56
  60. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +56 -56
  61. package/package.json +6 -6
@@ -36,10 +36,10 @@ class AddTagsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1AddTagsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AddTagsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AddTagsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AddTagsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AddTagsCommand = AddTagsCommand;
@@ -36,10 +36,10 @@ class CreateBatchPredictionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateBatchPredictionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateBatchPredictionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateBatchPredictionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateBatchPredictionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateBatchPredictionCommand = CreateBatchPredictionCommand;
@@ -36,10 +36,10 @@ class CreateDataSourceFromRDSCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateDataSourceFromRDSCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateDataSourceFromRDSCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateDataSourceFromRDSCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateDataSourceFromRDSCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDataSourceFromRDSCommand = CreateDataSourceFromRDSCommand;
@@ -36,10 +36,10 @@ class CreateDataSourceFromRedshiftCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateDataSourceFromRedshiftCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateDataSourceFromRedshiftCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateDataSourceFromRedshiftCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateDataSourceFromRedshiftCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDataSourceFromRedshiftCommand = CreateDataSourceFromRedshiftCommand;
@@ -36,10 +36,10 @@ class CreateDataSourceFromS3Command extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateDataSourceFromS3Command)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateDataSourceFromS3Command)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateDataSourceFromS3Command)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateDataSourceFromS3Command)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDataSourceFromS3Command = CreateDataSourceFromS3Command;
@@ -36,10 +36,10 @@ class CreateEvaluationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateEvaluationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateEvaluationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateEvaluationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateEvaluationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateEvaluationCommand = CreateEvaluationCommand;
@@ -36,10 +36,10 @@ class CreateMLModelCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateMLModelCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateMLModelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateMLModelCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateMLModelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateMLModelCommand = CreateMLModelCommand;
@@ -36,10 +36,10 @@ class CreateRealtimeEndpointCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1CreateRealtimeEndpointCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateRealtimeEndpointCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateRealtimeEndpointCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateRealtimeEndpointCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRealtimeEndpointCommand = CreateRealtimeEndpointCommand;
@@ -36,10 +36,10 @@ class DeleteBatchPredictionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteBatchPredictionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteBatchPredictionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteBatchPredictionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteBatchPredictionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteBatchPredictionCommand = DeleteBatchPredictionCommand;
@@ -36,10 +36,10 @@ class DeleteDataSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteDataSourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteDataSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteDataSourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteDataSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
@@ -36,10 +36,10 @@ class DeleteEvaluationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteEvaluationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteEvaluationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteEvaluationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteEvaluationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteEvaluationCommand = DeleteEvaluationCommand;
@@ -36,10 +36,10 @@ class DeleteMLModelCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteMLModelCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteMLModelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteMLModelCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteMLModelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteMLModelCommand = DeleteMLModelCommand;
@@ -36,10 +36,10 @@ class DeleteRealtimeEndpointCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteRealtimeEndpointCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteRealtimeEndpointCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteRealtimeEndpointCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteRealtimeEndpointCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRealtimeEndpointCommand = DeleteRealtimeEndpointCommand;
@@ -36,10 +36,10 @@ class DeleteTagsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DeleteTagsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteTagsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteTagsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteTagsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteTagsCommand = DeleteTagsCommand;
@@ -36,10 +36,10 @@ class DescribeBatchPredictionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeBatchPredictionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeBatchPredictionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeBatchPredictionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeBatchPredictionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeBatchPredictionsCommand = DescribeBatchPredictionsCommand;
@@ -36,10 +36,10 @@ class DescribeDataSourcesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeDataSourcesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeDataSourcesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeDataSourcesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeDataSourcesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeDataSourcesCommand = DescribeDataSourcesCommand;
@@ -36,10 +36,10 @@ class DescribeEvaluationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeEvaluationsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeEvaluationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeEvaluationsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeEvaluationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeEvaluationsCommand = DescribeEvaluationsCommand;
@@ -36,10 +36,10 @@ class DescribeMLModelsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeMLModelsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeMLModelsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeMLModelsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeMLModelsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeMLModelsCommand = DescribeMLModelsCommand;
@@ -36,10 +36,10 @@ class DescribeTagsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1DescribeTagsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DescribeTagsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DescribeTagsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DescribeTagsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeTagsCommand = DescribeTagsCommand;
@@ -36,10 +36,10 @@ class GetBatchPredictionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetBatchPredictionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetBatchPredictionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetBatchPredictionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetBatchPredictionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetBatchPredictionCommand = GetBatchPredictionCommand;
@@ -36,10 +36,10 @@ class GetDataSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetDataSourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetDataSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetDataSourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetDataSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDataSourceCommand = GetDataSourceCommand;
@@ -36,10 +36,10 @@ class GetEvaluationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetEvaluationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetEvaluationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetEvaluationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetEvaluationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetEvaluationCommand = GetEvaluationCommand;
@@ -36,10 +36,10 @@ class GetMLModelCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1GetMLModelCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetMLModelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetMLModelCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetMLModelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMLModelCommand = GetMLModelCommand;
@@ -38,10 +38,10 @@ class PredictCommand extends smithy_client_1.Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return (0, Aws_json1_1_1.serializeAws_json1_1PredictCommand)(input, context);
41
+ return (0, Aws_json1_1_1.se_PredictCommand)(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return (0, Aws_json1_1_1.deserializeAws_json1_1PredictCommand)(output, context);
44
+ return (0, Aws_json1_1_1.de_PredictCommand)(output, context);
45
45
  }
46
46
  }
47
47
  exports.PredictCommand = PredictCommand;
@@ -36,10 +36,10 @@ class UpdateBatchPredictionCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateBatchPredictionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateBatchPredictionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateBatchPredictionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateBatchPredictionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateBatchPredictionCommand = UpdateBatchPredictionCommand;
@@ -36,10 +36,10 @@ class UpdateDataSourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateDataSourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateDataSourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateDataSourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateDataSourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
@@ -36,10 +36,10 @@ class UpdateEvaluationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateEvaluationCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateEvaluationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateEvaluationCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateEvaluationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateEvaluationCommand = UpdateEvaluationCommand;
@@ -36,10 +36,10 @@ class UpdateMLModelCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_1_1.serializeAws_json1_1UpdateMLModelCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateMLModelCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateMLModelCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateMLModelCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateMLModelCommand = UpdateMLModelCommand;