@aws-sdk/client-codepipeline 3.926.0 → 3.928.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 (68) hide show
  1. package/dist-cjs/index.js +2313 -2278
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/CodePipelineClient.js +2 -0
  4. package/dist-es/commands/AcknowledgeJobCommand.js +3 -9
  5. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +3 -9
  6. package/dist-es/commands/CreateCustomActionTypeCommand.js +3 -9
  7. package/dist-es/commands/CreatePipelineCommand.js +3 -9
  8. package/dist-es/commands/DeleteCustomActionTypeCommand.js +3 -9
  9. package/dist-es/commands/DeletePipelineCommand.js +3 -9
  10. package/dist-es/commands/DeleteWebhookCommand.js +3 -9
  11. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +3 -9
  12. package/dist-es/commands/DisableStageTransitionCommand.js +3 -9
  13. package/dist-es/commands/EnableStageTransitionCommand.js +3 -9
  14. package/dist-es/commands/GetActionTypeCommand.js +3 -9
  15. package/dist-es/commands/GetJobDetailsCommand.js +3 -10
  16. package/dist-es/commands/GetPipelineCommand.js +3 -9
  17. package/dist-es/commands/GetPipelineExecutionCommand.js +3 -9
  18. package/dist-es/commands/GetPipelineStateCommand.js +3 -9
  19. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +3 -10
  20. package/dist-es/commands/ListActionExecutionsCommand.js +3 -9
  21. package/dist-es/commands/ListActionTypesCommand.js +3 -9
  22. package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +3 -9
  23. package/dist-es/commands/ListPipelineExecutionsCommand.js +3 -9
  24. package/dist-es/commands/ListPipelinesCommand.js +3 -9
  25. package/dist-es/commands/ListRuleExecutionsCommand.js +3 -9
  26. package/dist-es/commands/ListRuleTypesCommand.js +3 -9
  27. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  28. package/dist-es/commands/ListWebhooksCommand.js +3 -9
  29. package/dist-es/commands/OverrideStageConditionCommand.js +3 -9
  30. package/dist-es/commands/PollForJobsCommand.js +3 -10
  31. package/dist-es/commands/PollForThirdPartyJobsCommand.js +3 -9
  32. package/dist-es/commands/PutActionRevisionCommand.js +3 -9
  33. package/dist-es/commands/PutApprovalResultCommand.js +3 -9
  34. package/dist-es/commands/PutJobFailureResultCommand.js +3 -9
  35. package/dist-es/commands/PutJobSuccessResultCommand.js +3 -9
  36. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +3 -9
  37. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +3 -9
  38. package/dist-es/commands/PutWebhookCommand.js +3 -9
  39. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +3 -9
  40. package/dist-es/commands/RetryStageExecutionCommand.js +3 -9
  41. package/dist-es/commands/RollbackStageCommand.js +3 -9
  42. package/dist-es/commands/StartPipelineExecutionCommand.js +3 -9
  43. package/dist-es/commands/StopPipelineExecutionCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/commands/UpdateActionTypeCommand.js +3 -9
  47. package/dist-es/commands/UpdatePipelineCommand.js +3 -9
  48. package/dist-es/models/models_0.js +0 -39
  49. package/dist-es/runtimeConfig.shared.js +7 -0
  50. package/dist-es/schemas/schemas_0.js +2118 -0
  51. package/dist-types/CodePipelineClient.d.ts +10 -1
  52. package/dist-types/models/models_0.d.ts +0 -36
  53. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  54. package/dist-types/runtimeConfig.d.ts +1 -0
  55. package/dist-types/runtimeConfig.native.d.ts +1 -0
  56. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  57. package/dist-types/schemas/schemas_0.d.ts +340 -0
  58. package/dist-types/ts3.4/CodePipelineClient.d.ts +4 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +0 -21
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  64. package/dist-types/ts3.4/schemas/schemas_0.d.ts +347 -0
  65. package/package.json +5 -6
  66. package/dist-es/protocols/Aws_json1_1.js +0 -1804
  67. package/dist-types/protocols/Aws_json1_1.d.ts +0 -398
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -533
@@ -1,398 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "../commands/AcknowledgeJobCommand";
4
- import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "../commands/AcknowledgeThirdPartyJobCommand";
5
- import { CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput } from "../commands/CreateCustomActionTypeCommand";
6
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
7
- import { DeleteCustomActionTypeCommandInput, DeleteCustomActionTypeCommandOutput } from "../commands/DeleteCustomActionTypeCommand";
8
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "../commands/DeletePipelineCommand";
9
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "../commands/DeleteWebhookCommand";
10
- import { DeregisterWebhookWithThirdPartyCommandInput, DeregisterWebhookWithThirdPartyCommandOutput } from "../commands/DeregisterWebhookWithThirdPartyCommand";
11
- import { DisableStageTransitionCommandInput, DisableStageTransitionCommandOutput } from "../commands/DisableStageTransitionCommand";
12
- import { EnableStageTransitionCommandInput, EnableStageTransitionCommandOutput } from "../commands/EnableStageTransitionCommand";
13
- import { GetActionTypeCommandInput, GetActionTypeCommandOutput } from "../commands/GetActionTypeCommand";
14
- import { GetJobDetailsCommandInput, GetJobDetailsCommandOutput } from "../commands/GetJobDetailsCommand";
15
- import { GetPipelineCommandInput, GetPipelineCommandOutput } from "../commands/GetPipelineCommand";
16
- import { GetPipelineExecutionCommandInput, GetPipelineExecutionCommandOutput } from "../commands/GetPipelineExecutionCommand";
17
- import { GetPipelineStateCommandInput, GetPipelineStateCommandOutput } from "../commands/GetPipelineStateCommand";
18
- import { GetThirdPartyJobDetailsCommandInput, GetThirdPartyJobDetailsCommandOutput } from "../commands/GetThirdPartyJobDetailsCommand";
19
- import { ListActionExecutionsCommandInput, ListActionExecutionsCommandOutput } from "../commands/ListActionExecutionsCommand";
20
- import { ListActionTypesCommandInput, ListActionTypesCommandOutput } from "../commands/ListActionTypesCommand";
21
- import { ListDeployActionExecutionTargetsCommandInput, ListDeployActionExecutionTargetsCommandOutput } from "../commands/ListDeployActionExecutionTargetsCommand";
22
- import { ListPipelineExecutionsCommandInput, ListPipelineExecutionsCommandOutput } from "../commands/ListPipelineExecutionsCommand";
23
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "../commands/ListPipelinesCommand";
24
- import { ListRuleExecutionsCommandInput, ListRuleExecutionsCommandOutput } from "../commands/ListRuleExecutionsCommand";
25
- import { ListRuleTypesCommandInput, ListRuleTypesCommandOutput } from "../commands/ListRuleTypesCommand";
26
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
27
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "../commands/ListWebhooksCommand";
28
- import { OverrideStageConditionCommandInput, OverrideStageConditionCommandOutput } from "../commands/OverrideStageConditionCommand";
29
- import { PollForJobsCommandInput, PollForJobsCommandOutput } from "../commands/PollForJobsCommand";
30
- import { PollForThirdPartyJobsCommandInput, PollForThirdPartyJobsCommandOutput } from "../commands/PollForThirdPartyJobsCommand";
31
- import { PutActionRevisionCommandInput, PutActionRevisionCommandOutput } from "../commands/PutActionRevisionCommand";
32
- import { PutApprovalResultCommandInput, PutApprovalResultCommandOutput } from "../commands/PutApprovalResultCommand";
33
- import { PutJobFailureResultCommandInput, PutJobFailureResultCommandOutput } from "../commands/PutJobFailureResultCommand";
34
- import { PutJobSuccessResultCommandInput, PutJobSuccessResultCommandOutput } from "../commands/PutJobSuccessResultCommand";
35
- import { PutThirdPartyJobFailureResultCommandInput, PutThirdPartyJobFailureResultCommandOutput } from "../commands/PutThirdPartyJobFailureResultCommand";
36
- import { PutThirdPartyJobSuccessResultCommandInput, PutThirdPartyJobSuccessResultCommandOutput } from "../commands/PutThirdPartyJobSuccessResultCommand";
37
- import { PutWebhookCommandInput, PutWebhookCommandOutput } from "../commands/PutWebhookCommand";
38
- import { RegisterWebhookWithThirdPartyCommandInput, RegisterWebhookWithThirdPartyCommandOutput } from "../commands/RegisterWebhookWithThirdPartyCommand";
39
- import { RetryStageExecutionCommandInput, RetryStageExecutionCommandOutput } from "../commands/RetryStageExecutionCommand";
40
- import { RollbackStageCommandInput, RollbackStageCommandOutput } from "../commands/RollbackStageCommand";
41
- import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "../commands/StartPipelineExecutionCommand";
42
- import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "../commands/StopPipelineExecutionCommand";
43
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
44
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
45
- import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "../commands/UpdateActionTypeCommand";
46
- import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "../commands/UpdatePipelineCommand";
47
- /**
48
- * serializeAws_json1_1AcknowledgeJobCommand
49
- */
50
- export declare const se_AcknowledgeJobCommand: (input: AcknowledgeJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_json1_1AcknowledgeThirdPartyJobCommand
53
- */
54
- export declare const se_AcknowledgeThirdPartyJobCommand: (input: AcknowledgeThirdPartyJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_json1_1CreateCustomActionTypeCommand
57
- */
58
- export declare const se_CreateCustomActionTypeCommand: (input: CreateCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_json1_1CreatePipelineCommand
61
- */
62
- export declare const se_CreatePipelineCommand: (input: CreatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_json1_1DeleteCustomActionTypeCommand
65
- */
66
- export declare const se_DeleteCustomActionTypeCommand: (input: DeleteCustomActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_1DeletePipelineCommand
69
- */
70
- export declare const se_DeletePipelineCommand: (input: DeletePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_1DeleteWebhookCommand
73
- */
74
- export declare const se_DeleteWebhookCommand: (input: DeleteWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1DeregisterWebhookWithThirdPartyCommand
77
- */
78
- export declare const se_DeregisterWebhookWithThirdPartyCommand: (input: DeregisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1DisableStageTransitionCommand
81
- */
82
- export declare const se_DisableStageTransitionCommand: (input: DisableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_1EnableStageTransitionCommand
85
- */
86
- export declare const se_EnableStageTransitionCommand: (input: EnableStageTransitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_1GetActionTypeCommand
89
- */
90
- export declare const se_GetActionTypeCommand: (input: GetActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_1GetJobDetailsCommand
93
- */
94
- export declare const se_GetJobDetailsCommand: (input: GetJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_1GetPipelineCommand
97
- */
98
- export declare const se_GetPipelineCommand: (input: GetPipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1GetPipelineExecutionCommand
101
- */
102
- export declare const se_GetPipelineExecutionCommand: (input: GetPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_1GetPipelineStateCommand
105
- */
106
- export declare const se_GetPipelineStateCommand: (input: GetPipelineStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_1GetThirdPartyJobDetailsCommand
109
- */
110
- export declare const se_GetThirdPartyJobDetailsCommand: (input: GetThirdPartyJobDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_1ListActionExecutionsCommand
113
- */
114
- export declare const se_ListActionExecutionsCommand: (input: ListActionExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_1ListActionTypesCommand
117
- */
118
- export declare const se_ListActionTypesCommand: (input: ListActionTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_1ListDeployActionExecutionTargetsCommand
121
- */
122
- export declare const se_ListDeployActionExecutionTargetsCommand: (input: ListDeployActionExecutionTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_1ListPipelineExecutionsCommand
125
- */
126
- export declare const se_ListPipelineExecutionsCommand: (input: ListPipelineExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_1ListPipelinesCommand
129
- */
130
- export declare const se_ListPipelinesCommand: (input: ListPipelinesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_1ListRuleExecutionsCommand
133
- */
134
- export declare const se_ListRuleExecutionsCommand: (input: ListRuleExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_1ListRuleTypesCommand
137
- */
138
- export declare const se_ListRuleTypesCommand: (input: ListRuleTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_1ListTagsForResourceCommand
141
- */
142
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * serializeAws_json1_1ListWebhooksCommand
145
- */
146
- export declare const se_ListWebhooksCommand: (input: ListWebhooksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- /**
148
- * serializeAws_json1_1OverrideStageConditionCommand
149
- */
150
- export declare const se_OverrideStageConditionCommand: (input: OverrideStageConditionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- /**
152
- * serializeAws_json1_1PollForJobsCommand
153
- */
154
- export declare const se_PollForJobsCommand: (input: PollForJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- /**
156
- * serializeAws_json1_1PollForThirdPartyJobsCommand
157
- */
158
- export declare const se_PollForThirdPartyJobsCommand: (input: PollForThirdPartyJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
159
- /**
160
- * serializeAws_json1_1PutActionRevisionCommand
161
- */
162
- export declare const se_PutActionRevisionCommand: (input: PutActionRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
163
- /**
164
- * serializeAws_json1_1PutApprovalResultCommand
165
- */
166
- export declare const se_PutApprovalResultCommand: (input: PutApprovalResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
167
- /**
168
- * serializeAws_json1_1PutJobFailureResultCommand
169
- */
170
- export declare const se_PutJobFailureResultCommand: (input: PutJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
171
- /**
172
- * serializeAws_json1_1PutJobSuccessResultCommand
173
- */
174
- export declare const se_PutJobSuccessResultCommand: (input: PutJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
175
- /**
176
- * serializeAws_json1_1PutThirdPartyJobFailureResultCommand
177
- */
178
- export declare const se_PutThirdPartyJobFailureResultCommand: (input: PutThirdPartyJobFailureResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
179
- /**
180
- * serializeAws_json1_1PutThirdPartyJobSuccessResultCommand
181
- */
182
- export declare const se_PutThirdPartyJobSuccessResultCommand: (input: PutThirdPartyJobSuccessResultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
183
- /**
184
- * serializeAws_json1_1PutWebhookCommand
185
- */
186
- export declare const se_PutWebhookCommand: (input: PutWebhookCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
187
- /**
188
- * serializeAws_json1_1RegisterWebhookWithThirdPartyCommand
189
- */
190
- export declare const se_RegisterWebhookWithThirdPartyCommand: (input: RegisterWebhookWithThirdPartyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
191
- /**
192
- * serializeAws_json1_1RetryStageExecutionCommand
193
- */
194
- export declare const se_RetryStageExecutionCommand: (input: RetryStageExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
195
- /**
196
- * serializeAws_json1_1RollbackStageCommand
197
- */
198
- export declare const se_RollbackStageCommand: (input: RollbackStageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
199
- /**
200
- * serializeAws_json1_1StartPipelineExecutionCommand
201
- */
202
- export declare const se_StartPipelineExecutionCommand: (input: StartPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
203
- /**
204
- * serializeAws_json1_1StopPipelineExecutionCommand
205
- */
206
- export declare const se_StopPipelineExecutionCommand: (input: StopPipelineExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
207
- /**
208
- * serializeAws_json1_1TagResourceCommand
209
- */
210
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
211
- /**
212
- * serializeAws_json1_1UntagResourceCommand
213
- */
214
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
215
- /**
216
- * serializeAws_json1_1UpdateActionTypeCommand
217
- */
218
- export declare const se_UpdateActionTypeCommand: (input: UpdateActionTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
219
- /**
220
- * serializeAws_json1_1UpdatePipelineCommand
221
- */
222
- export declare const se_UpdatePipelineCommand: (input: UpdatePipelineCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
223
- /**
224
- * deserializeAws_json1_1AcknowledgeJobCommand
225
- */
226
- export declare const de_AcknowledgeJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeJobCommandOutput>;
227
- /**
228
- * deserializeAws_json1_1AcknowledgeThirdPartyJobCommand
229
- */
230
- export declare const de_AcknowledgeThirdPartyJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcknowledgeThirdPartyJobCommandOutput>;
231
- /**
232
- * deserializeAws_json1_1CreateCustomActionTypeCommand
233
- */
234
- export declare const de_CreateCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomActionTypeCommandOutput>;
235
- /**
236
- * deserializeAws_json1_1CreatePipelineCommand
237
- */
238
- export declare const de_CreatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePipelineCommandOutput>;
239
- /**
240
- * deserializeAws_json1_1DeleteCustomActionTypeCommand
241
- */
242
- export declare const de_DeleteCustomActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomActionTypeCommandOutput>;
243
- /**
244
- * deserializeAws_json1_1DeletePipelineCommand
245
- */
246
- export declare const de_DeletePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePipelineCommandOutput>;
247
- /**
248
- * deserializeAws_json1_1DeleteWebhookCommand
249
- */
250
- export declare const de_DeleteWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWebhookCommandOutput>;
251
- /**
252
- * deserializeAws_json1_1DeregisterWebhookWithThirdPartyCommand
253
- */
254
- export declare const de_DeregisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterWebhookWithThirdPartyCommandOutput>;
255
- /**
256
- * deserializeAws_json1_1DisableStageTransitionCommand
257
- */
258
- export declare const de_DisableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableStageTransitionCommandOutput>;
259
- /**
260
- * deserializeAws_json1_1EnableStageTransitionCommand
261
- */
262
- export declare const de_EnableStageTransitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableStageTransitionCommandOutput>;
263
- /**
264
- * deserializeAws_json1_1GetActionTypeCommand
265
- */
266
- export declare const de_GetActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetActionTypeCommandOutput>;
267
- /**
268
- * deserializeAws_json1_1GetJobDetailsCommand
269
- */
270
- export declare const de_GetJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobDetailsCommandOutput>;
271
- /**
272
- * deserializeAws_json1_1GetPipelineCommand
273
- */
274
- export declare const de_GetPipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineCommandOutput>;
275
- /**
276
- * deserializeAws_json1_1GetPipelineExecutionCommand
277
- */
278
- export declare const de_GetPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineExecutionCommandOutput>;
279
- /**
280
- * deserializeAws_json1_1GetPipelineStateCommand
281
- */
282
- export declare const de_GetPipelineStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPipelineStateCommandOutput>;
283
- /**
284
- * deserializeAws_json1_1GetThirdPartyJobDetailsCommand
285
- */
286
- export declare const de_GetThirdPartyJobDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThirdPartyJobDetailsCommandOutput>;
287
- /**
288
- * deserializeAws_json1_1ListActionExecutionsCommand
289
- */
290
- export declare const de_ListActionExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionExecutionsCommandOutput>;
291
- /**
292
- * deserializeAws_json1_1ListActionTypesCommand
293
- */
294
- export declare const de_ListActionTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActionTypesCommandOutput>;
295
- /**
296
- * deserializeAws_json1_1ListDeployActionExecutionTargetsCommand
297
- */
298
- export declare const de_ListDeployActionExecutionTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeployActionExecutionTargetsCommandOutput>;
299
- /**
300
- * deserializeAws_json1_1ListPipelineExecutionsCommand
301
- */
302
- export declare const de_ListPipelineExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelineExecutionsCommandOutput>;
303
- /**
304
- * deserializeAws_json1_1ListPipelinesCommand
305
- */
306
- export declare const de_ListPipelinesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPipelinesCommandOutput>;
307
- /**
308
- * deserializeAws_json1_1ListRuleExecutionsCommand
309
- */
310
- export declare const de_ListRuleExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleExecutionsCommandOutput>;
311
- /**
312
- * deserializeAws_json1_1ListRuleTypesCommand
313
- */
314
- export declare const de_ListRuleTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRuleTypesCommandOutput>;
315
- /**
316
- * deserializeAws_json1_1ListTagsForResourceCommand
317
- */
318
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
319
- /**
320
- * deserializeAws_json1_1ListWebhooksCommand
321
- */
322
- export declare const de_ListWebhooksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWebhooksCommandOutput>;
323
- /**
324
- * deserializeAws_json1_1OverrideStageConditionCommand
325
- */
326
- export declare const de_OverrideStageConditionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<OverrideStageConditionCommandOutput>;
327
- /**
328
- * deserializeAws_json1_1PollForJobsCommand
329
- */
330
- export declare const de_PollForJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForJobsCommandOutput>;
331
- /**
332
- * deserializeAws_json1_1PollForThirdPartyJobsCommand
333
- */
334
- export declare const de_PollForThirdPartyJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForThirdPartyJobsCommandOutput>;
335
- /**
336
- * deserializeAws_json1_1PutActionRevisionCommand
337
- */
338
- export declare const de_PutActionRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutActionRevisionCommandOutput>;
339
- /**
340
- * deserializeAws_json1_1PutApprovalResultCommand
341
- */
342
- export declare const de_PutApprovalResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutApprovalResultCommandOutput>;
343
- /**
344
- * deserializeAws_json1_1PutJobFailureResultCommand
345
- */
346
- export declare const de_PutJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobFailureResultCommandOutput>;
347
- /**
348
- * deserializeAws_json1_1PutJobSuccessResultCommand
349
- */
350
- export declare const de_PutJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutJobSuccessResultCommandOutput>;
351
- /**
352
- * deserializeAws_json1_1PutThirdPartyJobFailureResultCommand
353
- */
354
- export declare const de_PutThirdPartyJobFailureResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobFailureResultCommandOutput>;
355
- /**
356
- * deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand
357
- */
358
- export declare const de_PutThirdPartyJobSuccessResultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutThirdPartyJobSuccessResultCommandOutput>;
359
- /**
360
- * deserializeAws_json1_1PutWebhookCommand
361
- */
362
- export declare const de_PutWebhookCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutWebhookCommandOutput>;
363
- /**
364
- * deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand
365
- */
366
- export declare const de_RegisterWebhookWithThirdPartyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWebhookWithThirdPartyCommandOutput>;
367
- /**
368
- * deserializeAws_json1_1RetryStageExecutionCommand
369
- */
370
- export declare const de_RetryStageExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryStageExecutionCommandOutput>;
371
- /**
372
- * deserializeAws_json1_1RollbackStageCommand
373
- */
374
- export declare const de_RollbackStageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RollbackStageCommandOutput>;
375
- /**
376
- * deserializeAws_json1_1StartPipelineExecutionCommand
377
- */
378
- export declare const de_StartPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartPipelineExecutionCommandOutput>;
379
- /**
380
- * deserializeAws_json1_1StopPipelineExecutionCommand
381
- */
382
- export declare const de_StopPipelineExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopPipelineExecutionCommandOutput>;
383
- /**
384
- * deserializeAws_json1_1TagResourceCommand
385
- */
386
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
387
- /**
388
- * deserializeAws_json1_1UntagResourceCommand
389
- */
390
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
391
- /**
392
- * deserializeAws_json1_1UpdateActionTypeCommand
393
- */
394
- export declare const de_UpdateActionTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateActionTypeCommandOutput>;
395
- /**
396
- * deserializeAws_json1_1UpdatePipelineCommand
397
- */
398
- export declare const de_UpdatePipelineCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePipelineCommandOutput>;