@aws-sdk/client-migrationhuborchestrator 3.306.0 → 3.310.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/CreateWorkflowCommand.js +2 -2
  2. package/dist-cjs/commands/CreateWorkflowStepCommand.js +2 -2
  3. package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -2
  4. package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -2
  7. package/dist-cjs/commands/GetTemplateCommand.js +2 -2
  8. package/dist-cjs/commands/GetTemplateStepCommand.js +2 -2
  9. package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -2
  10. package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
  11. package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -2
  12. package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -2
  13. package/dist-cjs/commands/ListPluginsCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -2
  16. package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -2
  17. package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
  18. package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -2
  19. package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -2
  20. package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
  21. package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -2
  22. package/dist-cjs/commands/StartWorkflowCommand.js +2 -2
  23. package/dist-cjs/commands/StopWorkflowCommand.js +2 -2
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  26. package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -2
  27. package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -2
  28. package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -2
  29. package/dist-cjs/protocols/Aws_restJson1.js +432 -442
  30. package/dist-es/commands/CreateWorkflowCommand.js +3 -3
  31. package/dist-es/commands/CreateWorkflowStepCommand.js +3 -3
  32. package/dist-es/commands/CreateWorkflowStepGroupCommand.js +3 -3
  33. package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
  34. package/dist-es/commands/DeleteWorkflowStepCommand.js +3 -3
  35. package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +3 -3
  36. package/dist-es/commands/GetTemplateCommand.js +3 -3
  37. package/dist-es/commands/GetTemplateStepCommand.js +3 -3
  38. package/dist-es/commands/GetTemplateStepGroupCommand.js +3 -3
  39. package/dist-es/commands/GetWorkflowCommand.js +3 -3
  40. package/dist-es/commands/GetWorkflowStepCommand.js +3 -3
  41. package/dist-es/commands/GetWorkflowStepGroupCommand.js +3 -3
  42. package/dist-es/commands/ListPluginsCommand.js +3 -3
  43. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  44. package/dist-es/commands/ListTemplateStepGroupsCommand.js +3 -3
  45. package/dist-es/commands/ListTemplateStepsCommand.js +3 -3
  46. package/dist-es/commands/ListTemplatesCommand.js +3 -3
  47. package/dist-es/commands/ListWorkflowStepGroupsCommand.js +3 -3
  48. package/dist-es/commands/ListWorkflowStepsCommand.js +3 -3
  49. package/dist-es/commands/ListWorkflowsCommand.js +3 -3
  50. package/dist-es/commands/RetryWorkflowStepCommand.js +3 -3
  51. package/dist-es/commands/StartWorkflowCommand.js +3 -3
  52. package/dist-es/commands/StopWorkflowCommand.js +3 -3
  53. package/dist-es/commands/TagResourceCommand.js +3 -3
  54. package/dist-es/commands/UntagResourceCommand.js +3 -3
  55. package/dist-es/commands/UpdateWorkflowCommand.js +3 -3
  56. package/dist-es/commands/UpdateWorkflowStepCommand.js +3 -3
  57. package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +3 -3
  58. package/dist-es/protocols/Aws_restJson1.js +374 -384
  59. package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
  60. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
  61. package/package.json +35 -35
@@ -37,10 +37,10 @@ class CreateWorkflowCommand 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_restJson1CreateWorkflowCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateWorkflowCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkflowCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateWorkflowCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateWorkflowCommand = CreateWorkflowCommand;
@@ -36,10 +36,10 @@ class CreateWorkflowStepCommand 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_restJson1CreateWorkflowStepCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateWorkflowStepCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkflowStepCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateWorkflowStepCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateWorkflowStepCommand = CreateWorkflowStepCommand;
@@ -36,10 +36,10 @@ class CreateWorkflowStepGroupCommand 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_restJson1CreateWorkflowStepGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateWorkflowStepGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateWorkflowStepGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateWorkflowStepGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateWorkflowStepGroupCommand = CreateWorkflowStepGroupCommand;
@@ -36,10 +36,10 @@ class DeleteWorkflowCommand 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_restJson1DeleteWorkflowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWorkflowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkflowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWorkflowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkflowCommand = DeleteWorkflowCommand;
@@ -36,10 +36,10 @@ class DeleteWorkflowStepCommand 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_restJson1DeleteWorkflowStepCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWorkflowStepCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkflowStepCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWorkflowStepCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkflowStepCommand = DeleteWorkflowStepCommand;
@@ -36,10 +36,10 @@ class DeleteWorkflowStepGroupCommand 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_restJson1DeleteWorkflowStepGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteWorkflowStepGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteWorkflowStepGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteWorkflowStepGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWorkflowStepGroupCommand = DeleteWorkflowStepGroupCommand;
@@ -36,10 +36,10 @@ class GetTemplateCommand 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_restJson1GetTemplateCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTemplateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTemplateCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTemplateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTemplateCommand = GetTemplateCommand;
@@ -36,10 +36,10 @@ class GetTemplateStepCommand 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_restJson1GetTemplateStepCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTemplateStepCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTemplateStepCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTemplateStepCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTemplateStepCommand = GetTemplateStepCommand;
@@ -36,10 +36,10 @@ class GetTemplateStepGroupCommand 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_restJson1GetTemplateStepGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetTemplateStepGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetTemplateStepGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetTemplateStepGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetTemplateStepGroupCommand = GetTemplateStepGroupCommand;
@@ -37,10 +37,10 @@ class GetWorkflowCommand 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_restJson1GetWorkflowCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetWorkflowCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkflowCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetWorkflowCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetWorkflowCommand = GetWorkflowCommand;
@@ -36,10 +36,10 @@ class GetWorkflowStepCommand 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_restJson1GetWorkflowStepCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetWorkflowStepCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkflowStepCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetWorkflowStepCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetWorkflowStepCommand = GetWorkflowStepCommand;
@@ -36,10 +36,10 @@ class GetWorkflowStepGroupCommand 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_restJson1GetWorkflowStepGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetWorkflowStepGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetWorkflowStepGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetWorkflowStepGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetWorkflowStepGroupCommand = GetWorkflowStepGroupCommand;
@@ -36,10 +36,10 @@ class ListPluginsCommand 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_restJson1ListPluginsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPluginsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPluginsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPluginsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPluginsCommand = ListPluginsCommand;
@@ -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 ListTemplateStepGroupsCommand 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_restJson1ListTemplateStepGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTemplateStepGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTemplateStepGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTemplateStepGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTemplateStepGroupsCommand = ListTemplateStepGroupsCommand;
@@ -36,10 +36,10 @@ class ListTemplateStepsCommand 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_restJson1ListTemplateStepsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTemplateStepsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTemplateStepsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTemplateStepsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTemplateStepsCommand = ListTemplateStepsCommand;
@@ -36,10 +36,10 @@ class ListTemplatesCommand 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_restJson1ListTemplatesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTemplatesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTemplatesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTemplatesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTemplatesCommand = ListTemplatesCommand;
@@ -36,10 +36,10 @@ class ListWorkflowStepGroupsCommand 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_restJson1ListWorkflowStepGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWorkflowStepGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkflowStepGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWorkflowStepGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWorkflowStepGroupsCommand = ListWorkflowStepGroupsCommand;
@@ -36,10 +36,10 @@ class ListWorkflowStepsCommand 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_restJson1ListWorkflowStepsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWorkflowStepsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkflowStepsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWorkflowStepsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWorkflowStepsCommand = ListWorkflowStepsCommand;
@@ -36,10 +36,10 @@ class ListWorkflowsCommand 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_restJson1ListWorkflowsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListWorkflowsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListWorkflowsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListWorkflowsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWorkflowsCommand = ListWorkflowsCommand;
@@ -36,10 +36,10 @@ class RetryWorkflowStepCommand 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_restJson1RetryWorkflowStepCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_RetryWorkflowStepCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1RetryWorkflowStepCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_RetryWorkflowStepCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RetryWorkflowStepCommand = RetryWorkflowStepCommand;
@@ -36,10 +36,10 @@ class StartWorkflowCommand 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_restJson1StartWorkflowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartWorkflowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartWorkflowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartWorkflowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartWorkflowCommand = StartWorkflowCommand;
@@ -36,10 +36,10 @@ class StopWorkflowCommand 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_restJson1StopWorkflowCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopWorkflowCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopWorkflowCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopWorkflowCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopWorkflowCommand = StopWorkflowCommand;
@@ -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;
@@ -37,10 +37,10 @@ class UpdateWorkflowCommand 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_restJson1UpdateWorkflowCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateWorkflowCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkflowCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateWorkflowCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateWorkflowCommand = UpdateWorkflowCommand;
@@ -36,10 +36,10 @@ class UpdateWorkflowStepCommand 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_restJson1UpdateWorkflowStepCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWorkflowStepCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkflowStepCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWorkflowStepCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWorkflowStepCommand = UpdateWorkflowStepCommand;
@@ -36,10 +36,10 @@ class UpdateWorkflowStepGroupCommand 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_restJson1UpdateWorkflowStepGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateWorkflowStepGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateWorkflowStepGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateWorkflowStepGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateWorkflowStepGroupCommand = UpdateWorkflowStepGroupCommand;