@aws-sdk/client-codepipeline 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 (83) hide show
  1. package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -2
  2. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
  3. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -2
  4. package/dist-cjs/commands/CreatePipelineCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +2 -2
  6. package/dist-cjs/commands/DeletePipelineCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -2
  8. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
  9. package/dist-cjs/commands/DisableStageTransitionCommand.js +2 -2
  10. package/dist-cjs/commands/EnableStageTransitionCommand.js +2 -2
  11. package/dist-cjs/commands/GetActionTypeCommand.js +2 -2
  12. package/dist-cjs/commands/GetJobDetailsCommand.js +2 -2
  13. package/dist-cjs/commands/GetPipelineCommand.js +2 -2
  14. package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -2
  15. package/dist-cjs/commands/GetPipelineStateCommand.js +2 -2
  16. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -2
  17. package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -2
  18. package/dist-cjs/commands/ListActionTypesCommand.js +2 -2
  19. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPipelinesCommand.js +2 -2
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  22. package/dist-cjs/commands/ListWebhooksCommand.js +2 -2
  23. package/dist-cjs/commands/PollForJobsCommand.js +2 -2
  24. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -2
  25. package/dist-cjs/commands/PutActionRevisionCommand.js +2 -2
  26. package/dist-cjs/commands/PutApprovalResultCommand.js +2 -2
  27. package/dist-cjs/commands/PutJobFailureResultCommand.js +2 -2
  28. package/dist-cjs/commands/PutJobSuccessResultCommand.js +2 -2
  29. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
  30. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
  31. package/dist-cjs/commands/PutWebhookCommand.js +2 -2
  32. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
  33. package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -2
  34. package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -2
  35. package/dist-cjs/commands/StopPipelineExecutionCommand.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/UpdateActionTypeCommand.js +2 -2
  39. package/dist-cjs/commands/UpdatePipelineCommand.js +2 -2
  40. package/dist-cjs/protocols/Aws_json1_1.js +945 -1045
  41. package/dist-es/commands/AcknowledgeJobCommand.js +3 -3
  42. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -3
  43. package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -3
  44. package/dist-es/commands/CreatePipelineCommand.js +3 -3
  45. package/dist-es/commands/DeleteCustomActionTypeCommand.js +3 -3
  46. package/dist-es/commands/DeletePipelineCommand.js +3 -3
  47. package/dist-es/commands/DeleteWebhookCommand.js +3 -3
  48. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -3
  49. package/dist-es/commands/DisableStageTransitionCommand.js +3 -3
  50. package/dist-es/commands/EnableStageTransitionCommand.js +3 -3
  51. package/dist-es/commands/GetActionTypeCommand.js +3 -3
  52. package/dist-es/commands/GetJobDetailsCommand.js +3 -3
  53. package/dist-es/commands/GetPipelineCommand.js +3 -3
  54. package/dist-es/commands/GetPipelineExecutionCommand.js +3 -3
  55. package/dist-es/commands/GetPipelineStateCommand.js +3 -3
  56. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -3
  57. package/dist-es/commands/ListActionExecutionsCommand.js +3 -3
  58. package/dist-es/commands/ListActionTypesCommand.js +3 -3
  59. package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -3
  60. package/dist-es/commands/ListPipelinesCommand.js +3 -3
  61. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  62. package/dist-es/commands/ListWebhooksCommand.js +3 -3
  63. package/dist-es/commands/PollForJobsCommand.js +3 -3
  64. package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -3
  65. package/dist-es/commands/PutActionRevisionCommand.js +3 -3
  66. package/dist-es/commands/PutApprovalResultCommand.js +3 -3
  67. package/dist-es/commands/PutJobFailureResultCommand.js +3 -3
  68. package/dist-es/commands/PutJobSuccessResultCommand.js +3 -3
  69. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +3 -3
  70. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +3 -3
  71. package/dist-es/commands/PutWebhookCommand.js +3 -3
  72. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -3
  73. package/dist-es/commands/RetryStageExecutionCommand.js +3 -3
  74. package/dist-es/commands/StartPipelineExecutionCommand.js +3 -3
  75. package/dist-es/commands/StopPipelineExecutionCommand.js +3 -3
  76. package/dist-es/commands/TagResourceCommand.js +3 -3
  77. package/dist-es/commands/UntagResourceCommand.js +3 -3
  78. package/dist-es/commands/UpdateActionTypeCommand.js +3 -3
  79. package/dist-es/commands/UpdatePipelineCommand.js +3 -3
  80. package/dist-es/protocols/Aws_json1_1.js +865 -965
  81. package/dist-types/protocols/Aws_json1_1.d.ts +312 -78
  82. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +78 -78
  83. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AcknowledgeJobCommand 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_1AcknowledgeJobCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AcknowledgeJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AcknowledgeJobCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AcknowledgeJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AcknowledgeJobCommand = AcknowledgeJobCommand;
@@ -36,10 +36,10 @@ class AcknowledgeThirdPartyJobCommand 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_1AcknowledgeThirdPartyJobCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_AcknowledgeThirdPartyJobCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1AcknowledgeThirdPartyJobCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_AcknowledgeThirdPartyJobCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AcknowledgeThirdPartyJobCommand = AcknowledgeThirdPartyJobCommand;
@@ -36,10 +36,10 @@ class CreateCustomActionTypeCommand 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_1CreateCustomActionTypeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreateCustomActionTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreateCustomActionTypeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreateCustomActionTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCustomActionTypeCommand = CreateCustomActionTypeCommand;
@@ -36,10 +36,10 @@ class CreatePipelineCommand 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_1CreatePipelineCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_CreatePipelineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1CreatePipelineCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_CreatePipelineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePipelineCommand = CreatePipelineCommand;
@@ -36,10 +36,10 @@ class DeleteCustomActionTypeCommand 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_1DeleteCustomActionTypeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteCustomActionTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteCustomActionTypeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteCustomActionTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCustomActionTypeCommand = DeleteCustomActionTypeCommand;
@@ -36,10 +36,10 @@ class DeletePipelineCommand 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_1DeletePipelineCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeletePipelineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeletePipelineCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeletePipelineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePipelineCommand = DeletePipelineCommand;
@@ -36,10 +36,10 @@ class DeleteWebhookCommand 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_1DeleteWebhookCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeleteWebhookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeleteWebhookCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeleteWebhookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteWebhookCommand = DeleteWebhookCommand;
@@ -36,10 +36,10 @@ class DeregisterWebhookWithThirdPartyCommand 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_1DeregisterWebhookWithThirdPartyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DeregisterWebhookWithThirdPartyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DeregisterWebhookWithThirdPartyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeregisterWebhookWithThirdPartyCommand = DeregisterWebhookWithThirdPartyCommand;
@@ -36,10 +36,10 @@ class DisableStageTransitionCommand 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_1DisableStageTransitionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_DisableStageTransitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1DisableStageTransitionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_DisableStageTransitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisableStageTransitionCommand = DisableStageTransitionCommand;
@@ -36,10 +36,10 @@ class EnableStageTransitionCommand 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_1EnableStageTransitionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_EnableStageTransitionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1EnableStageTransitionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_EnableStageTransitionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.EnableStageTransitionCommand = EnableStageTransitionCommand;
@@ -36,10 +36,10 @@ class GetActionTypeCommand 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_1GetActionTypeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetActionTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetActionTypeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetActionTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetActionTypeCommand = GetActionTypeCommand;
@@ -37,10 +37,10 @@ class GetJobDetailsCommand 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_json1_1_1.serializeAws_json1_1GetJobDetailsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_GetJobDetailsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetJobDetailsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_GetJobDetailsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetJobDetailsCommand = GetJobDetailsCommand;
@@ -36,10 +36,10 @@ class GetPipelineCommand 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_1GetPipelineCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetPipelineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetPipelineCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetPipelineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPipelineCommand = GetPipelineCommand;
@@ -36,10 +36,10 @@ class GetPipelineExecutionCommand 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_1GetPipelineExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetPipelineExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetPipelineExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetPipelineExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPipelineExecutionCommand = GetPipelineExecutionCommand;
@@ -36,10 +36,10 @@ class GetPipelineStateCommand 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_1GetPipelineStateCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_GetPipelineStateCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetPipelineStateCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_GetPipelineStateCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetPipelineStateCommand = GetPipelineStateCommand;
@@ -37,10 +37,10 @@ class GetThirdPartyJobDetailsCommand 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_json1_1_1.serializeAws_json1_1GetThirdPartyJobDetailsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_GetThirdPartyJobDetailsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1GetThirdPartyJobDetailsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_GetThirdPartyJobDetailsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetThirdPartyJobDetailsCommand = GetThirdPartyJobDetailsCommand;
@@ -36,10 +36,10 @@ class ListActionExecutionsCommand 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_1ListActionExecutionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListActionExecutionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListActionExecutionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListActionExecutionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListActionExecutionsCommand = ListActionExecutionsCommand;
@@ -36,10 +36,10 @@ class ListActionTypesCommand 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_1ListActionTypesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListActionTypesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListActionTypesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListActionTypesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListActionTypesCommand = ListActionTypesCommand;
@@ -36,10 +36,10 @@ class ListPipelineExecutionsCommand 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_1ListPipelineExecutionsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListPipelineExecutionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListPipelineExecutionsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListPipelineExecutionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPipelineExecutionsCommand = ListPipelineExecutionsCommand;
@@ -36,10 +36,10 @@ class ListPipelinesCommand 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_1ListPipelinesCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListPipelinesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListPipelinesCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListPipelinesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPipelinesCommand = ListPipelinesCommand;
@@ -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_json1_1_1.serializeAws_json1_1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListWebhooksCommand 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_1ListWebhooksCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_ListWebhooksCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1ListWebhooksCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_ListWebhooksCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListWebhooksCommand = ListWebhooksCommand;
@@ -37,10 +37,10 @@ class PollForJobsCommand 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_json1_1_1.serializeAws_json1_1PollForJobsCommand)(input, context);
40
+ return (0, Aws_json1_1_1.se_PollForJobsCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_json1_1_1.deserializeAws_json1_1PollForJobsCommand)(output, context);
43
+ return (0, Aws_json1_1_1.de_PollForJobsCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.PollForJobsCommand = PollForJobsCommand;
@@ -36,10 +36,10 @@ class PollForThirdPartyJobsCommand 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_1PollForThirdPartyJobsCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PollForThirdPartyJobsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PollForThirdPartyJobsCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PollForThirdPartyJobsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PollForThirdPartyJobsCommand = PollForThirdPartyJobsCommand;
@@ -36,10 +36,10 @@ class PutActionRevisionCommand 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_1PutActionRevisionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutActionRevisionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutActionRevisionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutActionRevisionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutActionRevisionCommand = PutActionRevisionCommand;
@@ -36,10 +36,10 @@ class PutApprovalResultCommand 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_1PutApprovalResultCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutApprovalResultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutApprovalResultCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutApprovalResultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutApprovalResultCommand = PutApprovalResultCommand;
@@ -36,10 +36,10 @@ class PutJobFailureResultCommand 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_1PutJobFailureResultCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutJobFailureResultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutJobFailureResultCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutJobFailureResultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutJobFailureResultCommand = PutJobFailureResultCommand;
@@ -36,10 +36,10 @@ class PutJobSuccessResultCommand 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_1PutJobSuccessResultCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutJobSuccessResultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutJobSuccessResultCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutJobSuccessResultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutJobSuccessResultCommand = PutJobSuccessResultCommand;
@@ -36,10 +36,10 @@ class PutThirdPartyJobFailureResultCommand 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_1PutThirdPartyJobFailureResultCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutThirdPartyJobFailureResultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutThirdPartyJobFailureResultCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutThirdPartyJobFailureResultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutThirdPartyJobFailureResultCommand = PutThirdPartyJobFailureResultCommand;
@@ -36,10 +36,10 @@ class PutThirdPartyJobSuccessResultCommand 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_1PutThirdPartyJobSuccessResultCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutThirdPartyJobSuccessResultCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutThirdPartyJobSuccessResultCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutThirdPartyJobSuccessResultCommand = PutThirdPartyJobSuccessResultCommand;
@@ -36,10 +36,10 @@ class PutWebhookCommand 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_1PutWebhookCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_PutWebhookCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1PutWebhookCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_PutWebhookCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutWebhookCommand = PutWebhookCommand;
@@ -36,10 +36,10 @@ class RegisterWebhookWithThirdPartyCommand 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_1RegisterWebhookWithThirdPartyCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_RegisterWebhookWithThirdPartyCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_RegisterWebhookWithThirdPartyCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RegisterWebhookWithThirdPartyCommand = RegisterWebhookWithThirdPartyCommand;
@@ -36,10 +36,10 @@ class RetryStageExecutionCommand 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_1RetryStageExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_RetryStageExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1RetryStageExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_RetryStageExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RetryStageExecutionCommand = RetryStageExecutionCommand;
@@ -36,10 +36,10 @@ class StartPipelineExecutionCommand 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_1StartPipelineExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StartPipelineExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StartPipelineExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StartPipelineExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartPipelineExecutionCommand = StartPipelineExecutionCommand;
@@ -36,10 +36,10 @@ class StopPipelineExecutionCommand 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_1StopPipelineExecutionCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_StopPipelineExecutionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1StopPipelineExecutionCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_StopPipelineExecutionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopPipelineExecutionCommand = StopPipelineExecutionCommand;
@@ -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_json1_1_1.serializeAws_json1_1TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_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_json1_1_1.serializeAws_json1_1UntagResourceCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UntagResourceCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateActionTypeCommand 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_1UpdateActionTypeCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdateActionTypeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateActionTypeCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdateActionTypeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateActionTypeCommand = UpdateActionTypeCommand;
@@ -36,10 +36,10 @@ class UpdatePipelineCommand 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_1UpdatePipelineCommand)(input, context);
39
+ return (0, Aws_json1_1_1.se_UpdatePipelineCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_1_1.deserializeAws_json1_1UpdatePipelineCommand)(output, context);
42
+ return (0, Aws_json1_1_1.de_UpdatePipelineCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdatePipelineCommand = UpdatePipelineCommand;