@aws-sdk/client-codepipeline 3.169.0 → 3.170.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/CodePipeline.d.ts +706 -200
- package/dist-types/ts3.4/CodePipelineClient.d.ts +364 -112
- package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +39 -39
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2027 -1808
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +473 -119
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1808 +1,2027 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AcknowledgeJobInput {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export declare class JobNotFoundException extends __BaseException {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
export interface InputArtifact {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
export interface
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
export interface
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
export
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
export
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
export
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
export
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
export interface
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
export declare class
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
export interface
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
}
|
|
798
|
-
|
|
799
|
-
export interface
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
export interface
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
export declare
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
export declare
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
export interface
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
export interface
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
}
|
|
1124
|
-
export
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
export interface
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
export
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
}
|
|
1435
|
-
|
|
1436
|
-
export interface
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
export
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
}
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
}
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
export
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AcknowledgeJobInput {
|
|
5
|
+
jobId: string | undefined;
|
|
6
|
+
|
|
7
|
+
nonce: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
export declare enum JobStatus {
|
|
10
|
+
Created = "Created",
|
|
11
|
+
Dispatched = "Dispatched",
|
|
12
|
+
Failed = "Failed",
|
|
13
|
+
InProgress = "InProgress",
|
|
14
|
+
Queued = "Queued",
|
|
15
|
+
Succeeded = "Succeeded",
|
|
16
|
+
TimedOut = "TimedOut",
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface AcknowledgeJobOutput {
|
|
20
|
+
status?: JobStatus | string;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export declare class InvalidNonceException extends __BaseException {
|
|
24
|
+
readonly name: "InvalidNonceException";
|
|
25
|
+
readonly $fault: "client";
|
|
26
|
+
|
|
27
|
+
constructor(
|
|
28
|
+
opts: __ExceptionOptionType<InvalidNonceException, __BaseException>
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export declare class JobNotFoundException extends __BaseException {
|
|
33
|
+
readonly name: "JobNotFoundException";
|
|
34
|
+
readonly $fault: "client";
|
|
35
|
+
|
|
36
|
+
constructor(
|
|
37
|
+
opts: __ExceptionOptionType<JobNotFoundException, __BaseException>
|
|
38
|
+
);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export declare class ValidationException extends __BaseException {
|
|
42
|
+
readonly name: "ValidationException";
|
|
43
|
+
readonly $fault: "client";
|
|
44
|
+
|
|
45
|
+
constructor(
|
|
46
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface AcknowledgeThirdPartyJobInput {
|
|
51
|
+
jobId: string | undefined;
|
|
52
|
+
|
|
53
|
+
nonce: string | undefined;
|
|
54
|
+
|
|
55
|
+
clientToken: string | undefined;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface AcknowledgeThirdPartyJobOutput {
|
|
59
|
+
status?: JobStatus | string;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export declare class InvalidClientTokenException extends __BaseException {
|
|
63
|
+
readonly name: "InvalidClientTokenException";
|
|
64
|
+
readonly $fault: "client";
|
|
65
|
+
|
|
66
|
+
constructor(
|
|
67
|
+
opts: __ExceptionOptionType<InvalidClientTokenException, __BaseException>
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
export declare enum ActionCategory {
|
|
71
|
+
Approval = "Approval",
|
|
72
|
+
Build = "Build",
|
|
73
|
+
Deploy = "Deploy",
|
|
74
|
+
Invoke = "Invoke",
|
|
75
|
+
Source = "Source",
|
|
76
|
+
Test = "Test",
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export interface ActionConfiguration {
|
|
80
|
+
configuration?: Record<string, string>;
|
|
81
|
+
}
|
|
82
|
+
export declare enum ActionConfigurationPropertyType {
|
|
83
|
+
Boolean = "Boolean",
|
|
84
|
+
Number = "Number",
|
|
85
|
+
String = "String",
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface ActionConfigurationProperty {
|
|
89
|
+
name: string | undefined;
|
|
90
|
+
|
|
91
|
+
required: boolean | undefined;
|
|
92
|
+
|
|
93
|
+
key: boolean | undefined;
|
|
94
|
+
|
|
95
|
+
secret: boolean | undefined;
|
|
96
|
+
|
|
97
|
+
queryable?: boolean;
|
|
98
|
+
|
|
99
|
+
description?: string;
|
|
100
|
+
|
|
101
|
+
type?: ActionConfigurationPropertyType | string;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export interface ActionContext {
|
|
105
|
+
name?: string;
|
|
106
|
+
|
|
107
|
+
actionExecutionId?: string;
|
|
108
|
+
}
|
|
109
|
+
export declare enum ActionOwner {
|
|
110
|
+
AWS = "AWS",
|
|
111
|
+
Custom = "Custom",
|
|
112
|
+
ThirdParty = "ThirdParty",
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export interface ActionTypeId {
|
|
116
|
+
category: ActionCategory | string | undefined;
|
|
117
|
+
|
|
118
|
+
owner: ActionOwner | string | undefined;
|
|
119
|
+
|
|
120
|
+
provider: string | undefined;
|
|
121
|
+
|
|
122
|
+
version: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export interface InputArtifact {
|
|
126
|
+
name: string | undefined;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
export interface OutputArtifact {
|
|
130
|
+
name: string | undefined;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
export interface ActionDeclaration {
|
|
134
|
+
name: string | undefined;
|
|
135
|
+
|
|
136
|
+
actionTypeId: ActionTypeId | undefined;
|
|
137
|
+
|
|
138
|
+
runOrder?: number;
|
|
139
|
+
|
|
140
|
+
configuration?: Record<string, string>;
|
|
141
|
+
|
|
142
|
+
outputArtifacts?: OutputArtifact[];
|
|
143
|
+
|
|
144
|
+
inputArtifacts?: InputArtifact[];
|
|
145
|
+
|
|
146
|
+
roleArn?: string;
|
|
147
|
+
|
|
148
|
+
region?: string;
|
|
149
|
+
|
|
150
|
+
namespace?: string;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface ErrorDetails {
|
|
154
|
+
code?: string;
|
|
155
|
+
|
|
156
|
+
message?: string;
|
|
157
|
+
}
|
|
158
|
+
export declare enum ActionExecutionStatus {
|
|
159
|
+
Abandoned = "Abandoned",
|
|
160
|
+
Failed = "Failed",
|
|
161
|
+
InProgress = "InProgress",
|
|
162
|
+
Succeeded = "Succeeded",
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export interface ActionExecution {
|
|
166
|
+
actionExecutionId?: string;
|
|
167
|
+
|
|
168
|
+
status?: ActionExecutionStatus | string;
|
|
169
|
+
|
|
170
|
+
summary?: string;
|
|
171
|
+
|
|
172
|
+
lastStatusChange?: Date;
|
|
173
|
+
|
|
174
|
+
token?: string;
|
|
175
|
+
|
|
176
|
+
lastUpdatedBy?: string;
|
|
177
|
+
|
|
178
|
+
externalExecutionId?: string;
|
|
179
|
+
|
|
180
|
+
externalExecutionUrl?: string;
|
|
181
|
+
|
|
182
|
+
percentComplete?: number;
|
|
183
|
+
|
|
184
|
+
errorDetails?: ErrorDetails;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface S3Location {
|
|
188
|
+
bucket?: string;
|
|
189
|
+
|
|
190
|
+
key?: string;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export interface ArtifactDetail {
|
|
194
|
+
name?: string;
|
|
195
|
+
|
|
196
|
+
s3location?: S3Location;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
export interface ActionExecutionInput {
|
|
200
|
+
actionTypeId?: ActionTypeId;
|
|
201
|
+
|
|
202
|
+
configuration?: Record<string, string>;
|
|
203
|
+
|
|
204
|
+
resolvedConfiguration?: Record<string, string>;
|
|
205
|
+
|
|
206
|
+
roleArn?: string;
|
|
207
|
+
|
|
208
|
+
region?: string;
|
|
209
|
+
|
|
210
|
+
inputArtifacts?: ArtifactDetail[];
|
|
211
|
+
|
|
212
|
+
namespace?: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface ActionExecutionResult {
|
|
216
|
+
externalExecutionId?: string;
|
|
217
|
+
|
|
218
|
+
externalExecutionSummary?: string;
|
|
219
|
+
|
|
220
|
+
externalExecutionUrl?: string;
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
export interface ActionExecutionOutput {
|
|
224
|
+
outputArtifacts?: ArtifactDetail[];
|
|
225
|
+
|
|
226
|
+
executionResult?: ActionExecutionResult;
|
|
227
|
+
|
|
228
|
+
outputVariables?: Record<string, string>;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export interface ActionExecutionDetail {
|
|
232
|
+
pipelineExecutionId?: string;
|
|
233
|
+
|
|
234
|
+
actionExecutionId?: string;
|
|
235
|
+
|
|
236
|
+
pipelineVersion?: number;
|
|
237
|
+
|
|
238
|
+
stageName?: string;
|
|
239
|
+
|
|
240
|
+
actionName?: string;
|
|
241
|
+
|
|
242
|
+
startTime?: Date;
|
|
243
|
+
|
|
244
|
+
lastUpdateTime?: Date;
|
|
245
|
+
|
|
246
|
+
status?: ActionExecutionStatus | string;
|
|
247
|
+
|
|
248
|
+
input?: ActionExecutionInput;
|
|
249
|
+
|
|
250
|
+
output?: ActionExecutionOutput;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
export interface ActionExecutionFilter {
|
|
254
|
+
pipelineExecutionId?: string;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
export declare class ActionNotFoundException extends __BaseException {
|
|
258
|
+
readonly name: "ActionNotFoundException";
|
|
259
|
+
readonly $fault: "client";
|
|
260
|
+
|
|
261
|
+
constructor(
|
|
262
|
+
opts: __ExceptionOptionType<ActionNotFoundException, __BaseException>
|
|
263
|
+
);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface ActionRevision {
|
|
267
|
+
revisionId: string | undefined;
|
|
268
|
+
|
|
269
|
+
revisionChangeId: string | undefined;
|
|
270
|
+
|
|
271
|
+
created: Date | undefined;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export interface ActionState {
|
|
275
|
+
actionName?: string;
|
|
276
|
+
|
|
277
|
+
currentRevision?: ActionRevision;
|
|
278
|
+
|
|
279
|
+
latestExecution?: ActionExecution;
|
|
280
|
+
|
|
281
|
+
entityUrl?: string;
|
|
282
|
+
|
|
283
|
+
revisionUrl?: string;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export interface ArtifactDetails {
|
|
287
|
+
minimumCount: number | undefined;
|
|
288
|
+
|
|
289
|
+
maximumCount: number | undefined;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export interface ActionTypeSettings {
|
|
293
|
+
thirdPartyConfigurationUrl?: string;
|
|
294
|
+
|
|
295
|
+
entityUrlTemplate?: string;
|
|
296
|
+
|
|
297
|
+
executionUrlTemplate?: string;
|
|
298
|
+
|
|
299
|
+
revisionUrlTemplate?: string;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
export interface ActionType {
|
|
303
|
+
id: ActionTypeId | undefined;
|
|
304
|
+
|
|
305
|
+
settings?: ActionTypeSettings;
|
|
306
|
+
|
|
307
|
+
actionConfigurationProperties?: ActionConfigurationProperty[];
|
|
308
|
+
|
|
309
|
+
inputArtifactDetails: ArtifactDetails | undefined;
|
|
310
|
+
|
|
311
|
+
outputArtifactDetails: ArtifactDetails | undefined;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export interface ActionTypeArtifactDetails {
|
|
315
|
+
minimumCount: number | undefined;
|
|
316
|
+
|
|
317
|
+
maximumCount: number | undefined;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export interface JobWorkerExecutorConfiguration {
|
|
321
|
+
pollingAccounts?: string[];
|
|
322
|
+
|
|
323
|
+
pollingServicePrincipals?: string[];
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
export interface LambdaExecutorConfiguration {
|
|
327
|
+
lambdaFunctionArn: string | undefined;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
export interface ExecutorConfiguration {
|
|
331
|
+
lambdaExecutorConfiguration?: LambdaExecutorConfiguration;
|
|
332
|
+
|
|
333
|
+
jobWorkerExecutorConfiguration?: JobWorkerExecutorConfiguration;
|
|
334
|
+
}
|
|
335
|
+
export declare enum ExecutorType {
|
|
336
|
+
JobWorker = "JobWorker",
|
|
337
|
+
Lambda = "Lambda",
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
export interface ActionTypeExecutor {
|
|
341
|
+
configuration: ExecutorConfiguration | undefined;
|
|
342
|
+
|
|
343
|
+
type: ExecutorType | string | undefined;
|
|
344
|
+
|
|
345
|
+
policyStatementsTemplate?: string;
|
|
346
|
+
|
|
347
|
+
jobTimeout?: number;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
export interface ActionTypeIdentifier {
|
|
351
|
+
category: ActionCategory | string | undefined;
|
|
352
|
+
|
|
353
|
+
owner: string | undefined;
|
|
354
|
+
|
|
355
|
+
provider: string | undefined;
|
|
356
|
+
|
|
357
|
+
version: string | undefined;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export interface ActionTypePermissions {
|
|
361
|
+
allowedAccounts: string[] | undefined;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export interface ActionTypeProperty {
|
|
365
|
+
name: string | undefined;
|
|
366
|
+
|
|
367
|
+
optional: boolean | undefined;
|
|
368
|
+
|
|
369
|
+
key: boolean | undefined;
|
|
370
|
+
|
|
371
|
+
noEcho: boolean | undefined;
|
|
372
|
+
|
|
373
|
+
queryable?: boolean;
|
|
374
|
+
|
|
375
|
+
description?: string;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export interface ActionTypeUrls {
|
|
379
|
+
configurationUrl?: string;
|
|
380
|
+
|
|
381
|
+
entityUrlTemplate?: string;
|
|
382
|
+
|
|
383
|
+
executionUrlTemplate?: string;
|
|
384
|
+
|
|
385
|
+
revisionUrlTemplate?: string;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
export interface ActionTypeDeclaration {
|
|
389
|
+
description?: string;
|
|
390
|
+
|
|
391
|
+
executor: ActionTypeExecutor | undefined;
|
|
392
|
+
|
|
393
|
+
id: ActionTypeIdentifier | undefined;
|
|
394
|
+
|
|
395
|
+
inputArtifactDetails: ActionTypeArtifactDetails | undefined;
|
|
396
|
+
|
|
397
|
+
outputArtifactDetails: ActionTypeArtifactDetails | undefined;
|
|
398
|
+
|
|
399
|
+
permissions?: ActionTypePermissions;
|
|
400
|
+
|
|
401
|
+
properties?: ActionTypeProperty[];
|
|
402
|
+
|
|
403
|
+
urls?: ActionTypeUrls;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export declare class ActionTypeNotFoundException extends __BaseException {
|
|
407
|
+
readonly name: "ActionTypeNotFoundException";
|
|
408
|
+
readonly $fault: "client";
|
|
409
|
+
|
|
410
|
+
constructor(
|
|
411
|
+
opts: __ExceptionOptionType<ActionTypeNotFoundException, __BaseException>
|
|
412
|
+
);
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
export declare class ApprovalAlreadyCompletedException extends __BaseException {
|
|
416
|
+
readonly name: "ApprovalAlreadyCompletedException";
|
|
417
|
+
readonly $fault: "client";
|
|
418
|
+
|
|
419
|
+
constructor(
|
|
420
|
+
opts: __ExceptionOptionType<
|
|
421
|
+
ApprovalAlreadyCompletedException,
|
|
422
|
+
__BaseException
|
|
423
|
+
>
|
|
424
|
+
);
|
|
425
|
+
}
|
|
426
|
+
export declare enum ApprovalStatus {
|
|
427
|
+
Approved = "Approved",
|
|
428
|
+
Rejected = "Rejected",
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export interface ApprovalResult {
|
|
432
|
+
summary: string | undefined;
|
|
433
|
+
|
|
434
|
+
status: ApprovalStatus | string | undefined;
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
export interface S3ArtifactLocation {
|
|
438
|
+
bucketName: string | undefined;
|
|
439
|
+
|
|
440
|
+
objectKey: string | undefined;
|
|
441
|
+
}
|
|
442
|
+
export declare enum ArtifactLocationType {
|
|
443
|
+
S3 = "S3",
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
export interface ArtifactLocation {
|
|
447
|
+
type?: ArtifactLocationType | string;
|
|
448
|
+
|
|
449
|
+
s3Location?: S3ArtifactLocation;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
export interface Artifact {
|
|
453
|
+
name?: string;
|
|
454
|
+
|
|
455
|
+
revision?: string;
|
|
456
|
+
|
|
457
|
+
location?: ArtifactLocation;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
export interface ArtifactRevision {
|
|
461
|
+
name?: string;
|
|
462
|
+
|
|
463
|
+
revisionId?: string;
|
|
464
|
+
|
|
465
|
+
revisionChangeIdentifier?: string;
|
|
466
|
+
|
|
467
|
+
revisionSummary?: string;
|
|
468
|
+
|
|
469
|
+
created?: Date;
|
|
470
|
+
|
|
471
|
+
revisionUrl?: string;
|
|
472
|
+
}
|
|
473
|
+
export declare enum EncryptionKeyType {
|
|
474
|
+
KMS = "KMS",
|
|
475
|
+
}
|
|
476
|
+
|
|
477
|
+
export interface EncryptionKey {
|
|
478
|
+
id: string | undefined;
|
|
479
|
+
|
|
480
|
+
type: EncryptionKeyType | string | undefined;
|
|
481
|
+
}
|
|
482
|
+
export declare enum ArtifactStoreType {
|
|
483
|
+
S3 = "S3",
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
export interface ArtifactStore {
|
|
487
|
+
type: ArtifactStoreType | string | undefined;
|
|
488
|
+
|
|
489
|
+
location: string | undefined;
|
|
490
|
+
|
|
491
|
+
encryptionKey?: EncryptionKey;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
export interface AWSSessionCredentials {
|
|
495
|
+
accessKeyId: string | undefined;
|
|
496
|
+
|
|
497
|
+
secretAccessKey: string | undefined;
|
|
498
|
+
|
|
499
|
+
sessionToken: string | undefined;
|
|
500
|
+
}
|
|
501
|
+
export declare enum BlockerType {
|
|
502
|
+
Schedule = "Schedule",
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
export interface BlockerDeclaration {
|
|
506
|
+
name: string | undefined;
|
|
507
|
+
|
|
508
|
+
type: BlockerType | string | undefined;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
512
|
+
readonly name: "ConcurrentModificationException";
|
|
513
|
+
readonly $fault: "client";
|
|
514
|
+
|
|
515
|
+
constructor(
|
|
516
|
+
opts: __ExceptionOptionType<
|
|
517
|
+
ConcurrentModificationException,
|
|
518
|
+
__BaseException
|
|
519
|
+
>
|
|
520
|
+
);
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
export interface Tag {
|
|
524
|
+
key: string | undefined;
|
|
525
|
+
|
|
526
|
+
value: string | undefined;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface CreateCustomActionTypeInput {
|
|
530
|
+
category: ActionCategory | string | undefined;
|
|
531
|
+
|
|
532
|
+
provider: string | undefined;
|
|
533
|
+
|
|
534
|
+
version: string | undefined;
|
|
535
|
+
|
|
536
|
+
settings?: ActionTypeSettings;
|
|
537
|
+
|
|
538
|
+
configurationProperties?: ActionConfigurationProperty[];
|
|
539
|
+
|
|
540
|
+
inputArtifactDetails: ArtifactDetails | undefined;
|
|
541
|
+
|
|
542
|
+
outputArtifactDetails: ArtifactDetails | undefined;
|
|
543
|
+
|
|
544
|
+
tags?: Tag[];
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
export interface CreateCustomActionTypeOutput {
|
|
548
|
+
actionType: ActionType | undefined;
|
|
549
|
+
|
|
550
|
+
tags?: Tag[];
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
export declare class InvalidTagsException extends __BaseException {
|
|
554
|
+
readonly name: "InvalidTagsException";
|
|
555
|
+
readonly $fault: "client";
|
|
556
|
+
|
|
557
|
+
constructor(
|
|
558
|
+
opts: __ExceptionOptionType<InvalidTagsException, __BaseException>
|
|
559
|
+
);
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
export declare class LimitExceededException extends __BaseException {
|
|
563
|
+
readonly name: "LimitExceededException";
|
|
564
|
+
readonly $fault: "client";
|
|
565
|
+
|
|
566
|
+
constructor(
|
|
567
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
568
|
+
);
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
572
|
+
readonly name: "TooManyTagsException";
|
|
573
|
+
readonly $fault: "client";
|
|
574
|
+
|
|
575
|
+
constructor(
|
|
576
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
577
|
+
);
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
export interface StageDeclaration {
|
|
581
|
+
name: string | undefined;
|
|
582
|
+
|
|
583
|
+
blockers?: BlockerDeclaration[];
|
|
584
|
+
|
|
585
|
+
actions: ActionDeclaration[] | undefined;
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
export interface PipelineDeclaration {
|
|
589
|
+
name: string | undefined;
|
|
590
|
+
|
|
591
|
+
roleArn: string | undefined;
|
|
592
|
+
|
|
593
|
+
artifactStore?: ArtifactStore;
|
|
594
|
+
|
|
595
|
+
artifactStores?: Record<string, ArtifactStore>;
|
|
596
|
+
|
|
597
|
+
stages: StageDeclaration[] | undefined;
|
|
598
|
+
|
|
599
|
+
version?: number;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
export interface CreatePipelineInput {
|
|
603
|
+
pipeline: PipelineDeclaration | undefined;
|
|
604
|
+
|
|
605
|
+
tags?: Tag[];
|
|
606
|
+
}
|
|
607
|
+
|
|
608
|
+
export interface CreatePipelineOutput {
|
|
609
|
+
pipeline?: PipelineDeclaration;
|
|
610
|
+
|
|
611
|
+
tags?: Tag[];
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
export declare class InvalidActionDeclarationException extends __BaseException {
|
|
615
|
+
readonly name: "InvalidActionDeclarationException";
|
|
616
|
+
readonly $fault: "client";
|
|
617
|
+
|
|
618
|
+
constructor(
|
|
619
|
+
opts: __ExceptionOptionType<
|
|
620
|
+
InvalidActionDeclarationException,
|
|
621
|
+
__BaseException
|
|
622
|
+
>
|
|
623
|
+
);
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export declare class InvalidBlockerDeclarationException extends __BaseException {
|
|
627
|
+
readonly name: "InvalidBlockerDeclarationException";
|
|
628
|
+
readonly $fault: "client";
|
|
629
|
+
|
|
630
|
+
constructor(
|
|
631
|
+
opts: __ExceptionOptionType<
|
|
632
|
+
InvalidBlockerDeclarationException,
|
|
633
|
+
__BaseException
|
|
634
|
+
>
|
|
635
|
+
);
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
export declare class InvalidStageDeclarationException extends __BaseException {
|
|
639
|
+
readonly name: "InvalidStageDeclarationException";
|
|
640
|
+
readonly $fault: "client";
|
|
641
|
+
|
|
642
|
+
constructor(
|
|
643
|
+
opts: __ExceptionOptionType<
|
|
644
|
+
InvalidStageDeclarationException,
|
|
645
|
+
__BaseException
|
|
646
|
+
>
|
|
647
|
+
);
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
export declare class InvalidStructureException extends __BaseException {
|
|
651
|
+
readonly name: "InvalidStructureException";
|
|
652
|
+
readonly $fault: "client";
|
|
653
|
+
|
|
654
|
+
constructor(
|
|
655
|
+
opts: __ExceptionOptionType<InvalidStructureException, __BaseException>
|
|
656
|
+
);
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
export declare class PipelineNameInUseException extends __BaseException {
|
|
660
|
+
readonly name: "PipelineNameInUseException";
|
|
661
|
+
readonly $fault: "client";
|
|
662
|
+
|
|
663
|
+
constructor(
|
|
664
|
+
opts: __ExceptionOptionType<PipelineNameInUseException, __BaseException>
|
|
665
|
+
);
|
|
666
|
+
}
|
|
667
|
+
|
|
668
|
+
export interface DeleteCustomActionTypeInput {
|
|
669
|
+
category: ActionCategory | string | undefined;
|
|
670
|
+
|
|
671
|
+
provider: string | undefined;
|
|
672
|
+
|
|
673
|
+
version: string | undefined;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
export interface DeletePipelineInput {
|
|
677
|
+
name: string | undefined;
|
|
678
|
+
}
|
|
679
|
+
export interface DeleteWebhookInput {
|
|
680
|
+
name: string | undefined;
|
|
681
|
+
}
|
|
682
|
+
export interface DeleteWebhookOutput {}
|
|
683
|
+
export interface DeregisterWebhookWithThirdPartyInput {
|
|
684
|
+
webhookName?: string;
|
|
685
|
+
}
|
|
686
|
+
export interface DeregisterWebhookWithThirdPartyOutput {}
|
|
687
|
+
|
|
688
|
+
export declare class WebhookNotFoundException extends __BaseException {
|
|
689
|
+
readonly name: "WebhookNotFoundException";
|
|
690
|
+
readonly $fault: "client";
|
|
691
|
+
|
|
692
|
+
constructor(
|
|
693
|
+
opts: __ExceptionOptionType<WebhookNotFoundException, __BaseException>
|
|
694
|
+
);
|
|
695
|
+
}
|
|
696
|
+
export declare enum StageTransitionType {
|
|
697
|
+
Inbound = "Inbound",
|
|
698
|
+
Outbound = "Outbound",
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
export interface DisableStageTransitionInput {
|
|
702
|
+
pipelineName: string | undefined;
|
|
703
|
+
|
|
704
|
+
stageName: string | undefined;
|
|
705
|
+
|
|
706
|
+
transitionType: StageTransitionType | string | undefined;
|
|
707
|
+
|
|
708
|
+
reason: string | undefined;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export declare class PipelineNotFoundException extends __BaseException {
|
|
712
|
+
readonly name: "PipelineNotFoundException";
|
|
713
|
+
readonly $fault: "client";
|
|
714
|
+
|
|
715
|
+
constructor(
|
|
716
|
+
opts: __ExceptionOptionType<PipelineNotFoundException, __BaseException>
|
|
717
|
+
);
|
|
718
|
+
}
|
|
719
|
+
|
|
720
|
+
export declare class StageNotFoundException extends __BaseException {
|
|
721
|
+
readonly name: "StageNotFoundException";
|
|
722
|
+
readonly $fault: "client";
|
|
723
|
+
|
|
724
|
+
constructor(
|
|
725
|
+
opts: __ExceptionOptionType<StageNotFoundException, __BaseException>
|
|
726
|
+
);
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
export interface EnableStageTransitionInput {
|
|
730
|
+
pipelineName: string | undefined;
|
|
731
|
+
|
|
732
|
+
stageName: string | undefined;
|
|
733
|
+
|
|
734
|
+
transitionType: StageTransitionType | string | undefined;
|
|
735
|
+
}
|
|
736
|
+
export interface GetActionTypeInput {
|
|
737
|
+
category: ActionCategory | string | undefined;
|
|
738
|
+
|
|
739
|
+
owner: string | undefined;
|
|
740
|
+
|
|
741
|
+
provider: string | undefined;
|
|
742
|
+
|
|
743
|
+
version: string | undefined;
|
|
744
|
+
}
|
|
745
|
+
export interface GetActionTypeOutput {
|
|
746
|
+
actionType?: ActionTypeDeclaration;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
export interface GetJobDetailsInput {
|
|
750
|
+
jobId: string | undefined;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
export interface StageContext {
|
|
754
|
+
name?: string;
|
|
755
|
+
}
|
|
756
|
+
|
|
757
|
+
export interface PipelineContext {
|
|
758
|
+
pipelineName?: string;
|
|
759
|
+
|
|
760
|
+
stage?: StageContext;
|
|
761
|
+
|
|
762
|
+
action?: ActionContext;
|
|
763
|
+
|
|
764
|
+
pipelineArn?: string;
|
|
765
|
+
|
|
766
|
+
pipelineExecutionId?: string;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
export interface JobData {
|
|
770
|
+
actionTypeId?: ActionTypeId;
|
|
771
|
+
|
|
772
|
+
actionConfiguration?: ActionConfiguration;
|
|
773
|
+
|
|
774
|
+
pipelineContext?: PipelineContext;
|
|
775
|
+
|
|
776
|
+
inputArtifacts?: Artifact[];
|
|
777
|
+
|
|
778
|
+
outputArtifacts?: Artifact[];
|
|
779
|
+
|
|
780
|
+
artifactCredentials?: AWSSessionCredentials;
|
|
781
|
+
|
|
782
|
+
continuationToken?: string;
|
|
783
|
+
|
|
784
|
+
encryptionKey?: EncryptionKey;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export interface JobDetails {
|
|
788
|
+
id?: string;
|
|
789
|
+
|
|
790
|
+
data?: JobData;
|
|
791
|
+
|
|
792
|
+
accountId?: string;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
export interface GetJobDetailsOutput {
|
|
796
|
+
jobDetails?: JobDetails;
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
export interface GetPipelineInput {
|
|
800
|
+
name: string | undefined;
|
|
801
|
+
|
|
802
|
+
version?: number;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
export interface PipelineMetadata {
|
|
806
|
+
pipelineArn?: string;
|
|
807
|
+
|
|
808
|
+
created?: Date;
|
|
809
|
+
|
|
810
|
+
updated?: Date;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
export interface GetPipelineOutput {
|
|
814
|
+
pipeline?: PipelineDeclaration;
|
|
815
|
+
|
|
816
|
+
metadata?: PipelineMetadata;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
export declare class PipelineVersionNotFoundException extends __BaseException {
|
|
820
|
+
readonly name: "PipelineVersionNotFoundException";
|
|
821
|
+
readonly $fault: "client";
|
|
822
|
+
|
|
823
|
+
constructor(
|
|
824
|
+
opts: __ExceptionOptionType<
|
|
825
|
+
PipelineVersionNotFoundException,
|
|
826
|
+
__BaseException
|
|
827
|
+
>
|
|
828
|
+
);
|
|
829
|
+
}
|
|
830
|
+
|
|
831
|
+
export interface GetPipelineExecutionInput {
|
|
832
|
+
pipelineName: string | undefined;
|
|
833
|
+
|
|
834
|
+
pipelineExecutionId: string | undefined;
|
|
835
|
+
}
|
|
836
|
+
export declare enum PipelineExecutionStatus {
|
|
837
|
+
Cancelled = "Cancelled",
|
|
838
|
+
Failed = "Failed",
|
|
839
|
+
InProgress = "InProgress",
|
|
840
|
+
Stopped = "Stopped",
|
|
841
|
+
Stopping = "Stopping",
|
|
842
|
+
Succeeded = "Succeeded",
|
|
843
|
+
Superseded = "Superseded",
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
export interface PipelineExecution {
|
|
847
|
+
pipelineName?: string;
|
|
848
|
+
|
|
849
|
+
pipelineVersion?: number;
|
|
850
|
+
|
|
851
|
+
pipelineExecutionId?: string;
|
|
852
|
+
|
|
853
|
+
status?: PipelineExecutionStatus | string;
|
|
854
|
+
|
|
855
|
+
statusSummary?: string;
|
|
856
|
+
|
|
857
|
+
artifactRevisions?: ArtifactRevision[];
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
export interface GetPipelineExecutionOutput {
|
|
861
|
+
pipelineExecution?: PipelineExecution;
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
export declare class PipelineExecutionNotFoundException extends __BaseException {
|
|
865
|
+
readonly name: "PipelineExecutionNotFoundException";
|
|
866
|
+
readonly $fault: "client";
|
|
867
|
+
|
|
868
|
+
constructor(
|
|
869
|
+
opts: __ExceptionOptionType<
|
|
870
|
+
PipelineExecutionNotFoundException,
|
|
871
|
+
__BaseException
|
|
872
|
+
>
|
|
873
|
+
);
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
export interface GetPipelineStateInput {
|
|
877
|
+
name: string | undefined;
|
|
878
|
+
}
|
|
879
|
+
export declare enum StageExecutionStatus {
|
|
880
|
+
Cancelled = "Cancelled",
|
|
881
|
+
Failed = "Failed",
|
|
882
|
+
InProgress = "InProgress",
|
|
883
|
+
Stopped = "Stopped",
|
|
884
|
+
Stopping = "Stopping",
|
|
885
|
+
Succeeded = "Succeeded",
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
export interface StageExecution {
|
|
889
|
+
pipelineExecutionId: string | undefined;
|
|
890
|
+
|
|
891
|
+
status: StageExecutionStatus | string | undefined;
|
|
892
|
+
}
|
|
893
|
+
|
|
894
|
+
export interface TransitionState {
|
|
895
|
+
enabled?: boolean;
|
|
896
|
+
|
|
897
|
+
lastChangedBy?: string;
|
|
898
|
+
|
|
899
|
+
lastChangedAt?: Date;
|
|
900
|
+
|
|
901
|
+
disabledReason?: string;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
export interface StageState {
|
|
905
|
+
stageName?: string;
|
|
906
|
+
|
|
907
|
+
inboundExecution?: StageExecution;
|
|
908
|
+
|
|
909
|
+
inboundTransitionState?: TransitionState;
|
|
910
|
+
|
|
911
|
+
actionStates?: ActionState[];
|
|
912
|
+
|
|
913
|
+
latestExecution?: StageExecution;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
export interface GetPipelineStateOutput {
|
|
917
|
+
pipelineName?: string;
|
|
918
|
+
|
|
919
|
+
pipelineVersion?: number;
|
|
920
|
+
|
|
921
|
+
stageStates?: StageState[];
|
|
922
|
+
|
|
923
|
+
created?: Date;
|
|
924
|
+
|
|
925
|
+
updated?: Date;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
export interface GetThirdPartyJobDetailsInput {
|
|
929
|
+
jobId: string | undefined;
|
|
930
|
+
|
|
931
|
+
clientToken: string | undefined;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
export interface ThirdPartyJobData {
|
|
935
|
+
actionTypeId?: ActionTypeId;
|
|
936
|
+
|
|
937
|
+
actionConfiguration?: ActionConfiguration;
|
|
938
|
+
|
|
939
|
+
pipelineContext?: PipelineContext;
|
|
940
|
+
|
|
941
|
+
inputArtifacts?: Artifact[];
|
|
942
|
+
|
|
943
|
+
outputArtifacts?: Artifact[];
|
|
944
|
+
|
|
945
|
+
artifactCredentials?: AWSSessionCredentials;
|
|
946
|
+
|
|
947
|
+
continuationToken?: string;
|
|
948
|
+
|
|
949
|
+
encryptionKey?: EncryptionKey;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
export interface ThirdPartyJobDetails {
|
|
953
|
+
id?: string;
|
|
954
|
+
|
|
955
|
+
data?: ThirdPartyJobData;
|
|
956
|
+
|
|
957
|
+
nonce?: string;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
export interface GetThirdPartyJobDetailsOutput {
|
|
961
|
+
jobDetails?: ThirdPartyJobDetails;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
export declare class InvalidJobException extends __BaseException {
|
|
965
|
+
readonly name: "InvalidJobException";
|
|
966
|
+
readonly $fault: "client";
|
|
967
|
+
|
|
968
|
+
constructor(
|
|
969
|
+
opts: __ExceptionOptionType<InvalidJobException, __BaseException>
|
|
970
|
+
);
|
|
971
|
+
}
|
|
972
|
+
|
|
973
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
974
|
+
readonly name: "InvalidNextTokenException";
|
|
975
|
+
readonly $fault: "client";
|
|
976
|
+
|
|
977
|
+
constructor(
|
|
978
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
979
|
+
);
|
|
980
|
+
}
|
|
981
|
+
export interface ListActionExecutionsInput {
|
|
982
|
+
pipelineName: string | undefined;
|
|
983
|
+
|
|
984
|
+
filter?: ActionExecutionFilter;
|
|
985
|
+
|
|
986
|
+
maxResults?: number;
|
|
987
|
+
|
|
988
|
+
nextToken?: string;
|
|
989
|
+
}
|
|
990
|
+
export interface ListActionExecutionsOutput {
|
|
991
|
+
actionExecutionDetails?: ActionExecutionDetail[];
|
|
992
|
+
|
|
993
|
+
nextToken?: string;
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
export interface ListActionTypesInput {
|
|
997
|
+
actionOwnerFilter?: ActionOwner | string;
|
|
998
|
+
|
|
999
|
+
nextToken?: string;
|
|
1000
|
+
|
|
1001
|
+
regionFilter?: string;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export interface ListActionTypesOutput {
|
|
1005
|
+
actionTypes: ActionType[] | undefined;
|
|
1006
|
+
|
|
1007
|
+
nextToken?: string;
|
|
1008
|
+
}
|
|
1009
|
+
|
|
1010
|
+
export interface ListPipelineExecutionsInput {
|
|
1011
|
+
pipelineName: string | undefined;
|
|
1012
|
+
|
|
1013
|
+
maxResults?: number;
|
|
1014
|
+
|
|
1015
|
+
nextToken?: string;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
export interface SourceRevision {
|
|
1019
|
+
actionName: string | undefined;
|
|
1020
|
+
|
|
1021
|
+
revisionId?: string;
|
|
1022
|
+
|
|
1023
|
+
revisionSummary?: string;
|
|
1024
|
+
|
|
1025
|
+
revisionUrl?: string;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
export interface StopExecutionTrigger {
|
|
1029
|
+
reason?: string;
|
|
1030
|
+
}
|
|
1031
|
+
export declare enum TriggerType {
|
|
1032
|
+
CloudWatchEvent = "CloudWatchEvent",
|
|
1033
|
+
CreatePipeline = "CreatePipeline",
|
|
1034
|
+
PollForSourceChanges = "PollForSourceChanges",
|
|
1035
|
+
PutActionRevision = "PutActionRevision",
|
|
1036
|
+
StartPipelineExecution = "StartPipelineExecution",
|
|
1037
|
+
Webhook = "Webhook",
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
export interface ExecutionTrigger {
|
|
1041
|
+
triggerType?: TriggerType | string;
|
|
1042
|
+
|
|
1043
|
+
triggerDetail?: string;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
export interface PipelineExecutionSummary {
|
|
1047
|
+
pipelineExecutionId?: string;
|
|
1048
|
+
|
|
1049
|
+
status?: PipelineExecutionStatus | string;
|
|
1050
|
+
|
|
1051
|
+
startTime?: Date;
|
|
1052
|
+
|
|
1053
|
+
lastUpdateTime?: Date;
|
|
1054
|
+
|
|
1055
|
+
sourceRevisions?: SourceRevision[];
|
|
1056
|
+
|
|
1057
|
+
trigger?: ExecutionTrigger;
|
|
1058
|
+
|
|
1059
|
+
stopTrigger?: StopExecutionTrigger;
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
export interface ListPipelineExecutionsOutput {
|
|
1063
|
+
pipelineExecutionSummaries?: PipelineExecutionSummary[];
|
|
1064
|
+
|
|
1065
|
+
nextToken?: string;
|
|
1066
|
+
}
|
|
1067
|
+
|
|
1068
|
+
export interface ListPipelinesInput {
|
|
1069
|
+
nextToken?: string;
|
|
1070
|
+
|
|
1071
|
+
maxResults?: number;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
export interface PipelineSummary {
|
|
1075
|
+
name?: string;
|
|
1076
|
+
|
|
1077
|
+
version?: number;
|
|
1078
|
+
|
|
1079
|
+
created?: Date;
|
|
1080
|
+
|
|
1081
|
+
updated?: Date;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
export interface ListPipelinesOutput {
|
|
1085
|
+
pipelines?: PipelineSummary[];
|
|
1086
|
+
|
|
1087
|
+
nextToken?: string;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
export declare class InvalidArnException extends __BaseException {
|
|
1091
|
+
readonly name: "InvalidArnException";
|
|
1092
|
+
readonly $fault: "client";
|
|
1093
|
+
|
|
1094
|
+
constructor(
|
|
1095
|
+
opts: __ExceptionOptionType<InvalidArnException, __BaseException>
|
|
1096
|
+
);
|
|
1097
|
+
}
|
|
1098
|
+
export interface ListTagsForResourceInput {
|
|
1099
|
+
resourceArn: string | undefined;
|
|
1100
|
+
|
|
1101
|
+
nextToken?: string;
|
|
1102
|
+
|
|
1103
|
+
maxResults?: number;
|
|
1104
|
+
}
|
|
1105
|
+
export interface ListTagsForResourceOutput {
|
|
1106
|
+
tags?: Tag[];
|
|
1107
|
+
|
|
1108
|
+
nextToken?: string;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
1112
|
+
readonly name: "ResourceNotFoundException";
|
|
1113
|
+
readonly $fault: "client";
|
|
1114
|
+
|
|
1115
|
+
constructor(
|
|
1116
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
1117
|
+
);
|
|
1118
|
+
}
|
|
1119
|
+
export interface ListWebhooksInput {
|
|
1120
|
+
NextToken?: string;
|
|
1121
|
+
|
|
1122
|
+
MaxResults?: number;
|
|
1123
|
+
}
|
|
1124
|
+
export declare enum WebhookAuthenticationType {
|
|
1125
|
+
GITHUB_HMAC = "GITHUB_HMAC",
|
|
1126
|
+
IP = "IP",
|
|
1127
|
+
UNAUTHENTICATED = "UNAUTHENTICATED",
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1130
|
+
export interface WebhookAuthConfiguration {
|
|
1131
|
+
AllowedIPRange?: string;
|
|
1132
|
+
|
|
1133
|
+
SecretToken?: string;
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
export interface WebhookFilterRule {
|
|
1137
|
+
jsonPath: string | undefined;
|
|
1138
|
+
|
|
1139
|
+
matchEquals?: string;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
export interface WebhookDefinition {
|
|
1143
|
+
name: string | undefined;
|
|
1144
|
+
|
|
1145
|
+
targetPipeline: string | undefined;
|
|
1146
|
+
|
|
1147
|
+
targetAction: string | undefined;
|
|
1148
|
+
|
|
1149
|
+
filters: WebhookFilterRule[] | undefined;
|
|
1150
|
+
|
|
1151
|
+
authentication: WebhookAuthenticationType | string | undefined;
|
|
1152
|
+
|
|
1153
|
+
authenticationConfiguration: WebhookAuthConfiguration | undefined;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
export interface ListWebhookItem {
|
|
1157
|
+
definition: WebhookDefinition | undefined;
|
|
1158
|
+
|
|
1159
|
+
url: string | undefined;
|
|
1160
|
+
|
|
1161
|
+
errorMessage?: string;
|
|
1162
|
+
|
|
1163
|
+
errorCode?: string;
|
|
1164
|
+
|
|
1165
|
+
lastTriggered?: Date;
|
|
1166
|
+
|
|
1167
|
+
arn?: string;
|
|
1168
|
+
|
|
1169
|
+
tags?: Tag[];
|
|
1170
|
+
}
|
|
1171
|
+
export interface ListWebhooksOutput {
|
|
1172
|
+
webhooks?: ListWebhookItem[];
|
|
1173
|
+
|
|
1174
|
+
NextToken?: string;
|
|
1175
|
+
}
|
|
1176
|
+
|
|
1177
|
+
export interface PollForJobsInput {
|
|
1178
|
+
actionTypeId: ActionTypeId | undefined;
|
|
1179
|
+
|
|
1180
|
+
maxBatchSize?: number;
|
|
1181
|
+
|
|
1182
|
+
queryParam?: Record<string, string>;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
export interface Job {
|
|
1186
|
+
id?: string;
|
|
1187
|
+
|
|
1188
|
+
data?: JobData;
|
|
1189
|
+
|
|
1190
|
+
nonce?: string;
|
|
1191
|
+
|
|
1192
|
+
accountId?: string;
|
|
1193
|
+
}
|
|
1194
|
+
|
|
1195
|
+
export interface PollForJobsOutput {
|
|
1196
|
+
jobs?: Job[];
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
export interface PollForThirdPartyJobsInput {
|
|
1200
|
+
actionTypeId: ActionTypeId | undefined;
|
|
1201
|
+
|
|
1202
|
+
maxBatchSize?: number;
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
export interface ThirdPartyJob {
|
|
1206
|
+
clientId?: string;
|
|
1207
|
+
|
|
1208
|
+
jobId?: string;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
export interface PollForThirdPartyJobsOutput {
|
|
1212
|
+
jobs?: ThirdPartyJob[];
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
export interface PutActionRevisionInput {
|
|
1216
|
+
pipelineName: string | undefined;
|
|
1217
|
+
|
|
1218
|
+
stageName: string | undefined;
|
|
1219
|
+
|
|
1220
|
+
actionName: string | undefined;
|
|
1221
|
+
|
|
1222
|
+
actionRevision: ActionRevision | undefined;
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
export interface PutActionRevisionOutput {
|
|
1226
|
+
newRevision?: boolean;
|
|
1227
|
+
|
|
1228
|
+
pipelineExecutionId?: string;
|
|
1229
|
+
}
|
|
1230
|
+
|
|
1231
|
+
export declare class InvalidApprovalTokenException extends __BaseException {
|
|
1232
|
+
readonly name: "InvalidApprovalTokenException";
|
|
1233
|
+
readonly $fault: "client";
|
|
1234
|
+
|
|
1235
|
+
constructor(
|
|
1236
|
+
opts: __ExceptionOptionType<InvalidApprovalTokenException, __BaseException>
|
|
1237
|
+
);
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
export interface PutApprovalResultInput {
|
|
1241
|
+
pipelineName: string | undefined;
|
|
1242
|
+
|
|
1243
|
+
stageName: string | undefined;
|
|
1244
|
+
|
|
1245
|
+
actionName: string | undefined;
|
|
1246
|
+
|
|
1247
|
+
result: ApprovalResult | undefined;
|
|
1248
|
+
|
|
1249
|
+
token: string | undefined;
|
|
1250
|
+
}
|
|
1251
|
+
|
|
1252
|
+
export interface PutApprovalResultOutput {
|
|
1253
|
+
approvedAt?: Date;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
export declare class InvalidJobStateException extends __BaseException {
|
|
1257
|
+
readonly name: "InvalidJobStateException";
|
|
1258
|
+
readonly $fault: "client";
|
|
1259
|
+
|
|
1260
|
+
constructor(
|
|
1261
|
+
opts: __ExceptionOptionType<InvalidJobStateException, __BaseException>
|
|
1262
|
+
);
|
|
1263
|
+
}
|
|
1264
|
+
export declare enum FailureType {
|
|
1265
|
+
ConfigurationError = "ConfigurationError",
|
|
1266
|
+
JobFailed = "JobFailed",
|
|
1267
|
+
PermissionError = "PermissionError",
|
|
1268
|
+
RevisionOutOfSync = "RevisionOutOfSync",
|
|
1269
|
+
RevisionUnavailable = "RevisionUnavailable",
|
|
1270
|
+
SystemUnavailable = "SystemUnavailable",
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export interface FailureDetails {
|
|
1274
|
+
type: FailureType | string | undefined;
|
|
1275
|
+
|
|
1276
|
+
message: string | undefined;
|
|
1277
|
+
|
|
1278
|
+
externalExecutionId?: string;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
export interface PutJobFailureResultInput {
|
|
1282
|
+
jobId: string | undefined;
|
|
1283
|
+
|
|
1284
|
+
failureDetails: FailureDetails | undefined;
|
|
1285
|
+
}
|
|
1286
|
+
|
|
1287
|
+
export declare class OutputVariablesSizeExceededException extends __BaseException {
|
|
1288
|
+
readonly name: "OutputVariablesSizeExceededException";
|
|
1289
|
+
readonly $fault: "client";
|
|
1290
|
+
|
|
1291
|
+
constructor(
|
|
1292
|
+
opts: __ExceptionOptionType<
|
|
1293
|
+
OutputVariablesSizeExceededException,
|
|
1294
|
+
__BaseException
|
|
1295
|
+
>
|
|
1296
|
+
);
|
|
1297
|
+
}
|
|
1298
|
+
|
|
1299
|
+
export interface CurrentRevision {
|
|
1300
|
+
revision: string | undefined;
|
|
1301
|
+
|
|
1302
|
+
changeIdentifier: string | undefined;
|
|
1303
|
+
|
|
1304
|
+
created?: Date;
|
|
1305
|
+
|
|
1306
|
+
revisionSummary?: string;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
export interface ExecutionDetails {
|
|
1310
|
+
summary?: string;
|
|
1311
|
+
|
|
1312
|
+
externalExecutionId?: string;
|
|
1313
|
+
|
|
1314
|
+
percentComplete?: number;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
export interface PutJobSuccessResultInput {
|
|
1318
|
+
jobId: string | undefined;
|
|
1319
|
+
|
|
1320
|
+
currentRevision?: CurrentRevision;
|
|
1321
|
+
|
|
1322
|
+
continuationToken?: string;
|
|
1323
|
+
|
|
1324
|
+
executionDetails?: ExecutionDetails;
|
|
1325
|
+
|
|
1326
|
+
outputVariables?: Record<string, string>;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
export interface PutThirdPartyJobFailureResultInput {
|
|
1330
|
+
jobId: string | undefined;
|
|
1331
|
+
|
|
1332
|
+
clientToken: string | undefined;
|
|
1333
|
+
|
|
1334
|
+
failureDetails: FailureDetails | undefined;
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
export interface PutThirdPartyJobSuccessResultInput {
|
|
1338
|
+
jobId: string | undefined;
|
|
1339
|
+
|
|
1340
|
+
clientToken: string | undefined;
|
|
1341
|
+
|
|
1342
|
+
currentRevision?: CurrentRevision;
|
|
1343
|
+
|
|
1344
|
+
continuationToken?: string;
|
|
1345
|
+
|
|
1346
|
+
executionDetails?: ExecutionDetails;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
export declare class InvalidWebhookAuthenticationParametersException extends __BaseException {
|
|
1350
|
+
readonly name: "InvalidWebhookAuthenticationParametersException";
|
|
1351
|
+
readonly $fault: "client";
|
|
1352
|
+
|
|
1353
|
+
constructor(
|
|
1354
|
+
opts: __ExceptionOptionType<
|
|
1355
|
+
InvalidWebhookAuthenticationParametersException,
|
|
1356
|
+
__BaseException
|
|
1357
|
+
>
|
|
1358
|
+
);
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1361
|
+
export declare class InvalidWebhookFilterPatternException extends __BaseException {
|
|
1362
|
+
readonly name: "InvalidWebhookFilterPatternException";
|
|
1363
|
+
readonly $fault: "client";
|
|
1364
|
+
|
|
1365
|
+
constructor(
|
|
1366
|
+
opts: __ExceptionOptionType<
|
|
1367
|
+
InvalidWebhookFilterPatternException,
|
|
1368
|
+
__BaseException
|
|
1369
|
+
>
|
|
1370
|
+
);
|
|
1371
|
+
}
|
|
1372
|
+
export interface PutWebhookInput {
|
|
1373
|
+
webhook: WebhookDefinition | undefined;
|
|
1374
|
+
|
|
1375
|
+
tags?: Tag[];
|
|
1376
|
+
}
|
|
1377
|
+
export interface PutWebhookOutput {
|
|
1378
|
+
webhook?: ListWebhookItem;
|
|
1379
|
+
}
|
|
1380
|
+
export interface RegisterWebhookWithThirdPartyInput {
|
|
1381
|
+
webhookName?: string;
|
|
1382
|
+
}
|
|
1383
|
+
export interface RegisterWebhookWithThirdPartyOutput {}
|
|
1384
|
+
|
|
1385
|
+
export declare class ConflictException extends __BaseException {
|
|
1386
|
+
readonly name: "ConflictException";
|
|
1387
|
+
readonly $fault: "client";
|
|
1388
|
+
|
|
1389
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
export declare class NotLatestPipelineExecutionException extends __BaseException {
|
|
1393
|
+
readonly name: "NotLatestPipelineExecutionException";
|
|
1394
|
+
readonly $fault: "client";
|
|
1395
|
+
|
|
1396
|
+
constructor(
|
|
1397
|
+
opts: __ExceptionOptionType<
|
|
1398
|
+
NotLatestPipelineExecutionException,
|
|
1399
|
+
__BaseException
|
|
1400
|
+
>
|
|
1401
|
+
);
|
|
1402
|
+
}
|
|
1403
|
+
export declare enum StageRetryMode {
|
|
1404
|
+
FAILED_ACTIONS = "FAILED_ACTIONS",
|
|
1405
|
+
}
|
|
1406
|
+
|
|
1407
|
+
export interface RetryStageExecutionInput {
|
|
1408
|
+
pipelineName: string | undefined;
|
|
1409
|
+
|
|
1410
|
+
stageName: string | undefined;
|
|
1411
|
+
|
|
1412
|
+
pipelineExecutionId: string | undefined;
|
|
1413
|
+
|
|
1414
|
+
retryMode: StageRetryMode | string | undefined;
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
export interface RetryStageExecutionOutput {
|
|
1418
|
+
pipelineExecutionId?: string;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
export declare class StageNotRetryableException extends __BaseException {
|
|
1422
|
+
readonly name: "StageNotRetryableException";
|
|
1423
|
+
readonly $fault: "client";
|
|
1424
|
+
|
|
1425
|
+
constructor(
|
|
1426
|
+
opts: __ExceptionOptionType<StageNotRetryableException, __BaseException>
|
|
1427
|
+
);
|
|
1428
|
+
}
|
|
1429
|
+
|
|
1430
|
+
export interface StartPipelineExecutionInput {
|
|
1431
|
+
name: string | undefined;
|
|
1432
|
+
|
|
1433
|
+
clientRequestToken?: string;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
export interface StartPipelineExecutionOutput {
|
|
1437
|
+
pipelineExecutionId?: string;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
export declare class DuplicatedStopRequestException extends __BaseException {
|
|
1441
|
+
readonly name: "DuplicatedStopRequestException";
|
|
1442
|
+
readonly $fault: "client";
|
|
1443
|
+
|
|
1444
|
+
constructor(
|
|
1445
|
+
opts: __ExceptionOptionType<DuplicatedStopRequestException, __BaseException>
|
|
1446
|
+
);
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
export declare class PipelineExecutionNotStoppableException extends __BaseException {
|
|
1450
|
+
readonly name: "PipelineExecutionNotStoppableException";
|
|
1451
|
+
readonly $fault: "client";
|
|
1452
|
+
|
|
1453
|
+
constructor(
|
|
1454
|
+
opts: __ExceptionOptionType<
|
|
1455
|
+
PipelineExecutionNotStoppableException,
|
|
1456
|
+
__BaseException
|
|
1457
|
+
>
|
|
1458
|
+
);
|
|
1459
|
+
}
|
|
1460
|
+
export interface StopPipelineExecutionInput {
|
|
1461
|
+
pipelineName: string | undefined;
|
|
1462
|
+
|
|
1463
|
+
pipelineExecutionId: string | undefined;
|
|
1464
|
+
|
|
1465
|
+
abandon?: boolean;
|
|
1466
|
+
|
|
1467
|
+
reason?: string;
|
|
1468
|
+
}
|
|
1469
|
+
export interface StopPipelineExecutionOutput {
|
|
1470
|
+
pipelineExecutionId?: string;
|
|
1471
|
+
}
|
|
1472
|
+
export interface TagResourceInput {
|
|
1473
|
+
resourceArn: string | undefined;
|
|
1474
|
+
|
|
1475
|
+
tags: Tag[] | undefined;
|
|
1476
|
+
}
|
|
1477
|
+
export interface TagResourceOutput {}
|
|
1478
|
+
export interface UntagResourceInput {
|
|
1479
|
+
resourceArn: string | undefined;
|
|
1480
|
+
|
|
1481
|
+
tagKeys: string[] | undefined;
|
|
1482
|
+
}
|
|
1483
|
+
export interface UntagResourceOutput {}
|
|
1484
|
+
|
|
1485
|
+
export declare class RequestFailedException extends __BaseException {
|
|
1486
|
+
readonly name: "RequestFailedException";
|
|
1487
|
+
readonly $fault: "client";
|
|
1488
|
+
|
|
1489
|
+
constructor(
|
|
1490
|
+
opts: __ExceptionOptionType<RequestFailedException, __BaseException>
|
|
1491
|
+
);
|
|
1492
|
+
}
|
|
1493
|
+
export interface UpdateActionTypeInput {
|
|
1494
|
+
actionType: ActionTypeDeclaration | undefined;
|
|
1495
|
+
}
|
|
1496
|
+
|
|
1497
|
+
export interface UpdatePipelineInput {
|
|
1498
|
+
pipeline: PipelineDeclaration | undefined;
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
export interface UpdatePipelineOutput {
|
|
1502
|
+
pipeline?: PipelineDeclaration;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
export declare const AcknowledgeJobInputFilterSensitiveLog: (
|
|
1506
|
+
obj: AcknowledgeJobInput
|
|
1507
|
+
) => any;
|
|
1508
|
+
|
|
1509
|
+
export declare const AcknowledgeJobOutputFilterSensitiveLog: (
|
|
1510
|
+
obj: AcknowledgeJobOutput
|
|
1511
|
+
) => any;
|
|
1512
|
+
|
|
1513
|
+
export declare const AcknowledgeThirdPartyJobInputFilterSensitiveLog: (
|
|
1514
|
+
obj: AcknowledgeThirdPartyJobInput
|
|
1515
|
+
) => any;
|
|
1516
|
+
|
|
1517
|
+
export declare const AcknowledgeThirdPartyJobOutputFilterSensitiveLog: (
|
|
1518
|
+
obj: AcknowledgeThirdPartyJobOutput
|
|
1519
|
+
) => any;
|
|
1520
|
+
|
|
1521
|
+
export declare const ActionConfigurationFilterSensitiveLog: (
|
|
1522
|
+
obj: ActionConfiguration
|
|
1523
|
+
) => any;
|
|
1524
|
+
|
|
1525
|
+
export declare const ActionConfigurationPropertyFilterSensitiveLog: (
|
|
1526
|
+
obj: ActionConfigurationProperty
|
|
1527
|
+
) => any;
|
|
1528
|
+
|
|
1529
|
+
export declare const ActionContextFilterSensitiveLog: (
|
|
1530
|
+
obj: ActionContext
|
|
1531
|
+
) => any;
|
|
1532
|
+
|
|
1533
|
+
export declare const ActionTypeIdFilterSensitiveLog: (obj: ActionTypeId) => any;
|
|
1534
|
+
|
|
1535
|
+
export declare const InputArtifactFilterSensitiveLog: (
|
|
1536
|
+
obj: InputArtifact
|
|
1537
|
+
) => any;
|
|
1538
|
+
|
|
1539
|
+
export declare const OutputArtifactFilterSensitiveLog: (
|
|
1540
|
+
obj: OutputArtifact
|
|
1541
|
+
) => any;
|
|
1542
|
+
|
|
1543
|
+
export declare const ActionDeclarationFilterSensitiveLog: (
|
|
1544
|
+
obj: ActionDeclaration
|
|
1545
|
+
) => any;
|
|
1546
|
+
|
|
1547
|
+
export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
|
|
1548
|
+
|
|
1549
|
+
export declare const ActionExecutionFilterSensitiveLog: (
|
|
1550
|
+
obj: ActionExecution
|
|
1551
|
+
) => any;
|
|
1552
|
+
|
|
1553
|
+
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
1554
|
+
|
|
1555
|
+
export declare const ArtifactDetailFilterSensitiveLog: (
|
|
1556
|
+
obj: ArtifactDetail
|
|
1557
|
+
) => any;
|
|
1558
|
+
|
|
1559
|
+
export declare const ActionExecutionInputFilterSensitiveLog: (
|
|
1560
|
+
obj: ActionExecutionInput
|
|
1561
|
+
) => any;
|
|
1562
|
+
|
|
1563
|
+
export declare const ActionExecutionResultFilterSensitiveLog: (
|
|
1564
|
+
obj: ActionExecutionResult
|
|
1565
|
+
) => any;
|
|
1566
|
+
|
|
1567
|
+
export declare const ActionExecutionOutputFilterSensitiveLog: (
|
|
1568
|
+
obj: ActionExecutionOutput
|
|
1569
|
+
) => any;
|
|
1570
|
+
|
|
1571
|
+
export declare const ActionExecutionDetailFilterSensitiveLog: (
|
|
1572
|
+
obj: ActionExecutionDetail
|
|
1573
|
+
) => any;
|
|
1574
|
+
|
|
1575
|
+
export declare const ActionExecutionFilterFilterSensitiveLog: (
|
|
1576
|
+
obj: ActionExecutionFilter
|
|
1577
|
+
) => any;
|
|
1578
|
+
|
|
1579
|
+
export declare const ActionRevisionFilterSensitiveLog: (
|
|
1580
|
+
obj: ActionRevision
|
|
1581
|
+
) => any;
|
|
1582
|
+
|
|
1583
|
+
export declare const ActionStateFilterSensitiveLog: (obj: ActionState) => any;
|
|
1584
|
+
|
|
1585
|
+
export declare const ArtifactDetailsFilterSensitiveLog: (
|
|
1586
|
+
obj: ArtifactDetails
|
|
1587
|
+
) => any;
|
|
1588
|
+
|
|
1589
|
+
export declare const ActionTypeSettingsFilterSensitiveLog: (
|
|
1590
|
+
obj: ActionTypeSettings
|
|
1591
|
+
) => any;
|
|
1592
|
+
|
|
1593
|
+
export declare const ActionTypeFilterSensitiveLog: (obj: ActionType) => any;
|
|
1594
|
+
|
|
1595
|
+
export declare const ActionTypeArtifactDetailsFilterSensitiveLog: (
|
|
1596
|
+
obj: ActionTypeArtifactDetails
|
|
1597
|
+
) => any;
|
|
1598
|
+
|
|
1599
|
+
export declare const JobWorkerExecutorConfigurationFilterSensitiveLog: (
|
|
1600
|
+
obj: JobWorkerExecutorConfiguration
|
|
1601
|
+
) => any;
|
|
1602
|
+
|
|
1603
|
+
export declare const LambdaExecutorConfigurationFilterSensitiveLog: (
|
|
1604
|
+
obj: LambdaExecutorConfiguration
|
|
1605
|
+
) => any;
|
|
1606
|
+
|
|
1607
|
+
export declare const ExecutorConfigurationFilterSensitiveLog: (
|
|
1608
|
+
obj: ExecutorConfiguration
|
|
1609
|
+
) => any;
|
|
1610
|
+
|
|
1611
|
+
export declare const ActionTypeExecutorFilterSensitiveLog: (
|
|
1612
|
+
obj: ActionTypeExecutor
|
|
1613
|
+
) => any;
|
|
1614
|
+
|
|
1615
|
+
export declare const ActionTypeIdentifierFilterSensitiveLog: (
|
|
1616
|
+
obj: ActionTypeIdentifier
|
|
1617
|
+
) => any;
|
|
1618
|
+
|
|
1619
|
+
export declare const ActionTypePermissionsFilterSensitiveLog: (
|
|
1620
|
+
obj: ActionTypePermissions
|
|
1621
|
+
) => any;
|
|
1622
|
+
|
|
1623
|
+
export declare const ActionTypePropertyFilterSensitiveLog: (
|
|
1624
|
+
obj: ActionTypeProperty
|
|
1625
|
+
) => any;
|
|
1626
|
+
|
|
1627
|
+
export declare const ActionTypeUrlsFilterSensitiveLog: (
|
|
1628
|
+
obj: ActionTypeUrls
|
|
1629
|
+
) => any;
|
|
1630
|
+
|
|
1631
|
+
export declare const ActionTypeDeclarationFilterSensitiveLog: (
|
|
1632
|
+
obj: ActionTypeDeclaration
|
|
1633
|
+
) => any;
|
|
1634
|
+
|
|
1635
|
+
export declare const ApprovalResultFilterSensitiveLog: (
|
|
1636
|
+
obj: ApprovalResult
|
|
1637
|
+
) => any;
|
|
1638
|
+
|
|
1639
|
+
export declare const S3ArtifactLocationFilterSensitiveLog: (
|
|
1640
|
+
obj: S3ArtifactLocation
|
|
1641
|
+
) => any;
|
|
1642
|
+
|
|
1643
|
+
export declare const ArtifactLocationFilterSensitiveLog: (
|
|
1644
|
+
obj: ArtifactLocation
|
|
1645
|
+
) => any;
|
|
1646
|
+
|
|
1647
|
+
export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
|
|
1648
|
+
|
|
1649
|
+
export declare const ArtifactRevisionFilterSensitiveLog: (
|
|
1650
|
+
obj: ArtifactRevision
|
|
1651
|
+
) => any;
|
|
1652
|
+
|
|
1653
|
+
export declare const EncryptionKeyFilterSensitiveLog: (
|
|
1654
|
+
obj: EncryptionKey
|
|
1655
|
+
) => any;
|
|
1656
|
+
|
|
1657
|
+
export declare const ArtifactStoreFilterSensitiveLog: (
|
|
1658
|
+
obj: ArtifactStore
|
|
1659
|
+
) => any;
|
|
1660
|
+
|
|
1661
|
+
export declare const AWSSessionCredentialsFilterSensitiveLog: (
|
|
1662
|
+
obj: AWSSessionCredentials
|
|
1663
|
+
) => any;
|
|
1664
|
+
|
|
1665
|
+
export declare const BlockerDeclarationFilterSensitiveLog: (
|
|
1666
|
+
obj: BlockerDeclaration
|
|
1667
|
+
) => any;
|
|
1668
|
+
|
|
1669
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1670
|
+
|
|
1671
|
+
export declare const CreateCustomActionTypeInputFilterSensitiveLog: (
|
|
1672
|
+
obj: CreateCustomActionTypeInput
|
|
1673
|
+
) => any;
|
|
1674
|
+
|
|
1675
|
+
export declare const CreateCustomActionTypeOutputFilterSensitiveLog: (
|
|
1676
|
+
obj: CreateCustomActionTypeOutput
|
|
1677
|
+
) => any;
|
|
1678
|
+
|
|
1679
|
+
export declare const StageDeclarationFilterSensitiveLog: (
|
|
1680
|
+
obj: StageDeclaration
|
|
1681
|
+
) => any;
|
|
1682
|
+
|
|
1683
|
+
export declare const PipelineDeclarationFilterSensitiveLog: (
|
|
1684
|
+
obj: PipelineDeclaration
|
|
1685
|
+
) => any;
|
|
1686
|
+
|
|
1687
|
+
export declare const CreatePipelineInputFilterSensitiveLog: (
|
|
1688
|
+
obj: CreatePipelineInput
|
|
1689
|
+
) => any;
|
|
1690
|
+
|
|
1691
|
+
export declare const CreatePipelineOutputFilterSensitiveLog: (
|
|
1692
|
+
obj: CreatePipelineOutput
|
|
1693
|
+
) => any;
|
|
1694
|
+
|
|
1695
|
+
export declare const DeleteCustomActionTypeInputFilterSensitiveLog: (
|
|
1696
|
+
obj: DeleteCustomActionTypeInput
|
|
1697
|
+
) => any;
|
|
1698
|
+
|
|
1699
|
+
export declare const DeletePipelineInputFilterSensitiveLog: (
|
|
1700
|
+
obj: DeletePipelineInput
|
|
1701
|
+
) => any;
|
|
1702
|
+
|
|
1703
|
+
export declare const DeleteWebhookInputFilterSensitiveLog: (
|
|
1704
|
+
obj: DeleteWebhookInput
|
|
1705
|
+
) => any;
|
|
1706
|
+
|
|
1707
|
+
export declare const DeleteWebhookOutputFilterSensitiveLog: (
|
|
1708
|
+
obj: DeleteWebhookOutput
|
|
1709
|
+
) => any;
|
|
1710
|
+
|
|
1711
|
+
export declare const DeregisterWebhookWithThirdPartyInputFilterSensitiveLog: (
|
|
1712
|
+
obj: DeregisterWebhookWithThirdPartyInput
|
|
1713
|
+
) => any;
|
|
1714
|
+
|
|
1715
|
+
export declare const DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog: (
|
|
1716
|
+
obj: DeregisterWebhookWithThirdPartyOutput
|
|
1717
|
+
) => any;
|
|
1718
|
+
|
|
1719
|
+
export declare const DisableStageTransitionInputFilterSensitiveLog: (
|
|
1720
|
+
obj: DisableStageTransitionInput
|
|
1721
|
+
) => any;
|
|
1722
|
+
|
|
1723
|
+
export declare const EnableStageTransitionInputFilterSensitiveLog: (
|
|
1724
|
+
obj: EnableStageTransitionInput
|
|
1725
|
+
) => any;
|
|
1726
|
+
|
|
1727
|
+
export declare const GetActionTypeInputFilterSensitiveLog: (
|
|
1728
|
+
obj: GetActionTypeInput
|
|
1729
|
+
) => any;
|
|
1730
|
+
|
|
1731
|
+
export declare const GetActionTypeOutputFilterSensitiveLog: (
|
|
1732
|
+
obj: GetActionTypeOutput
|
|
1733
|
+
) => any;
|
|
1734
|
+
|
|
1735
|
+
export declare const GetJobDetailsInputFilterSensitiveLog: (
|
|
1736
|
+
obj: GetJobDetailsInput
|
|
1737
|
+
) => any;
|
|
1738
|
+
|
|
1739
|
+
export declare const StageContextFilterSensitiveLog: (obj: StageContext) => any;
|
|
1740
|
+
|
|
1741
|
+
export declare const PipelineContextFilterSensitiveLog: (
|
|
1742
|
+
obj: PipelineContext
|
|
1743
|
+
) => any;
|
|
1744
|
+
|
|
1745
|
+
export declare const JobDataFilterSensitiveLog: (obj: JobData) => any;
|
|
1746
|
+
|
|
1747
|
+
export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
|
|
1748
|
+
|
|
1749
|
+
export declare const GetJobDetailsOutputFilterSensitiveLog: (
|
|
1750
|
+
obj: GetJobDetailsOutput
|
|
1751
|
+
) => any;
|
|
1752
|
+
|
|
1753
|
+
export declare const GetPipelineInputFilterSensitiveLog: (
|
|
1754
|
+
obj: GetPipelineInput
|
|
1755
|
+
) => any;
|
|
1756
|
+
|
|
1757
|
+
export declare const PipelineMetadataFilterSensitiveLog: (
|
|
1758
|
+
obj: PipelineMetadata
|
|
1759
|
+
) => any;
|
|
1760
|
+
|
|
1761
|
+
export declare const GetPipelineOutputFilterSensitiveLog: (
|
|
1762
|
+
obj: GetPipelineOutput
|
|
1763
|
+
) => any;
|
|
1764
|
+
|
|
1765
|
+
export declare const GetPipelineExecutionInputFilterSensitiveLog: (
|
|
1766
|
+
obj: GetPipelineExecutionInput
|
|
1767
|
+
) => any;
|
|
1768
|
+
|
|
1769
|
+
export declare const PipelineExecutionFilterSensitiveLog: (
|
|
1770
|
+
obj: PipelineExecution
|
|
1771
|
+
) => any;
|
|
1772
|
+
|
|
1773
|
+
export declare const GetPipelineExecutionOutputFilterSensitiveLog: (
|
|
1774
|
+
obj: GetPipelineExecutionOutput
|
|
1775
|
+
) => any;
|
|
1776
|
+
|
|
1777
|
+
export declare const GetPipelineStateInputFilterSensitiveLog: (
|
|
1778
|
+
obj: GetPipelineStateInput
|
|
1779
|
+
) => any;
|
|
1780
|
+
|
|
1781
|
+
export declare const StageExecutionFilterSensitiveLog: (
|
|
1782
|
+
obj: StageExecution
|
|
1783
|
+
) => any;
|
|
1784
|
+
|
|
1785
|
+
export declare const TransitionStateFilterSensitiveLog: (
|
|
1786
|
+
obj: TransitionState
|
|
1787
|
+
) => any;
|
|
1788
|
+
|
|
1789
|
+
export declare const StageStateFilterSensitiveLog: (obj: StageState) => any;
|
|
1790
|
+
|
|
1791
|
+
export declare const GetPipelineStateOutputFilterSensitiveLog: (
|
|
1792
|
+
obj: GetPipelineStateOutput
|
|
1793
|
+
) => any;
|
|
1794
|
+
|
|
1795
|
+
export declare const GetThirdPartyJobDetailsInputFilterSensitiveLog: (
|
|
1796
|
+
obj: GetThirdPartyJobDetailsInput
|
|
1797
|
+
) => any;
|
|
1798
|
+
|
|
1799
|
+
export declare const ThirdPartyJobDataFilterSensitiveLog: (
|
|
1800
|
+
obj: ThirdPartyJobData
|
|
1801
|
+
) => any;
|
|
1802
|
+
|
|
1803
|
+
export declare const ThirdPartyJobDetailsFilterSensitiveLog: (
|
|
1804
|
+
obj: ThirdPartyJobDetails
|
|
1805
|
+
) => any;
|
|
1806
|
+
|
|
1807
|
+
export declare const GetThirdPartyJobDetailsOutputFilterSensitiveLog: (
|
|
1808
|
+
obj: GetThirdPartyJobDetailsOutput
|
|
1809
|
+
) => any;
|
|
1810
|
+
|
|
1811
|
+
export declare const ListActionExecutionsInputFilterSensitiveLog: (
|
|
1812
|
+
obj: ListActionExecutionsInput
|
|
1813
|
+
) => any;
|
|
1814
|
+
|
|
1815
|
+
export declare const ListActionExecutionsOutputFilterSensitiveLog: (
|
|
1816
|
+
obj: ListActionExecutionsOutput
|
|
1817
|
+
) => any;
|
|
1818
|
+
|
|
1819
|
+
export declare const ListActionTypesInputFilterSensitiveLog: (
|
|
1820
|
+
obj: ListActionTypesInput
|
|
1821
|
+
) => any;
|
|
1822
|
+
|
|
1823
|
+
export declare const ListActionTypesOutputFilterSensitiveLog: (
|
|
1824
|
+
obj: ListActionTypesOutput
|
|
1825
|
+
) => any;
|
|
1826
|
+
|
|
1827
|
+
export declare const ListPipelineExecutionsInputFilterSensitiveLog: (
|
|
1828
|
+
obj: ListPipelineExecutionsInput
|
|
1829
|
+
) => any;
|
|
1830
|
+
|
|
1831
|
+
export declare const SourceRevisionFilterSensitiveLog: (
|
|
1832
|
+
obj: SourceRevision
|
|
1833
|
+
) => any;
|
|
1834
|
+
|
|
1835
|
+
export declare const StopExecutionTriggerFilterSensitiveLog: (
|
|
1836
|
+
obj: StopExecutionTrigger
|
|
1837
|
+
) => any;
|
|
1838
|
+
|
|
1839
|
+
export declare const ExecutionTriggerFilterSensitiveLog: (
|
|
1840
|
+
obj: ExecutionTrigger
|
|
1841
|
+
) => any;
|
|
1842
|
+
|
|
1843
|
+
export declare const PipelineExecutionSummaryFilterSensitiveLog: (
|
|
1844
|
+
obj: PipelineExecutionSummary
|
|
1845
|
+
) => any;
|
|
1846
|
+
|
|
1847
|
+
export declare const ListPipelineExecutionsOutputFilterSensitiveLog: (
|
|
1848
|
+
obj: ListPipelineExecutionsOutput
|
|
1849
|
+
) => any;
|
|
1850
|
+
|
|
1851
|
+
export declare const ListPipelinesInputFilterSensitiveLog: (
|
|
1852
|
+
obj: ListPipelinesInput
|
|
1853
|
+
) => any;
|
|
1854
|
+
|
|
1855
|
+
export declare const PipelineSummaryFilterSensitiveLog: (
|
|
1856
|
+
obj: PipelineSummary
|
|
1857
|
+
) => any;
|
|
1858
|
+
|
|
1859
|
+
export declare const ListPipelinesOutputFilterSensitiveLog: (
|
|
1860
|
+
obj: ListPipelinesOutput
|
|
1861
|
+
) => any;
|
|
1862
|
+
|
|
1863
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
1864
|
+
obj: ListTagsForResourceInput
|
|
1865
|
+
) => any;
|
|
1866
|
+
|
|
1867
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
1868
|
+
obj: ListTagsForResourceOutput
|
|
1869
|
+
) => any;
|
|
1870
|
+
|
|
1871
|
+
export declare const ListWebhooksInputFilterSensitiveLog: (
|
|
1872
|
+
obj: ListWebhooksInput
|
|
1873
|
+
) => any;
|
|
1874
|
+
|
|
1875
|
+
export declare const WebhookAuthConfigurationFilterSensitiveLog: (
|
|
1876
|
+
obj: WebhookAuthConfiguration
|
|
1877
|
+
) => any;
|
|
1878
|
+
|
|
1879
|
+
export declare const WebhookFilterRuleFilterSensitiveLog: (
|
|
1880
|
+
obj: WebhookFilterRule
|
|
1881
|
+
) => any;
|
|
1882
|
+
|
|
1883
|
+
export declare const WebhookDefinitionFilterSensitiveLog: (
|
|
1884
|
+
obj: WebhookDefinition
|
|
1885
|
+
) => any;
|
|
1886
|
+
|
|
1887
|
+
export declare const ListWebhookItemFilterSensitiveLog: (
|
|
1888
|
+
obj: ListWebhookItem
|
|
1889
|
+
) => any;
|
|
1890
|
+
|
|
1891
|
+
export declare const ListWebhooksOutputFilterSensitiveLog: (
|
|
1892
|
+
obj: ListWebhooksOutput
|
|
1893
|
+
) => any;
|
|
1894
|
+
|
|
1895
|
+
export declare const PollForJobsInputFilterSensitiveLog: (
|
|
1896
|
+
obj: PollForJobsInput
|
|
1897
|
+
) => any;
|
|
1898
|
+
|
|
1899
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
1900
|
+
|
|
1901
|
+
export declare const PollForJobsOutputFilterSensitiveLog: (
|
|
1902
|
+
obj: PollForJobsOutput
|
|
1903
|
+
) => any;
|
|
1904
|
+
|
|
1905
|
+
export declare const PollForThirdPartyJobsInputFilterSensitiveLog: (
|
|
1906
|
+
obj: PollForThirdPartyJobsInput
|
|
1907
|
+
) => any;
|
|
1908
|
+
|
|
1909
|
+
export declare const ThirdPartyJobFilterSensitiveLog: (
|
|
1910
|
+
obj: ThirdPartyJob
|
|
1911
|
+
) => any;
|
|
1912
|
+
|
|
1913
|
+
export declare const PollForThirdPartyJobsOutputFilterSensitiveLog: (
|
|
1914
|
+
obj: PollForThirdPartyJobsOutput
|
|
1915
|
+
) => any;
|
|
1916
|
+
|
|
1917
|
+
export declare const PutActionRevisionInputFilterSensitiveLog: (
|
|
1918
|
+
obj: PutActionRevisionInput
|
|
1919
|
+
) => any;
|
|
1920
|
+
|
|
1921
|
+
export declare const PutActionRevisionOutputFilterSensitiveLog: (
|
|
1922
|
+
obj: PutActionRevisionOutput
|
|
1923
|
+
) => any;
|
|
1924
|
+
|
|
1925
|
+
export declare const PutApprovalResultInputFilterSensitiveLog: (
|
|
1926
|
+
obj: PutApprovalResultInput
|
|
1927
|
+
) => any;
|
|
1928
|
+
|
|
1929
|
+
export declare const PutApprovalResultOutputFilterSensitiveLog: (
|
|
1930
|
+
obj: PutApprovalResultOutput
|
|
1931
|
+
) => any;
|
|
1932
|
+
|
|
1933
|
+
export declare const FailureDetailsFilterSensitiveLog: (
|
|
1934
|
+
obj: FailureDetails
|
|
1935
|
+
) => any;
|
|
1936
|
+
|
|
1937
|
+
export declare const PutJobFailureResultInputFilterSensitiveLog: (
|
|
1938
|
+
obj: PutJobFailureResultInput
|
|
1939
|
+
) => any;
|
|
1940
|
+
|
|
1941
|
+
export declare const CurrentRevisionFilterSensitiveLog: (
|
|
1942
|
+
obj: CurrentRevision
|
|
1943
|
+
) => any;
|
|
1944
|
+
|
|
1945
|
+
export declare const ExecutionDetailsFilterSensitiveLog: (
|
|
1946
|
+
obj: ExecutionDetails
|
|
1947
|
+
) => any;
|
|
1948
|
+
|
|
1949
|
+
export declare const PutJobSuccessResultInputFilterSensitiveLog: (
|
|
1950
|
+
obj: PutJobSuccessResultInput
|
|
1951
|
+
) => any;
|
|
1952
|
+
|
|
1953
|
+
export declare const PutThirdPartyJobFailureResultInputFilterSensitiveLog: (
|
|
1954
|
+
obj: PutThirdPartyJobFailureResultInput
|
|
1955
|
+
) => any;
|
|
1956
|
+
|
|
1957
|
+
export declare const PutThirdPartyJobSuccessResultInputFilterSensitiveLog: (
|
|
1958
|
+
obj: PutThirdPartyJobSuccessResultInput
|
|
1959
|
+
) => any;
|
|
1960
|
+
|
|
1961
|
+
export declare const PutWebhookInputFilterSensitiveLog: (
|
|
1962
|
+
obj: PutWebhookInput
|
|
1963
|
+
) => any;
|
|
1964
|
+
|
|
1965
|
+
export declare const PutWebhookOutputFilterSensitiveLog: (
|
|
1966
|
+
obj: PutWebhookOutput
|
|
1967
|
+
) => any;
|
|
1968
|
+
|
|
1969
|
+
export declare const RegisterWebhookWithThirdPartyInputFilterSensitiveLog: (
|
|
1970
|
+
obj: RegisterWebhookWithThirdPartyInput
|
|
1971
|
+
) => any;
|
|
1972
|
+
|
|
1973
|
+
export declare const RegisterWebhookWithThirdPartyOutputFilterSensitiveLog: (
|
|
1974
|
+
obj: RegisterWebhookWithThirdPartyOutput
|
|
1975
|
+
) => any;
|
|
1976
|
+
|
|
1977
|
+
export declare const RetryStageExecutionInputFilterSensitiveLog: (
|
|
1978
|
+
obj: RetryStageExecutionInput
|
|
1979
|
+
) => any;
|
|
1980
|
+
|
|
1981
|
+
export declare const RetryStageExecutionOutputFilterSensitiveLog: (
|
|
1982
|
+
obj: RetryStageExecutionOutput
|
|
1983
|
+
) => any;
|
|
1984
|
+
|
|
1985
|
+
export declare const StartPipelineExecutionInputFilterSensitiveLog: (
|
|
1986
|
+
obj: StartPipelineExecutionInput
|
|
1987
|
+
) => any;
|
|
1988
|
+
|
|
1989
|
+
export declare const StartPipelineExecutionOutputFilterSensitiveLog: (
|
|
1990
|
+
obj: StartPipelineExecutionOutput
|
|
1991
|
+
) => any;
|
|
1992
|
+
|
|
1993
|
+
export declare const StopPipelineExecutionInputFilterSensitiveLog: (
|
|
1994
|
+
obj: StopPipelineExecutionInput
|
|
1995
|
+
) => any;
|
|
1996
|
+
|
|
1997
|
+
export declare const StopPipelineExecutionOutputFilterSensitiveLog: (
|
|
1998
|
+
obj: StopPipelineExecutionOutput
|
|
1999
|
+
) => any;
|
|
2000
|
+
|
|
2001
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
2002
|
+
obj: TagResourceInput
|
|
2003
|
+
) => any;
|
|
2004
|
+
|
|
2005
|
+
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
2006
|
+
obj: TagResourceOutput
|
|
2007
|
+
) => any;
|
|
2008
|
+
|
|
2009
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
2010
|
+
obj: UntagResourceInput
|
|
2011
|
+
) => any;
|
|
2012
|
+
|
|
2013
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
2014
|
+
obj: UntagResourceOutput
|
|
2015
|
+
) => any;
|
|
2016
|
+
|
|
2017
|
+
export declare const UpdateActionTypeInputFilterSensitiveLog: (
|
|
2018
|
+
obj: UpdateActionTypeInput
|
|
2019
|
+
) => any;
|
|
2020
|
+
|
|
2021
|
+
export declare const UpdatePipelineInputFilterSensitiveLog: (
|
|
2022
|
+
obj: UpdatePipelineInput
|
|
2023
|
+
) => any;
|
|
2024
|
+
|
|
2025
|
+
export declare const UpdatePipelineOutputFilterSensitiveLog: (
|
|
2026
|
+
obj: UpdatePipelineOutput
|
|
2027
|
+
) => any;
|