@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
@@ -39,81 +39,315 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
39
39
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
40
  import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "../commands/UpdateActionTypeCommand";
41
41
  import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "../commands/UpdatePipelineCommand";
42
- export declare const serializeAws_json1_1AcknowledgeJobCommand: (input: AcknowledgeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_1AcknowledgeThirdPartyJobCommand: (input: AcknowledgeThirdPartyJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_1CreateCustomActionTypeCommand: (input: CreateCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_1CreatePipelineCommand: (input: CreatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_1DeleteCustomActionTypeCommand: (input: DeleteCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_1DeletePipelineCommand: (input: DeletePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_1DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_1DeregisterWebhookWithThirdPartyCommand: (input: DeregisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_1DisableStageTransitionCommand: (input: DisableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_1EnableStageTransitionCommand: (input: EnableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_1GetActionTypeCommand: (input: GetActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_1GetJobDetailsCommand: (input: GetJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_1GetPipelineCommand: (input: GetPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_1GetPipelineExecutionCommand: (input: GetPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_1GetPipelineStateCommand: (input: GetPipelineStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_1GetThirdPartyJobDetailsCommand: (input: GetThirdPartyJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_1ListActionExecutionsCommand: (input: ListActionExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_1ListActionTypesCommand: (input: ListActionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_1ListPipelineExecutionsCommand: (input: ListPipelineExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_1ListPipelinesCommand: (input: ListPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_1ListWebhooksCommand: (input: ListWebhooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_1PollForJobsCommand: (input: PollForJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_1PollForThirdPartyJobsCommand: (input: PollForThirdPartyJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_1PutActionRevisionCommand: (input: PutActionRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_1PutApprovalResultCommand: (input: PutApprovalResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_1PutJobFailureResultCommand: (input: PutJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_1PutJobSuccessResultCommand: (input: PutJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_1PutThirdPartyJobFailureResultCommand: (input: PutThirdPartyJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_1PutThirdPartyJobSuccessResultCommand: (input: PutThirdPartyJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_1PutWebhookCommand: (input: PutWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_1RegisterWebhookWithThirdPartyCommand: (input: RegisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_1RetryStageExecutionCommand: (input: RetryStageExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_1StartPipelineExecutionCommand: (input: StartPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_1StopPipelineExecutionCommand: (input: StopPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_1UpdateActionTypeCommand: (input: UpdateActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_1UpdatePipelineCommand: (input: UpdatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const deserializeAws_json1_1AcknowledgeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeJobCommandOutput>;
82
- export declare const deserializeAws_json1_1AcknowledgeThirdPartyJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeThirdPartyJobCommandOutput>;
83
- export declare const deserializeAws_json1_1CreateCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomActionTypeCommandOutput>;
84
- export declare const deserializeAws_json1_1CreatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePipelineCommandOutput>;
85
- export declare const deserializeAws_json1_1DeleteCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomActionTypeCommandOutput>;
86
- export declare const deserializeAws_json1_1DeletePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePipelineCommandOutput>;
87
- export declare const deserializeAws_json1_1DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
88
- export declare const deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
89
- export declare const deserializeAws_json1_1DisableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableStageTransitionCommandOutput>;
90
- export declare const deserializeAws_json1_1EnableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableStageTransitionCommandOutput>;
91
- export declare const deserializeAws_json1_1GetActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetActionTypeCommandOutput>;
92
- export declare const deserializeAws_json1_1GetJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobDetailsCommandOutput>;
93
- export declare const deserializeAws_json1_1GetPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineCommandOutput>;
94
- export declare const deserializeAws_json1_1GetPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineExecutionCommandOutput>;
95
- export declare const deserializeAws_json1_1GetPipelineStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineStateCommandOutput>;
96
- export declare const deserializeAws_json1_1GetThirdPartyJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThirdPartyJobDetailsCommandOutput>;
97
- export declare const deserializeAws_json1_1ListActionExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionExecutionsCommandOutput>;
98
- export declare const deserializeAws_json1_1ListActionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionTypesCommandOutput>;
99
- export declare const deserializeAws_json1_1ListPipelineExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineExecutionsCommandOutput>;
100
- export declare const deserializeAws_json1_1ListPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelinesCommandOutput>;
101
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
102
- export declare const deserializeAws_json1_1ListWebhooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebhooksCommandOutput>;
103
- export declare const deserializeAws_json1_1PollForJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForJobsCommandOutput>;
104
- export declare const deserializeAws_json1_1PollForThirdPartyJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForThirdPartyJobsCommandOutput>;
105
- export declare const deserializeAws_json1_1PutActionRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutActionRevisionCommandOutput>;
106
- export declare const deserializeAws_json1_1PutApprovalResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutApprovalResultCommandOutput>;
107
- export declare const deserializeAws_json1_1PutJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobFailureResultCommandOutput>;
108
- export declare const deserializeAws_json1_1PutJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobSuccessResultCommandOutput>;
109
- export declare const deserializeAws_json1_1PutThirdPartyJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobFailureResultCommandOutput>;
110
- export declare const deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobSuccessResultCommandOutput>;
111
- export declare const deserializeAws_json1_1PutWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWebhookCommandOutput>;
112
- export declare const deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWebhookWithThirdPartyCommandOutput>;
113
- export declare const deserializeAws_json1_1RetryStageExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryStageExecutionCommandOutput>;
114
- export declare const deserializeAws_json1_1StartPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPipelineExecutionCommandOutput>;
115
- export declare const deserializeAws_json1_1StopPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPipelineExecutionCommandOutput>;
116
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
117
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
118
- export declare const deserializeAws_json1_1UpdateActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionTypeCommandOutput>;
119
- export declare const deserializeAws_json1_1UpdatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineCommandOutput>;
42
+ /**
43
+ * serializeAws_json1_1AcknowledgeJobCommand
44
+ */
45
+ export declare const se_AcknowledgeJobCommand: (input: AcknowledgeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ /**
47
+ * serializeAws_json1_1AcknowledgeThirdPartyJobCommand
48
+ */
49
+ export declare const se_AcknowledgeThirdPartyJobCommand: (input: AcknowledgeThirdPartyJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ /**
51
+ * serializeAws_json1_1CreateCustomActionTypeCommand
52
+ */
53
+ export declare const se_CreateCustomActionTypeCommand: (input: CreateCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ /**
55
+ * serializeAws_json1_1CreatePipelineCommand
56
+ */
57
+ export declare const se_CreatePipelineCommand: (input: CreatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ /**
59
+ * serializeAws_json1_1DeleteCustomActionTypeCommand
60
+ */
61
+ export declare const se_DeleteCustomActionTypeCommand: (input: DeleteCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ /**
63
+ * serializeAws_json1_1DeletePipelineCommand
64
+ */
65
+ export declare const se_DeletePipelineCommand: (input: DeletePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ /**
67
+ * serializeAws_json1_1DeleteWebhookCommand
68
+ */
69
+ export declare const se_DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ /**
71
+ * serializeAws_json1_1DeregisterWebhookWithThirdPartyCommand
72
+ */
73
+ export declare const se_DeregisterWebhookWithThirdPartyCommand: (input: DeregisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ /**
75
+ * serializeAws_json1_1DisableStageTransitionCommand
76
+ */
77
+ export declare const se_DisableStageTransitionCommand: (input: DisableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_json1_1EnableStageTransitionCommand
80
+ */
81
+ export declare const se_EnableStageTransitionCommand: (input: EnableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_json1_1GetActionTypeCommand
84
+ */
85
+ export declare const se_GetActionTypeCommand: (input: GetActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_json1_1GetJobDetailsCommand
88
+ */
89
+ export declare const se_GetJobDetailsCommand: (input: GetJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_json1_1GetPipelineCommand
92
+ */
93
+ export declare const se_GetPipelineCommand: (input: GetPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_json1_1GetPipelineExecutionCommand
96
+ */
97
+ export declare const se_GetPipelineExecutionCommand: (input: GetPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_json1_1GetPipelineStateCommand
100
+ */
101
+ export declare const se_GetPipelineStateCommand: (input: GetPipelineStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_json1_1GetThirdPartyJobDetailsCommand
104
+ */
105
+ export declare const se_GetThirdPartyJobDetailsCommand: (input: GetThirdPartyJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_json1_1ListActionExecutionsCommand
108
+ */
109
+ export declare const se_ListActionExecutionsCommand: (input: ListActionExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_json1_1ListActionTypesCommand
112
+ */
113
+ export declare const se_ListActionTypesCommand: (input: ListActionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_json1_1ListPipelineExecutionsCommand
116
+ */
117
+ export declare const se_ListPipelineExecutionsCommand: (input: ListPipelineExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_json1_1ListPipelinesCommand
120
+ */
121
+ export declare const se_ListPipelinesCommand: (input: ListPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_json1_1ListTagsForResourceCommand
124
+ */
125
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_json1_1ListWebhooksCommand
128
+ */
129
+ export declare const se_ListWebhooksCommand: (input: ListWebhooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_json1_1PollForJobsCommand
132
+ */
133
+ export declare const se_PollForJobsCommand: (input: PollForJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_json1_1PollForThirdPartyJobsCommand
136
+ */
137
+ export declare const se_PollForThirdPartyJobsCommand: (input: PollForThirdPartyJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_json1_1PutActionRevisionCommand
140
+ */
141
+ export declare const se_PutActionRevisionCommand: (input: PutActionRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_json1_1PutApprovalResultCommand
144
+ */
145
+ export declare const se_PutApprovalResultCommand: (input: PutApprovalResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_json1_1PutJobFailureResultCommand
148
+ */
149
+ export declare const se_PutJobFailureResultCommand: (input: PutJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_json1_1PutJobSuccessResultCommand
152
+ */
153
+ export declare const se_PutJobSuccessResultCommand: (input: PutJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_json1_1PutThirdPartyJobFailureResultCommand
156
+ */
157
+ export declare const se_PutThirdPartyJobFailureResultCommand: (input: PutThirdPartyJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_json1_1PutThirdPartyJobSuccessResultCommand
160
+ */
161
+ export declare const se_PutThirdPartyJobSuccessResultCommand: (input: PutThirdPartyJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_json1_1PutWebhookCommand
164
+ */
165
+ export declare const se_PutWebhookCommand: (input: PutWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_json1_1RegisterWebhookWithThirdPartyCommand
168
+ */
169
+ export declare const se_RegisterWebhookWithThirdPartyCommand: (input: RegisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_json1_1RetryStageExecutionCommand
172
+ */
173
+ export declare const se_RetryStageExecutionCommand: (input: RetryStageExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_json1_1StartPipelineExecutionCommand
176
+ */
177
+ export declare const se_StartPipelineExecutionCommand: (input: StartPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_json1_1StopPipelineExecutionCommand
180
+ */
181
+ export declare const se_StopPipelineExecutionCommand: (input: StopPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_json1_1TagResourceCommand
184
+ */
185
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_json1_1UntagResourceCommand
188
+ */
189
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_json1_1UpdateActionTypeCommand
192
+ */
193
+ export declare const se_UpdateActionTypeCommand: (input: UpdateActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_json1_1UpdatePipelineCommand
196
+ */
197
+ export declare const se_UpdatePipelineCommand: (input: UpdatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * deserializeAws_json1_1AcknowledgeJobCommand
200
+ */
201
+ export declare const de_AcknowledgeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeJobCommandOutput>;
202
+ /**
203
+ * deserializeAws_json1_1AcknowledgeThirdPartyJobCommand
204
+ */
205
+ export declare const de_AcknowledgeThirdPartyJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeThirdPartyJobCommandOutput>;
206
+ /**
207
+ * deserializeAws_json1_1CreateCustomActionTypeCommand
208
+ */
209
+ export declare const de_CreateCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomActionTypeCommandOutput>;
210
+ /**
211
+ * deserializeAws_json1_1CreatePipelineCommand
212
+ */
213
+ export declare const de_CreatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePipelineCommandOutput>;
214
+ /**
215
+ * deserializeAws_json1_1DeleteCustomActionTypeCommand
216
+ */
217
+ export declare const de_DeleteCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomActionTypeCommandOutput>;
218
+ /**
219
+ * deserializeAws_json1_1DeletePipelineCommand
220
+ */
221
+ export declare const de_DeletePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePipelineCommandOutput>;
222
+ /**
223
+ * deserializeAws_json1_1DeleteWebhookCommand
224
+ */
225
+ export declare const de_DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
226
+ /**
227
+ * deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand
228
+ */
229
+ export declare const de_DeregisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
230
+ /**
231
+ * deserializeAws_json1_1DisableStageTransitionCommand
232
+ */
233
+ export declare const de_DisableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableStageTransitionCommandOutput>;
234
+ /**
235
+ * deserializeAws_json1_1EnableStageTransitionCommand
236
+ */
237
+ export declare const de_EnableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableStageTransitionCommandOutput>;
238
+ /**
239
+ * deserializeAws_json1_1GetActionTypeCommand
240
+ */
241
+ export declare const de_GetActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetActionTypeCommandOutput>;
242
+ /**
243
+ * deserializeAws_json1_1GetJobDetailsCommand
244
+ */
245
+ export declare const de_GetJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobDetailsCommandOutput>;
246
+ /**
247
+ * deserializeAws_json1_1GetPipelineCommand
248
+ */
249
+ export declare const de_GetPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineCommandOutput>;
250
+ /**
251
+ * deserializeAws_json1_1GetPipelineExecutionCommand
252
+ */
253
+ export declare const de_GetPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineExecutionCommandOutput>;
254
+ /**
255
+ * deserializeAws_json1_1GetPipelineStateCommand
256
+ */
257
+ export declare const de_GetPipelineStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineStateCommandOutput>;
258
+ /**
259
+ * deserializeAws_json1_1GetThirdPartyJobDetailsCommand
260
+ */
261
+ export declare const de_GetThirdPartyJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThirdPartyJobDetailsCommandOutput>;
262
+ /**
263
+ * deserializeAws_json1_1ListActionExecutionsCommand
264
+ */
265
+ export declare const de_ListActionExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionExecutionsCommandOutput>;
266
+ /**
267
+ * deserializeAws_json1_1ListActionTypesCommand
268
+ */
269
+ export declare const de_ListActionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionTypesCommandOutput>;
270
+ /**
271
+ * deserializeAws_json1_1ListPipelineExecutionsCommand
272
+ */
273
+ export declare const de_ListPipelineExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineExecutionsCommandOutput>;
274
+ /**
275
+ * deserializeAws_json1_1ListPipelinesCommand
276
+ */
277
+ export declare const de_ListPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelinesCommandOutput>;
278
+ /**
279
+ * deserializeAws_json1_1ListTagsForResourceCommand
280
+ */
281
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
282
+ /**
283
+ * deserializeAws_json1_1ListWebhooksCommand
284
+ */
285
+ export declare const de_ListWebhooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebhooksCommandOutput>;
286
+ /**
287
+ * deserializeAws_json1_1PollForJobsCommand
288
+ */
289
+ export declare const de_PollForJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForJobsCommandOutput>;
290
+ /**
291
+ * deserializeAws_json1_1PollForThirdPartyJobsCommand
292
+ */
293
+ export declare const de_PollForThirdPartyJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForThirdPartyJobsCommandOutput>;
294
+ /**
295
+ * deserializeAws_json1_1PutActionRevisionCommand
296
+ */
297
+ export declare const de_PutActionRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutActionRevisionCommandOutput>;
298
+ /**
299
+ * deserializeAws_json1_1PutApprovalResultCommand
300
+ */
301
+ export declare const de_PutApprovalResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutApprovalResultCommandOutput>;
302
+ /**
303
+ * deserializeAws_json1_1PutJobFailureResultCommand
304
+ */
305
+ export declare const de_PutJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobFailureResultCommandOutput>;
306
+ /**
307
+ * deserializeAws_json1_1PutJobSuccessResultCommand
308
+ */
309
+ export declare const de_PutJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobSuccessResultCommandOutput>;
310
+ /**
311
+ * deserializeAws_json1_1PutThirdPartyJobFailureResultCommand
312
+ */
313
+ export declare const de_PutThirdPartyJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobFailureResultCommandOutput>;
314
+ /**
315
+ * deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand
316
+ */
317
+ export declare const de_PutThirdPartyJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobSuccessResultCommandOutput>;
318
+ /**
319
+ * deserializeAws_json1_1PutWebhookCommand
320
+ */
321
+ export declare const de_PutWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWebhookCommandOutput>;
322
+ /**
323
+ * deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand
324
+ */
325
+ export declare const de_RegisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWebhookWithThirdPartyCommandOutput>;
326
+ /**
327
+ * deserializeAws_json1_1RetryStageExecutionCommand
328
+ */
329
+ export declare const de_RetryStageExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryStageExecutionCommandOutput>;
330
+ /**
331
+ * deserializeAws_json1_1StartPipelineExecutionCommand
332
+ */
333
+ export declare const de_StartPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPipelineExecutionCommandOutput>;
334
+ /**
335
+ * deserializeAws_json1_1StopPipelineExecutionCommand
336
+ */
337
+ export declare const de_StopPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPipelineExecutionCommandOutput>;
338
+ /**
339
+ * deserializeAws_json1_1TagResourceCommand
340
+ */
341
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
342
+ /**
343
+ * deserializeAws_json1_1UntagResourceCommand
344
+ */
345
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
346
+ /**
347
+ * deserializeAws_json1_1UpdateActionTypeCommand
348
+ */
349
+ export declare const de_UpdateActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionTypeCommandOutput>;
350
+ /**
351
+ * deserializeAws_json1_1UpdatePipelineCommand
352
+ */
353
+ export declare const de_UpdatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineCommandOutput>;