@aws-sdk/client-databrew 3.303.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 (93) hide show
  1. package/dist-cjs/commands/BatchDeleteRecipeVersionCommand.js +2 -2
  2. package/dist-cjs/commands/CreateDatasetCommand.js +2 -2
  3. package/dist-cjs/commands/CreateProfileJobCommand.js +2 -2
  4. package/dist-cjs/commands/CreateProjectCommand.js +2 -2
  5. package/dist-cjs/commands/CreateRecipeCommand.js +2 -2
  6. package/dist-cjs/commands/CreateRecipeJobCommand.js +2 -2
  7. package/dist-cjs/commands/CreateRulesetCommand.js +2 -2
  8. package/dist-cjs/commands/CreateScheduleCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteDatasetCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteJobCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteProjectCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRecipeVersionCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteRulesetCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeDatasetCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  17. package/dist-cjs/commands/DescribeJobRunCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeProjectCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeRecipeCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeRulesetCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
  22. package/dist-cjs/commands/ListDatasetsCommand.js +2 -2
  23. package/dist-cjs/commands/ListJobRunsCommand.js +2 -2
  24. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  25. package/dist-cjs/commands/ListProjectsCommand.js +2 -2
  26. package/dist-cjs/commands/ListRecipeVersionsCommand.js +2 -2
  27. package/dist-cjs/commands/ListRecipesCommand.js +2 -2
  28. package/dist-cjs/commands/ListRulesetsCommand.js +2 -2
  29. package/dist-cjs/commands/ListSchedulesCommand.js +2 -2
  30. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  31. package/dist-cjs/commands/PublishRecipeCommand.js +2 -2
  32. package/dist-cjs/commands/SendProjectSessionActionCommand.js +2 -2
  33. package/dist-cjs/commands/StartJobRunCommand.js +2 -2
  34. package/dist-cjs/commands/StartProjectSessionCommand.js +2 -2
  35. package/dist-cjs/commands/StopJobRunCommand.js +2 -2
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  38. package/dist-cjs/commands/UpdateDatasetCommand.js +2 -2
  39. package/dist-cjs/commands/UpdateProfileJobCommand.js +2 -2
  40. package/dist-cjs/commands/UpdateProjectCommand.js +2 -2
  41. package/dist-cjs/commands/UpdateRecipeCommand.js +2 -2
  42. package/dist-cjs/commands/UpdateRecipeJobCommand.js +2 -2
  43. package/dist-cjs/commands/UpdateRulesetCommand.js +2 -2
  44. package/dist-cjs/commands/UpdateScheduleCommand.js +2 -2
  45. package/dist-cjs/protocols/Aws_restJson1.js +743 -825
  46. package/dist-es/commands/BatchDeleteRecipeVersionCommand.js +3 -3
  47. package/dist-es/commands/CreateDatasetCommand.js +3 -3
  48. package/dist-es/commands/CreateProfileJobCommand.js +3 -3
  49. package/dist-es/commands/CreateProjectCommand.js +3 -3
  50. package/dist-es/commands/CreateRecipeCommand.js +3 -3
  51. package/dist-es/commands/CreateRecipeJobCommand.js +3 -3
  52. package/dist-es/commands/CreateRulesetCommand.js +3 -3
  53. package/dist-es/commands/CreateScheduleCommand.js +3 -3
  54. package/dist-es/commands/DeleteDatasetCommand.js +3 -3
  55. package/dist-es/commands/DeleteJobCommand.js +3 -3
  56. package/dist-es/commands/DeleteProjectCommand.js +3 -3
  57. package/dist-es/commands/DeleteRecipeVersionCommand.js +3 -3
  58. package/dist-es/commands/DeleteRulesetCommand.js +3 -3
  59. package/dist-es/commands/DeleteScheduleCommand.js +3 -3
  60. package/dist-es/commands/DescribeDatasetCommand.js +3 -3
  61. package/dist-es/commands/DescribeJobCommand.js +3 -3
  62. package/dist-es/commands/DescribeJobRunCommand.js +3 -3
  63. package/dist-es/commands/DescribeProjectCommand.js +3 -3
  64. package/dist-es/commands/DescribeRecipeCommand.js +3 -3
  65. package/dist-es/commands/DescribeRulesetCommand.js +3 -3
  66. package/dist-es/commands/DescribeScheduleCommand.js +3 -3
  67. package/dist-es/commands/ListDatasetsCommand.js +3 -3
  68. package/dist-es/commands/ListJobRunsCommand.js +3 -3
  69. package/dist-es/commands/ListJobsCommand.js +3 -3
  70. package/dist-es/commands/ListProjectsCommand.js +3 -3
  71. package/dist-es/commands/ListRecipeVersionsCommand.js +3 -3
  72. package/dist-es/commands/ListRecipesCommand.js +3 -3
  73. package/dist-es/commands/ListRulesetsCommand.js +3 -3
  74. package/dist-es/commands/ListSchedulesCommand.js +3 -3
  75. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  76. package/dist-es/commands/PublishRecipeCommand.js +3 -3
  77. package/dist-es/commands/SendProjectSessionActionCommand.js +3 -3
  78. package/dist-es/commands/StartJobRunCommand.js +3 -3
  79. package/dist-es/commands/StartProjectSessionCommand.js +3 -3
  80. package/dist-es/commands/StopJobRunCommand.js +3 -3
  81. package/dist-es/commands/TagResourceCommand.js +3 -3
  82. package/dist-es/commands/UntagResourceCommand.js +3 -3
  83. package/dist-es/commands/UpdateDatasetCommand.js +3 -3
  84. package/dist-es/commands/UpdateProfileJobCommand.js +3 -3
  85. package/dist-es/commands/UpdateProjectCommand.js +3 -3
  86. package/dist-es/commands/UpdateRecipeCommand.js +3 -3
  87. package/dist-es/commands/UpdateRecipeJobCommand.js +3 -3
  88. package/dist-es/commands/UpdateRulesetCommand.js +3 -3
  89. package/dist-es/commands/UpdateScheduleCommand.js +3 -3
  90. package/dist-es/protocols/Aws_restJson1.js +653 -735
  91. package/dist-types/protocols/Aws_restJson1.d.ts +352 -88
  92. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +88 -88
  93. package/package.json +29 -29
@@ -36,10 +36,10 @@ class BatchDeleteRecipeVersionCommand 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_restJson1_1.serializeAws_restJson1BatchDeleteRecipeVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchDeleteRecipeVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchDeleteRecipeVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchDeleteRecipeVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchDeleteRecipeVersionCommand = BatchDeleteRecipeVersionCommand;
@@ -36,10 +36,10 @@ class CreateDatasetCommand 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_restJson1_1.serializeAws_restJson1CreateDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDatasetCommand = CreateDatasetCommand;
@@ -36,10 +36,10 @@ class CreateProfileJobCommand 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_restJson1_1.serializeAws_restJson1CreateProfileJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateProfileJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateProfileJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateProfileJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateProfileJobCommand = CreateProfileJobCommand;
@@ -36,10 +36,10 @@ class CreateProjectCommand 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_restJson1_1.serializeAws_restJson1CreateProjectCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateProjectCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateProjectCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateProjectCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateProjectCommand = CreateProjectCommand;
@@ -36,10 +36,10 @@ class CreateRecipeCommand 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_restJson1_1.serializeAws_restJson1CreateRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRecipeCommand = CreateRecipeCommand;
@@ -36,10 +36,10 @@ class CreateRecipeJobCommand 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_restJson1_1.serializeAws_restJson1CreateRecipeJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRecipeJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRecipeJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRecipeJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRecipeJobCommand = CreateRecipeJobCommand;
@@ -36,10 +36,10 @@ class CreateRulesetCommand 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_restJson1_1.serializeAws_restJson1CreateRulesetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateRulesetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateRulesetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateRulesetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateRulesetCommand = CreateRulesetCommand;
@@ -36,10 +36,10 @@ class CreateScheduleCommand 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_restJson1_1.serializeAws_restJson1CreateScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateScheduleCommand = CreateScheduleCommand;
@@ -36,10 +36,10 @@ class DeleteDatasetCommand 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_restJson1_1.serializeAws_restJson1DeleteDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDatasetCommand = DeleteDatasetCommand;
@@ -36,10 +36,10 @@ class DeleteJobCommand 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_restJson1_1.serializeAws_restJson1DeleteJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteJobCommand = DeleteJobCommand;
@@ -36,10 +36,10 @@ class DeleteProjectCommand 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_restJson1_1.serializeAws_restJson1DeleteProjectCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteProjectCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteProjectCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteProjectCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteProjectCommand = DeleteProjectCommand;
@@ -36,10 +36,10 @@ class DeleteRecipeVersionCommand 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_restJson1_1.serializeAws_restJson1DeleteRecipeVersionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteRecipeVersionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRecipeVersionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteRecipeVersionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRecipeVersionCommand = DeleteRecipeVersionCommand;
@@ -36,10 +36,10 @@ class DeleteRulesetCommand 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_restJson1_1.serializeAws_restJson1DeleteRulesetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteRulesetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteRulesetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteRulesetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteRulesetCommand = DeleteRulesetCommand;
@@ -36,10 +36,10 @@ class DeleteScheduleCommand 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_restJson1_1.serializeAws_restJson1DeleteScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteScheduleCommand = DeleteScheduleCommand;
@@ -36,10 +36,10 @@ class DescribeDatasetCommand 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_restJson1_1.serializeAws_restJson1DescribeDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeDatasetCommand = DescribeDatasetCommand;
@@ -36,10 +36,10 @@ class DescribeJobCommand 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_restJson1_1.serializeAws_restJson1DescribeJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeJobCommand = DescribeJobCommand;
@@ -36,10 +36,10 @@ class DescribeJobRunCommand 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_restJson1_1.serializeAws_restJson1DescribeJobRunCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeJobRunCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeJobRunCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeJobRunCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeJobRunCommand = DescribeJobRunCommand;
@@ -36,10 +36,10 @@ class DescribeProjectCommand 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_restJson1_1.serializeAws_restJson1DescribeProjectCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeProjectCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeProjectCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeProjectCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeProjectCommand = DescribeProjectCommand;
@@ -36,10 +36,10 @@ class DescribeRecipeCommand 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_restJson1_1.serializeAws_restJson1DescribeRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeRecipeCommand = DescribeRecipeCommand;
@@ -36,10 +36,10 @@ class DescribeRulesetCommand 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_restJson1_1.serializeAws_restJson1DescribeRulesetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeRulesetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeRulesetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeRulesetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeRulesetCommand = DescribeRulesetCommand;
@@ -36,10 +36,10 @@ class DescribeScheduleCommand 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_restJson1_1.serializeAws_restJson1DescribeScheduleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeScheduleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeScheduleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeScheduleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeScheduleCommand = DescribeScheduleCommand;
@@ -36,10 +36,10 @@ class ListDatasetsCommand 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_restJson1_1.serializeAws_restJson1ListDatasetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListDatasetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListDatasetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListDatasetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDatasetsCommand = ListDatasetsCommand;
@@ -36,10 +36,10 @@ class ListJobRunsCommand 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_restJson1_1.serializeAws_restJson1ListJobRunsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListJobRunsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobRunsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListJobRunsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListJobRunsCommand = ListJobRunsCommand;
@@ -36,10 +36,10 @@ class ListJobsCommand 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_restJson1_1.serializeAws_restJson1ListJobsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListJobsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListJobsCommand = ListJobsCommand;
@@ -36,10 +36,10 @@ class ListProjectsCommand 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_restJson1_1.serializeAws_restJson1ListProjectsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListProjectsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListProjectsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListProjectsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListProjectsCommand = ListProjectsCommand;
@@ -36,10 +36,10 @@ class ListRecipeVersionsCommand 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_restJson1_1.serializeAws_restJson1ListRecipeVersionsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecipeVersionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecipeVersionsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecipeVersionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecipeVersionsCommand = ListRecipeVersionsCommand;
@@ -36,10 +36,10 @@ class ListRecipesCommand 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_restJson1_1.serializeAws_restJson1ListRecipesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRecipesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecipesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRecipesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRecipesCommand = ListRecipesCommand;
@@ -36,10 +36,10 @@ class ListRulesetsCommand 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_restJson1_1.serializeAws_restJson1ListRulesetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListRulesetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListRulesetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListRulesetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListRulesetsCommand = ListRulesetsCommand;
@@ -36,10 +36,10 @@ class ListSchedulesCommand 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_restJson1_1.serializeAws_restJson1ListSchedulesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSchedulesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSchedulesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSchedulesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSchedulesCommand = ListSchedulesCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand 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_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class PublishRecipeCommand 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_restJson1_1.serializeAws_restJson1PublishRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_PublishRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1PublishRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_PublishRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PublishRecipeCommand = PublishRecipeCommand;
@@ -37,10 +37,10 @@ class SendProjectSessionActionCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1SendProjectSessionActionCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_SendProjectSessionActionCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1SendProjectSessionActionCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_SendProjectSessionActionCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.SendProjectSessionActionCommand = SendProjectSessionActionCommand;
@@ -36,10 +36,10 @@ class StartJobRunCommand 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_restJson1_1.serializeAws_restJson1StartJobRunCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartJobRunCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartJobRunCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartJobRunCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartJobRunCommand = StartJobRunCommand;
@@ -37,10 +37,10 @@ class StartProjectSessionCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1StartProjectSessionCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_StartProjectSessionCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartProjectSessionCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_StartProjectSessionCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.StartProjectSessionCommand = StartProjectSessionCommand;
@@ -36,10 +36,10 @@ class StopJobRunCommand 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_restJson1_1.serializeAws_restJson1StopJobRunCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopJobRunCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopJobRunCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopJobRunCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopJobRunCommand = StopJobRunCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand 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_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand 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_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateDatasetCommand 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_restJson1_1.serializeAws_restJson1UpdateDatasetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateDatasetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateDatasetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateDatasetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateDatasetCommand = UpdateDatasetCommand;
@@ -36,10 +36,10 @@ class UpdateProfileJobCommand 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_restJson1_1.serializeAws_restJson1UpdateProfileJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateProfileJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateProfileJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateProfileJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateProfileJobCommand = UpdateProfileJobCommand;
@@ -36,10 +36,10 @@ class UpdateProjectCommand 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_restJson1_1.serializeAws_restJson1UpdateProjectCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateProjectCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateProjectCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateProjectCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateProjectCommand = UpdateProjectCommand;
@@ -36,10 +36,10 @@ class UpdateRecipeCommand 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_restJson1_1.serializeAws_restJson1UpdateRecipeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRecipeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRecipeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRecipeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRecipeCommand = UpdateRecipeCommand;
@@ -36,10 +36,10 @@ class UpdateRecipeJobCommand 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_restJson1_1.serializeAws_restJson1UpdateRecipeJobCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRecipeJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRecipeJobCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRecipeJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRecipeJobCommand = UpdateRecipeJobCommand;
@@ -36,10 +36,10 @@ class UpdateRulesetCommand 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_restJson1_1.serializeAws_restJson1UpdateRulesetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateRulesetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateRulesetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateRulesetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateRulesetCommand = UpdateRulesetCommand;