@aws-sdk/client-codepipeline 3.986.0 → 3.988.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/dist-cjs/index.js +63 -2883
- package/dist-cjs/models/CodePipelineServiceException.js +12 -0
- package/dist-cjs/models/errors.js +537 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2056 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +286 -280
- package/dist-types/schemas/schemas_0.d.ts +49 -42
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +44 -42
- package/package.json +13 -13
package/dist-cjs/index.js
CHANGED
|
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
|
|
|
15
15
|
var runtimeConfig = require('./runtimeConfig');
|
|
16
16
|
var regionConfigResolver = require('@aws-sdk/region-config-resolver');
|
|
17
17
|
var protocolHttp = require('@smithy/protocol-http');
|
|
18
|
+
var schemas_0 = require('./schemas/schemas_0');
|
|
19
|
+
var errors = require('./models/errors');
|
|
20
|
+
var CodePipelineServiceException = require('./models/CodePipelineServiceException');
|
|
18
21
|
|
|
19
22
|
const resolveClientEndpointParameters = (options) => {
|
|
20
23
|
return Object.assign(options, {
|
|
@@ -110,2528 +113,6 @@ class CodePipelineClient extends smithyClient.Client {
|
|
|
110
113
|
}
|
|
111
114
|
}
|
|
112
115
|
|
|
113
|
-
class CodePipelineServiceException extends smithyClient.ServiceException {
|
|
114
|
-
constructor(options) {
|
|
115
|
-
super(options);
|
|
116
|
-
Object.setPrototypeOf(this, CodePipelineServiceException.prototype);
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
class InvalidNonceException extends CodePipelineServiceException {
|
|
121
|
-
name = "InvalidNonceException";
|
|
122
|
-
$fault = "client";
|
|
123
|
-
constructor(opts) {
|
|
124
|
-
super({
|
|
125
|
-
name: "InvalidNonceException",
|
|
126
|
-
$fault: "client",
|
|
127
|
-
...opts,
|
|
128
|
-
});
|
|
129
|
-
Object.setPrototypeOf(this, InvalidNonceException.prototype);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
class JobNotFoundException extends CodePipelineServiceException {
|
|
133
|
-
name = "JobNotFoundException";
|
|
134
|
-
$fault = "client";
|
|
135
|
-
constructor(opts) {
|
|
136
|
-
super({
|
|
137
|
-
name: "JobNotFoundException",
|
|
138
|
-
$fault: "client",
|
|
139
|
-
...opts,
|
|
140
|
-
});
|
|
141
|
-
Object.setPrototypeOf(this, JobNotFoundException.prototype);
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
class ValidationException extends CodePipelineServiceException {
|
|
145
|
-
name = "ValidationException";
|
|
146
|
-
$fault = "client";
|
|
147
|
-
constructor(opts) {
|
|
148
|
-
super({
|
|
149
|
-
name: "ValidationException",
|
|
150
|
-
$fault: "client",
|
|
151
|
-
...opts,
|
|
152
|
-
});
|
|
153
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
class InvalidClientTokenException extends CodePipelineServiceException {
|
|
157
|
-
name = "InvalidClientTokenException";
|
|
158
|
-
$fault = "client";
|
|
159
|
-
constructor(opts) {
|
|
160
|
-
super({
|
|
161
|
-
name: "InvalidClientTokenException",
|
|
162
|
-
$fault: "client",
|
|
163
|
-
...opts,
|
|
164
|
-
});
|
|
165
|
-
Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
|
|
166
|
-
}
|
|
167
|
-
}
|
|
168
|
-
class ActionExecutionNotFoundException extends CodePipelineServiceException {
|
|
169
|
-
name = "ActionExecutionNotFoundException";
|
|
170
|
-
$fault = "client";
|
|
171
|
-
constructor(opts) {
|
|
172
|
-
super({
|
|
173
|
-
name: "ActionExecutionNotFoundException",
|
|
174
|
-
$fault: "client",
|
|
175
|
-
...opts,
|
|
176
|
-
});
|
|
177
|
-
Object.setPrototypeOf(this, ActionExecutionNotFoundException.prototype);
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
class ActionNotFoundException extends CodePipelineServiceException {
|
|
181
|
-
name = "ActionNotFoundException";
|
|
182
|
-
$fault = "client";
|
|
183
|
-
constructor(opts) {
|
|
184
|
-
super({
|
|
185
|
-
name: "ActionNotFoundException",
|
|
186
|
-
$fault: "client",
|
|
187
|
-
...opts,
|
|
188
|
-
});
|
|
189
|
-
Object.setPrototypeOf(this, ActionNotFoundException.prototype);
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
class ActionTypeNotFoundException extends CodePipelineServiceException {
|
|
193
|
-
name = "ActionTypeNotFoundException";
|
|
194
|
-
$fault = "client";
|
|
195
|
-
constructor(opts) {
|
|
196
|
-
super({
|
|
197
|
-
name: "ActionTypeNotFoundException",
|
|
198
|
-
$fault: "client",
|
|
199
|
-
...opts,
|
|
200
|
-
});
|
|
201
|
-
Object.setPrototypeOf(this, ActionTypeNotFoundException.prototype);
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
class ApprovalAlreadyCompletedException extends CodePipelineServiceException {
|
|
205
|
-
name = "ApprovalAlreadyCompletedException";
|
|
206
|
-
$fault = "client";
|
|
207
|
-
constructor(opts) {
|
|
208
|
-
super({
|
|
209
|
-
name: "ApprovalAlreadyCompletedException",
|
|
210
|
-
$fault: "client",
|
|
211
|
-
...opts,
|
|
212
|
-
});
|
|
213
|
-
Object.setPrototypeOf(this, ApprovalAlreadyCompletedException.prototype);
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
class ConcurrentModificationException extends CodePipelineServiceException {
|
|
217
|
-
name = "ConcurrentModificationException";
|
|
218
|
-
$fault = "client";
|
|
219
|
-
constructor(opts) {
|
|
220
|
-
super({
|
|
221
|
-
name: "ConcurrentModificationException",
|
|
222
|
-
$fault: "client",
|
|
223
|
-
...opts,
|
|
224
|
-
});
|
|
225
|
-
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
class InvalidTagsException extends CodePipelineServiceException {
|
|
229
|
-
name = "InvalidTagsException";
|
|
230
|
-
$fault = "client";
|
|
231
|
-
constructor(opts) {
|
|
232
|
-
super({
|
|
233
|
-
name: "InvalidTagsException",
|
|
234
|
-
$fault: "client",
|
|
235
|
-
...opts,
|
|
236
|
-
});
|
|
237
|
-
Object.setPrototypeOf(this, InvalidTagsException.prototype);
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
class LimitExceededException extends CodePipelineServiceException {
|
|
241
|
-
name = "LimitExceededException";
|
|
242
|
-
$fault = "client";
|
|
243
|
-
constructor(opts) {
|
|
244
|
-
super({
|
|
245
|
-
name: "LimitExceededException",
|
|
246
|
-
$fault: "client",
|
|
247
|
-
...opts,
|
|
248
|
-
});
|
|
249
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
class TooManyTagsException extends CodePipelineServiceException {
|
|
253
|
-
name = "TooManyTagsException";
|
|
254
|
-
$fault = "client";
|
|
255
|
-
constructor(opts) {
|
|
256
|
-
super({
|
|
257
|
-
name: "TooManyTagsException",
|
|
258
|
-
$fault: "client",
|
|
259
|
-
...opts,
|
|
260
|
-
});
|
|
261
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
class InvalidActionDeclarationException extends CodePipelineServiceException {
|
|
265
|
-
name = "InvalidActionDeclarationException";
|
|
266
|
-
$fault = "client";
|
|
267
|
-
constructor(opts) {
|
|
268
|
-
super({
|
|
269
|
-
name: "InvalidActionDeclarationException",
|
|
270
|
-
$fault: "client",
|
|
271
|
-
...opts,
|
|
272
|
-
});
|
|
273
|
-
Object.setPrototypeOf(this, InvalidActionDeclarationException.prototype);
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
class InvalidBlockerDeclarationException extends CodePipelineServiceException {
|
|
277
|
-
name = "InvalidBlockerDeclarationException";
|
|
278
|
-
$fault = "client";
|
|
279
|
-
constructor(opts) {
|
|
280
|
-
super({
|
|
281
|
-
name: "InvalidBlockerDeclarationException",
|
|
282
|
-
$fault: "client",
|
|
283
|
-
...opts,
|
|
284
|
-
});
|
|
285
|
-
Object.setPrototypeOf(this, InvalidBlockerDeclarationException.prototype);
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
class InvalidStageDeclarationException extends CodePipelineServiceException {
|
|
289
|
-
name = "InvalidStageDeclarationException";
|
|
290
|
-
$fault = "client";
|
|
291
|
-
constructor(opts) {
|
|
292
|
-
super({
|
|
293
|
-
name: "InvalidStageDeclarationException",
|
|
294
|
-
$fault: "client",
|
|
295
|
-
...opts,
|
|
296
|
-
});
|
|
297
|
-
Object.setPrototypeOf(this, InvalidStageDeclarationException.prototype);
|
|
298
|
-
}
|
|
299
|
-
}
|
|
300
|
-
class InvalidStructureException extends CodePipelineServiceException {
|
|
301
|
-
name = "InvalidStructureException";
|
|
302
|
-
$fault = "client";
|
|
303
|
-
constructor(opts) {
|
|
304
|
-
super({
|
|
305
|
-
name: "InvalidStructureException",
|
|
306
|
-
$fault: "client",
|
|
307
|
-
...opts,
|
|
308
|
-
});
|
|
309
|
-
Object.setPrototypeOf(this, InvalidStructureException.prototype);
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
class PipelineNameInUseException extends CodePipelineServiceException {
|
|
313
|
-
name = "PipelineNameInUseException";
|
|
314
|
-
$fault = "client";
|
|
315
|
-
constructor(opts) {
|
|
316
|
-
super({
|
|
317
|
-
name: "PipelineNameInUseException",
|
|
318
|
-
$fault: "client",
|
|
319
|
-
...opts,
|
|
320
|
-
});
|
|
321
|
-
Object.setPrototypeOf(this, PipelineNameInUseException.prototype);
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
class WebhookNotFoundException extends CodePipelineServiceException {
|
|
325
|
-
name = "WebhookNotFoundException";
|
|
326
|
-
$fault = "client";
|
|
327
|
-
constructor(opts) {
|
|
328
|
-
super({
|
|
329
|
-
name: "WebhookNotFoundException",
|
|
330
|
-
$fault: "client",
|
|
331
|
-
...opts,
|
|
332
|
-
});
|
|
333
|
-
Object.setPrototypeOf(this, WebhookNotFoundException.prototype);
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
class PipelineNotFoundException extends CodePipelineServiceException {
|
|
337
|
-
name = "PipelineNotFoundException";
|
|
338
|
-
$fault = "client";
|
|
339
|
-
constructor(opts) {
|
|
340
|
-
super({
|
|
341
|
-
name: "PipelineNotFoundException",
|
|
342
|
-
$fault: "client",
|
|
343
|
-
...opts,
|
|
344
|
-
});
|
|
345
|
-
Object.setPrototypeOf(this, PipelineNotFoundException.prototype);
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
class StageNotFoundException extends CodePipelineServiceException {
|
|
349
|
-
name = "StageNotFoundException";
|
|
350
|
-
$fault = "client";
|
|
351
|
-
constructor(opts) {
|
|
352
|
-
super({
|
|
353
|
-
name: "StageNotFoundException",
|
|
354
|
-
$fault: "client",
|
|
355
|
-
...opts,
|
|
356
|
-
});
|
|
357
|
-
Object.setPrototypeOf(this, StageNotFoundException.prototype);
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
class PipelineVersionNotFoundException extends CodePipelineServiceException {
|
|
361
|
-
name = "PipelineVersionNotFoundException";
|
|
362
|
-
$fault = "client";
|
|
363
|
-
constructor(opts) {
|
|
364
|
-
super({
|
|
365
|
-
name: "PipelineVersionNotFoundException",
|
|
366
|
-
$fault: "client",
|
|
367
|
-
...opts,
|
|
368
|
-
});
|
|
369
|
-
Object.setPrototypeOf(this, PipelineVersionNotFoundException.prototype);
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
class PipelineExecutionNotFoundException extends CodePipelineServiceException {
|
|
373
|
-
name = "PipelineExecutionNotFoundException";
|
|
374
|
-
$fault = "client";
|
|
375
|
-
constructor(opts) {
|
|
376
|
-
super({
|
|
377
|
-
name: "PipelineExecutionNotFoundException",
|
|
378
|
-
$fault: "client",
|
|
379
|
-
...opts,
|
|
380
|
-
});
|
|
381
|
-
Object.setPrototypeOf(this, PipelineExecutionNotFoundException.prototype);
|
|
382
|
-
}
|
|
383
|
-
}
|
|
384
|
-
class InvalidJobException extends CodePipelineServiceException {
|
|
385
|
-
name = "InvalidJobException";
|
|
386
|
-
$fault = "client";
|
|
387
|
-
constructor(opts) {
|
|
388
|
-
super({
|
|
389
|
-
name: "InvalidJobException",
|
|
390
|
-
$fault: "client",
|
|
391
|
-
...opts,
|
|
392
|
-
});
|
|
393
|
-
Object.setPrototypeOf(this, InvalidJobException.prototype);
|
|
394
|
-
}
|
|
395
|
-
}
|
|
396
|
-
class InvalidNextTokenException extends CodePipelineServiceException {
|
|
397
|
-
name = "InvalidNextTokenException";
|
|
398
|
-
$fault = "client";
|
|
399
|
-
constructor(opts) {
|
|
400
|
-
super({
|
|
401
|
-
name: "InvalidNextTokenException",
|
|
402
|
-
$fault: "client",
|
|
403
|
-
...opts,
|
|
404
|
-
});
|
|
405
|
-
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
406
|
-
}
|
|
407
|
-
}
|
|
408
|
-
class InvalidArnException extends CodePipelineServiceException {
|
|
409
|
-
name = "InvalidArnException";
|
|
410
|
-
$fault = "client";
|
|
411
|
-
constructor(opts) {
|
|
412
|
-
super({
|
|
413
|
-
name: "InvalidArnException",
|
|
414
|
-
$fault: "client",
|
|
415
|
-
...opts,
|
|
416
|
-
});
|
|
417
|
-
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
class ResourceNotFoundException extends CodePipelineServiceException {
|
|
421
|
-
name = "ResourceNotFoundException";
|
|
422
|
-
$fault = "client";
|
|
423
|
-
constructor(opts) {
|
|
424
|
-
super({
|
|
425
|
-
name: "ResourceNotFoundException",
|
|
426
|
-
$fault: "client",
|
|
427
|
-
...opts,
|
|
428
|
-
});
|
|
429
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
class ConcurrentPipelineExecutionsLimitExceededException extends CodePipelineServiceException {
|
|
433
|
-
name = "ConcurrentPipelineExecutionsLimitExceededException";
|
|
434
|
-
$fault = "client";
|
|
435
|
-
constructor(opts) {
|
|
436
|
-
super({
|
|
437
|
-
name: "ConcurrentPipelineExecutionsLimitExceededException",
|
|
438
|
-
$fault: "client",
|
|
439
|
-
...opts,
|
|
440
|
-
});
|
|
441
|
-
Object.setPrototypeOf(this, ConcurrentPipelineExecutionsLimitExceededException.prototype);
|
|
442
|
-
}
|
|
443
|
-
}
|
|
444
|
-
class ConditionNotOverridableException extends CodePipelineServiceException {
|
|
445
|
-
name = "ConditionNotOverridableException";
|
|
446
|
-
$fault = "client";
|
|
447
|
-
constructor(opts) {
|
|
448
|
-
super({
|
|
449
|
-
name: "ConditionNotOverridableException",
|
|
450
|
-
$fault: "client",
|
|
451
|
-
...opts,
|
|
452
|
-
});
|
|
453
|
-
Object.setPrototypeOf(this, ConditionNotOverridableException.prototype);
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
class ConflictException extends CodePipelineServiceException {
|
|
457
|
-
name = "ConflictException";
|
|
458
|
-
$fault = "client";
|
|
459
|
-
constructor(opts) {
|
|
460
|
-
super({
|
|
461
|
-
name: "ConflictException",
|
|
462
|
-
$fault: "client",
|
|
463
|
-
...opts,
|
|
464
|
-
});
|
|
465
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
class NotLatestPipelineExecutionException extends CodePipelineServiceException {
|
|
469
|
-
name = "NotLatestPipelineExecutionException";
|
|
470
|
-
$fault = "client";
|
|
471
|
-
constructor(opts) {
|
|
472
|
-
super({
|
|
473
|
-
name: "NotLatestPipelineExecutionException",
|
|
474
|
-
$fault: "client",
|
|
475
|
-
...opts,
|
|
476
|
-
});
|
|
477
|
-
Object.setPrototypeOf(this, NotLatestPipelineExecutionException.prototype);
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
class InvalidApprovalTokenException extends CodePipelineServiceException {
|
|
481
|
-
name = "InvalidApprovalTokenException";
|
|
482
|
-
$fault = "client";
|
|
483
|
-
constructor(opts) {
|
|
484
|
-
super({
|
|
485
|
-
name: "InvalidApprovalTokenException",
|
|
486
|
-
$fault: "client",
|
|
487
|
-
...opts,
|
|
488
|
-
});
|
|
489
|
-
Object.setPrototypeOf(this, InvalidApprovalTokenException.prototype);
|
|
490
|
-
}
|
|
491
|
-
}
|
|
492
|
-
class InvalidJobStateException extends CodePipelineServiceException {
|
|
493
|
-
name = "InvalidJobStateException";
|
|
494
|
-
$fault = "client";
|
|
495
|
-
constructor(opts) {
|
|
496
|
-
super({
|
|
497
|
-
name: "InvalidJobStateException",
|
|
498
|
-
$fault: "client",
|
|
499
|
-
...opts,
|
|
500
|
-
});
|
|
501
|
-
Object.setPrototypeOf(this, InvalidJobStateException.prototype);
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
class OutputVariablesSizeExceededException extends CodePipelineServiceException {
|
|
505
|
-
name = "OutputVariablesSizeExceededException";
|
|
506
|
-
$fault = "client";
|
|
507
|
-
constructor(opts) {
|
|
508
|
-
super({
|
|
509
|
-
name: "OutputVariablesSizeExceededException",
|
|
510
|
-
$fault: "client",
|
|
511
|
-
...opts,
|
|
512
|
-
});
|
|
513
|
-
Object.setPrototypeOf(this, OutputVariablesSizeExceededException.prototype);
|
|
514
|
-
}
|
|
515
|
-
}
|
|
516
|
-
class InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException {
|
|
517
|
-
name = "InvalidWebhookAuthenticationParametersException";
|
|
518
|
-
$fault = "client";
|
|
519
|
-
constructor(opts) {
|
|
520
|
-
super({
|
|
521
|
-
name: "InvalidWebhookAuthenticationParametersException",
|
|
522
|
-
$fault: "client",
|
|
523
|
-
...opts,
|
|
524
|
-
});
|
|
525
|
-
Object.setPrototypeOf(this, InvalidWebhookAuthenticationParametersException.prototype);
|
|
526
|
-
}
|
|
527
|
-
}
|
|
528
|
-
class InvalidWebhookFilterPatternException extends CodePipelineServiceException {
|
|
529
|
-
name = "InvalidWebhookFilterPatternException";
|
|
530
|
-
$fault = "client";
|
|
531
|
-
constructor(opts) {
|
|
532
|
-
super({
|
|
533
|
-
name: "InvalidWebhookFilterPatternException",
|
|
534
|
-
$fault: "client",
|
|
535
|
-
...opts,
|
|
536
|
-
});
|
|
537
|
-
Object.setPrototypeOf(this, InvalidWebhookFilterPatternException.prototype);
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
class StageNotRetryableException extends CodePipelineServiceException {
|
|
541
|
-
name = "StageNotRetryableException";
|
|
542
|
-
$fault = "client";
|
|
543
|
-
constructor(opts) {
|
|
544
|
-
super({
|
|
545
|
-
name: "StageNotRetryableException",
|
|
546
|
-
$fault: "client",
|
|
547
|
-
...opts,
|
|
548
|
-
});
|
|
549
|
-
Object.setPrototypeOf(this, StageNotRetryableException.prototype);
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
class PipelineExecutionOutdatedException extends CodePipelineServiceException {
|
|
553
|
-
name = "PipelineExecutionOutdatedException";
|
|
554
|
-
$fault = "client";
|
|
555
|
-
constructor(opts) {
|
|
556
|
-
super({
|
|
557
|
-
name: "PipelineExecutionOutdatedException",
|
|
558
|
-
$fault: "client",
|
|
559
|
-
...opts,
|
|
560
|
-
});
|
|
561
|
-
Object.setPrototypeOf(this, PipelineExecutionOutdatedException.prototype);
|
|
562
|
-
}
|
|
563
|
-
}
|
|
564
|
-
class UnableToRollbackStageException extends CodePipelineServiceException {
|
|
565
|
-
name = "UnableToRollbackStageException";
|
|
566
|
-
$fault = "client";
|
|
567
|
-
constructor(opts) {
|
|
568
|
-
super({
|
|
569
|
-
name: "UnableToRollbackStageException",
|
|
570
|
-
$fault: "client",
|
|
571
|
-
...opts,
|
|
572
|
-
});
|
|
573
|
-
Object.setPrototypeOf(this, UnableToRollbackStageException.prototype);
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
class DuplicatedStopRequestException extends CodePipelineServiceException {
|
|
577
|
-
name = "DuplicatedStopRequestException";
|
|
578
|
-
$fault = "client";
|
|
579
|
-
constructor(opts) {
|
|
580
|
-
super({
|
|
581
|
-
name: "DuplicatedStopRequestException",
|
|
582
|
-
$fault: "client",
|
|
583
|
-
...opts,
|
|
584
|
-
});
|
|
585
|
-
Object.setPrototypeOf(this, DuplicatedStopRequestException.prototype);
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
class PipelineExecutionNotStoppableException extends CodePipelineServiceException {
|
|
589
|
-
name = "PipelineExecutionNotStoppableException";
|
|
590
|
-
$fault = "client";
|
|
591
|
-
constructor(opts) {
|
|
592
|
-
super({
|
|
593
|
-
name: "PipelineExecutionNotStoppableException",
|
|
594
|
-
$fault: "client",
|
|
595
|
-
...opts,
|
|
596
|
-
});
|
|
597
|
-
Object.setPrototypeOf(this, PipelineExecutionNotStoppableException.prototype);
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
class RequestFailedException extends CodePipelineServiceException {
|
|
601
|
-
name = "RequestFailedException";
|
|
602
|
-
$fault = "client";
|
|
603
|
-
constructor(opts) {
|
|
604
|
-
super({
|
|
605
|
-
name: "RequestFailedException",
|
|
606
|
-
$fault: "client",
|
|
607
|
-
...opts,
|
|
608
|
-
});
|
|
609
|
-
Object.setPrototypeOf(this, RequestFailedException.prototype);
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
const _A = "Artifact";
|
|
614
|
-
const _AACE = "ApprovalAlreadyCompletedException";
|
|
615
|
-
const _AC = "ActionConfiguration";
|
|
616
|
-
const _ACP = "ActionConfigurationProperty";
|
|
617
|
-
const _ACPL = "ActionConfigurationPropertyList";
|
|
618
|
-
const _ACc = "ActionContext";
|
|
619
|
-
const _AD = "ActionDeclaration";
|
|
620
|
-
const _ADL = "ArtifactDetailList";
|
|
621
|
-
const _ADr = "ArtifactDetail";
|
|
622
|
-
const _ADrt = "ArtifactDetails";
|
|
623
|
-
const _AE = "ActionExecution";
|
|
624
|
-
const _AED = "ActionExecutionDetail";
|
|
625
|
-
const _AEDL = "ActionExecutionDetailList";
|
|
626
|
-
const _AEF = "ActionExecutionFilter";
|
|
627
|
-
const _AEI = "ActionExecutionInput";
|
|
628
|
-
const _AENFE = "ActionExecutionNotFoundException";
|
|
629
|
-
const _AEO = "ActionExecutionOutput";
|
|
630
|
-
const _AER = "ActionExecutionResult";
|
|
631
|
-
const _AIPR = "AllowedIPRange";
|
|
632
|
-
const _AJ = "AcknowledgeJob";
|
|
633
|
-
const _AJI = "AcknowledgeJobInput";
|
|
634
|
-
const _AJO = "AcknowledgeJobOutput";
|
|
635
|
-
const _AKI = "AccessKeyId";
|
|
636
|
-
const _AL = "ArtifactLocation";
|
|
637
|
-
const _ALr = "ArtifactList";
|
|
638
|
-
const _ANFE = "ActionNotFoundException";
|
|
639
|
-
const _AR = "ActionRevision";
|
|
640
|
-
const _ARL = "ArtifactRevisionList";
|
|
641
|
-
const _ARp = "ApprovalResult";
|
|
642
|
-
const _ARr = "ArtifactRevision";
|
|
643
|
-
const _AS = "ActionState";
|
|
644
|
-
const _ASL = "ActionStateList";
|
|
645
|
-
const _ASM = "ArtifactStoreMap";
|
|
646
|
-
const _ASr = "ArtifactStore";
|
|
647
|
-
const _AT = "ActionType";
|
|
648
|
-
const _ATAD = "ActionTypeArtifactDetails";
|
|
649
|
-
const _ATD = "ActionTypeDeclaration";
|
|
650
|
-
const _ATE = "ActionTypeExecutor";
|
|
651
|
-
const _ATI = "ActionTypeId";
|
|
652
|
-
const _ATIc = "ActionTypeIdentifier";
|
|
653
|
-
const _ATL = "ActionTypeList";
|
|
654
|
-
const _ATNFE = "ActionTypeNotFoundException";
|
|
655
|
-
const _ATP = "ActionTypePermissions";
|
|
656
|
-
const _ATPJ = "AcknowledgeThirdPartyJob";
|
|
657
|
-
const _ATPJI = "AcknowledgeThirdPartyJobInput";
|
|
658
|
-
const _ATPJO = "AcknowledgeThirdPartyJobOutput";
|
|
659
|
-
const _ATPc = "ActionTypeProperty";
|
|
660
|
-
const _ATPct = "ActionTypeProperties";
|
|
661
|
-
const _ATS = "ActionTypeSettings";
|
|
662
|
-
const _ATU = "ActionTypeUrls";
|
|
663
|
-
const _AWSSC = "AWSSessionCredentials";
|
|
664
|
-
const _BD = "BlockerDeclaration";
|
|
665
|
-
const _BEC = "BeforeEntryConditions";
|
|
666
|
-
const _C = "Condition";
|
|
667
|
-
const _CCAT = "CreateCustomActionType";
|
|
668
|
-
const _CCATI = "CreateCustomActionTypeInput";
|
|
669
|
-
const _CCATO = "CreateCustomActionTypeOutput";
|
|
670
|
-
const _CE = "ConditionExecution";
|
|
671
|
-
const _CEo = "ConflictException";
|
|
672
|
-
const _CL = "ConditionList";
|
|
673
|
-
const _CME = "ConcurrentModificationException";
|
|
674
|
-
const _CNOE = "ConditionNotOverridableException";
|
|
675
|
-
const _CP = "CreatePipeline";
|
|
676
|
-
const _CPELEE = "ConcurrentPipelineExecutionsLimitExceededException";
|
|
677
|
-
const _CPI = "CreatePipelineInput";
|
|
678
|
-
const _CPO = "CreatePipelineOutput";
|
|
679
|
-
const _CR = "CurrentRevision";
|
|
680
|
-
const _CS = "ConditionState";
|
|
681
|
-
const _CSL = "ConditionStateList";
|
|
682
|
-
const _DAET = "DeployActionExecutionTarget";
|
|
683
|
-
const _DAETL = "DeployActionExecutionTargetList";
|
|
684
|
-
const _DCAT = "DeleteCustomActionType";
|
|
685
|
-
const _DCATI = "DeleteCustomActionTypeInput";
|
|
686
|
-
const _DP = "DeletePipeline";
|
|
687
|
-
const _DPI = "DeletePipelineInput";
|
|
688
|
-
const _DSRE = "DuplicatedStopRequestException";
|
|
689
|
-
const _DST = "DisableStageTransition";
|
|
690
|
-
const _DSTI = "DisableStageTransitionInput";
|
|
691
|
-
const _DTE = "DeployTargetEvent";
|
|
692
|
-
const _DTEC = "DeployTargetEventContext";
|
|
693
|
-
const _DTEL = "DeployTargetEventList";
|
|
694
|
-
const _DW = "DeleteWebhook";
|
|
695
|
-
const _DWI = "DeleteWebhookInput";
|
|
696
|
-
const _DWO = "DeleteWebhookOutput";
|
|
697
|
-
const _DWWTP = "DeregisterWebhookWithThirdParty";
|
|
698
|
-
const _DWWTPI = "DeregisterWebhookWithThirdPartyInput";
|
|
699
|
-
const _DWWTPO = "DeregisterWebhookWithThirdPartyOutput";
|
|
700
|
-
const _EC = "ExecutorConfiguration";
|
|
701
|
-
const _ED = "ErrorDetails";
|
|
702
|
-
const _EDx = "ExecutionDetails";
|
|
703
|
-
const _EK = "EncryptionKey";
|
|
704
|
-
const _EST = "EnableStageTransition";
|
|
705
|
-
const _ESTI = "EnableStageTransitionInput";
|
|
706
|
-
const _ET = "ExecutionTrigger";
|
|
707
|
-
const _EV = "EnvironmentVariable";
|
|
708
|
-
const _EVL = "EnvironmentVariableList";
|
|
709
|
-
const _FC = "FailureConditions";
|
|
710
|
-
const _FD = "FailureDetails";
|
|
711
|
-
const _GAT = "GetActionType";
|
|
712
|
-
const _GATI = "GetActionTypeInput";
|
|
713
|
-
const _GATO = "GetActionTypeOutput";
|
|
714
|
-
const _GBFC = "GitBranchFilterCriteria";
|
|
715
|
-
const _GC = "GitConfiguration";
|
|
716
|
-
const _GFPFC = "GitFilePathFilterCriteria";
|
|
717
|
-
const _GJD = "GetJobDetails";
|
|
718
|
-
const _GJDI = "GetJobDetailsInput";
|
|
719
|
-
const _GJDO = "GetJobDetailsOutput";
|
|
720
|
-
const _GP = "GetPipeline";
|
|
721
|
-
const _GPE = "GetPipelineExecution";
|
|
722
|
-
const _GPEI = "GetPipelineExecutionInput";
|
|
723
|
-
const _GPEO = "GetPipelineExecutionOutput";
|
|
724
|
-
const _GPF = "GitPushFilter";
|
|
725
|
-
const _GPFL = "GitPushFilterList";
|
|
726
|
-
const _GPI = "GetPipelineInput";
|
|
727
|
-
const _GPO = "GetPipelineOutput";
|
|
728
|
-
const _GPRF = "GitPullRequestFilter";
|
|
729
|
-
const _GPRFL = "GitPullRequestFilterList";
|
|
730
|
-
const _GPS = "GetPipelineState";
|
|
731
|
-
const _GPSI = "GetPipelineStateInput";
|
|
732
|
-
const _GPSO = "GetPipelineStateOutput";
|
|
733
|
-
const _GTFC = "GitTagFilterCriteria";
|
|
734
|
-
const _GTPJD = "GetThirdPartyJobDetails";
|
|
735
|
-
const _GTPJDI = "GetThirdPartyJobDetailsInput";
|
|
736
|
-
const _GTPJDO = "GetThirdPartyJobDetailsOutput";
|
|
737
|
-
const _IA = "InputArtifact";
|
|
738
|
-
const _IADE = "InvalidActionDeclarationException";
|
|
739
|
-
const _IAE = "InvalidArnException";
|
|
740
|
-
const _IAL = "InputArtifactList";
|
|
741
|
-
const _IATE = "InvalidApprovalTokenException";
|
|
742
|
-
const _IBDE = "InvalidBlockerDeclarationException";
|
|
743
|
-
const _ICTE = "InvalidClientTokenException";
|
|
744
|
-
const _IJE = "InvalidJobException";
|
|
745
|
-
const _IJSE = "InvalidJobStateException";
|
|
746
|
-
const _INE = "InvalidNonceException";
|
|
747
|
-
const _INTE = "InvalidNextTokenException";
|
|
748
|
-
const _ISDE = "InvalidStageDeclarationException";
|
|
749
|
-
const _ISE = "InvalidStructureException";
|
|
750
|
-
const _ITE = "InvalidTagsException";
|
|
751
|
-
const _IWAPE = "InvalidWebhookAuthenticationParametersException";
|
|
752
|
-
const _IWFPE = "InvalidWebhookFilterPatternException";
|
|
753
|
-
const _J = "Job";
|
|
754
|
-
const _JD = "JobData";
|
|
755
|
-
const _JDo = "JobDetails";
|
|
756
|
-
const _JL = "JobList";
|
|
757
|
-
const _JNFE = "JobNotFoundException";
|
|
758
|
-
const _JWEC = "JobWorkerExecutorConfiguration";
|
|
759
|
-
const _LAE = "ListActionExecutions";
|
|
760
|
-
const _LAEI = "ListActionExecutionsInput";
|
|
761
|
-
const _LAEO = "ListActionExecutionsOutput";
|
|
762
|
-
const _LAT = "ListActionTypes";
|
|
763
|
-
const _LATI = "ListActionTypesInput";
|
|
764
|
-
const _LATO = "ListActionTypesOutput";
|
|
765
|
-
const _LDAET = "ListDeployActionExecutionTargets";
|
|
766
|
-
const _LDAETI = "ListDeployActionExecutionTargetsInput";
|
|
767
|
-
const _LDAETO = "ListDeployActionExecutionTargetsOutput";
|
|
768
|
-
const _LEC = "LambdaExecutorConfiguration";
|
|
769
|
-
const _LEE = "LimitExceededException";
|
|
770
|
-
const _LIPEF = "LatestInPipelineExecutionFilter";
|
|
771
|
-
const _LP = "ListPipelines";
|
|
772
|
-
const _LPE = "ListPipelineExecutions";
|
|
773
|
-
const _LPEI = "ListPipelineExecutionsInput";
|
|
774
|
-
const _LPEO = "ListPipelineExecutionsOutput";
|
|
775
|
-
const _LPI = "ListPipelinesInput";
|
|
776
|
-
const _LPO = "ListPipelinesOutput";
|
|
777
|
-
const _LRE = "ListRuleExecutions";
|
|
778
|
-
const _LREI = "ListRuleExecutionsInput";
|
|
779
|
-
const _LREO = "ListRuleExecutionsOutput";
|
|
780
|
-
const _LRT = "ListRuleTypes";
|
|
781
|
-
const _LRTI = "ListRuleTypesInput";
|
|
782
|
-
const _LRTO = "ListRuleTypesOutput";
|
|
783
|
-
const _LTFR = "ListTagsForResource";
|
|
784
|
-
const _LTFRI = "ListTagsForResourceInput";
|
|
785
|
-
const _LTFRO = "ListTagsForResourceOutput";
|
|
786
|
-
const _LW = "ListWebhooks";
|
|
787
|
-
const _LWI = "ListWebhookItem";
|
|
788
|
-
const _LWIi = "ListWebhooksInput";
|
|
789
|
-
const _LWO = "ListWebhooksOutput";
|
|
790
|
-
const _MR = "MaxResults";
|
|
791
|
-
const _NLPEE = "NotLatestPipelineExecutionException";
|
|
792
|
-
const _NT = "NextToken";
|
|
793
|
-
const _OA = "OutputArtifact";
|
|
794
|
-
const _OAL = "OutputArtifactList";
|
|
795
|
-
const _OSC = "OverrideStageCondition";
|
|
796
|
-
const _OSCI = "OverrideStageConditionInput";
|
|
797
|
-
const _OVSEE = "OutputVariablesSizeExceededException";
|
|
798
|
-
const _PAR = "PutActionRevision";
|
|
799
|
-
const _PARI = "PutActionRevisionInput";
|
|
800
|
-
const _PARIu = "PutApprovalResultInput";
|
|
801
|
-
const _PARO = "PutActionRevisionOutput";
|
|
802
|
-
const _PAROu = "PutApprovalResultOutput";
|
|
803
|
-
const _PARu = "PutApprovalResult";
|
|
804
|
-
const _PC = "PipelineContext";
|
|
805
|
-
const _PD = "PipelineDeclaration";
|
|
806
|
-
const _PE = "PipelineExecution";
|
|
807
|
-
const _PEF = "PipelineExecutionFilter";
|
|
808
|
-
const _PENFE = "PipelineExecutionNotFoundException";
|
|
809
|
-
const _PENSE = "PipelineExecutionNotStoppableException";
|
|
810
|
-
const _PEOE = "PipelineExecutionOutdatedException";
|
|
811
|
-
const _PES = "PipelineExecutionSummary";
|
|
812
|
-
const _PESL = "PipelineExecutionSummaryList";
|
|
813
|
-
const _PFJ = "PollForJobs";
|
|
814
|
-
const _PFJI = "PollForJobsInput";
|
|
815
|
-
const _PFJO = "PollForJobsOutput";
|
|
816
|
-
const _PFTPJ = "PollForThirdPartyJobs";
|
|
817
|
-
const _PFTPJI = "PollForThirdPartyJobsInput";
|
|
818
|
-
const _PFTPJO = "PollForThirdPartyJobsOutput";
|
|
819
|
-
const _PJFR = "PutJobFailureResult";
|
|
820
|
-
const _PJFRI = "PutJobFailureResultInput";
|
|
821
|
-
const _PJSR = "PutJobSuccessResult";
|
|
822
|
-
const _PJSRI = "PutJobSuccessResultInput";
|
|
823
|
-
const _PL = "PipelineList";
|
|
824
|
-
const _PM = "PipelineMetadata";
|
|
825
|
-
const _PNFE = "PipelineNotFoundException";
|
|
826
|
-
const _PNIUE = "PipelineNameInUseException";
|
|
827
|
-
const _PRM = "PipelineRollbackMetadata";
|
|
828
|
-
const _PS = "PipelineSummary";
|
|
829
|
-
const _PSDL = "PipelineStageDeclarationList";
|
|
830
|
-
const _PTD = "PipelineTriggerDeclaration";
|
|
831
|
-
const _PTDL = "PipelineTriggerDeclarationList";
|
|
832
|
-
const _PTPJFR = "PutThirdPartyJobFailureResult";
|
|
833
|
-
const _PTPJFRI = "PutThirdPartyJobFailureResultInput";
|
|
834
|
-
const _PTPJSR = "PutThirdPartyJobSuccessResult";
|
|
835
|
-
const _PTPJSRI = "PutThirdPartyJobSuccessResultInput";
|
|
836
|
-
const _PV = "PipelineVariable";
|
|
837
|
-
const _PVD = "PipelineVariableDeclaration";
|
|
838
|
-
const _PVDL = "PipelineVariableDeclarationList";
|
|
839
|
-
const _PVL = "PipelineVariableList";
|
|
840
|
-
const _PVNFE = "PipelineVersionNotFoundException";
|
|
841
|
-
const _PW = "PutWebhook";
|
|
842
|
-
const _PWI = "PutWebhookInput";
|
|
843
|
-
const _PWO = "PutWebhookOutput";
|
|
844
|
-
const _RC = "RetryConfiguration";
|
|
845
|
-
const _RCP = "RuleConfigurationProperty";
|
|
846
|
-
const _RCPL = "RuleConfigurationPropertyList";
|
|
847
|
-
const _RD = "RuleDeclaration";
|
|
848
|
-
const _RDL = "RuleDeclarationList";
|
|
849
|
-
const _RE = "RuleExecution";
|
|
850
|
-
const _RED = "RuleExecutionDetail";
|
|
851
|
-
const _REDL = "RuleExecutionDetailList";
|
|
852
|
-
const _REF = "RuleExecutionFilter";
|
|
853
|
-
const _REI = "RuleExecutionInput";
|
|
854
|
-
const _REO = "RuleExecutionOutput";
|
|
855
|
-
const _RER = "RuleExecutionResult";
|
|
856
|
-
const _RFE = "RequestFailedException";
|
|
857
|
-
const _RNFE = "ResourceNotFoundException";
|
|
858
|
-
const _RPV = "ResolvedPipelineVariable";
|
|
859
|
-
const _RPVL = "ResolvedPipelineVariableList";
|
|
860
|
-
const _RR = "RuleRevision";
|
|
861
|
-
const _RS = "RuleState";
|
|
862
|
-
const _RSE = "RetryStageExecution";
|
|
863
|
-
const _RSEI = "RetryStageExecutionInput";
|
|
864
|
-
const _RSEO = "RetryStageExecutionOutput";
|
|
865
|
-
const _RSI = "RollbackStageInput";
|
|
866
|
-
const _RSL = "RuleStateList";
|
|
867
|
-
const _RSM = "RetryStageMetadata";
|
|
868
|
-
const _RSO = "RollbackStageOutput";
|
|
869
|
-
const _RSo = "RollbackStage";
|
|
870
|
-
const _RT = "RuleType";
|
|
871
|
-
const _RTI = "RuleTypeId";
|
|
872
|
-
const _RTL = "RuleTypeList";
|
|
873
|
-
const _RTS = "RuleTypeSettings";
|
|
874
|
-
const _RWWTP = "RegisterWebhookWithThirdParty";
|
|
875
|
-
const _RWWTPI = "RegisterWebhookWithThirdPartyInput";
|
|
876
|
-
const _RWWTPO = "RegisterWebhookWithThirdPartyOutput";
|
|
877
|
-
const _SADL = "StageActionDeclarationList";
|
|
878
|
-
const _SAK = "SecretAccessKey";
|
|
879
|
-
const _SAL = "S3ArtifactLocation";
|
|
880
|
-
const _SBDL = "StageBlockerDeclarationList";
|
|
881
|
-
const _SC = "StageContext";
|
|
882
|
-
const _SCE = "StageConditionsExecution";
|
|
883
|
-
const _SCS = "StageConditionState";
|
|
884
|
-
const _SCu = "SuccessConditions";
|
|
885
|
-
const _SD = "StageDeclaration";
|
|
886
|
-
const _SE = "StageExecution";
|
|
887
|
-
const _SEL = "StageExecutionList";
|
|
888
|
-
const _SET = "StopExecutionTrigger";
|
|
889
|
-
const _SISF = "SucceededInStageFilter";
|
|
890
|
-
const _SL = "S3Location";
|
|
891
|
-
const _SNFE = "StageNotFoundException";
|
|
892
|
-
const _SNRE = "StageNotRetryableException";
|
|
893
|
-
const _SPE = "StartPipelineExecution";
|
|
894
|
-
const _SPEI = "StartPipelineExecutionInput";
|
|
895
|
-
const _SPEIt = "StopPipelineExecutionInput";
|
|
896
|
-
const _SPEO = "StartPipelineExecutionOutput";
|
|
897
|
-
const _SPEOt = "StopPipelineExecutionOutput";
|
|
898
|
-
const _SPEt = "StopPipelineExecution";
|
|
899
|
-
const _SR = "SourceRevision";
|
|
900
|
-
const _SRL = "SourceRevisionList";
|
|
901
|
-
const _SRO = "SourceRevisionOverride";
|
|
902
|
-
const _SROL = "SourceRevisionOverrideList";
|
|
903
|
-
const _SS = "StageState";
|
|
904
|
-
const _SSL = "StageStateList";
|
|
905
|
-
const _ST = "SessionToken";
|
|
906
|
-
const _STe = "SecretToken";
|
|
907
|
-
const _T = "Tag";
|
|
908
|
-
const _TF = "TargetFilter";
|
|
909
|
-
const _TFL = "TargetFilterList";
|
|
910
|
-
const _TL = "TagList";
|
|
911
|
-
const _TMTE = "TooManyTagsException";
|
|
912
|
-
const _TPJ = "ThirdPartyJob";
|
|
913
|
-
const _TPJD = "ThirdPartyJobData";
|
|
914
|
-
const _TPJDh = "ThirdPartyJobDetails";
|
|
915
|
-
const _TPJL = "ThirdPartyJobList";
|
|
916
|
-
const _TR = "TagResource";
|
|
917
|
-
const _TRI = "TagResourceInput";
|
|
918
|
-
const _TRO = "TagResourceOutput";
|
|
919
|
-
const _TS = "TransitionState";
|
|
920
|
-
const _UAT = "UpdateActionType";
|
|
921
|
-
const _UATI = "UpdateActionTypeInput";
|
|
922
|
-
const _UP = "UpdatePipeline";
|
|
923
|
-
const _UPI = "UpdatePipelineInput";
|
|
924
|
-
const _UPO = "UpdatePipelineOutput";
|
|
925
|
-
const _UR = "UntagResource";
|
|
926
|
-
const _URI = "UntagResourceInput";
|
|
927
|
-
const _URO = "UntagResourceOutput";
|
|
928
|
-
const _UTRSE = "UnableToRollbackStageException";
|
|
929
|
-
const _VE = "ValidationException";
|
|
930
|
-
const _WAC = "WebhookAuthConfiguration";
|
|
931
|
-
const _WD = "WebhookDefinition";
|
|
932
|
-
const _WF = "WebhookFilters";
|
|
933
|
-
const _WFR = "WebhookFilterRule";
|
|
934
|
-
const _WL = "WebhookList";
|
|
935
|
-
const _WNFE = "WebhookNotFoundException";
|
|
936
|
-
const _a = "arn";
|
|
937
|
-
const _aA = "allowedAccounts";
|
|
938
|
-
const _aAp = "approvedAt";
|
|
939
|
-
const _aC = "actionConfiguration";
|
|
940
|
-
const _aCP = "actionConfigurationProperties";
|
|
941
|
-
const _aCr = "artifactCredentials";
|
|
942
|
-
const _aCu = "authenticationConfiguration";
|
|
943
|
-
const _aED = "actionExecutionDetails";
|
|
944
|
-
const _aEI = "actionExecutionId";
|
|
945
|
-
const _aI = "accountId";
|
|
946
|
-
const _aKI = "accessKeyId";
|
|
947
|
-
const _aN = "actionName";
|
|
948
|
-
const _aOF = "actionOwnerFilter";
|
|
949
|
-
const _aR = "artifactRevisions";
|
|
950
|
-
const _aRc = "actionRevision";
|
|
951
|
-
const _aS = "artifactStore";
|
|
952
|
-
const _aSRA = "autoStageRetryAttempt";
|
|
953
|
-
const _aSc = "actionStates";
|
|
954
|
-
const _aSr = "artifactStores";
|
|
955
|
-
const _aT = "actionType";
|
|
956
|
-
const _aTI = "actionTypeId";
|
|
957
|
-
const _aTc = "actionTypes";
|
|
958
|
-
const _ab = "abandon";
|
|
959
|
-
const _ac = "action";
|
|
960
|
-
const _act = "actions";
|
|
961
|
-
const _au = "authentication";
|
|
962
|
-
const _b = "branches";
|
|
963
|
-
const _bE = "beforeEntry";
|
|
964
|
-
const _bECS = "beforeEntryConditionState";
|
|
965
|
-
const _bN = "bucketName";
|
|
966
|
-
const _bl = "blockers";
|
|
967
|
-
const _bu = "bucket";
|
|
968
|
-
const _c = "configuration";
|
|
969
|
-
const _cI = "changeIdentifier";
|
|
970
|
-
const _cIl = "clientId";
|
|
971
|
-
const _cP = "configurationProperties";
|
|
972
|
-
const _cR = "currentRevision";
|
|
973
|
-
const _cRT = "clientRequestToken";
|
|
974
|
-
const _cS = "conditionStates";
|
|
975
|
-
const _cT = "clientToken";
|
|
976
|
-
const _cTo = "continuationToken";
|
|
977
|
-
const _cTon = "conditionType";
|
|
978
|
-
const _cU = "configurationUrl";
|
|
979
|
-
const _ca = "category";
|
|
980
|
-
const _cl = "client";
|
|
981
|
-
const _co = "commands";
|
|
982
|
-
const _cod = "code";
|
|
983
|
-
const _con = "conditions";
|
|
984
|
-
const _cont = "context";
|
|
985
|
-
const _cr = "created";
|
|
986
|
-
const _d = "description";
|
|
987
|
-
const _dR = "disabledReason";
|
|
988
|
-
const _dV = "defaultValue";
|
|
989
|
-
const _da = "data";
|
|
990
|
-
const _de = "definition";
|
|
991
|
-
const _e = "error";
|
|
992
|
-
const _eC = "errorCode";
|
|
993
|
-
const _eD = "errorDetails";
|
|
994
|
-
const _eDx = "executionDetails";
|
|
995
|
-
const _eEI = "externalExecutionId";
|
|
996
|
-
const _eES = "externalExecutionSummary";
|
|
997
|
-
const _eEU = "externalExecutionUrl";
|
|
998
|
-
const _eK = "encryptionKey";
|
|
999
|
-
const _eM = "errorMessage";
|
|
1000
|
-
const _eMx = "executionMode";
|
|
1001
|
-
const _eR = "executionResult";
|
|
1002
|
-
const _eT = "endTime";
|
|
1003
|
-
const _eTx = "executionType";
|
|
1004
|
-
const _eU = "entityUrl";
|
|
1005
|
-
const _eUT = "entityUrlTemplate";
|
|
1006
|
-
const _eUTx = "executionUrlTemplate";
|
|
1007
|
-
const _eV = "environmentVariables";
|
|
1008
|
-
const _en = "enabled";
|
|
1009
|
-
const _ev = "events";
|
|
1010
|
-
const _ex = "executor";
|
|
1011
|
-
const _exc = "excludes";
|
|
1012
|
-
const _f = "filter";
|
|
1013
|
-
const _fD = "failureDetails";
|
|
1014
|
-
const _fP = "filePaths";
|
|
1015
|
-
const _fi = "filters";
|
|
1016
|
-
const _fil = "files";
|
|
1017
|
-
const _gC = "gitConfiguration";
|
|
1018
|
-
const _hE = "httpError";
|
|
1019
|
-
const _i = "input";
|
|
1020
|
-
const _iA = "inputArtifacts";
|
|
1021
|
-
const _iAD = "inputArtifactDetails";
|
|
1022
|
-
const _iE = "inboundExecution";
|
|
1023
|
-
const _iEn = "inboundExecutions";
|
|
1024
|
-
const _iTS = "inboundTransitionState";
|
|
1025
|
-
const _id = "id";
|
|
1026
|
-
const _in = "includes";
|
|
1027
|
-
const _j = "jobs";
|
|
1028
|
-
const _jD = "jobDetails";
|
|
1029
|
-
const _jI = "jobId";
|
|
1030
|
-
const _jP = "jsonPath";
|
|
1031
|
-
const _jT = "jobTimeout";
|
|
1032
|
-
const _jWEC = "jobWorkerExecutorConfiguration";
|
|
1033
|
-
const _k = "key";
|
|
1034
|
-
const _l = "location";
|
|
1035
|
-
const _lCA = "lastChangedAt";
|
|
1036
|
-
const _lCB = "lastChangedBy";
|
|
1037
|
-
const _lE = "latestExecution";
|
|
1038
|
-
const _lEC = "lambdaExecutorConfiguration";
|
|
1039
|
-
const _lFA = "lambdaFunctionArn";
|
|
1040
|
-
const _lIPE = "latestInPipelineExecution";
|
|
1041
|
-
const _lRT = "latestRetryTrigger";
|
|
1042
|
-
const _lSARN = "logStreamARN";
|
|
1043
|
-
const _lSC = "lastStatusChange";
|
|
1044
|
-
const _lT = "lastTriggered";
|
|
1045
|
-
const _lUB = "lastUpdatedBy";
|
|
1046
|
-
const _lUT = "lastUpdateTime";
|
|
1047
|
-
const _m = "message";
|
|
1048
|
-
const _mBS = "maxBatchSize";
|
|
1049
|
-
const _mC = "minimumCount";
|
|
1050
|
-
const _mCa = "maximumCount";
|
|
1051
|
-
const _mE = "matchEquals";
|
|
1052
|
-
const _mR = "maxResults";
|
|
1053
|
-
const _mSRA = "manualStageRetryAttempt";
|
|
1054
|
-
const _me = "metadata";
|
|
1055
|
-
const _n = "nonce";
|
|
1056
|
-
const _nE = "noEcho";
|
|
1057
|
-
const _nR = "newRevision";
|
|
1058
|
-
const _nT = "nextToken";
|
|
1059
|
-
const _na = "name";
|
|
1060
|
-
const _nam = "namespace";
|
|
1061
|
-
const _o = "output";
|
|
1062
|
-
const _oA = "outputArtifacts";
|
|
1063
|
-
const _oAD = "outputArtifactDetails";
|
|
1064
|
-
const _oF = "onFailure";
|
|
1065
|
-
const _oFCS = "onFailureConditionState";
|
|
1066
|
-
const _oK = "objectKey";
|
|
1067
|
-
const _oS = "onSuccess";
|
|
1068
|
-
const _oSCS = "onSuccessConditionState";
|
|
1069
|
-
const _oV = "outputVariables";
|
|
1070
|
-
const _op = "optional";
|
|
1071
|
-
const _ow = "owner";
|
|
1072
|
-
const _p = "permissions";
|
|
1073
|
-
const _pA = "pollingAccounts";
|
|
1074
|
-
const _pAi = "pipelineArn";
|
|
1075
|
-
const _pC = "percentComplete";
|
|
1076
|
-
const _pCi = "pipelineContext";
|
|
1077
|
-
const _pDA = "pollingDisabledAt";
|
|
1078
|
-
const _pE = "pipelineExecution";
|
|
1079
|
-
const _pEI = "pipelineExecutionId";
|
|
1080
|
-
const _pES = "pipelineExecutionSummaries";
|
|
1081
|
-
const _pN = "pipelineName";
|
|
1082
|
-
const _pR = "pullRequest";
|
|
1083
|
-
const _pSP = "pollingServicePrincipals";
|
|
1084
|
-
const _pST = "policyStatementsTemplate";
|
|
1085
|
-
const _pT = "pipelineType";
|
|
1086
|
-
const _pTr = "providerType";
|
|
1087
|
-
const _pV = "pipelineVersion";
|
|
1088
|
-
const _pi = "pipeline";
|
|
1089
|
-
const _pip = "pipelines";
|
|
1090
|
-
const _pr = "properties";
|
|
1091
|
-
const _pro = "provider";
|
|
1092
|
-
const _pu = "push";
|
|
1093
|
-
const _q = "queryable";
|
|
1094
|
-
const _qP = "queryParam";
|
|
1095
|
-
const _r = "required";
|
|
1096
|
-
const _rA = "roleArn";
|
|
1097
|
-
const _rAe = "resourceArn";
|
|
1098
|
-
const _rC = "resolvedConfiguration";
|
|
1099
|
-
const _rCI = "revisionChangeId";
|
|
1100
|
-
const _rCIe = "revisionChangeIdentifier";
|
|
1101
|
-
const _rCP = "ruleConfigurationProperties";
|
|
1102
|
-
const _rCe = "retryConfiguration";
|
|
1103
|
-
const _rED = "ruleExecutionDetails";
|
|
1104
|
-
const _rEI = "ruleExecutionId";
|
|
1105
|
-
const _rF = "regionFilter";
|
|
1106
|
-
const _rI = "revisionId";
|
|
1107
|
-
const _rM = "rollbackMetadata";
|
|
1108
|
-
const _rMe = "retryMode";
|
|
1109
|
-
const _rN = "ruleName";
|
|
1110
|
-
const _rO = "runOrder";
|
|
1111
|
-
const _rOF = "ruleOwnerFilter";
|
|
1112
|
-
const _rS = "revisionSummary";
|
|
1113
|
-
const _rSM = "retryStageMetadata";
|
|
1114
|
-
const _rSu = "ruleStates";
|
|
1115
|
-
const _rT = "ruleTypes";
|
|
1116
|
-
const _rTI = "ruleTypeId";
|
|
1117
|
-
const _rTPEI = "rollbackTargetPipelineExecutionId";
|
|
1118
|
-
const _rTe = "revisionType";
|
|
1119
|
-
const _rU = "revisionUrl";
|
|
1120
|
-
const _rUT = "revisionUrlTemplate";
|
|
1121
|
-
const _rV = "resolvedValue";
|
|
1122
|
-
const _rVe = "revisionValue";
|
|
1123
|
-
const _re = "region";
|
|
1124
|
-
const _rea = "reason";
|
|
1125
|
-
const _res = "result";
|
|
1126
|
-
const _rev = "revision";
|
|
1127
|
-
const _ru = "rules";
|
|
1128
|
-
const _s = "status";
|
|
1129
|
-
const _sAK = "secretAccessKey";
|
|
1130
|
-
const _sAN = "sourceActionName";
|
|
1131
|
-
const _sCI = "ssmCommandId";
|
|
1132
|
-
const _sIS = "succeededInStage";
|
|
1133
|
-
const _sL = "s3Location";
|
|
1134
|
-
const _sN = "stageName";
|
|
1135
|
-
const _sR = "sourceRevisions";
|
|
1136
|
-
const _sS = "stageStates";
|
|
1137
|
-
const _sSt = "statusSummary";
|
|
1138
|
-
const _sT = "startTime";
|
|
1139
|
-
const _sTR = "startTimeRange";
|
|
1140
|
-
const _sTe = "sessionToken";
|
|
1141
|
-
const _sTt = "stopTrigger";
|
|
1142
|
-
const _se = "secret";
|
|
1143
|
-
const _set = "settings";
|
|
1144
|
-
const _sl = "s3location";
|
|
1145
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.codepipeline";
|
|
1146
|
-
const _st = "stage";
|
|
1147
|
-
const _sta = "stages";
|
|
1148
|
-
const _su = "summary";
|
|
1149
|
-
const _t = "type";
|
|
1150
|
-
const _tA = "targetAction";
|
|
1151
|
-
const _tD = "triggerDetail";
|
|
1152
|
-
const _tI = "targetId";
|
|
1153
|
-
const _tIM = "timeoutInMinutes";
|
|
1154
|
-
const _tK = "tagKeys";
|
|
1155
|
-
const _tP = "targetPipeline";
|
|
1156
|
-
const _tPCU = "thirdPartyConfigurationUrl";
|
|
1157
|
-
const _tPEI = "targetPipelineExecutionId";
|
|
1158
|
-
const _tT = "targetType";
|
|
1159
|
-
const _tTr = "transitionType";
|
|
1160
|
-
const _tTri = "triggerType";
|
|
1161
|
-
const _ta = "tags";
|
|
1162
|
-
const _tar = "targets";
|
|
1163
|
-
const _to = "token";
|
|
1164
|
-
const _tr = "triggers";
|
|
1165
|
-
const _tri = "trigger";
|
|
1166
|
-
const _u = "urls";
|
|
1167
|
-
const _uB = "updatedBy";
|
|
1168
|
-
const _up = "updated";
|
|
1169
|
-
const _ur = "url";
|
|
1170
|
-
const _v = "version";
|
|
1171
|
-
const _va = "value";
|
|
1172
|
-
const _val = "values";
|
|
1173
|
-
const _var = "variables";
|
|
1174
|
-
const _w = "webhooks";
|
|
1175
|
-
const _wN = "webhookName";
|
|
1176
|
-
const _we = "webhook";
|
|
1177
|
-
const n0 = "com.amazonaws.codepipeline";
|
|
1178
|
-
var AccessKeyId = [0, n0, _AKI, 8, 0];
|
|
1179
|
-
var SecretAccessKey = [0, n0, _SAK, 8, 0];
|
|
1180
|
-
var SessionToken = [0, n0, _ST, 8, 0];
|
|
1181
|
-
var AcknowledgeJobInput$ = [3, n0, _AJI,
|
|
1182
|
-
0,
|
|
1183
|
-
[_jI, _n],
|
|
1184
|
-
[0, 0], 2
|
|
1185
|
-
];
|
|
1186
|
-
var AcknowledgeJobOutput$ = [3, n0, _AJO,
|
|
1187
|
-
0,
|
|
1188
|
-
[_s],
|
|
1189
|
-
[0]
|
|
1190
|
-
];
|
|
1191
|
-
var AcknowledgeThirdPartyJobInput$ = [3, n0, _ATPJI,
|
|
1192
|
-
0,
|
|
1193
|
-
[_jI, _n, _cT],
|
|
1194
|
-
[0, 0, 0], 3
|
|
1195
|
-
];
|
|
1196
|
-
var AcknowledgeThirdPartyJobOutput$ = [3, n0, _ATPJO,
|
|
1197
|
-
0,
|
|
1198
|
-
[_s],
|
|
1199
|
-
[0]
|
|
1200
|
-
];
|
|
1201
|
-
var ActionConfiguration$ = [3, n0, _AC,
|
|
1202
|
-
0,
|
|
1203
|
-
[_c],
|
|
1204
|
-
[128 | 0]
|
|
1205
|
-
];
|
|
1206
|
-
var ActionConfigurationProperty$ = [3, n0, _ACP,
|
|
1207
|
-
0,
|
|
1208
|
-
[_na, _r, _k, _se, _q, _d, _t],
|
|
1209
|
-
[0, 2, 2, 2, 2, 0, 0], 4
|
|
1210
|
-
];
|
|
1211
|
-
var ActionContext$ = [3, n0, _ACc,
|
|
1212
|
-
0,
|
|
1213
|
-
[_na, _aEI],
|
|
1214
|
-
[0, 0]
|
|
1215
|
-
];
|
|
1216
|
-
var ActionDeclaration$ = [3, n0, _AD,
|
|
1217
|
-
0,
|
|
1218
|
-
[_na, _aTI, _rO, _c, _co, _oA, _iA, _oV, _rA, _re, _nam, _tIM, _eV],
|
|
1219
|
-
[0, () => ActionTypeId$, 1, 128 | 0, 64 | 0, () => OutputArtifactList, () => InputArtifactList, 64 | 0, 0, 0, 0, 1, () => EnvironmentVariableList], 2
|
|
1220
|
-
];
|
|
1221
|
-
var ActionExecution$ = [3, n0, _AE,
|
|
1222
|
-
0,
|
|
1223
|
-
[_aEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _pC, _eD, _lSARN],
|
|
1224
|
-
[0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails$, 0]
|
|
1225
|
-
];
|
|
1226
|
-
var ActionExecutionDetail$ = [3, n0, _AED,
|
|
1227
|
-
0,
|
|
1228
|
-
[_pEI, _aEI, _pV, _sN, _aN, _sT, _lUT, _uB, _s, _i, _o],
|
|
1229
|
-
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput$, () => ActionExecutionOutput$]
|
|
1230
|
-
];
|
|
1231
|
-
var ActionExecutionFilter$ = [3, n0, _AEF,
|
|
1232
|
-
0,
|
|
1233
|
-
[_pEI, _lIPE],
|
|
1234
|
-
[0, () => LatestInPipelineExecutionFilter$]
|
|
1235
|
-
];
|
|
1236
|
-
var ActionExecutionInput$ = [3, n0, _AEI,
|
|
1237
|
-
0,
|
|
1238
|
-
[_aTI, _c, _rC, _rA, _re, _iA, _nam],
|
|
1239
|
-
[() => ActionTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0]
|
|
1240
|
-
];
|
|
1241
|
-
var ActionExecutionNotFoundException$ = [-3, n0, _AENFE,
|
|
1242
|
-
{ [_e]: _cl },
|
|
1243
|
-
[_m],
|
|
1244
|
-
[0]
|
|
1245
|
-
];
|
|
1246
|
-
schema.TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException$, ActionExecutionNotFoundException);
|
|
1247
|
-
var ActionExecutionOutput$ = [3, n0, _AEO,
|
|
1248
|
-
0,
|
|
1249
|
-
[_oA, _eR, _oV],
|
|
1250
|
-
[() => ArtifactDetailList, () => ActionExecutionResult$, 128 | 0]
|
|
1251
|
-
];
|
|
1252
|
-
var ActionExecutionResult$ = [3, n0, _AER,
|
|
1253
|
-
0,
|
|
1254
|
-
[_eEI, _eES, _eEU, _eD, _lSARN],
|
|
1255
|
-
[0, 0, 0, () => ErrorDetails$, 0]
|
|
1256
|
-
];
|
|
1257
|
-
var ActionNotFoundException$ = [-3, n0, _ANFE,
|
|
1258
|
-
{ [_e]: _cl },
|
|
1259
|
-
[_m],
|
|
1260
|
-
[0]
|
|
1261
|
-
];
|
|
1262
|
-
schema.TypeRegistry.for(n0).registerError(ActionNotFoundException$, ActionNotFoundException);
|
|
1263
|
-
var ActionRevision$ = [3, n0, _AR,
|
|
1264
|
-
0,
|
|
1265
|
-
[_rI, _rCI, _cr],
|
|
1266
|
-
[0, 0, 4], 3
|
|
1267
|
-
];
|
|
1268
|
-
var ActionState$ = [3, n0, _AS,
|
|
1269
|
-
0,
|
|
1270
|
-
[_aN, _cR, _lE, _eU, _rU],
|
|
1271
|
-
[0, () => ActionRevision$, () => ActionExecution$, 0, 0]
|
|
1272
|
-
];
|
|
1273
|
-
var ActionType$ = [3, n0, _AT,
|
|
1274
|
-
0,
|
|
1275
|
-
[_id, _iAD, _oAD, _set, _aCP],
|
|
1276
|
-
[() => ActionTypeId$, () => ArtifactDetails$, () => ArtifactDetails$, () => ActionTypeSettings$, () => ActionConfigurationPropertyList], 3
|
|
1277
|
-
];
|
|
1278
|
-
var ActionTypeArtifactDetails$ = [3, n0, _ATAD,
|
|
1279
|
-
0,
|
|
1280
|
-
[_mC, _mCa],
|
|
1281
|
-
[1, 1], 2
|
|
1282
|
-
];
|
|
1283
|
-
var ActionTypeDeclaration$ = [3, n0, _ATD,
|
|
1284
|
-
0,
|
|
1285
|
-
[_ex, _id, _iAD, _oAD, _d, _p, _pr, _u],
|
|
1286
|
-
[() => ActionTypeExecutor$, () => ActionTypeIdentifier$, () => ActionTypeArtifactDetails$, () => ActionTypeArtifactDetails$, 0, () => ActionTypePermissions$, () => ActionTypeProperties, () => ActionTypeUrls$], 4
|
|
1287
|
-
];
|
|
1288
|
-
var ActionTypeExecutor$ = [3, n0, _ATE,
|
|
1289
|
-
0,
|
|
1290
|
-
[_c, _t, _pST, _jT],
|
|
1291
|
-
[() => ExecutorConfiguration$, 0, 0, 1], 2
|
|
1292
|
-
];
|
|
1293
|
-
var ActionTypeId$ = [3, n0, _ATI,
|
|
1294
|
-
0,
|
|
1295
|
-
[_ca, _ow, _pro, _v],
|
|
1296
|
-
[0, 0, 0, 0], 4
|
|
1297
|
-
];
|
|
1298
|
-
var ActionTypeIdentifier$ = [3, n0, _ATIc,
|
|
1299
|
-
0,
|
|
1300
|
-
[_ca, _ow, _pro, _v],
|
|
1301
|
-
[0, 0, 0, 0], 4
|
|
1302
|
-
];
|
|
1303
|
-
var ActionTypeNotFoundException$ = [-3, n0, _ATNFE,
|
|
1304
|
-
{ [_e]: _cl },
|
|
1305
|
-
[_m],
|
|
1306
|
-
[0]
|
|
1307
|
-
];
|
|
1308
|
-
schema.TypeRegistry.for(n0).registerError(ActionTypeNotFoundException$, ActionTypeNotFoundException);
|
|
1309
|
-
var ActionTypePermissions$ = [3, n0, _ATP,
|
|
1310
|
-
0,
|
|
1311
|
-
[_aA],
|
|
1312
|
-
[64 | 0], 1
|
|
1313
|
-
];
|
|
1314
|
-
var ActionTypeProperty$ = [3, n0, _ATPc,
|
|
1315
|
-
0,
|
|
1316
|
-
[_na, _op, _k, _nE, _q, _d],
|
|
1317
|
-
[0, 2, 2, 2, 2, 0], 4
|
|
1318
|
-
];
|
|
1319
|
-
var ActionTypeSettings$ = [3, n0, _ATS,
|
|
1320
|
-
0,
|
|
1321
|
-
[_tPCU, _eUT, _eUTx, _rUT],
|
|
1322
|
-
[0, 0, 0, 0]
|
|
1323
|
-
];
|
|
1324
|
-
var ActionTypeUrls$ = [3, n0, _ATU,
|
|
1325
|
-
0,
|
|
1326
|
-
[_cU, _eUT, _eUTx, _rUT],
|
|
1327
|
-
[0, 0, 0, 0]
|
|
1328
|
-
];
|
|
1329
|
-
var ApprovalAlreadyCompletedException$ = [-3, n0, _AACE,
|
|
1330
|
-
{ [_e]: _cl },
|
|
1331
|
-
[_m],
|
|
1332
|
-
[0]
|
|
1333
|
-
];
|
|
1334
|
-
schema.TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException$, ApprovalAlreadyCompletedException);
|
|
1335
|
-
var ApprovalResult$ = [3, n0, _ARp,
|
|
1336
|
-
0,
|
|
1337
|
-
[_su, _s],
|
|
1338
|
-
[0, 0], 2
|
|
1339
|
-
];
|
|
1340
|
-
var Artifact$ = [3, n0, _A,
|
|
1341
|
-
0,
|
|
1342
|
-
[_na, _rev, _l],
|
|
1343
|
-
[0, 0, () => ArtifactLocation$]
|
|
1344
|
-
];
|
|
1345
|
-
var ArtifactDetail$ = [3, n0, _ADr,
|
|
1346
|
-
0,
|
|
1347
|
-
[_na, _sl],
|
|
1348
|
-
[0, () => S3Location$]
|
|
1349
|
-
];
|
|
1350
|
-
var ArtifactDetails$ = [3, n0, _ADrt,
|
|
1351
|
-
0,
|
|
1352
|
-
[_mC, _mCa],
|
|
1353
|
-
[1, 1], 2
|
|
1354
|
-
];
|
|
1355
|
-
var ArtifactLocation$ = [3, n0, _AL,
|
|
1356
|
-
0,
|
|
1357
|
-
[_t, _sL],
|
|
1358
|
-
[0, () => S3ArtifactLocation$]
|
|
1359
|
-
];
|
|
1360
|
-
var ArtifactRevision$ = [3, n0, _ARr,
|
|
1361
|
-
0,
|
|
1362
|
-
[_na, _rI, _rCIe, _rS, _cr, _rU],
|
|
1363
|
-
[0, 0, 0, 0, 4, 0]
|
|
1364
|
-
];
|
|
1365
|
-
var ArtifactStore$ = [3, n0, _ASr,
|
|
1366
|
-
0,
|
|
1367
|
-
[_t, _l, _eK],
|
|
1368
|
-
[0, 0, () => EncryptionKey$], 2
|
|
1369
|
-
];
|
|
1370
|
-
var AWSSessionCredentials$ = [3, n0, _AWSSC,
|
|
1371
|
-
8,
|
|
1372
|
-
[_aKI, _sAK, _sTe],
|
|
1373
|
-
[[() => AccessKeyId, 0], [() => SecretAccessKey, 0], [() => SessionToken, 0]], 3
|
|
1374
|
-
];
|
|
1375
|
-
var BeforeEntryConditions$ = [3, n0, _BEC,
|
|
1376
|
-
0,
|
|
1377
|
-
[_con],
|
|
1378
|
-
[() => ConditionList], 1
|
|
1379
|
-
];
|
|
1380
|
-
var BlockerDeclaration$ = [3, n0, _BD,
|
|
1381
|
-
0,
|
|
1382
|
-
[_na, _t],
|
|
1383
|
-
[0, 0], 2
|
|
1384
|
-
];
|
|
1385
|
-
var ConcurrentModificationException$ = [-3, n0, _CME,
|
|
1386
|
-
{ [_e]: _cl },
|
|
1387
|
-
[_m],
|
|
1388
|
-
[0]
|
|
1389
|
-
];
|
|
1390
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
1391
|
-
var ConcurrentPipelineExecutionsLimitExceededException$ = [-3, n0, _CPELEE,
|
|
1392
|
-
{ [_e]: _cl },
|
|
1393
|
-
[_m],
|
|
1394
|
-
[0]
|
|
1395
|
-
];
|
|
1396
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException$, ConcurrentPipelineExecutionsLimitExceededException);
|
|
1397
|
-
var Condition$ = [3, n0, _C,
|
|
1398
|
-
0,
|
|
1399
|
-
[_res, _ru],
|
|
1400
|
-
[0, () => RuleDeclarationList]
|
|
1401
|
-
];
|
|
1402
|
-
var ConditionExecution$ = [3, n0, _CE,
|
|
1403
|
-
0,
|
|
1404
|
-
[_s, _su, _lSC],
|
|
1405
|
-
[0, 0, 4]
|
|
1406
|
-
];
|
|
1407
|
-
var ConditionNotOverridableException$ = [-3, n0, _CNOE,
|
|
1408
|
-
{ [_e]: _cl },
|
|
1409
|
-
[_m],
|
|
1410
|
-
[0]
|
|
1411
|
-
];
|
|
1412
|
-
schema.TypeRegistry.for(n0).registerError(ConditionNotOverridableException$, ConditionNotOverridableException);
|
|
1413
|
-
var ConditionState$ = [3, n0, _CS,
|
|
1414
|
-
0,
|
|
1415
|
-
[_lE, _rSu],
|
|
1416
|
-
[() => ConditionExecution$, () => RuleStateList]
|
|
1417
|
-
];
|
|
1418
|
-
var ConflictException$ = [-3, n0, _CEo,
|
|
1419
|
-
{ [_e]: _cl, [_hE]: 409 },
|
|
1420
|
-
[_m],
|
|
1421
|
-
[0]
|
|
1422
|
-
];
|
|
1423
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1424
|
-
var CreateCustomActionTypeInput$ = [3, n0, _CCATI,
|
|
1425
|
-
0,
|
|
1426
|
-
[_ca, _pro, _v, _iAD, _oAD, _set, _cP, _ta],
|
|
1427
|
-
[0, 0, 0, () => ArtifactDetails$, () => ArtifactDetails$, () => ActionTypeSettings$, () => ActionConfigurationPropertyList, () => TagList], 5
|
|
1428
|
-
];
|
|
1429
|
-
var CreateCustomActionTypeOutput$ = [3, n0, _CCATO,
|
|
1430
|
-
0,
|
|
1431
|
-
[_aT, _ta],
|
|
1432
|
-
[() => ActionType$, () => TagList], 1
|
|
1433
|
-
];
|
|
1434
|
-
var CreatePipelineInput$ = [3, n0, _CPI,
|
|
1435
|
-
0,
|
|
1436
|
-
[_pi, _ta],
|
|
1437
|
-
[() => PipelineDeclaration$, () => TagList], 1
|
|
1438
|
-
];
|
|
1439
|
-
var CreatePipelineOutput$ = [3, n0, _CPO,
|
|
1440
|
-
0,
|
|
1441
|
-
[_pi, _ta],
|
|
1442
|
-
[() => PipelineDeclaration$, () => TagList]
|
|
1443
|
-
];
|
|
1444
|
-
var CurrentRevision$ = [3, n0, _CR,
|
|
1445
|
-
0,
|
|
1446
|
-
[_rev, _cI, _cr, _rS],
|
|
1447
|
-
[0, 0, 4, 0], 2
|
|
1448
|
-
];
|
|
1449
|
-
var DeleteCustomActionTypeInput$ = [3, n0, _DCATI,
|
|
1450
|
-
0,
|
|
1451
|
-
[_ca, _pro, _v],
|
|
1452
|
-
[0, 0, 0], 3
|
|
1453
|
-
];
|
|
1454
|
-
var DeletePipelineInput$ = [3, n0, _DPI,
|
|
1455
|
-
0,
|
|
1456
|
-
[_na],
|
|
1457
|
-
[0], 1
|
|
1458
|
-
];
|
|
1459
|
-
var DeleteWebhookInput$ = [3, n0, _DWI,
|
|
1460
|
-
0,
|
|
1461
|
-
[_na],
|
|
1462
|
-
[0], 1
|
|
1463
|
-
];
|
|
1464
|
-
var DeleteWebhookOutput$ = [3, n0, _DWO,
|
|
1465
|
-
0,
|
|
1466
|
-
[],
|
|
1467
|
-
[]
|
|
1468
|
-
];
|
|
1469
|
-
var DeployActionExecutionTarget$ = [3, n0, _DAET,
|
|
1470
|
-
0,
|
|
1471
|
-
[_tI, _tT, _s, _sT, _eT, _ev],
|
|
1472
|
-
[0, 0, 0, 4, 4, () => DeployTargetEventList]
|
|
1473
|
-
];
|
|
1474
|
-
var DeployTargetEvent$ = [3, n0, _DTE,
|
|
1475
|
-
0,
|
|
1476
|
-
[_na, _s, _sT, _eT, _cont],
|
|
1477
|
-
[0, 0, 4, 4, () => DeployTargetEventContext$]
|
|
1478
|
-
];
|
|
1479
|
-
var DeployTargetEventContext$ = [3, n0, _DTEC,
|
|
1480
|
-
0,
|
|
1481
|
-
[_sCI, _m],
|
|
1482
|
-
[0, 0]
|
|
1483
|
-
];
|
|
1484
|
-
var DeregisterWebhookWithThirdPartyInput$ = [3, n0, _DWWTPI,
|
|
1485
|
-
0,
|
|
1486
|
-
[_wN],
|
|
1487
|
-
[0]
|
|
1488
|
-
];
|
|
1489
|
-
var DeregisterWebhookWithThirdPartyOutput$ = [3, n0, _DWWTPO,
|
|
1490
|
-
0,
|
|
1491
|
-
[],
|
|
1492
|
-
[]
|
|
1493
|
-
];
|
|
1494
|
-
var DisableStageTransitionInput$ = [3, n0, _DSTI,
|
|
1495
|
-
0,
|
|
1496
|
-
[_pN, _sN, _tTr, _rea],
|
|
1497
|
-
[0, 0, 0, 0], 4
|
|
1498
|
-
];
|
|
1499
|
-
var DuplicatedStopRequestException$ = [-3, n0, _DSRE,
|
|
1500
|
-
{ [_e]: _cl },
|
|
1501
|
-
[_m],
|
|
1502
|
-
[0]
|
|
1503
|
-
];
|
|
1504
|
-
schema.TypeRegistry.for(n0).registerError(DuplicatedStopRequestException$, DuplicatedStopRequestException);
|
|
1505
|
-
var EnableStageTransitionInput$ = [3, n0, _ESTI,
|
|
1506
|
-
0,
|
|
1507
|
-
[_pN, _sN, _tTr],
|
|
1508
|
-
[0, 0, 0], 3
|
|
1509
|
-
];
|
|
1510
|
-
var EncryptionKey$ = [3, n0, _EK,
|
|
1511
|
-
0,
|
|
1512
|
-
[_id, _t],
|
|
1513
|
-
[0, 0], 2
|
|
1514
|
-
];
|
|
1515
|
-
var EnvironmentVariable$ = [3, n0, _EV,
|
|
1516
|
-
0,
|
|
1517
|
-
[_na, _va, _t],
|
|
1518
|
-
[0, 0, 0], 2
|
|
1519
|
-
];
|
|
1520
|
-
var ErrorDetails$ = [3, n0, _ED,
|
|
1521
|
-
0,
|
|
1522
|
-
[_cod, _m],
|
|
1523
|
-
[0, 0]
|
|
1524
|
-
];
|
|
1525
|
-
var ExecutionDetails$ = [3, n0, _EDx,
|
|
1526
|
-
0,
|
|
1527
|
-
[_su, _eEI, _pC],
|
|
1528
|
-
[0, 0, 1]
|
|
1529
|
-
];
|
|
1530
|
-
var ExecutionTrigger$ = [3, n0, _ET,
|
|
1531
|
-
0,
|
|
1532
|
-
[_tTri, _tD],
|
|
1533
|
-
[0, 0]
|
|
1534
|
-
];
|
|
1535
|
-
var ExecutorConfiguration$ = [3, n0, _EC,
|
|
1536
|
-
0,
|
|
1537
|
-
[_lEC, _jWEC],
|
|
1538
|
-
[() => LambdaExecutorConfiguration$, () => JobWorkerExecutorConfiguration$]
|
|
1539
|
-
];
|
|
1540
|
-
var FailureConditions$ = [3, n0, _FC,
|
|
1541
|
-
0,
|
|
1542
|
-
[_res, _rCe, _con],
|
|
1543
|
-
[0, () => RetryConfiguration$, () => ConditionList]
|
|
1544
|
-
];
|
|
1545
|
-
var FailureDetails$ = [3, n0, _FD,
|
|
1546
|
-
0,
|
|
1547
|
-
[_t, _m, _eEI],
|
|
1548
|
-
[0, 0, 0], 2
|
|
1549
|
-
];
|
|
1550
|
-
var GetActionTypeInput$ = [3, n0, _GATI,
|
|
1551
|
-
0,
|
|
1552
|
-
[_ca, _ow, _pro, _v],
|
|
1553
|
-
[0, 0, 0, 0], 4
|
|
1554
|
-
];
|
|
1555
|
-
var GetActionTypeOutput$ = [3, n0, _GATO,
|
|
1556
|
-
0,
|
|
1557
|
-
[_aT],
|
|
1558
|
-
[() => ActionTypeDeclaration$]
|
|
1559
|
-
];
|
|
1560
|
-
var GetJobDetailsInput$ = [3, n0, _GJDI,
|
|
1561
|
-
0,
|
|
1562
|
-
[_jI],
|
|
1563
|
-
[0], 1
|
|
1564
|
-
];
|
|
1565
|
-
var GetJobDetailsOutput$ = [3, n0, _GJDO,
|
|
1566
|
-
0,
|
|
1567
|
-
[_jD],
|
|
1568
|
-
[[() => JobDetails$, 0]]
|
|
1569
|
-
];
|
|
1570
|
-
var GetPipelineExecutionInput$ = [3, n0, _GPEI,
|
|
1571
|
-
0,
|
|
1572
|
-
[_pN, _pEI],
|
|
1573
|
-
[0, 0], 2
|
|
1574
|
-
];
|
|
1575
|
-
var GetPipelineExecutionOutput$ = [3, n0, _GPEO,
|
|
1576
|
-
0,
|
|
1577
|
-
[_pE],
|
|
1578
|
-
[() => PipelineExecution$]
|
|
1579
|
-
];
|
|
1580
|
-
var GetPipelineInput$ = [3, n0, _GPI,
|
|
1581
|
-
0,
|
|
1582
|
-
[_na, _v],
|
|
1583
|
-
[0, 1], 1
|
|
1584
|
-
];
|
|
1585
|
-
var GetPipelineOutput$ = [3, n0, _GPO,
|
|
1586
|
-
0,
|
|
1587
|
-
[_pi, _me],
|
|
1588
|
-
[() => PipelineDeclaration$, () => PipelineMetadata$]
|
|
1589
|
-
];
|
|
1590
|
-
var GetPipelineStateInput$ = [3, n0, _GPSI,
|
|
1591
|
-
0,
|
|
1592
|
-
[_na],
|
|
1593
|
-
[0], 1
|
|
1594
|
-
];
|
|
1595
|
-
var GetPipelineStateOutput$ = [3, n0, _GPSO,
|
|
1596
|
-
0,
|
|
1597
|
-
[_pN, _pV, _sS, _cr, _up],
|
|
1598
|
-
[0, 1, () => StageStateList, 4, 4]
|
|
1599
|
-
];
|
|
1600
|
-
var GetThirdPartyJobDetailsInput$ = [3, n0, _GTPJDI,
|
|
1601
|
-
0,
|
|
1602
|
-
[_jI, _cT],
|
|
1603
|
-
[0, 0], 2
|
|
1604
|
-
];
|
|
1605
|
-
var GetThirdPartyJobDetailsOutput$ = [3, n0, _GTPJDO,
|
|
1606
|
-
0,
|
|
1607
|
-
[_jD],
|
|
1608
|
-
[[() => ThirdPartyJobDetails$, 0]]
|
|
1609
|
-
];
|
|
1610
|
-
var GitBranchFilterCriteria$ = [3, n0, _GBFC,
|
|
1611
|
-
0,
|
|
1612
|
-
[_in, _exc],
|
|
1613
|
-
[64 | 0, 64 | 0]
|
|
1614
|
-
];
|
|
1615
|
-
var GitConfiguration$ = [3, n0, _GC,
|
|
1616
|
-
0,
|
|
1617
|
-
[_sAN, _pu, _pR],
|
|
1618
|
-
[0, () => GitPushFilterList, () => GitPullRequestFilterList], 1
|
|
1619
|
-
];
|
|
1620
|
-
var GitFilePathFilterCriteria$ = [3, n0, _GFPFC,
|
|
1621
|
-
0,
|
|
1622
|
-
[_in, _exc],
|
|
1623
|
-
[64 | 0, 64 | 0]
|
|
1624
|
-
];
|
|
1625
|
-
var GitPullRequestFilter$ = [3, n0, _GPRF,
|
|
1626
|
-
0,
|
|
1627
|
-
[_ev, _b, _fP],
|
|
1628
|
-
[64 | 0, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$]
|
|
1629
|
-
];
|
|
1630
|
-
var GitPushFilter$ = [3, n0, _GPF,
|
|
1631
|
-
0,
|
|
1632
|
-
[_ta, _b, _fP],
|
|
1633
|
-
[() => GitTagFilterCriteria$, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$]
|
|
1634
|
-
];
|
|
1635
|
-
var GitTagFilterCriteria$ = [3, n0, _GTFC,
|
|
1636
|
-
0,
|
|
1637
|
-
[_in, _exc],
|
|
1638
|
-
[64 | 0, 64 | 0]
|
|
1639
|
-
];
|
|
1640
|
-
var InputArtifact$ = [3, n0, _IA,
|
|
1641
|
-
0,
|
|
1642
|
-
[_na],
|
|
1643
|
-
[0], 1
|
|
1644
|
-
];
|
|
1645
|
-
var InvalidActionDeclarationException$ = [-3, n0, _IADE,
|
|
1646
|
-
{ [_e]: _cl },
|
|
1647
|
-
[_m],
|
|
1648
|
-
[0]
|
|
1649
|
-
];
|
|
1650
|
-
schema.TypeRegistry.for(n0).registerError(InvalidActionDeclarationException$, InvalidActionDeclarationException);
|
|
1651
|
-
var InvalidApprovalTokenException$ = [-3, n0, _IATE,
|
|
1652
|
-
{ [_e]: _cl },
|
|
1653
|
-
[_m],
|
|
1654
|
-
[0]
|
|
1655
|
-
];
|
|
1656
|
-
schema.TypeRegistry.for(n0).registerError(InvalidApprovalTokenException$, InvalidApprovalTokenException);
|
|
1657
|
-
var InvalidArnException$ = [-3, n0, _IAE,
|
|
1658
|
-
{ [_e]: _cl },
|
|
1659
|
-
[_m],
|
|
1660
|
-
[0]
|
|
1661
|
-
];
|
|
1662
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1663
|
-
var InvalidBlockerDeclarationException$ = [-3, n0, _IBDE,
|
|
1664
|
-
{ [_e]: _cl },
|
|
1665
|
-
[_m],
|
|
1666
|
-
[0]
|
|
1667
|
-
];
|
|
1668
|
-
schema.TypeRegistry.for(n0).registerError(InvalidBlockerDeclarationException$, InvalidBlockerDeclarationException);
|
|
1669
|
-
var InvalidClientTokenException$ = [-3, n0, _ICTE,
|
|
1670
|
-
{ [_e]: _cl },
|
|
1671
|
-
[_m],
|
|
1672
|
-
[0]
|
|
1673
|
-
];
|
|
1674
|
-
schema.TypeRegistry.for(n0).registerError(InvalidClientTokenException$, InvalidClientTokenException);
|
|
1675
|
-
var InvalidJobException$ = [-3, n0, _IJE,
|
|
1676
|
-
{ [_e]: _cl },
|
|
1677
|
-
[_m],
|
|
1678
|
-
[0]
|
|
1679
|
-
];
|
|
1680
|
-
schema.TypeRegistry.for(n0).registerError(InvalidJobException$, InvalidJobException);
|
|
1681
|
-
var InvalidJobStateException$ = [-3, n0, _IJSE,
|
|
1682
|
-
{ [_e]: _cl },
|
|
1683
|
-
[_m],
|
|
1684
|
-
[0]
|
|
1685
|
-
];
|
|
1686
|
-
schema.TypeRegistry.for(n0).registerError(InvalidJobStateException$, InvalidJobStateException);
|
|
1687
|
-
var InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
1688
|
-
{ [_e]: _cl },
|
|
1689
|
-
[_m],
|
|
1690
|
-
[0]
|
|
1691
|
-
];
|
|
1692
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1693
|
-
var InvalidNonceException$ = [-3, n0, _INE,
|
|
1694
|
-
{ [_e]: _cl },
|
|
1695
|
-
[_m],
|
|
1696
|
-
[0]
|
|
1697
|
-
];
|
|
1698
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNonceException$, InvalidNonceException);
|
|
1699
|
-
var InvalidStageDeclarationException$ = [-3, n0, _ISDE,
|
|
1700
|
-
{ [_e]: _cl },
|
|
1701
|
-
[_m],
|
|
1702
|
-
[0]
|
|
1703
|
-
];
|
|
1704
|
-
schema.TypeRegistry.for(n0).registerError(InvalidStageDeclarationException$, InvalidStageDeclarationException);
|
|
1705
|
-
var InvalidStructureException$ = [-3, n0, _ISE,
|
|
1706
|
-
{ [_e]: _cl },
|
|
1707
|
-
[_m],
|
|
1708
|
-
[0]
|
|
1709
|
-
];
|
|
1710
|
-
schema.TypeRegistry.for(n0).registerError(InvalidStructureException$, InvalidStructureException);
|
|
1711
|
-
var InvalidTagsException$ = [-3, n0, _ITE,
|
|
1712
|
-
{ [_e]: _cl },
|
|
1713
|
-
[_m],
|
|
1714
|
-
[0]
|
|
1715
|
-
];
|
|
1716
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTagsException$, InvalidTagsException);
|
|
1717
|
-
var InvalidWebhookAuthenticationParametersException$ = [-3, n0, _IWAPE,
|
|
1718
|
-
{ [_e]: _cl },
|
|
1719
|
-
[_m],
|
|
1720
|
-
[0]
|
|
1721
|
-
];
|
|
1722
|
-
schema.TypeRegistry.for(n0).registerError(InvalidWebhookAuthenticationParametersException$, InvalidWebhookAuthenticationParametersException);
|
|
1723
|
-
var InvalidWebhookFilterPatternException$ = [-3, n0, _IWFPE,
|
|
1724
|
-
{ [_e]: _cl },
|
|
1725
|
-
[_m],
|
|
1726
|
-
[0]
|
|
1727
|
-
];
|
|
1728
|
-
schema.TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException$, InvalidWebhookFilterPatternException);
|
|
1729
|
-
var Job$ = [3, n0, _J,
|
|
1730
|
-
0,
|
|
1731
|
-
[_id, _da, _n, _aI],
|
|
1732
|
-
[0, [() => JobData$, 0], 0, 0]
|
|
1733
|
-
];
|
|
1734
|
-
var JobData$ = [3, n0, _JD,
|
|
1735
|
-
0,
|
|
1736
|
-
[_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
|
|
1737
|
-
[() => ActionTypeId$, () => ActionConfiguration$, () => PipelineContext$, () => ArtifactList, () => ArtifactList, [() => AWSSessionCredentials$, 0], 0, () => EncryptionKey$]
|
|
1738
|
-
];
|
|
1739
|
-
var JobDetails$ = [3, n0, _JDo,
|
|
1740
|
-
0,
|
|
1741
|
-
[_id, _da, _aI],
|
|
1742
|
-
[0, [() => JobData$, 0], 0]
|
|
1743
|
-
];
|
|
1744
|
-
var JobNotFoundException$ = [-3, n0, _JNFE,
|
|
1745
|
-
{ [_e]: _cl },
|
|
1746
|
-
[_m],
|
|
1747
|
-
[0]
|
|
1748
|
-
];
|
|
1749
|
-
schema.TypeRegistry.for(n0).registerError(JobNotFoundException$, JobNotFoundException);
|
|
1750
|
-
var JobWorkerExecutorConfiguration$ = [3, n0, _JWEC,
|
|
1751
|
-
0,
|
|
1752
|
-
[_pA, _pSP],
|
|
1753
|
-
[64 | 0, 64 | 0]
|
|
1754
|
-
];
|
|
1755
|
-
var LambdaExecutorConfiguration$ = [3, n0, _LEC,
|
|
1756
|
-
0,
|
|
1757
|
-
[_lFA],
|
|
1758
|
-
[0], 1
|
|
1759
|
-
];
|
|
1760
|
-
var LatestInPipelineExecutionFilter$ = [3, n0, _LIPEF,
|
|
1761
|
-
0,
|
|
1762
|
-
[_pEI, _sTR],
|
|
1763
|
-
[0, 0], 2
|
|
1764
|
-
];
|
|
1765
|
-
var LimitExceededException$ = [-3, n0, _LEE,
|
|
1766
|
-
{ [_e]: _cl },
|
|
1767
|
-
[_m],
|
|
1768
|
-
[0]
|
|
1769
|
-
];
|
|
1770
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1771
|
-
var ListActionExecutionsInput$ = [3, n0, _LAEI,
|
|
1772
|
-
0,
|
|
1773
|
-
[_pN, _f, _mR, _nT],
|
|
1774
|
-
[0, () => ActionExecutionFilter$, 1, 0], 1
|
|
1775
|
-
];
|
|
1776
|
-
var ListActionExecutionsOutput$ = [3, n0, _LAEO,
|
|
1777
|
-
0,
|
|
1778
|
-
[_aED, _nT],
|
|
1779
|
-
[() => ActionExecutionDetailList, 0]
|
|
1780
|
-
];
|
|
1781
|
-
var ListActionTypesInput$ = [3, n0, _LATI,
|
|
1782
|
-
0,
|
|
1783
|
-
[_aOF, _nT, _rF],
|
|
1784
|
-
[0, 0, 0]
|
|
1785
|
-
];
|
|
1786
|
-
var ListActionTypesOutput$ = [3, n0, _LATO,
|
|
1787
|
-
0,
|
|
1788
|
-
[_aTc, _nT],
|
|
1789
|
-
[() => ActionTypeList, 0], 1
|
|
1790
|
-
];
|
|
1791
|
-
var ListDeployActionExecutionTargetsInput$ = [3, n0, _LDAETI,
|
|
1792
|
-
0,
|
|
1793
|
-
[_aEI, _pN, _fi, _mR, _nT],
|
|
1794
|
-
[0, 0, () => TargetFilterList, 1, 0], 1
|
|
1795
|
-
];
|
|
1796
|
-
var ListDeployActionExecutionTargetsOutput$ = [3, n0, _LDAETO,
|
|
1797
|
-
0,
|
|
1798
|
-
[_tar, _nT],
|
|
1799
|
-
[() => DeployActionExecutionTargetList, 0]
|
|
1800
|
-
];
|
|
1801
|
-
var ListPipelineExecutionsInput$ = [3, n0, _LPEI,
|
|
1802
|
-
0,
|
|
1803
|
-
[_pN, _mR, _f, _nT],
|
|
1804
|
-
[0, 1, () => PipelineExecutionFilter$, 0], 1
|
|
1805
|
-
];
|
|
1806
|
-
var ListPipelineExecutionsOutput$ = [3, n0, _LPEO,
|
|
1807
|
-
0,
|
|
1808
|
-
[_pES, _nT],
|
|
1809
|
-
[() => PipelineExecutionSummaryList, 0]
|
|
1810
|
-
];
|
|
1811
|
-
var ListPipelinesInput$ = [3, n0, _LPI,
|
|
1812
|
-
0,
|
|
1813
|
-
[_nT, _mR],
|
|
1814
|
-
[0, 1]
|
|
1815
|
-
];
|
|
1816
|
-
var ListPipelinesOutput$ = [3, n0, _LPO,
|
|
1817
|
-
0,
|
|
1818
|
-
[_pip, _nT],
|
|
1819
|
-
[() => PipelineList, 0]
|
|
1820
|
-
];
|
|
1821
|
-
var ListRuleExecutionsInput$ = [3, n0, _LREI,
|
|
1822
|
-
0,
|
|
1823
|
-
[_pN, _f, _mR, _nT],
|
|
1824
|
-
[0, () => RuleExecutionFilter$, 1, 0], 1
|
|
1825
|
-
];
|
|
1826
|
-
var ListRuleExecutionsOutput$ = [3, n0, _LREO,
|
|
1827
|
-
0,
|
|
1828
|
-
[_rED, _nT],
|
|
1829
|
-
[() => RuleExecutionDetailList, 0]
|
|
1830
|
-
];
|
|
1831
|
-
var ListRuleTypesInput$ = [3, n0, _LRTI,
|
|
1832
|
-
0,
|
|
1833
|
-
[_rOF, _rF],
|
|
1834
|
-
[0, 0]
|
|
1835
|
-
];
|
|
1836
|
-
var ListRuleTypesOutput$ = [3, n0, _LRTO,
|
|
1837
|
-
0,
|
|
1838
|
-
[_rT],
|
|
1839
|
-
[() => RuleTypeList], 1
|
|
1840
|
-
];
|
|
1841
|
-
var ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
1842
|
-
0,
|
|
1843
|
-
[_rAe, _nT, _mR],
|
|
1844
|
-
[0, 0, 1], 1
|
|
1845
|
-
];
|
|
1846
|
-
var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
1847
|
-
0,
|
|
1848
|
-
[_ta, _nT],
|
|
1849
|
-
[() => TagList, 0]
|
|
1850
|
-
];
|
|
1851
|
-
var ListWebhookItem$ = [3, n0, _LWI,
|
|
1852
|
-
0,
|
|
1853
|
-
[_de, _ur, _eM, _eC, _lT, _a, _ta],
|
|
1854
|
-
[() => WebhookDefinition$, 0, 0, 0, 4, 0, () => TagList], 2
|
|
1855
|
-
];
|
|
1856
|
-
var ListWebhooksInput$ = [3, n0, _LWIi,
|
|
1857
|
-
0,
|
|
1858
|
-
[_NT, _MR],
|
|
1859
|
-
[0, 1]
|
|
1860
|
-
];
|
|
1861
|
-
var ListWebhooksOutput$ = [3, n0, _LWO,
|
|
1862
|
-
0,
|
|
1863
|
-
[_w, _NT],
|
|
1864
|
-
[() => WebhookList, 0]
|
|
1865
|
-
];
|
|
1866
|
-
var NotLatestPipelineExecutionException$ = [-3, n0, _NLPEE,
|
|
1867
|
-
{ [_e]: _cl },
|
|
1868
|
-
[_m],
|
|
1869
|
-
[0]
|
|
1870
|
-
];
|
|
1871
|
-
schema.TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException$, NotLatestPipelineExecutionException);
|
|
1872
|
-
var OutputArtifact$ = [3, n0, _OA,
|
|
1873
|
-
0,
|
|
1874
|
-
[_na, _fil],
|
|
1875
|
-
[0, 64 | 0], 1
|
|
1876
|
-
];
|
|
1877
|
-
var OutputVariablesSizeExceededException$ = [-3, n0, _OVSEE,
|
|
1878
|
-
{ [_e]: _cl },
|
|
1879
|
-
[_m],
|
|
1880
|
-
[0]
|
|
1881
|
-
];
|
|
1882
|
-
schema.TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException$, OutputVariablesSizeExceededException);
|
|
1883
|
-
var OverrideStageConditionInput$ = [3, n0, _OSCI,
|
|
1884
|
-
0,
|
|
1885
|
-
[_pN, _sN, _pEI, _cTon],
|
|
1886
|
-
[0, 0, 0, 0], 4
|
|
1887
|
-
];
|
|
1888
|
-
var PipelineContext$ = [3, n0, _PC,
|
|
1889
|
-
0,
|
|
1890
|
-
[_pN, _st, _ac, _pAi, _pEI],
|
|
1891
|
-
[0, () => StageContext$, () => ActionContext$, 0, 0]
|
|
1892
|
-
];
|
|
1893
|
-
var PipelineDeclaration$ = [3, n0, _PD,
|
|
1894
|
-
0,
|
|
1895
|
-
[_na, _rA, _sta, _aS, _aSr, _v, _eMx, _pT, _var, _tr],
|
|
1896
|
-
[0, 0, () => PipelineStageDeclarationList, () => ArtifactStore$, () => ArtifactStoreMap, 1, 0, 0, () => PipelineVariableDeclarationList, () => PipelineTriggerDeclarationList], 3
|
|
1897
|
-
];
|
|
1898
|
-
var PipelineExecution$ = [3, n0, _PE,
|
|
1899
|
-
0,
|
|
1900
|
-
[_pN, _pV, _pEI, _s, _sSt, _aR, _var, _tri, _eMx, _eTx, _rM],
|
|
1901
|
-
[0, 1, 0, 0, 0, () => ArtifactRevisionList, () => ResolvedPipelineVariableList, () => ExecutionTrigger$, 0, 0, () => PipelineRollbackMetadata$]
|
|
1902
|
-
];
|
|
1903
|
-
var PipelineExecutionFilter$ = [3, n0, _PEF,
|
|
1904
|
-
0,
|
|
1905
|
-
[_sIS],
|
|
1906
|
-
[() => SucceededInStageFilter$]
|
|
1907
|
-
];
|
|
1908
|
-
var PipelineExecutionNotFoundException$ = [-3, n0, _PENFE,
|
|
1909
|
-
{ [_e]: _cl },
|
|
1910
|
-
[_m],
|
|
1911
|
-
[0]
|
|
1912
|
-
];
|
|
1913
|
-
schema.TypeRegistry.for(n0).registerError(PipelineExecutionNotFoundException$, PipelineExecutionNotFoundException);
|
|
1914
|
-
var PipelineExecutionNotStoppableException$ = [-3, n0, _PENSE,
|
|
1915
|
-
{ [_e]: _cl },
|
|
1916
|
-
[_m],
|
|
1917
|
-
[0]
|
|
1918
|
-
];
|
|
1919
|
-
schema.TypeRegistry.for(n0).registerError(PipelineExecutionNotStoppableException$, PipelineExecutionNotStoppableException);
|
|
1920
|
-
var PipelineExecutionOutdatedException$ = [-3, n0, _PEOE,
|
|
1921
|
-
{ [_e]: _cl },
|
|
1922
|
-
[_m],
|
|
1923
|
-
[0]
|
|
1924
|
-
];
|
|
1925
|
-
schema.TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException$, PipelineExecutionOutdatedException);
|
|
1926
|
-
var PipelineExecutionSummary$ = [3, n0, _PES,
|
|
1927
|
-
0,
|
|
1928
|
-
[_pEI, _s, _sSt, _sT, _lUT, _sR, _tri, _sTt, _eMx, _eTx, _rM],
|
|
1929
|
-
[0, 0, 0, 4, 4, () => SourceRevisionList, () => ExecutionTrigger$, () => StopExecutionTrigger$, 0, 0, () => PipelineRollbackMetadata$]
|
|
1930
|
-
];
|
|
1931
|
-
var PipelineMetadata$ = [3, n0, _PM,
|
|
1932
|
-
0,
|
|
1933
|
-
[_pAi, _cr, _up, _pDA],
|
|
1934
|
-
[0, 4, 4, 4]
|
|
1935
|
-
];
|
|
1936
|
-
var PipelineNameInUseException$ = [-3, n0, _PNIUE,
|
|
1937
|
-
{ [_e]: _cl },
|
|
1938
|
-
[_m],
|
|
1939
|
-
[0]
|
|
1940
|
-
];
|
|
1941
|
-
schema.TypeRegistry.for(n0).registerError(PipelineNameInUseException$, PipelineNameInUseException);
|
|
1942
|
-
var PipelineNotFoundException$ = [-3, n0, _PNFE,
|
|
1943
|
-
{ [_e]: _cl },
|
|
1944
|
-
[_m],
|
|
1945
|
-
[0]
|
|
1946
|
-
];
|
|
1947
|
-
schema.TypeRegistry.for(n0).registerError(PipelineNotFoundException$, PipelineNotFoundException);
|
|
1948
|
-
var PipelineRollbackMetadata$ = [3, n0, _PRM,
|
|
1949
|
-
0,
|
|
1950
|
-
[_rTPEI],
|
|
1951
|
-
[0]
|
|
1952
|
-
];
|
|
1953
|
-
var PipelineSummary$ = [3, n0, _PS,
|
|
1954
|
-
0,
|
|
1955
|
-
[_na, _v, _pT, _eMx, _cr, _up],
|
|
1956
|
-
[0, 1, 0, 0, 4, 4]
|
|
1957
|
-
];
|
|
1958
|
-
var PipelineTriggerDeclaration$ = [3, n0, _PTD,
|
|
1959
|
-
0,
|
|
1960
|
-
[_pTr, _gC],
|
|
1961
|
-
[0, () => GitConfiguration$], 2
|
|
1962
|
-
];
|
|
1963
|
-
var PipelineVariable$ = [3, n0, _PV,
|
|
1964
|
-
0,
|
|
1965
|
-
[_na, _va],
|
|
1966
|
-
[0, 0], 2
|
|
1967
|
-
];
|
|
1968
|
-
var PipelineVariableDeclaration$ = [3, n0, _PVD,
|
|
1969
|
-
0,
|
|
1970
|
-
[_na, _dV, _d],
|
|
1971
|
-
[0, 0, 0], 1
|
|
1972
|
-
];
|
|
1973
|
-
var PipelineVersionNotFoundException$ = [-3, n0, _PVNFE,
|
|
1974
|
-
{ [_e]: _cl },
|
|
1975
|
-
[_m],
|
|
1976
|
-
[0]
|
|
1977
|
-
];
|
|
1978
|
-
schema.TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException$, PipelineVersionNotFoundException);
|
|
1979
|
-
var PollForJobsInput$ = [3, n0, _PFJI,
|
|
1980
|
-
0,
|
|
1981
|
-
[_aTI, _mBS, _qP],
|
|
1982
|
-
[() => ActionTypeId$, 1, 128 | 0], 1
|
|
1983
|
-
];
|
|
1984
|
-
var PollForJobsOutput$ = [3, n0, _PFJO,
|
|
1985
|
-
0,
|
|
1986
|
-
[_j],
|
|
1987
|
-
[[() => JobList, 0]]
|
|
1988
|
-
];
|
|
1989
|
-
var PollForThirdPartyJobsInput$ = [3, n0, _PFTPJI,
|
|
1990
|
-
0,
|
|
1991
|
-
[_aTI, _mBS],
|
|
1992
|
-
[() => ActionTypeId$, 1], 1
|
|
1993
|
-
];
|
|
1994
|
-
var PollForThirdPartyJobsOutput$ = [3, n0, _PFTPJO,
|
|
1995
|
-
0,
|
|
1996
|
-
[_j],
|
|
1997
|
-
[() => ThirdPartyJobList]
|
|
1998
|
-
];
|
|
1999
|
-
var PutActionRevisionInput$ = [3, n0, _PARI,
|
|
2000
|
-
0,
|
|
2001
|
-
[_pN, _sN, _aN, _aRc],
|
|
2002
|
-
[0, 0, 0, () => ActionRevision$], 4
|
|
2003
|
-
];
|
|
2004
|
-
var PutActionRevisionOutput$ = [3, n0, _PARO,
|
|
2005
|
-
0,
|
|
2006
|
-
[_nR, _pEI],
|
|
2007
|
-
[2, 0]
|
|
2008
|
-
];
|
|
2009
|
-
var PutApprovalResultInput$ = [3, n0, _PARIu,
|
|
2010
|
-
0,
|
|
2011
|
-
[_pN, _sN, _aN, _res, _to],
|
|
2012
|
-
[0, 0, 0, () => ApprovalResult$, 0], 5
|
|
2013
|
-
];
|
|
2014
|
-
var PutApprovalResultOutput$ = [3, n0, _PAROu,
|
|
2015
|
-
0,
|
|
2016
|
-
[_aAp],
|
|
2017
|
-
[4]
|
|
2018
|
-
];
|
|
2019
|
-
var PutJobFailureResultInput$ = [3, n0, _PJFRI,
|
|
2020
|
-
0,
|
|
2021
|
-
[_jI, _fD],
|
|
2022
|
-
[0, () => FailureDetails$], 2
|
|
2023
|
-
];
|
|
2024
|
-
var PutJobSuccessResultInput$ = [3, n0, _PJSRI,
|
|
2025
|
-
0,
|
|
2026
|
-
[_jI, _cR, _cTo, _eDx, _oV],
|
|
2027
|
-
[0, () => CurrentRevision$, 0, () => ExecutionDetails$, 128 | 0], 1
|
|
2028
|
-
];
|
|
2029
|
-
var PutThirdPartyJobFailureResultInput$ = [3, n0, _PTPJFRI,
|
|
2030
|
-
0,
|
|
2031
|
-
[_jI, _cT, _fD],
|
|
2032
|
-
[0, 0, () => FailureDetails$], 3
|
|
2033
|
-
];
|
|
2034
|
-
var PutThirdPartyJobSuccessResultInput$ = [3, n0, _PTPJSRI,
|
|
2035
|
-
0,
|
|
2036
|
-
[_jI, _cT, _cR, _cTo, _eDx],
|
|
2037
|
-
[0, 0, () => CurrentRevision$, 0, () => ExecutionDetails$], 2
|
|
2038
|
-
];
|
|
2039
|
-
var PutWebhookInput$ = [3, n0, _PWI,
|
|
2040
|
-
0,
|
|
2041
|
-
[_we, _ta],
|
|
2042
|
-
[() => WebhookDefinition$, () => TagList], 1
|
|
2043
|
-
];
|
|
2044
|
-
var PutWebhookOutput$ = [3, n0, _PWO,
|
|
2045
|
-
0,
|
|
2046
|
-
[_we],
|
|
2047
|
-
[() => ListWebhookItem$]
|
|
2048
|
-
];
|
|
2049
|
-
var RegisterWebhookWithThirdPartyInput$ = [3, n0, _RWWTPI,
|
|
2050
|
-
0,
|
|
2051
|
-
[_wN],
|
|
2052
|
-
[0]
|
|
2053
|
-
];
|
|
2054
|
-
var RegisterWebhookWithThirdPartyOutput$ = [3, n0, _RWWTPO,
|
|
2055
|
-
0,
|
|
2056
|
-
[],
|
|
2057
|
-
[]
|
|
2058
|
-
];
|
|
2059
|
-
var RequestFailedException$ = [-3, n0, _RFE,
|
|
2060
|
-
{ [_e]: _cl },
|
|
2061
|
-
[_m],
|
|
2062
|
-
[0]
|
|
2063
|
-
];
|
|
2064
|
-
schema.TypeRegistry.for(n0).registerError(RequestFailedException$, RequestFailedException);
|
|
2065
|
-
var ResolvedPipelineVariable$ = [3, n0, _RPV,
|
|
2066
|
-
0,
|
|
2067
|
-
[_na, _rV],
|
|
2068
|
-
[0, 0]
|
|
2069
|
-
];
|
|
2070
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
2071
|
-
{ [_e]: _cl },
|
|
2072
|
-
[_m],
|
|
2073
|
-
[0]
|
|
2074
|
-
];
|
|
2075
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
2076
|
-
var RetryConfiguration$ = [3, n0, _RC,
|
|
2077
|
-
0,
|
|
2078
|
-
[_rMe],
|
|
2079
|
-
[0]
|
|
2080
|
-
];
|
|
2081
|
-
var RetryStageExecutionInput$ = [3, n0, _RSEI,
|
|
2082
|
-
0,
|
|
2083
|
-
[_pN, _sN, _pEI, _rMe],
|
|
2084
|
-
[0, 0, 0, 0], 4
|
|
2085
|
-
];
|
|
2086
|
-
var RetryStageExecutionOutput$ = [3, n0, _RSEO,
|
|
2087
|
-
0,
|
|
2088
|
-
[_pEI],
|
|
2089
|
-
[0]
|
|
2090
|
-
];
|
|
2091
|
-
var RetryStageMetadata$ = [3, n0, _RSM,
|
|
2092
|
-
0,
|
|
2093
|
-
[_aSRA, _mSRA, _lRT],
|
|
2094
|
-
[1, 1, 0]
|
|
2095
|
-
];
|
|
2096
|
-
var RollbackStageInput$ = [3, n0, _RSI,
|
|
2097
|
-
0,
|
|
2098
|
-
[_pN, _sN, _tPEI],
|
|
2099
|
-
[0, 0, 0], 3
|
|
2100
|
-
];
|
|
2101
|
-
var RollbackStageOutput$ = [3, n0, _RSO,
|
|
2102
|
-
0,
|
|
2103
|
-
[_pEI],
|
|
2104
|
-
[0], 1
|
|
2105
|
-
];
|
|
2106
|
-
var RuleConfigurationProperty$ = [3, n0, _RCP,
|
|
2107
|
-
0,
|
|
2108
|
-
[_na, _r, _k, _se, _q, _d, _t],
|
|
2109
|
-
[0, 2, 2, 2, 2, 0, 0], 4
|
|
2110
|
-
];
|
|
2111
|
-
var RuleDeclaration$ = [3, n0, _RD,
|
|
2112
|
-
0,
|
|
2113
|
-
[_na, _rTI, _c, _co, _iA, _rA, _re, _tIM],
|
|
2114
|
-
[0, () => RuleTypeId$, 128 | 0, 64 | 0, () => InputArtifactList, 0, 0, 1], 2
|
|
2115
|
-
];
|
|
2116
|
-
var RuleExecution$ = [3, n0, _RE,
|
|
2117
|
-
0,
|
|
2118
|
-
[_rEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _eD],
|
|
2119
|
-
[0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails$]
|
|
2120
|
-
];
|
|
2121
|
-
var RuleExecutionDetail$ = [3, n0, _RED,
|
|
2122
|
-
0,
|
|
2123
|
-
[_pEI, _rEI, _pV, _sN, _rN, _sT, _lUT, _uB, _s, _i, _o],
|
|
2124
|
-
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput$, () => RuleExecutionOutput$]
|
|
2125
|
-
];
|
|
2126
|
-
var RuleExecutionFilter$ = [3, n0, _REF,
|
|
2127
|
-
0,
|
|
2128
|
-
[_pEI, _lIPE],
|
|
2129
|
-
[0, () => LatestInPipelineExecutionFilter$]
|
|
2130
|
-
];
|
|
2131
|
-
var RuleExecutionInput$ = [3, n0, _REI,
|
|
2132
|
-
0,
|
|
2133
|
-
[_rTI, _c, _rC, _rA, _re, _iA],
|
|
2134
|
-
[() => RuleTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList]
|
|
2135
|
-
];
|
|
2136
|
-
var RuleExecutionOutput$ = [3, n0, _REO,
|
|
2137
|
-
0,
|
|
2138
|
-
[_eR],
|
|
2139
|
-
[() => RuleExecutionResult$]
|
|
2140
|
-
];
|
|
2141
|
-
var RuleExecutionResult$ = [3, n0, _RER,
|
|
2142
|
-
0,
|
|
2143
|
-
[_eEI, _eES, _eEU, _eD],
|
|
2144
|
-
[0, 0, 0, () => ErrorDetails$]
|
|
2145
|
-
];
|
|
2146
|
-
var RuleRevision$ = [3, n0, _RR,
|
|
2147
|
-
0,
|
|
2148
|
-
[_rI, _rCI, _cr],
|
|
2149
|
-
[0, 0, 4], 3
|
|
2150
|
-
];
|
|
2151
|
-
var RuleState$ = [3, n0, _RS,
|
|
2152
|
-
0,
|
|
2153
|
-
[_rN, _cR, _lE, _eU, _rU],
|
|
2154
|
-
[0, () => RuleRevision$, () => RuleExecution$, 0, 0]
|
|
2155
|
-
];
|
|
2156
|
-
var RuleType$ = [3, n0, _RT,
|
|
2157
|
-
0,
|
|
2158
|
-
[_id, _iAD, _set, _rCP],
|
|
2159
|
-
[() => RuleTypeId$, () => ArtifactDetails$, () => RuleTypeSettings$, () => RuleConfigurationPropertyList], 2
|
|
2160
|
-
];
|
|
2161
|
-
var RuleTypeId$ = [3, n0, _RTI,
|
|
2162
|
-
0,
|
|
2163
|
-
[_ca, _pro, _ow, _v],
|
|
2164
|
-
[0, 0, 0, 0], 2
|
|
2165
|
-
];
|
|
2166
|
-
var RuleTypeSettings$ = [3, n0, _RTS,
|
|
2167
|
-
0,
|
|
2168
|
-
[_tPCU, _eUT, _eUTx, _rUT],
|
|
2169
|
-
[0, 0, 0, 0]
|
|
2170
|
-
];
|
|
2171
|
-
var S3ArtifactLocation$ = [3, n0, _SAL,
|
|
2172
|
-
0,
|
|
2173
|
-
[_bN, _oK],
|
|
2174
|
-
[0, 0], 2
|
|
2175
|
-
];
|
|
2176
|
-
var S3Location$ = [3, n0, _SL,
|
|
2177
|
-
0,
|
|
2178
|
-
[_bu, _k],
|
|
2179
|
-
[0, 0]
|
|
2180
|
-
];
|
|
2181
|
-
var SourceRevision$ = [3, n0, _SR,
|
|
2182
|
-
0,
|
|
2183
|
-
[_aN, _rI, _rS, _rU],
|
|
2184
|
-
[0, 0, 0, 0], 1
|
|
2185
|
-
];
|
|
2186
|
-
var SourceRevisionOverride$ = [3, n0, _SRO,
|
|
2187
|
-
0,
|
|
2188
|
-
[_aN, _rTe, _rVe],
|
|
2189
|
-
[0, 0, 0], 3
|
|
2190
|
-
];
|
|
2191
|
-
var StageConditionsExecution$ = [3, n0, _SCE,
|
|
2192
|
-
0,
|
|
2193
|
-
[_s, _su],
|
|
2194
|
-
[0, 0]
|
|
2195
|
-
];
|
|
2196
|
-
var StageConditionState$ = [3, n0, _SCS,
|
|
2197
|
-
0,
|
|
2198
|
-
[_lE, _cS],
|
|
2199
|
-
[() => StageConditionsExecution$, () => ConditionStateList]
|
|
2200
|
-
];
|
|
2201
|
-
var StageContext$ = [3, n0, _SC,
|
|
2202
|
-
0,
|
|
2203
|
-
[_na],
|
|
2204
|
-
[0]
|
|
2205
|
-
];
|
|
2206
|
-
var StageDeclaration$ = [3, n0, _SD,
|
|
2207
|
-
0,
|
|
2208
|
-
[_na, _act, _bl, _oF, _oS, _bE],
|
|
2209
|
-
[0, () => StageActionDeclarationList, () => StageBlockerDeclarationList, () => FailureConditions$, () => SuccessConditions$, () => BeforeEntryConditions$], 2
|
|
2210
|
-
];
|
|
2211
|
-
var StageExecution$ = [3, n0, _SE,
|
|
2212
|
-
0,
|
|
2213
|
-
[_pEI, _s, _t],
|
|
2214
|
-
[0, 0, 0], 2
|
|
2215
|
-
];
|
|
2216
|
-
var StageNotFoundException$ = [-3, n0, _SNFE,
|
|
2217
|
-
{ [_e]: _cl },
|
|
2218
|
-
[_m],
|
|
2219
|
-
[0]
|
|
2220
|
-
];
|
|
2221
|
-
schema.TypeRegistry.for(n0).registerError(StageNotFoundException$, StageNotFoundException);
|
|
2222
|
-
var StageNotRetryableException$ = [-3, n0, _SNRE,
|
|
2223
|
-
{ [_e]: _cl },
|
|
2224
|
-
[_m],
|
|
2225
|
-
[0]
|
|
2226
|
-
];
|
|
2227
|
-
schema.TypeRegistry.for(n0).registerError(StageNotRetryableException$, StageNotRetryableException);
|
|
2228
|
-
var StageState$ = [3, n0, _SS,
|
|
2229
|
-
0,
|
|
2230
|
-
[_sN, _iE, _iEn, _iTS, _aSc, _lE, _bECS, _oSCS, _oFCS, _rSM],
|
|
2231
|
-
[0, () => StageExecution$, () => StageExecutionList, () => TransitionState$, () => ActionStateList, () => StageExecution$, () => StageConditionState$, () => StageConditionState$, () => StageConditionState$, () => RetryStageMetadata$]
|
|
2232
|
-
];
|
|
2233
|
-
var StartPipelineExecutionInput$ = [3, n0, _SPEI,
|
|
2234
|
-
0,
|
|
2235
|
-
[_na, _var, _cRT, _sR],
|
|
2236
|
-
[0, () => PipelineVariableList, [0, 4], () => SourceRevisionOverrideList], 1
|
|
2237
|
-
];
|
|
2238
|
-
var StartPipelineExecutionOutput$ = [3, n0, _SPEO,
|
|
2239
|
-
0,
|
|
2240
|
-
[_pEI],
|
|
2241
|
-
[0]
|
|
2242
|
-
];
|
|
2243
|
-
var StopExecutionTrigger$ = [3, n0, _SET,
|
|
2244
|
-
0,
|
|
2245
|
-
[_rea],
|
|
2246
|
-
[0]
|
|
2247
|
-
];
|
|
2248
|
-
var StopPipelineExecutionInput$ = [3, n0, _SPEIt,
|
|
2249
|
-
0,
|
|
2250
|
-
[_pN, _pEI, _ab, _rea],
|
|
2251
|
-
[0, 0, 2, 0], 2
|
|
2252
|
-
];
|
|
2253
|
-
var StopPipelineExecutionOutput$ = [3, n0, _SPEOt,
|
|
2254
|
-
0,
|
|
2255
|
-
[_pEI],
|
|
2256
|
-
[0]
|
|
2257
|
-
];
|
|
2258
|
-
var SucceededInStageFilter$ = [3, n0, _SISF,
|
|
2259
|
-
0,
|
|
2260
|
-
[_sN],
|
|
2261
|
-
[0]
|
|
2262
|
-
];
|
|
2263
|
-
var SuccessConditions$ = [3, n0, _SCu,
|
|
2264
|
-
0,
|
|
2265
|
-
[_con],
|
|
2266
|
-
[() => ConditionList], 1
|
|
2267
|
-
];
|
|
2268
|
-
var Tag$ = [3, n0, _T,
|
|
2269
|
-
0,
|
|
2270
|
-
[_k, _va],
|
|
2271
|
-
[0, 0], 2
|
|
2272
|
-
];
|
|
2273
|
-
var TagResourceInput$ = [3, n0, _TRI,
|
|
2274
|
-
0,
|
|
2275
|
-
[_rAe, _ta],
|
|
2276
|
-
[0, () => TagList], 2
|
|
2277
|
-
];
|
|
2278
|
-
var TagResourceOutput$ = [3, n0, _TRO,
|
|
2279
|
-
0,
|
|
2280
|
-
[],
|
|
2281
|
-
[]
|
|
2282
|
-
];
|
|
2283
|
-
var TargetFilter$ = [3, n0, _TF,
|
|
2284
|
-
0,
|
|
2285
|
-
[_na, _val],
|
|
2286
|
-
[0, 64 | 0]
|
|
2287
|
-
];
|
|
2288
|
-
var ThirdPartyJob$ = [3, n0, _TPJ,
|
|
2289
|
-
0,
|
|
2290
|
-
[_cIl, _jI],
|
|
2291
|
-
[0, 0]
|
|
2292
|
-
];
|
|
2293
|
-
var ThirdPartyJobData$ = [3, n0, _TPJD,
|
|
2294
|
-
0,
|
|
2295
|
-
[_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
|
|
2296
|
-
[() => ActionTypeId$, () => ActionConfiguration$, () => PipelineContext$, () => ArtifactList, () => ArtifactList, [() => AWSSessionCredentials$, 0], 0, () => EncryptionKey$]
|
|
2297
|
-
];
|
|
2298
|
-
var ThirdPartyJobDetails$ = [3, n0, _TPJDh,
|
|
2299
|
-
0,
|
|
2300
|
-
[_id, _da, _n],
|
|
2301
|
-
[0, [() => ThirdPartyJobData$, 0], 0]
|
|
2302
|
-
];
|
|
2303
|
-
var TooManyTagsException$ = [-3, n0, _TMTE,
|
|
2304
|
-
{ [_e]: _cl },
|
|
2305
|
-
[_m],
|
|
2306
|
-
[0]
|
|
2307
|
-
];
|
|
2308
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
2309
|
-
var TransitionState$ = [3, n0, _TS,
|
|
2310
|
-
0,
|
|
2311
|
-
[_en, _lCB, _lCA, _dR],
|
|
2312
|
-
[2, 0, 4, 0]
|
|
2313
|
-
];
|
|
2314
|
-
var UnableToRollbackStageException$ = [-3, n0, _UTRSE,
|
|
2315
|
-
{ [_e]: _cl },
|
|
2316
|
-
[_m],
|
|
2317
|
-
[0]
|
|
2318
|
-
];
|
|
2319
|
-
schema.TypeRegistry.for(n0).registerError(UnableToRollbackStageException$, UnableToRollbackStageException);
|
|
2320
|
-
var UntagResourceInput$ = [3, n0, _URI,
|
|
2321
|
-
0,
|
|
2322
|
-
[_rAe, _tK],
|
|
2323
|
-
[0, 64 | 0], 2
|
|
2324
|
-
];
|
|
2325
|
-
var UntagResourceOutput$ = [3, n0, _URO,
|
|
2326
|
-
0,
|
|
2327
|
-
[],
|
|
2328
|
-
[]
|
|
2329
|
-
];
|
|
2330
|
-
var UpdateActionTypeInput$ = [3, n0, _UATI,
|
|
2331
|
-
0,
|
|
2332
|
-
[_aT],
|
|
2333
|
-
[() => ActionTypeDeclaration$], 1
|
|
2334
|
-
];
|
|
2335
|
-
var UpdatePipelineInput$ = [3, n0, _UPI,
|
|
2336
|
-
0,
|
|
2337
|
-
[_pi],
|
|
2338
|
-
[() => PipelineDeclaration$], 1
|
|
2339
|
-
];
|
|
2340
|
-
var UpdatePipelineOutput$ = [3, n0, _UPO,
|
|
2341
|
-
0,
|
|
2342
|
-
[_pi],
|
|
2343
|
-
[() => PipelineDeclaration$]
|
|
2344
|
-
];
|
|
2345
|
-
var ValidationException$ = [-3, n0, _VE,
|
|
2346
|
-
{ [_e]: _cl },
|
|
2347
|
-
[_m],
|
|
2348
|
-
[0]
|
|
2349
|
-
];
|
|
2350
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2351
|
-
var WebhookAuthConfiguration$ = [3, n0, _WAC,
|
|
2352
|
-
0,
|
|
2353
|
-
[_AIPR, _STe],
|
|
2354
|
-
[0, 0]
|
|
2355
|
-
];
|
|
2356
|
-
var WebhookDefinition$ = [3, n0, _WD,
|
|
2357
|
-
0,
|
|
2358
|
-
[_na, _tP, _tA, _fi, _au, _aCu],
|
|
2359
|
-
[0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration$], 6
|
|
2360
|
-
];
|
|
2361
|
-
var WebhookFilterRule$ = [3, n0, _WFR,
|
|
2362
|
-
0,
|
|
2363
|
-
[_jP, _mE],
|
|
2364
|
-
[0, 0], 1
|
|
2365
|
-
];
|
|
2366
|
-
var WebhookNotFoundException$ = [-3, n0, _WNFE,
|
|
2367
|
-
{ [_e]: _cl },
|
|
2368
|
-
[],
|
|
2369
|
-
[]
|
|
2370
|
-
];
|
|
2371
|
-
schema.TypeRegistry.for(n0).registerError(WebhookNotFoundException$, WebhookNotFoundException);
|
|
2372
|
-
var __Unit = "unit";
|
|
2373
|
-
var CodePipelineServiceException$ = [-3, _sm, "CodePipelineServiceException", 0, [], []];
|
|
2374
|
-
schema.TypeRegistry.for(_sm).registerError(CodePipelineServiceException$, CodePipelineServiceException);
|
|
2375
|
-
var ActionConfigurationPropertyList = [1, n0, _ACPL,
|
|
2376
|
-
0, () => ActionConfigurationProperty$
|
|
2377
|
-
];
|
|
2378
|
-
var ActionExecutionDetailList = [1, n0, _AEDL,
|
|
2379
|
-
0, () => ActionExecutionDetail$
|
|
2380
|
-
];
|
|
2381
|
-
var ActionStateList = [1, n0, _ASL,
|
|
2382
|
-
0, () => ActionState$
|
|
2383
|
-
];
|
|
2384
|
-
var ActionTypeList = [1, n0, _ATL,
|
|
2385
|
-
0, () => ActionType$
|
|
2386
|
-
];
|
|
2387
|
-
var ActionTypeProperties = [1, n0, _ATPct,
|
|
2388
|
-
0, () => ActionTypeProperty$
|
|
2389
|
-
];
|
|
2390
|
-
var ArtifactDetailList = [1, n0, _ADL,
|
|
2391
|
-
0, () => ArtifactDetail$
|
|
2392
|
-
];
|
|
2393
|
-
var ArtifactList = [1, n0, _ALr,
|
|
2394
|
-
0, () => Artifact$
|
|
2395
|
-
];
|
|
2396
|
-
var ArtifactRevisionList = [1, n0, _ARL,
|
|
2397
|
-
0, () => ArtifactRevision$
|
|
2398
|
-
];
|
|
2399
|
-
var ConditionList = [1, n0, _CL,
|
|
2400
|
-
0, () => Condition$
|
|
2401
|
-
];
|
|
2402
|
-
var ConditionStateList = [1, n0, _CSL,
|
|
2403
|
-
0, () => ConditionState$
|
|
2404
|
-
];
|
|
2405
|
-
var DeployActionExecutionTargetList = [1, n0, _DAETL,
|
|
2406
|
-
0, () => DeployActionExecutionTarget$
|
|
2407
|
-
];
|
|
2408
|
-
var DeployTargetEventList = [1, n0, _DTEL,
|
|
2409
|
-
0, () => DeployTargetEvent$
|
|
2410
|
-
];
|
|
2411
|
-
var EnvironmentVariableList = [1, n0, _EVL,
|
|
2412
|
-
0, () => EnvironmentVariable$
|
|
2413
|
-
];
|
|
2414
|
-
var GitPullRequestFilterList = [1, n0, _GPRFL,
|
|
2415
|
-
0, () => GitPullRequestFilter$
|
|
2416
|
-
];
|
|
2417
|
-
var GitPushFilterList = [1, n0, _GPFL,
|
|
2418
|
-
0, () => GitPushFilter$
|
|
2419
|
-
];
|
|
2420
|
-
var InputArtifactList = [1, n0, _IAL,
|
|
2421
|
-
0, () => InputArtifact$
|
|
2422
|
-
];
|
|
2423
|
-
var JobList = [1, n0, _JL,
|
|
2424
|
-
0, [() => Job$,
|
|
2425
|
-
0]
|
|
2426
|
-
];
|
|
2427
|
-
var OutputArtifactList = [1, n0, _OAL,
|
|
2428
|
-
0, () => OutputArtifact$
|
|
2429
|
-
];
|
|
2430
|
-
var PipelineExecutionSummaryList = [1, n0, _PESL,
|
|
2431
|
-
0, () => PipelineExecutionSummary$
|
|
2432
|
-
];
|
|
2433
|
-
var PipelineList = [1, n0, _PL,
|
|
2434
|
-
0, () => PipelineSummary$
|
|
2435
|
-
];
|
|
2436
|
-
var PipelineStageDeclarationList = [1, n0, _PSDL,
|
|
2437
|
-
0, () => StageDeclaration$
|
|
2438
|
-
];
|
|
2439
|
-
var PipelineTriggerDeclarationList = [1, n0, _PTDL,
|
|
2440
|
-
0, () => PipelineTriggerDeclaration$
|
|
2441
|
-
];
|
|
2442
|
-
var PipelineVariableDeclarationList = [1, n0, _PVDL,
|
|
2443
|
-
0, () => PipelineVariableDeclaration$
|
|
2444
|
-
];
|
|
2445
|
-
var PipelineVariableList = [1, n0, _PVL,
|
|
2446
|
-
0, () => PipelineVariable$
|
|
2447
|
-
];
|
|
2448
|
-
var ResolvedPipelineVariableList = [1, n0, _RPVL,
|
|
2449
|
-
0, () => ResolvedPipelineVariable$
|
|
2450
|
-
];
|
|
2451
|
-
var RuleConfigurationPropertyList = [1, n0, _RCPL,
|
|
2452
|
-
0, () => RuleConfigurationProperty$
|
|
2453
|
-
];
|
|
2454
|
-
var RuleDeclarationList = [1, n0, _RDL,
|
|
2455
|
-
0, () => RuleDeclaration$
|
|
2456
|
-
];
|
|
2457
|
-
var RuleExecutionDetailList = [1, n0, _REDL,
|
|
2458
|
-
0, () => RuleExecutionDetail$
|
|
2459
|
-
];
|
|
2460
|
-
var RuleStateList = [1, n0, _RSL,
|
|
2461
|
-
0, () => RuleState$
|
|
2462
|
-
];
|
|
2463
|
-
var RuleTypeList = [1, n0, _RTL,
|
|
2464
|
-
0, () => RuleType$
|
|
2465
|
-
];
|
|
2466
|
-
var SourceRevisionList = [1, n0, _SRL,
|
|
2467
|
-
0, () => SourceRevision$
|
|
2468
|
-
];
|
|
2469
|
-
var SourceRevisionOverrideList = [1, n0, _SROL,
|
|
2470
|
-
0, () => SourceRevisionOverride$
|
|
2471
|
-
];
|
|
2472
|
-
var StageActionDeclarationList = [1, n0, _SADL,
|
|
2473
|
-
0, () => ActionDeclaration$
|
|
2474
|
-
];
|
|
2475
|
-
var StageBlockerDeclarationList = [1, n0, _SBDL,
|
|
2476
|
-
0, () => BlockerDeclaration$
|
|
2477
|
-
];
|
|
2478
|
-
var StageExecutionList = [1, n0, _SEL,
|
|
2479
|
-
0, () => StageExecution$
|
|
2480
|
-
];
|
|
2481
|
-
var StageStateList = [1, n0, _SSL,
|
|
2482
|
-
0, () => StageState$
|
|
2483
|
-
];
|
|
2484
|
-
var TagList = [1, n0, _TL,
|
|
2485
|
-
0, () => Tag$
|
|
2486
|
-
];
|
|
2487
|
-
var TargetFilterList = [1, n0, _TFL,
|
|
2488
|
-
0, () => TargetFilter$
|
|
2489
|
-
];
|
|
2490
|
-
var ThirdPartyJobList = [1, n0, _TPJL,
|
|
2491
|
-
0, () => ThirdPartyJob$
|
|
2492
|
-
];
|
|
2493
|
-
var WebhookFilters = [1, n0, _WF,
|
|
2494
|
-
0, () => WebhookFilterRule$
|
|
2495
|
-
];
|
|
2496
|
-
var WebhookList = [1, n0, _WL,
|
|
2497
|
-
0, () => ListWebhookItem$
|
|
2498
|
-
];
|
|
2499
|
-
var ArtifactStoreMap = [2, n0, _ASM,
|
|
2500
|
-
0, 0, () => ArtifactStore$
|
|
2501
|
-
];
|
|
2502
|
-
var AcknowledgeJob$ = [9, n0, _AJ,
|
|
2503
|
-
0, () => AcknowledgeJobInput$, () => AcknowledgeJobOutput$
|
|
2504
|
-
];
|
|
2505
|
-
var AcknowledgeThirdPartyJob$ = [9, n0, _ATPJ,
|
|
2506
|
-
0, () => AcknowledgeThirdPartyJobInput$, () => AcknowledgeThirdPartyJobOutput$
|
|
2507
|
-
];
|
|
2508
|
-
var CreateCustomActionType$ = [9, n0, _CCAT,
|
|
2509
|
-
0, () => CreateCustomActionTypeInput$, () => CreateCustomActionTypeOutput$
|
|
2510
|
-
];
|
|
2511
|
-
var CreatePipeline$ = [9, n0, _CP,
|
|
2512
|
-
0, () => CreatePipelineInput$, () => CreatePipelineOutput$
|
|
2513
|
-
];
|
|
2514
|
-
var DeleteCustomActionType$ = [9, n0, _DCAT,
|
|
2515
|
-
0, () => DeleteCustomActionTypeInput$, () => __Unit
|
|
2516
|
-
];
|
|
2517
|
-
var DeletePipeline$ = [9, n0, _DP,
|
|
2518
|
-
0, () => DeletePipelineInput$, () => __Unit
|
|
2519
|
-
];
|
|
2520
|
-
var DeleteWebhook$ = [9, n0, _DW,
|
|
2521
|
-
0, () => DeleteWebhookInput$, () => DeleteWebhookOutput$
|
|
2522
|
-
];
|
|
2523
|
-
var DeregisterWebhookWithThirdParty$ = [9, n0, _DWWTP,
|
|
2524
|
-
0, () => DeregisterWebhookWithThirdPartyInput$, () => DeregisterWebhookWithThirdPartyOutput$
|
|
2525
|
-
];
|
|
2526
|
-
var DisableStageTransition$ = [9, n0, _DST,
|
|
2527
|
-
0, () => DisableStageTransitionInput$, () => __Unit
|
|
2528
|
-
];
|
|
2529
|
-
var EnableStageTransition$ = [9, n0, _EST,
|
|
2530
|
-
0, () => EnableStageTransitionInput$, () => __Unit
|
|
2531
|
-
];
|
|
2532
|
-
var GetActionType$ = [9, n0, _GAT,
|
|
2533
|
-
0, () => GetActionTypeInput$, () => GetActionTypeOutput$
|
|
2534
|
-
];
|
|
2535
|
-
var GetJobDetails$ = [9, n0, _GJD,
|
|
2536
|
-
0, () => GetJobDetailsInput$, () => GetJobDetailsOutput$
|
|
2537
|
-
];
|
|
2538
|
-
var GetPipeline$ = [9, n0, _GP,
|
|
2539
|
-
0, () => GetPipelineInput$, () => GetPipelineOutput$
|
|
2540
|
-
];
|
|
2541
|
-
var GetPipelineExecution$ = [9, n0, _GPE,
|
|
2542
|
-
0, () => GetPipelineExecutionInput$, () => GetPipelineExecutionOutput$
|
|
2543
|
-
];
|
|
2544
|
-
var GetPipelineState$ = [9, n0, _GPS,
|
|
2545
|
-
0, () => GetPipelineStateInput$, () => GetPipelineStateOutput$
|
|
2546
|
-
];
|
|
2547
|
-
var GetThirdPartyJobDetails$ = [9, n0, _GTPJD,
|
|
2548
|
-
0, () => GetThirdPartyJobDetailsInput$, () => GetThirdPartyJobDetailsOutput$
|
|
2549
|
-
];
|
|
2550
|
-
var ListActionExecutions$ = [9, n0, _LAE,
|
|
2551
|
-
0, () => ListActionExecutionsInput$, () => ListActionExecutionsOutput$
|
|
2552
|
-
];
|
|
2553
|
-
var ListActionTypes$ = [9, n0, _LAT,
|
|
2554
|
-
0, () => ListActionTypesInput$, () => ListActionTypesOutput$
|
|
2555
|
-
];
|
|
2556
|
-
var ListDeployActionExecutionTargets$ = [9, n0, _LDAET,
|
|
2557
|
-
0, () => ListDeployActionExecutionTargetsInput$, () => ListDeployActionExecutionTargetsOutput$
|
|
2558
|
-
];
|
|
2559
|
-
var ListPipelineExecutions$ = [9, n0, _LPE,
|
|
2560
|
-
0, () => ListPipelineExecutionsInput$, () => ListPipelineExecutionsOutput$
|
|
2561
|
-
];
|
|
2562
|
-
var ListPipelines$ = [9, n0, _LP,
|
|
2563
|
-
0, () => ListPipelinesInput$, () => ListPipelinesOutput$
|
|
2564
|
-
];
|
|
2565
|
-
var ListRuleExecutions$ = [9, n0, _LRE,
|
|
2566
|
-
0, () => ListRuleExecutionsInput$, () => ListRuleExecutionsOutput$
|
|
2567
|
-
];
|
|
2568
|
-
var ListRuleTypes$ = [9, n0, _LRT,
|
|
2569
|
-
0, () => ListRuleTypesInput$, () => ListRuleTypesOutput$
|
|
2570
|
-
];
|
|
2571
|
-
var ListTagsForResource$ = [9, n0, _LTFR,
|
|
2572
|
-
0, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
|
|
2573
|
-
];
|
|
2574
|
-
var ListWebhooks$ = [9, n0, _LW,
|
|
2575
|
-
0, () => ListWebhooksInput$, () => ListWebhooksOutput$
|
|
2576
|
-
];
|
|
2577
|
-
var OverrideStageCondition$ = [9, n0, _OSC,
|
|
2578
|
-
0, () => OverrideStageConditionInput$, () => __Unit
|
|
2579
|
-
];
|
|
2580
|
-
var PollForJobs$ = [9, n0, _PFJ,
|
|
2581
|
-
0, () => PollForJobsInput$, () => PollForJobsOutput$
|
|
2582
|
-
];
|
|
2583
|
-
var PollForThirdPartyJobs$ = [9, n0, _PFTPJ,
|
|
2584
|
-
0, () => PollForThirdPartyJobsInput$, () => PollForThirdPartyJobsOutput$
|
|
2585
|
-
];
|
|
2586
|
-
var PutActionRevision$ = [9, n0, _PAR,
|
|
2587
|
-
0, () => PutActionRevisionInput$, () => PutActionRevisionOutput$
|
|
2588
|
-
];
|
|
2589
|
-
var PutApprovalResult$ = [9, n0, _PARu,
|
|
2590
|
-
0, () => PutApprovalResultInput$, () => PutApprovalResultOutput$
|
|
2591
|
-
];
|
|
2592
|
-
var PutJobFailureResult$ = [9, n0, _PJFR,
|
|
2593
|
-
0, () => PutJobFailureResultInput$, () => __Unit
|
|
2594
|
-
];
|
|
2595
|
-
var PutJobSuccessResult$ = [9, n0, _PJSR,
|
|
2596
|
-
0, () => PutJobSuccessResultInput$, () => __Unit
|
|
2597
|
-
];
|
|
2598
|
-
var PutThirdPartyJobFailureResult$ = [9, n0, _PTPJFR,
|
|
2599
|
-
0, () => PutThirdPartyJobFailureResultInput$, () => __Unit
|
|
2600
|
-
];
|
|
2601
|
-
var PutThirdPartyJobSuccessResult$ = [9, n0, _PTPJSR,
|
|
2602
|
-
0, () => PutThirdPartyJobSuccessResultInput$, () => __Unit
|
|
2603
|
-
];
|
|
2604
|
-
var PutWebhook$ = [9, n0, _PW,
|
|
2605
|
-
0, () => PutWebhookInput$, () => PutWebhookOutput$
|
|
2606
|
-
];
|
|
2607
|
-
var RegisterWebhookWithThirdParty$ = [9, n0, _RWWTP,
|
|
2608
|
-
0, () => RegisterWebhookWithThirdPartyInput$, () => RegisterWebhookWithThirdPartyOutput$
|
|
2609
|
-
];
|
|
2610
|
-
var RetryStageExecution$ = [9, n0, _RSE,
|
|
2611
|
-
0, () => RetryStageExecutionInput$, () => RetryStageExecutionOutput$
|
|
2612
|
-
];
|
|
2613
|
-
var RollbackStage$ = [9, n0, _RSo,
|
|
2614
|
-
0, () => RollbackStageInput$, () => RollbackStageOutput$
|
|
2615
|
-
];
|
|
2616
|
-
var StartPipelineExecution$ = [9, n0, _SPE,
|
|
2617
|
-
0, () => StartPipelineExecutionInput$, () => StartPipelineExecutionOutput$
|
|
2618
|
-
];
|
|
2619
|
-
var StopPipelineExecution$ = [9, n0, _SPEt,
|
|
2620
|
-
0, () => StopPipelineExecutionInput$, () => StopPipelineExecutionOutput$
|
|
2621
|
-
];
|
|
2622
|
-
var TagResource$ = [9, n0, _TR,
|
|
2623
|
-
0, () => TagResourceInput$, () => TagResourceOutput$
|
|
2624
|
-
];
|
|
2625
|
-
var UntagResource$ = [9, n0, _UR,
|
|
2626
|
-
0, () => UntagResourceInput$, () => UntagResourceOutput$
|
|
2627
|
-
];
|
|
2628
|
-
var UpdateActionType$ = [9, n0, _UAT,
|
|
2629
|
-
0, () => UpdateActionTypeInput$, () => __Unit
|
|
2630
|
-
];
|
|
2631
|
-
var UpdatePipeline$ = [9, n0, _UP,
|
|
2632
|
-
0, () => UpdatePipelineInput$, () => UpdatePipelineOutput$
|
|
2633
|
-
];
|
|
2634
|
-
|
|
2635
116
|
class AcknowledgeJobCommand extends smithyClient.Command
|
|
2636
117
|
.classBuilder()
|
|
2637
118
|
.ep(commonParams)
|
|
@@ -2640,7 +121,7 @@ class AcknowledgeJobCommand extends smithyClient.Command
|
|
|
2640
121
|
})
|
|
2641
122
|
.s("CodePipeline_20150709", "AcknowledgeJob", {})
|
|
2642
123
|
.n("CodePipelineClient", "AcknowledgeJobCommand")
|
|
2643
|
-
.sc(AcknowledgeJob$)
|
|
124
|
+
.sc(schemas_0.AcknowledgeJob$)
|
|
2644
125
|
.build() {
|
|
2645
126
|
}
|
|
2646
127
|
|
|
@@ -2652,7 +133,7 @@ class AcknowledgeThirdPartyJobCommand extends smithyClient.Command
|
|
|
2652
133
|
})
|
|
2653
134
|
.s("CodePipeline_20150709", "AcknowledgeThirdPartyJob", {})
|
|
2654
135
|
.n("CodePipelineClient", "AcknowledgeThirdPartyJobCommand")
|
|
2655
|
-
.sc(AcknowledgeThirdPartyJob$)
|
|
136
|
+
.sc(schemas_0.AcknowledgeThirdPartyJob$)
|
|
2656
137
|
.build() {
|
|
2657
138
|
}
|
|
2658
139
|
|
|
@@ -2664,7 +145,7 @@ class CreateCustomActionTypeCommand extends smithyClient.Command
|
|
|
2664
145
|
})
|
|
2665
146
|
.s("CodePipeline_20150709", "CreateCustomActionType", {})
|
|
2666
147
|
.n("CodePipelineClient", "CreateCustomActionTypeCommand")
|
|
2667
|
-
.sc(CreateCustomActionType$)
|
|
148
|
+
.sc(schemas_0.CreateCustomActionType$)
|
|
2668
149
|
.build() {
|
|
2669
150
|
}
|
|
2670
151
|
|
|
@@ -2676,7 +157,7 @@ class CreatePipelineCommand extends smithyClient.Command
|
|
|
2676
157
|
})
|
|
2677
158
|
.s("CodePipeline_20150709", "CreatePipeline", {})
|
|
2678
159
|
.n("CodePipelineClient", "CreatePipelineCommand")
|
|
2679
|
-
.sc(CreatePipeline$)
|
|
160
|
+
.sc(schemas_0.CreatePipeline$)
|
|
2680
161
|
.build() {
|
|
2681
162
|
}
|
|
2682
163
|
|
|
@@ -2688,7 +169,7 @@ class DeleteCustomActionTypeCommand extends smithyClient.Command
|
|
|
2688
169
|
})
|
|
2689
170
|
.s("CodePipeline_20150709", "DeleteCustomActionType", {})
|
|
2690
171
|
.n("CodePipelineClient", "DeleteCustomActionTypeCommand")
|
|
2691
|
-
.sc(DeleteCustomActionType$)
|
|
172
|
+
.sc(schemas_0.DeleteCustomActionType$)
|
|
2692
173
|
.build() {
|
|
2693
174
|
}
|
|
2694
175
|
|
|
@@ -2700,7 +181,7 @@ class DeletePipelineCommand extends smithyClient.Command
|
|
|
2700
181
|
})
|
|
2701
182
|
.s("CodePipeline_20150709", "DeletePipeline", {})
|
|
2702
183
|
.n("CodePipelineClient", "DeletePipelineCommand")
|
|
2703
|
-
.sc(DeletePipeline$)
|
|
184
|
+
.sc(schemas_0.DeletePipeline$)
|
|
2704
185
|
.build() {
|
|
2705
186
|
}
|
|
2706
187
|
|
|
@@ -2712,7 +193,7 @@ class DeleteWebhookCommand extends smithyClient.Command
|
|
|
2712
193
|
})
|
|
2713
194
|
.s("CodePipeline_20150709", "DeleteWebhook", {})
|
|
2714
195
|
.n("CodePipelineClient", "DeleteWebhookCommand")
|
|
2715
|
-
.sc(DeleteWebhook$)
|
|
196
|
+
.sc(schemas_0.DeleteWebhook$)
|
|
2716
197
|
.build() {
|
|
2717
198
|
}
|
|
2718
199
|
|
|
@@ -2724,7 +205,7 @@ class DeregisterWebhookWithThirdPartyCommand extends smithyClient.Command
|
|
|
2724
205
|
})
|
|
2725
206
|
.s("CodePipeline_20150709", "DeregisterWebhookWithThirdParty", {})
|
|
2726
207
|
.n("CodePipelineClient", "DeregisterWebhookWithThirdPartyCommand")
|
|
2727
|
-
.sc(DeregisterWebhookWithThirdParty$)
|
|
208
|
+
.sc(schemas_0.DeregisterWebhookWithThirdParty$)
|
|
2728
209
|
.build() {
|
|
2729
210
|
}
|
|
2730
211
|
|
|
@@ -2736,7 +217,7 @@ class DisableStageTransitionCommand extends smithyClient.Command
|
|
|
2736
217
|
})
|
|
2737
218
|
.s("CodePipeline_20150709", "DisableStageTransition", {})
|
|
2738
219
|
.n("CodePipelineClient", "DisableStageTransitionCommand")
|
|
2739
|
-
.sc(DisableStageTransition$)
|
|
220
|
+
.sc(schemas_0.DisableStageTransition$)
|
|
2740
221
|
.build() {
|
|
2741
222
|
}
|
|
2742
223
|
|
|
@@ -2748,7 +229,7 @@ class EnableStageTransitionCommand extends smithyClient.Command
|
|
|
2748
229
|
})
|
|
2749
230
|
.s("CodePipeline_20150709", "EnableStageTransition", {})
|
|
2750
231
|
.n("CodePipelineClient", "EnableStageTransitionCommand")
|
|
2751
|
-
.sc(EnableStageTransition$)
|
|
232
|
+
.sc(schemas_0.EnableStageTransition$)
|
|
2752
233
|
.build() {
|
|
2753
234
|
}
|
|
2754
235
|
|
|
@@ -2760,7 +241,7 @@ class GetActionTypeCommand extends smithyClient.Command
|
|
|
2760
241
|
})
|
|
2761
242
|
.s("CodePipeline_20150709", "GetActionType", {})
|
|
2762
243
|
.n("CodePipelineClient", "GetActionTypeCommand")
|
|
2763
|
-
.sc(GetActionType$)
|
|
244
|
+
.sc(schemas_0.GetActionType$)
|
|
2764
245
|
.build() {
|
|
2765
246
|
}
|
|
2766
247
|
|
|
@@ -2772,7 +253,7 @@ class GetJobDetailsCommand extends smithyClient.Command
|
|
|
2772
253
|
})
|
|
2773
254
|
.s("CodePipeline_20150709", "GetJobDetails", {})
|
|
2774
255
|
.n("CodePipelineClient", "GetJobDetailsCommand")
|
|
2775
|
-
.sc(GetJobDetails$)
|
|
256
|
+
.sc(schemas_0.GetJobDetails$)
|
|
2776
257
|
.build() {
|
|
2777
258
|
}
|
|
2778
259
|
|
|
@@ -2784,7 +265,7 @@ class GetPipelineCommand extends smithyClient.Command
|
|
|
2784
265
|
})
|
|
2785
266
|
.s("CodePipeline_20150709", "GetPipeline", {})
|
|
2786
267
|
.n("CodePipelineClient", "GetPipelineCommand")
|
|
2787
|
-
.sc(GetPipeline$)
|
|
268
|
+
.sc(schemas_0.GetPipeline$)
|
|
2788
269
|
.build() {
|
|
2789
270
|
}
|
|
2790
271
|
|
|
@@ -2796,7 +277,7 @@ class GetPipelineExecutionCommand extends smithyClient.Command
|
|
|
2796
277
|
})
|
|
2797
278
|
.s("CodePipeline_20150709", "GetPipelineExecution", {})
|
|
2798
279
|
.n("CodePipelineClient", "GetPipelineExecutionCommand")
|
|
2799
|
-
.sc(GetPipelineExecution$)
|
|
280
|
+
.sc(schemas_0.GetPipelineExecution$)
|
|
2800
281
|
.build() {
|
|
2801
282
|
}
|
|
2802
283
|
|
|
@@ -2808,7 +289,7 @@ class GetPipelineStateCommand extends smithyClient.Command
|
|
|
2808
289
|
})
|
|
2809
290
|
.s("CodePipeline_20150709", "GetPipelineState", {})
|
|
2810
291
|
.n("CodePipelineClient", "GetPipelineStateCommand")
|
|
2811
|
-
.sc(GetPipelineState$)
|
|
292
|
+
.sc(schemas_0.GetPipelineState$)
|
|
2812
293
|
.build() {
|
|
2813
294
|
}
|
|
2814
295
|
|
|
@@ -2820,7 +301,7 @@ class GetThirdPartyJobDetailsCommand extends smithyClient.Command
|
|
|
2820
301
|
})
|
|
2821
302
|
.s("CodePipeline_20150709", "GetThirdPartyJobDetails", {})
|
|
2822
303
|
.n("CodePipelineClient", "GetThirdPartyJobDetailsCommand")
|
|
2823
|
-
.sc(GetThirdPartyJobDetails$)
|
|
304
|
+
.sc(schemas_0.GetThirdPartyJobDetails$)
|
|
2824
305
|
.build() {
|
|
2825
306
|
}
|
|
2826
307
|
|
|
@@ -2832,7 +313,7 @@ class ListActionExecutionsCommand extends smithyClient.Command
|
|
|
2832
313
|
})
|
|
2833
314
|
.s("CodePipeline_20150709", "ListActionExecutions", {})
|
|
2834
315
|
.n("CodePipelineClient", "ListActionExecutionsCommand")
|
|
2835
|
-
.sc(ListActionExecutions$)
|
|
316
|
+
.sc(schemas_0.ListActionExecutions$)
|
|
2836
317
|
.build() {
|
|
2837
318
|
}
|
|
2838
319
|
|
|
@@ -2844,7 +325,7 @@ class ListActionTypesCommand extends smithyClient.Command
|
|
|
2844
325
|
})
|
|
2845
326
|
.s("CodePipeline_20150709", "ListActionTypes", {})
|
|
2846
327
|
.n("CodePipelineClient", "ListActionTypesCommand")
|
|
2847
|
-
.sc(ListActionTypes$)
|
|
328
|
+
.sc(schemas_0.ListActionTypes$)
|
|
2848
329
|
.build() {
|
|
2849
330
|
}
|
|
2850
331
|
|
|
@@ -2856,7 +337,7 @@ class ListDeployActionExecutionTargetsCommand extends smithyClient.Command
|
|
|
2856
337
|
})
|
|
2857
338
|
.s("CodePipeline_20150709", "ListDeployActionExecutionTargets", {})
|
|
2858
339
|
.n("CodePipelineClient", "ListDeployActionExecutionTargetsCommand")
|
|
2859
|
-
.sc(ListDeployActionExecutionTargets$)
|
|
340
|
+
.sc(schemas_0.ListDeployActionExecutionTargets$)
|
|
2860
341
|
.build() {
|
|
2861
342
|
}
|
|
2862
343
|
|
|
@@ -2868,7 +349,7 @@ class ListPipelineExecutionsCommand extends smithyClient.Command
|
|
|
2868
349
|
})
|
|
2869
350
|
.s("CodePipeline_20150709", "ListPipelineExecutions", {})
|
|
2870
351
|
.n("CodePipelineClient", "ListPipelineExecutionsCommand")
|
|
2871
|
-
.sc(ListPipelineExecutions$)
|
|
352
|
+
.sc(schemas_0.ListPipelineExecutions$)
|
|
2872
353
|
.build() {
|
|
2873
354
|
}
|
|
2874
355
|
|
|
@@ -2880,7 +361,7 @@ class ListPipelinesCommand extends smithyClient.Command
|
|
|
2880
361
|
})
|
|
2881
362
|
.s("CodePipeline_20150709", "ListPipelines", {})
|
|
2882
363
|
.n("CodePipelineClient", "ListPipelinesCommand")
|
|
2883
|
-
.sc(ListPipelines$)
|
|
364
|
+
.sc(schemas_0.ListPipelines$)
|
|
2884
365
|
.build() {
|
|
2885
366
|
}
|
|
2886
367
|
|
|
@@ -2892,7 +373,7 @@ class ListRuleExecutionsCommand extends smithyClient.Command
|
|
|
2892
373
|
})
|
|
2893
374
|
.s("CodePipeline_20150709", "ListRuleExecutions", {})
|
|
2894
375
|
.n("CodePipelineClient", "ListRuleExecutionsCommand")
|
|
2895
|
-
.sc(ListRuleExecutions$)
|
|
376
|
+
.sc(schemas_0.ListRuleExecutions$)
|
|
2896
377
|
.build() {
|
|
2897
378
|
}
|
|
2898
379
|
|
|
@@ -2904,7 +385,7 @@ class ListRuleTypesCommand extends smithyClient.Command
|
|
|
2904
385
|
})
|
|
2905
386
|
.s("CodePipeline_20150709", "ListRuleTypes", {})
|
|
2906
387
|
.n("CodePipelineClient", "ListRuleTypesCommand")
|
|
2907
|
-
.sc(ListRuleTypes$)
|
|
388
|
+
.sc(schemas_0.ListRuleTypes$)
|
|
2908
389
|
.build() {
|
|
2909
390
|
}
|
|
2910
391
|
|
|
@@ -2916,7 +397,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2916
397
|
})
|
|
2917
398
|
.s("CodePipeline_20150709", "ListTagsForResource", {})
|
|
2918
399
|
.n("CodePipelineClient", "ListTagsForResourceCommand")
|
|
2919
|
-
.sc(ListTagsForResource$)
|
|
400
|
+
.sc(schemas_0.ListTagsForResource$)
|
|
2920
401
|
.build() {
|
|
2921
402
|
}
|
|
2922
403
|
|
|
@@ -2928,7 +409,7 @@ class ListWebhooksCommand extends smithyClient.Command
|
|
|
2928
409
|
})
|
|
2929
410
|
.s("CodePipeline_20150709", "ListWebhooks", {})
|
|
2930
411
|
.n("CodePipelineClient", "ListWebhooksCommand")
|
|
2931
|
-
.sc(ListWebhooks$)
|
|
412
|
+
.sc(schemas_0.ListWebhooks$)
|
|
2932
413
|
.build() {
|
|
2933
414
|
}
|
|
2934
415
|
|
|
@@ -2940,7 +421,7 @@ class OverrideStageConditionCommand extends smithyClient.Command
|
|
|
2940
421
|
})
|
|
2941
422
|
.s("CodePipeline_20150709", "OverrideStageCondition", {})
|
|
2942
423
|
.n("CodePipelineClient", "OverrideStageConditionCommand")
|
|
2943
|
-
.sc(OverrideStageCondition$)
|
|
424
|
+
.sc(schemas_0.OverrideStageCondition$)
|
|
2944
425
|
.build() {
|
|
2945
426
|
}
|
|
2946
427
|
|
|
@@ -2952,7 +433,7 @@ class PollForJobsCommand extends smithyClient.Command
|
|
|
2952
433
|
})
|
|
2953
434
|
.s("CodePipeline_20150709", "PollForJobs", {})
|
|
2954
435
|
.n("CodePipelineClient", "PollForJobsCommand")
|
|
2955
|
-
.sc(PollForJobs$)
|
|
436
|
+
.sc(schemas_0.PollForJobs$)
|
|
2956
437
|
.build() {
|
|
2957
438
|
}
|
|
2958
439
|
|
|
@@ -2964,7 +445,7 @@ class PollForThirdPartyJobsCommand extends smithyClient.Command
|
|
|
2964
445
|
})
|
|
2965
446
|
.s("CodePipeline_20150709", "PollForThirdPartyJobs", {})
|
|
2966
447
|
.n("CodePipelineClient", "PollForThirdPartyJobsCommand")
|
|
2967
|
-
.sc(PollForThirdPartyJobs$)
|
|
448
|
+
.sc(schemas_0.PollForThirdPartyJobs$)
|
|
2968
449
|
.build() {
|
|
2969
450
|
}
|
|
2970
451
|
|
|
@@ -2976,7 +457,7 @@ class PutActionRevisionCommand extends smithyClient.Command
|
|
|
2976
457
|
})
|
|
2977
458
|
.s("CodePipeline_20150709", "PutActionRevision", {})
|
|
2978
459
|
.n("CodePipelineClient", "PutActionRevisionCommand")
|
|
2979
|
-
.sc(PutActionRevision$)
|
|
460
|
+
.sc(schemas_0.PutActionRevision$)
|
|
2980
461
|
.build() {
|
|
2981
462
|
}
|
|
2982
463
|
|
|
@@ -2988,7 +469,7 @@ class PutApprovalResultCommand extends smithyClient.Command
|
|
|
2988
469
|
})
|
|
2989
470
|
.s("CodePipeline_20150709", "PutApprovalResult", {})
|
|
2990
471
|
.n("CodePipelineClient", "PutApprovalResultCommand")
|
|
2991
|
-
.sc(PutApprovalResult$)
|
|
472
|
+
.sc(schemas_0.PutApprovalResult$)
|
|
2992
473
|
.build() {
|
|
2993
474
|
}
|
|
2994
475
|
|
|
@@ -3000,7 +481,7 @@ class PutJobFailureResultCommand extends smithyClient.Command
|
|
|
3000
481
|
})
|
|
3001
482
|
.s("CodePipeline_20150709", "PutJobFailureResult", {})
|
|
3002
483
|
.n("CodePipelineClient", "PutJobFailureResultCommand")
|
|
3003
|
-
.sc(PutJobFailureResult$)
|
|
484
|
+
.sc(schemas_0.PutJobFailureResult$)
|
|
3004
485
|
.build() {
|
|
3005
486
|
}
|
|
3006
487
|
|
|
@@ -3012,7 +493,7 @@ class PutJobSuccessResultCommand extends smithyClient.Command
|
|
|
3012
493
|
})
|
|
3013
494
|
.s("CodePipeline_20150709", "PutJobSuccessResult", {})
|
|
3014
495
|
.n("CodePipelineClient", "PutJobSuccessResultCommand")
|
|
3015
|
-
.sc(PutJobSuccessResult$)
|
|
496
|
+
.sc(schemas_0.PutJobSuccessResult$)
|
|
3016
497
|
.build() {
|
|
3017
498
|
}
|
|
3018
499
|
|
|
@@ -3024,7 +505,7 @@ class PutThirdPartyJobFailureResultCommand extends smithyClient.Command
|
|
|
3024
505
|
})
|
|
3025
506
|
.s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {})
|
|
3026
507
|
.n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand")
|
|
3027
|
-
.sc(PutThirdPartyJobFailureResult$)
|
|
508
|
+
.sc(schemas_0.PutThirdPartyJobFailureResult$)
|
|
3028
509
|
.build() {
|
|
3029
510
|
}
|
|
3030
511
|
|
|
@@ -3036,7 +517,7 @@ class PutThirdPartyJobSuccessResultCommand extends smithyClient.Command
|
|
|
3036
517
|
})
|
|
3037
518
|
.s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {})
|
|
3038
519
|
.n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand")
|
|
3039
|
-
.sc(PutThirdPartyJobSuccessResult$)
|
|
520
|
+
.sc(schemas_0.PutThirdPartyJobSuccessResult$)
|
|
3040
521
|
.build() {
|
|
3041
522
|
}
|
|
3042
523
|
|
|
@@ -3048,7 +529,7 @@ class PutWebhookCommand extends smithyClient.Command
|
|
|
3048
529
|
})
|
|
3049
530
|
.s("CodePipeline_20150709", "PutWebhook", {})
|
|
3050
531
|
.n("CodePipelineClient", "PutWebhookCommand")
|
|
3051
|
-
.sc(PutWebhook$)
|
|
532
|
+
.sc(schemas_0.PutWebhook$)
|
|
3052
533
|
.build() {
|
|
3053
534
|
}
|
|
3054
535
|
|
|
@@ -3060,7 +541,7 @@ class RegisterWebhookWithThirdPartyCommand extends smithyClient.Command
|
|
|
3060
541
|
})
|
|
3061
542
|
.s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {})
|
|
3062
543
|
.n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand")
|
|
3063
|
-
.sc(RegisterWebhookWithThirdParty$)
|
|
544
|
+
.sc(schemas_0.RegisterWebhookWithThirdParty$)
|
|
3064
545
|
.build() {
|
|
3065
546
|
}
|
|
3066
547
|
|
|
@@ -3072,7 +553,7 @@ class RetryStageExecutionCommand extends smithyClient.Command
|
|
|
3072
553
|
})
|
|
3073
554
|
.s("CodePipeline_20150709", "RetryStageExecution", {})
|
|
3074
555
|
.n("CodePipelineClient", "RetryStageExecutionCommand")
|
|
3075
|
-
.sc(RetryStageExecution$)
|
|
556
|
+
.sc(schemas_0.RetryStageExecution$)
|
|
3076
557
|
.build() {
|
|
3077
558
|
}
|
|
3078
559
|
|
|
@@ -3084,7 +565,7 @@ class RollbackStageCommand extends smithyClient.Command
|
|
|
3084
565
|
})
|
|
3085
566
|
.s("CodePipeline_20150709", "RollbackStage", {})
|
|
3086
567
|
.n("CodePipelineClient", "RollbackStageCommand")
|
|
3087
|
-
.sc(RollbackStage$)
|
|
568
|
+
.sc(schemas_0.RollbackStage$)
|
|
3088
569
|
.build() {
|
|
3089
570
|
}
|
|
3090
571
|
|
|
@@ -3096,7 +577,7 @@ class StartPipelineExecutionCommand extends smithyClient.Command
|
|
|
3096
577
|
})
|
|
3097
578
|
.s("CodePipeline_20150709", "StartPipelineExecution", {})
|
|
3098
579
|
.n("CodePipelineClient", "StartPipelineExecutionCommand")
|
|
3099
|
-
.sc(StartPipelineExecution$)
|
|
580
|
+
.sc(schemas_0.StartPipelineExecution$)
|
|
3100
581
|
.build() {
|
|
3101
582
|
}
|
|
3102
583
|
|
|
@@ -3108,7 +589,7 @@ class StopPipelineExecutionCommand extends smithyClient.Command
|
|
|
3108
589
|
})
|
|
3109
590
|
.s("CodePipeline_20150709", "StopPipelineExecution", {})
|
|
3110
591
|
.n("CodePipelineClient", "StopPipelineExecutionCommand")
|
|
3111
|
-
.sc(StopPipelineExecution$)
|
|
592
|
+
.sc(schemas_0.StopPipelineExecution$)
|
|
3112
593
|
.build() {
|
|
3113
594
|
}
|
|
3114
595
|
|
|
@@ -3120,7 +601,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3120
601
|
})
|
|
3121
602
|
.s("CodePipeline_20150709", "TagResource", {})
|
|
3122
603
|
.n("CodePipelineClient", "TagResourceCommand")
|
|
3123
|
-
.sc(TagResource$)
|
|
604
|
+
.sc(schemas_0.TagResource$)
|
|
3124
605
|
.build() {
|
|
3125
606
|
}
|
|
3126
607
|
|
|
@@ -3132,7 +613,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3132
613
|
})
|
|
3133
614
|
.s("CodePipeline_20150709", "UntagResource", {})
|
|
3134
615
|
.n("CodePipelineClient", "UntagResourceCommand")
|
|
3135
|
-
.sc(UntagResource$)
|
|
616
|
+
.sc(schemas_0.UntagResource$)
|
|
3136
617
|
.build() {
|
|
3137
618
|
}
|
|
3138
619
|
|
|
@@ -3144,7 +625,7 @@ class UpdateActionTypeCommand extends smithyClient.Command
|
|
|
3144
625
|
})
|
|
3145
626
|
.s("CodePipeline_20150709", "UpdateActionType", {})
|
|
3146
627
|
.n("CodePipelineClient", "UpdateActionTypeCommand")
|
|
3147
|
-
.sc(UpdateActionType$)
|
|
628
|
+
.sc(schemas_0.UpdateActionType$)
|
|
3148
629
|
.build() {
|
|
3149
630
|
}
|
|
3150
631
|
|
|
@@ -3156,7 +637,7 @@ class UpdatePipelineCommand extends smithyClient.Command
|
|
|
3156
637
|
})
|
|
3157
638
|
.s("CodePipeline_20150709", "UpdatePipeline", {})
|
|
3158
639
|
.n("CodePipelineClient", "UpdatePipelineCommand")
|
|
3159
|
-
.sc(UpdatePipeline$)
|
|
640
|
+
.sc(schemas_0.UpdatePipeline$)
|
|
3160
641
|
.build() {
|
|
3161
642
|
}
|
|
3162
643
|
|
|
@@ -3427,404 +908,91 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3427
908
|
enumerable: true,
|
|
3428
909
|
get: function () { return smithyClient.Client; }
|
|
3429
910
|
});
|
|
3430
|
-
exports
|
|
3431
|
-
|
|
911
|
+
Object.defineProperty(exports, "CodePipelineServiceException", {
|
|
912
|
+
enumerable: true,
|
|
913
|
+
get: function () { return CodePipelineServiceException.CodePipelineServiceException; }
|
|
914
|
+
});
|
|
3432
915
|
exports.AcknowledgeJobCommand = AcknowledgeJobCommand;
|
|
3433
|
-
exports.AcknowledgeJobInput$ = AcknowledgeJobInput$;
|
|
3434
|
-
exports.AcknowledgeJobOutput$ = AcknowledgeJobOutput$;
|
|
3435
|
-
exports.AcknowledgeThirdPartyJob$ = AcknowledgeThirdPartyJob$;
|
|
3436
916
|
exports.AcknowledgeThirdPartyJobCommand = AcknowledgeThirdPartyJobCommand;
|
|
3437
|
-
exports.AcknowledgeThirdPartyJobInput$ = AcknowledgeThirdPartyJobInput$;
|
|
3438
|
-
exports.AcknowledgeThirdPartyJobOutput$ = AcknowledgeThirdPartyJobOutput$;
|
|
3439
917
|
exports.ActionCategory = ActionCategory;
|
|
3440
|
-
exports.ActionConfiguration$ = ActionConfiguration$;
|
|
3441
|
-
exports.ActionConfigurationProperty$ = ActionConfigurationProperty$;
|
|
3442
918
|
exports.ActionConfigurationPropertyType = ActionConfigurationPropertyType;
|
|
3443
|
-
exports.ActionContext$ = ActionContext$;
|
|
3444
|
-
exports.ActionDeclaration$ = ActionDeclaration$;
|
|
3445
|
-
exports.ActionExecution$ = ActionExecution$;
|
|
3446
|
-
exports.ActionExecutionDetail$ = ActionExecutionDetail$;
|
|
3447
|
-
exports.ActionExecutionFilter$ = ActionExecutionFilter$;
|
|
3448
|
-
exports.ActionExecutionInput$ = ActionExecutionInput$;
|
|
3449
|
-
exports.ActionExecutionNotFoundException = ActionExecutionNotFoundException;
|
|
3450
|
-
exports.ActionExecutionNotFoundException$ = ActionExecutionNotFoundException$;
|
|
3451
|
-
exports.ActionExecutionOutput$ = ActionExecutionOutput$;
|
|
3452
|
-
exports.ActionExecutionResult$ = ActionExecutionResult$;
|
|
3453
919
|
exports.ActionExecutionStatus = ActionExecutionStatus;
|
|
3454
|
-
exports.ActionNotFoundException = ActionNotFoundException;
|
|
3455
|
-
exports.ActionNotFoundException$ = ActionNotFoundException$;
|
|
3456
920
|
exports.ActionOwner = ActionOwner;
|
|
3457
|
-
exports.ActionRevision$ = ActionRevision$;
|
|
3458
|
-
exports.ActionState$ = ActionState$;
|
|
3459
|
-
exports.ActionType$ = ActionType$;
|
|
3460
|
-
exports.ActionTypeArtifactDetails$ = ActionTypeArtifactDetails$;
|
|
3461
|
-
exports.ActionTypeDeclaration$ = ActionTypeDeclaration$;
|
|
3462
|
-
exports.ActionTypeExecutor$ = ActionTypeExecutor$;
|
|
3463
|
-
exports.ActionTypeId$ = ActionTypeId$;
|
|
3464
|
-
exports.ActionTypeIdentifier$ = ActionTypeIdentifier$;
|
|
3465
|
-
exports.ActionTypeNotFoundException = ActionTypeNotFoundException;
|
|
3466
|
-
exports.ActionTypeNotFoundException$ = ActionTypeNotFoundException$;
|
|
3467
|
-
exports.ActionTypePermissions$ = ActionTypePermissions$;
|
|
3468
|
-
exports.ActionTypeProperty$ = ActionTypeProperty$;
|
|
3469
|
-
exports.ActionTypeSettings$ = ActionTypeSettings$;
|
|
3470
|
-
exports.ActionTypeUrls$ = ActionTypeUrls$;
|
|
3471
|
-
exports.ApprovalAlreadyCompletedException = ApprovalAlreadyCompletedException;
|
|
3472
|
-
exports.ApprovalAlreadyCompletedException$ = ApprovalAlreadyCompletedException$;
|
|
3473
|
-
exports.ApprovalResult$ = ApprovalResult$;
|
|
3474
921
|
exports.ApprovalStatus = ApprovalStatus;
|
|
3475
|
-
exports.Artifact$ = Artifact$;
|
|
3476
|
-
exports.ArtifactDetail$ = ArtifactDetail$;
|
|
3477
|
-
exports.ArtifactDetails$ = ArtifactDetails$;
|
|
3478
|
-
exports.ArtifactLocation$ = ArtifactLocation$;
|
|
3479
922
|
exports.ArtifactLocationType = ArtifactLocationType;
|
|
3480
|
-
exports.ArtifactRevision$ = ArtifactRevision$;
|
|
3481
|
-
exports.ArtifactStore$ = ArtifactStore$;
|
|
3482
923
|
exports.ArtifactStoreType = ArtifactStoreType;
|
|
3483
|
-
exports.BeforeEntryConditions$ = BeforeEntryConditions$;
|
|
3484
|
-
exports.BlockerDeclaration$ = BlockerDeclaration$;
|
|
3485
924
|
exports.BlockerType = BlockerType;
|
|
3486
925
|
exports.CodePipeline = CodePipeline;
|
|
3487
926
|
exports.CodePipelineClient = CodePipelineClient;
|
|
3488
|
-
exports.CodePipelineServiceException = CodePipelineServiceException;
|
|
3489
|
-
exports.CodePipelineServiceException$ = CodePipelineServiceException$;
|
|
3490
|
-
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
3491
|
-
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
3492
|
-
exports.ConcurrentPipelineExecutionsLimitExceededException = ConcurrentPipelineExecutionsLimitExceededException;
|
|
3493
|
-
exports.ConcurrentPipelineExecutionsLimitExceededException$ = ConcurrentPipelineExecutionsLimitExceededException$;
|
|
3494
|
-
exports.Condition$ = Condition$;
|
|
3495
|
-
exports.ConditionExecution$ = ConditionExecution$;
|
|
3496
927
|
exports.ConditionExecutionStatus = ConditionExecutionStatus;
|
|
3497
|
-
exports.ConditionNotOverridableException = ConditionNotOverridableException;
|
|
3498
|
-
exports.ConditionNotOverridableException$ = ConditionNotOverridableException$;
|
|
3499
|
-
exports.ConditionState$ = ConditionState$;
|
|
3500
928
|
exports.ConditionType = ConditionType;
|
|
3501
|
-
exports.ConflictException = ConflictException;
|
|
3502
|
-
exports.ConflictException$ = ConflictException$;
|
|
3503
|
-
exports.CreateCustomActionType$ = CreateCustomActionType$;
|
|
3504
929
|
exports.CreateCustomActionTypeCommand = CreateCustomActionTypeCommand;
|
|
3505
|
-
exports.CreateCustomActionTypeInput$ = CreateCustomActionTypeInput$;
|
|
3506
|
-
exports.CreateCustomActionTypeOutput$ = CreateCustomActionTypeOutput$;
|
|
3507
|
-
exports.CreatePipeline$ = CreatePipeline$;
|
|
3508
930
|
exports.CreatePipelineCommand = CreatePipelineCommand;
|
|
3509
|
-
exports.CreatePipelineInput$ = CreatePipelineInput$;
|
|
3510
|
-
exports.CreatePipelineOutput$ = CreatePipelineOutput$;
|
|
3511
|
-
exports.CurrentRevision$ = CurrentRevision$;
|
|
3512
|
-
exports.DeleteCustomActionType$ = DeleteCustomActionType$;
|
|
3513
931
|
exports.DeleteCustomActionTypeCommand = DeleteCustomActionTypeCommand;
|
|
3514
|
-
exports.DeleteCustomActionTypeInput$ = DeleteCustomActionTypeInput$;
|
|
3515
|
-
exports.DeletePipeline$ = DeletePipeline$;
|
|
3516
932
|
exports.DeletePipelineCommand = DeletePipelineCommand;
|
|
3517
|
-
exports.DeletePipelineInput$ = DeletePipelineInput$;
|
|
3518
|
-
exports.DeleteWebhook$ = DeleteWebhook$;
|
|
3519
933
|
exports.DeleteWebhookCommand = DeleteWebhookCommand;
|
|
3520
|
-
exports.DeleteWebhookInput$ = DeleteWebhookInput$;
|
|
3521
|
-
exports.DeleteWebhookOutput$ = DeleteWebhookOutput$;
|
|
3522
|
-
exports.DeployActionExecutionTarget$ = DeployActionExecutionTarget$;
|
|
3523
|
-
exports.DeployTargetEvent$ = DeployTargetEvent$;
|
|
3524
|
-
exports.DeployTargetEventContext$ = DeployTargetEventContext$;
|
|
3525
|
-
exports.DeregisterWebhookWithThirdParty$ = DeregisterWebhookWithThirdParty$;
|
|
3526
934
|
exports.DeregisterWebhookWithThirdPartyCommand = DeregisterWebhookWithThirdPartyCommand;
|
|
3527
|
-
exports.DeregisterWebhookWithThirdPartyInput$ = DeregisterWebhookWithThirdPartyInput$;
|
|
3528
|
-
exports.DeregisterWebhookWithThirdPartyOutput$ = DeregisterWebhookWithThirdPartyOutput$;
|
|
3529
|
-
exports.DisableStageTransition$ = DisableStageTransition$;
|
|
3530
935
|
exports.DisableStageTransitionCommand = DisableStageTransitionCommand;
|
|
3531
|
-
exports.DisableStageTransitionInput$ = DisableStageTransitionInput$;
|
|
3532
|
-
exports.DuplicatedStopRequestException = DuplicatedStopRequestException;
|
|
3533
|
-
exports.DuplicatedStopRequestException$ = DuplicatedStopRequestException$;
|
|
3534
|
-
exports.EnableStageTransition$ = EnableStageTransition$;
|
|
3535
936
|
exports.EnableStageTransitionCommand = EnableStageTransitionCommand;
|
|
3536
|
-
exports.EnableStageTransitionInput$ = EnableStageTransitionInput$;
|
|
3537
|
-
exports.EncryptionKey$ = EncryptionKey$;
|
|
3538
937
|
exports.EncryptionKeyType = EncryptionKeyType;
|
|
3539
|
-
exports.EnvironmentVariable$ = EnvironmentVariable$;
|
|
3540
938
|
exports.EnvironmentVariableType = EnvironmentVariableType;
|
|
3541
|
-
exports.ErrorDetails$ = ErrorDetails$;
|
|
3542
|
-
exports.ExecutionDetails$ = ExecutionDetails$;
|
|
3543
939
|
exports.ExecutionMode = ExecutionMode;
|
|
3544
|
-
exports.ExecutionTrigger$ = ExecutionTrigger$;
|
|
3545
940
|
exports.ExecutionType = ExecutionType;
|
|
3546
|
-
exports.ExecutorConfiguration$ = ExecutorConfiguration$;
|
|
3547
941
|
exports.ExecutorType = ExecutorType;
|
|
3548
|
-
exports.FailureConditions$ = FailureConditions$;
|
|
3549
|
-
exports.FailureDetails$ = FailureDetails$;
|
|
3550
942
|
exports.FailureType = FailureType;
|
|
3551
|
-
exports.GetActionType$ = GetActionType$;
|
|
3552
943
|
exports.GetActionTypeCommand = GetActionTypeCommand;
|
|
3553
|
-
exports.GetActionTypeInput$ = GetActionTypeInput$;
|
|
3554
|
-
exports.GetActionTypeOutput$ = GetActionTypeOutput$;
|
|
3555
|
-
exports.GetJobDetails$ = GetJobDetails$;
|
|
3556
944
|
exports.GetJobDetailsCommand = GetJobDetailsCommand;
|
|
3557
|
-
exports.GetJobDetailsInput$ = GetJobDetailsInput$;
|
|
3558
|
-
exports.GetJobDetailsOutput$ = GetJobDetailsOutput$;
|
|
3559
|
-
exports.GetPipeline$ = GetPipeline$;
|
|
3560
945
|
exports.GetPipelineCommand = GetPipelineCommand;
|
|
3561
|
-
exports.GetPipelineExecution$ = GetPipelineExecution$;
|
|
3562
946
|
exports.GetPipelineExecutionCommand = GetPipelineExecutionCommand;
|
|
3563
|
-
exports.GetPipelineExecutionInput$ = GetPipelineExecutionInput$;
|
|
3564
|
-
exports.GetPipelineExecutionOutput$ = GetPipelineExecutionOutput$;
|
|
3565
|
-
exports.GetPipelineInput$ = GetPipelineInput$;
|
|
3566
|
-
exports.GetPipelineOutput$ = GetPipelineOutput$;
|
|
3567
|
-
exports.GetPipelineState$ = GetPipelineState$;
|
|
3568
947
|
exports.GetPipelineStateCommand = GetPipelineStateCommand;
|
|
3569
|
-
exports.GetPipelineStateInput$ = GetPipelineStateInput$;
|
|
3570
|
-
exports.GetPipelineStateOutput$ = GetPipelineStateOutput$;
|
|
3571
|
-
exports.GetThirdPartyJobDetails$ = GetThirdPartyJobDetails$;
|
|
3572
948
|
exports.GetThirdPartyJobDetailsCommand = GetThirdPartyJobDetailsCommand;
|
|
3573
|
-
exports.GetThirdPartyJobDetailsInput$ = GetThirdPartyJobDetailsInput$;
|
|
3574
|
-
exports.GetThirdPartyJobDetailsOutput$ = GetThirdPartyJobDetailsOutput$;
|
|
3575
|
-
exports.GitBranchFilterCriteria$ = GitBranchFilterCriteria$;
|
|
3576
|
-
exports.GitConfiguration$ = GitConfiguration$;
|
|
3577
|
-
exports.GitFilePathFilterCriteria$ = GitFilePathFilterCriteria$;
|
|
3578
949
|
exports.GitPullRequestEventType = GitPullRequestEventType;
|
|
3579
|
-
exports.GitPullRequestFilter$ = GitPullRequestFilter$;
|
|
3580
|
-
exports.GitPushFilter$ = GitPushFilter$;
|
|
3581
|
-
exports.GitTagFilterCriteria$ = GitTagFilterCriteria$;
|
|
3582
|
-
exports.InputArtifact$ = InputArtifact$;
|
|
3583
|
-
exports.InvalidActionDeclarationException = InvalidActionDeclarationException;
|
|
3584
|
-
exports.InvalidActionDeclarationException$ = InvalidActionDeclarationException$;
|
|
3585
|
-
exports.InvalidApprovalTokenException = InvalidApprovalTokenException;
|
|
3586
|
-
exports.InvalidApprovalTokenException$ = InvalidApprovalTokenException$;
|
|
3587
|
-
exports.InvalidArnException = InvalidArnException;
|
|
3588
|
-
exports.InvalidArnException$ = InvalidArnException$;
|
|
3589
|
-
exports.InvalidBlockerDeclarationException = InvalidBlockerDeclarationException;
|
|
3590
|
-
exports.InvalidBlockerDeclarationException$ = InvalidBlockerDeclarationException$;
|
|
3591
|
-
exports.InvalidClientTokenException = InvalidClientTokenException;
|
|
3592
|
-
exports.InvalidClientTokenException$ = InvalidClientTokenException$;
|
|
3593
|
-
exports.InvalidJobException = InvalidJobException;
|
|
3594
|
-
exports.InvalidJobException$ = InvalidJobException$;
|
|
3595
|
-
exports.InvalidJobStateException = InvalidJobStateException;
|
|
3596
|
-
exports.InvalidJobStateException$ = InvalidJobStateException$;
|
|
3597
|
-
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
3598
|
-
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
3599
|
-
exports.InvalidNonceException = InvalidNonceException;
|
|
3600
|
-
exports.InvalidNonceException$ = InvalidNonceException$;
|
|
3601
|
-
exports.InvalidStageDeclarationException = InvalidStageDeclarationException;
|
|
3602
|
-
exports.InvalidStageDeclarationException$ = InvalidStageDeclarationException$;
|
|
3603
|
-
exports.InvalidStructureException = InvalidStructureException;
|
|
3604
|
-
exports.InvalidStructureException$ = InvalidStructureException$;
|
|
3605
|
-
exports.InvalidTagsException = InvalidTagsException;
|
|
3606
|
-
exports.InvalidTagsException$ = InvalidTagsException$;
|
|
3607
|
-
exports.InvalidWebhookAuthenticationParametersException = InvalidWebhookAuthenticationParametersException;
|
|
3608
|
-
exports.InvalidWebhookAuthenticationParametersException$ = InvalidWebhookAuthenticationParametersException$;
|
|
3609
|
-
exports.InvalidWebhookFilterPatternException = InvalidWebhookFilterPatternException;
|
|
3610
|
-
exports.InvalidWebhookFilterPatternException$ = InvalidWebhookFilterPatternException$;
|
|
3611
|
-
exports.Job$ = Job$;
|
|
3612
|
-
exports.JobData$ = JobData$;
|
|
3613
|
-
exports.JobDetails$ = JobDetails$;
|
|
3614
|
-
exports.JobNotFoundException = JobNotFoundException;
|
|
3615
|
-
exports.JobNotFoundException$ = JobNotFoundException$;
|
|
3616
950
|
exports.JobStatus = JobStatus;
|
|
3617
|
-
exports.JobWorkerExecutorConfiguration$ = JobWorkerExecutorConfiguration$;
|
|
3618
|
-
exports.LambdaExecutorConfiguration$ = LambdaExecutorConfiguration$;
|
|
3619
|
-
exports.LatestInPipelineExecutionFilter$ = LatestInPipelineExecutionFilter$;
|
|
3620
|
-
exports.LimitExceededException = LimitExceededException;
|
|
3621
|
-
exports.LimitExceededException$ = LimitExceededException$;
|
|
3622
|
-
exports.ListActionExecutions$ = ListActionExecutions$;
|
|
3623
951
|
exports.ListActionExecutionsCommand = ListActionExecutionsCommand;
|
|
3624
|
-
exports.ListActionExecutionsInput$ = ListActionExecutionsInput$;
|
|
3625
|
-
exports.ListActionExecutionsOutput$ = ListActionExecutionsOutput$;
|
|
3626
|
-
exports.ListActionTypes$ = ListActionTypes$;
|
|
3627
952
|
exports.ListActionTypesCommand = ListActionTypesCommand;
|
|
3628
|
-
exports.ListActionTypesInput$ = ListActionTypesInput$;
|
|
3629
|
-
exports.ListActionTypesOutput$ = ListActionTypesOutput$;
|
|
3630
|
-
exports.ListDeployActionExecutionTargets$ = ListDeployActionExecutionTargets$;
|
|
3631
953
|
exports.ListDeployActionExecutionTargetsCommand = ListDeployActionExecutionTargetsCommand;
|
|
3632
|
-
exports.ListDeployActionExecutionTargetsInput$ = ListDeployActionExecutionTargetsInput$;
|
|
3633
|
-
exports.ListDeployActionExecutionTargetsOutput$ = ListDeployActionExecutionTargetsOutput$;
|
|
3634
|
-
exports.ListPipelineExecutions$ = ListPipelineExecutions$;
|
|
3635
954
|
exports.ListPipelineExecutionsCommand = ListPipelineExecutionsCommand;
|
|
3636
|
-
exports.ListPipelineExecutionsInput$ = ListPipelineExecutionsInput$;
|
|
3637
|
-
exports.ListPipelineExecutionsOutput$ = ListPipelineExecutionsOutput$;
|
|
3638
|
-
exports.ListPipelines$ = ListPipelines$;
|
|
3639
955
|
exports.ListPipelinesCommand = ListPipelinesCommand;
|
|
3640
|
-
exports.ListPipelinesInput$ = ListPipelinesInput$;
|
|
3641
|
-
exports.ListPipelinesOutput$ = ListPipelinesOutput$;
|
|
3642
|
-
exports.ListRuleExecutions$ = ListRuleExecutions$;
|
|
3643
956
|
exports.ListRuleExecutionsCommand = ListRuleExecutionsCommand;
|
|
3644
|
-
exports.ListRuleExecutionsInput$ = ListRuleExecutionsInput$;
|
|
3645
|
-
exports.ListRuleExecutionsOutput$ = ListRuleExecutionsOutput$;
|
|
3646
|
-
exports.ListRuleTypes$ = ListRuleTypes$;
|
|
3647
957
|
exports.ListRuleTypesCommand = ListRuleTypesCommand;
|
|
3648
|
-
exports.ListRuleTypesInput$ = ListRuleTypesInput$;
|
|
3649
|
-
exports.ListRuleTypesOutput$ = ListRuleTypesOutput$;
|
|
3650
|
-
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3651
958
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3652
|
-
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
3653
|
-
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
3654
|
-
exports.ListWebhookItem$ = ListWebhookItem$;
|
|
3655
|
-
exports.ListWebhooks$ = ListWebhooks$;
|
|
3656
959
|
exports.ListWebhooksCommand = ListWebhooksCommand;
|
|
3657
|
-
exports.ListWebhooksInput$ = ListWebhooksInput$;
|
|
3658
|
-
exports.ListWebhooksOutput$ = ListWebhooksOutput$;
|
|
3659
|
-
exports.NotLatestPipelineExecutionException = NotLatestPipelineExecutionException;
|
|
3660
|
-
exports.NotLatestPipelineExecutionException$ = NotLatestPipelineExecutionException$;
|
|
3661
|
-
exports.OutputArtifact$ = OutputArtifact$;
|
|
3662
|
-
exports.OutputVariablesSizeExceededException = OutputVariablesSizeExceededException;
|
|
3663
|
-
exports.OutputVariablesSizeExceededException$ = OutputVariablesSizeExceededException$;
|
|
3664
|
-
exports.OverrideStageCondition$ = OverrideStageCondition$;
|
|
3665
960
|
exports.OverrideStageConditionCommand = OverrideStageConditionCommand;
|
|
3666
|
-
exports.OverrideStageConditionInput$ = OverrideStageConditionInput$;
|
|
3667
|
-
exports.PipelineContext$ = PipelineContext$;
|
|
3668
|
-
exports.PipelineDeclaration$ = PipelineDeclaration$;
|
|
3669
|
-
exports.PipelineExecution$ = PipelineExecution$;
|
|
3670
|
-
exports.PipelineExecutionFilter$ = PipelineExecutionFilter$;
|
|
3671
|
-
exports.PipelineExecutionNotFoundException = PipelineExecutionNotFoundException;
|
|
3672
|
-
exports.PipelineExecutionNotFoundException$ = PipelineExecutionNotFoundException$;
|
|
3673
|
-
exports.PipelineExecutionNotStoppableException = PipelineExecutionNotStoppableException;
|
|
3674
|
-
exports.PipelineExecutionNotStoppableException$ = PipelineExecutionNotStoppableException$;
|
|
3675
|
-
exports.PipelineExecutionOutdatedException = PipelineExecutionOutdatedException;
|
|
3676
|
-
exports.PipelineExecutionOutdatedException$ = PipelineExecutionOutdatedException$;
|
|
3677
961
|
exports.PipelineExecutionStatus = PipelineExecutionStatus;
|
|
3678
|
-
exports.PipelineExecutionSummary$ = PipelineExecutionSummary$;
|
|
3679
|
-
exports.PipelineMetadata$ = PipelineMetadata$;
|
|
3680
|
-
exports.PipelineNameInUseException = PipelineNameInUseException;
|
|
3681
|
-
exports.PipelineNameInUseException$ = PipelineNameInUseException$;
|
|
3682
|
-
exports.PipelineNotFoundException = PipelineNotFoundException;
|
|
3683
|
-
exports.PipelineNotFoundException$ = PipelineNotFoundException$;
|
|
3684
|
-
exports.PipelineRollbackMetadata$ = PipelineRollbackMetadata$;
|
|
3685
|
-
exports.PipelineSummary$ = PipelineSummary$;
|
|
3686
|
-
exports.PipelineTriggerDeclaration$ = PipelineTriggerDeclaration$;
|
|
3687
962
|
exports.PipelineTriggerProviderType = PipelineTriggerProviderType;
|
|
3688
963
|
exports.PipelineType = PipelineType;
|
|
3689
|
-
exports.PipelineVariable$ = PipelineVariable$;
|
|
3690
|
-
exports.PipelineVariableDeclaration$ = PipelineVariableDeclaration$;
|
|
3691
|
-
exports.PipelineVersionNotFoundException = PipelineVersionNotFoundException;
|
|
3692
|
-
exports.PipelineVersionNotFoundException$ = PipelineVersionNotFoundException$;
|
|
3693
|
-
exports.PollForJobs$ = PollForJobs$;
|
|
3694
964
|
exports.PollForJobsCommand = PollForJobsCommand;
|
|
3695
|
-
exports.PollForJobsInput$ = PollForJobsInput$;
|
|
3696
|
-
exports.PollForJobsOutput$ = PollForJobsOutput$;
|
|
3697
|
-
exports.PollForThirdPartyJobs$ = PollForThirdPartyJobs$;
|
|
3698
965
|
exports.PollForThirdPartyJobsCommand = PollForThirdPartyJobsCommand;
|
|
3699
|
-
exports.PollForThirdPartyJobsInput$ = PollForThirdPartyJobsInput$;
|
|
3700
|
-
exports.PollForThirdPartyJobsOutput$ = PollForThirdPartyJobsOutput$;
|
|
3701
|
-
exports.PutActionRevision$ = PutActionRevision$;
|
|
3702
966
|
exports.PutActionRevisionCommand = PutActionRevisionCommand;
|
|
3703
|
-
exports.PutActionRevisionInput$ = PutActionRevisionInput$;
|
|
3704
|
-
exports.PutActionRevisionOutput$ = PutActionRevisionOutput$;
|
|
3705
|
-
exports.PutApprovalResult$ = PutApprovalResult$;
|
|
3706
967
|
exports.PutApprovalResultCommand = PutApprovalResultCommand;
|
|
3707
|
-
exports.PutApprovalResultInput$ = PutApprovalResultInput$;
|
|
3708
|
-
exports.PutApprovalResultOutput$ = PutApprovalResultOutput$;
|
|
3709
|
-
exports.PutJobFailureResult$ = PutJobFailureResult$;
|
|
3710
968
|
exports.PutJobFailureResultCommand = PutJobFailureResultCommand;
|
|
3711
|
-
exports.PutJobFailureResultInput$ = PutJobFailureResultInput$;
|
|
3712
|
-
exports.PutJobSuccessResult$ = PutJobSuccessResult$;
|
|
3713
969
|
exports.PutJobSuccessResultCommand = PutJobSuccessResultCommand;
|
|
3714
|
-
exports.PutJobSuccessResultInput$ = PutJobSuccessResultInput$;
|
|
3715
|
-
exports.PutThirdPartyJobFailureResult$ = PutThirdPartyJobFailureResult$;
|
|
3716
970
|
exports.PutThirdPartyJobFailureResultCommand = PutThirdPartyJobFailureResultCommand;
|
|
3717
|
-
exports.PutThirdPartyJobFailureResultInput$ = PutThirdPartyJobFailureResultInput$;
|
|
3718
|
-
exports.PutThirdPartyJobSuccessResult$ = PutThirdPartyJobSuccessResult$;
|
|
3719
971
|
exports.PutThirdPartyJobSuccessResultCommand = PutThirdPartyJobSuccessResultCommand;
|
|
3720
|
-
exports.PutThirdPartyJobSuccessResultInput$ = PutThirdPartyJobSuccessResultInput$;
|
|
3721
|
-
exports.PutWebhook$ = PutWebhook$;
|
|
3722
972
|
exports.PutWebhookCommand = PutWebhookCommand;
|
|
3723
|
-
exports.PutWebhookInput$ = PutWebhookInput$;
|
|
3724
|
-
exports.PutWebhookOutput$ = PutWebhookOutput$;
|
|
3725
|
-
exports.RegisterWebhookWithThirdParty$ = RegisterWebhookWithThirdParty$;
|
|
3726
973
|
exports.RegisterWebhookWithThirdPartyCommand = RegisterWebhookWithThirdPartyCommand;
|
|
3727
|
-
exports.RegisterWebhookWithThirdPartyInput$ = RegisterWebhookWithThirdPartyInput$;
|
|
3728
|
-
exports.RegisterWebhookWithThirdPartyOutput$ = RegisterWebhookWithThirdPartyOutput$;
|
|
3729
|
-
exports.RequestFailedException = RequestFailedException;
|
|
3730
|
-
exports.RequestFailedException$ = RequestFailedException$;
|
|
3731
|
-
exports.ResolvedPipelineVariable$ = ResolvedPipelineVariable$;
|
|
3732
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3733
|
-
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3734
974
|
exports.Result = Result;
|
|
3735
|
-
exports.RetryConfiguration$ = RetryConfiguration$;
|
|
3736
|
-
exports.RetryStageExecution$ = RetryStageExecution$;
|
|
3737
975
|
exports.RetryStageExecutionCommand = RetryStageExecutionCommand;
|
|
3738
|
-
exports.RetryStageExecutionInput$ = RetryStageExecutionInput$;
|
|
3739
|
-
exports.RetryStageExecutionOutput$ = RetryStageExecutionOutput$;
|
|
3740
|
-
exports.RetryStageMetadata$ = RetryStageMetadata$;
|
|
3741
976
|
exports.RetryTrigger = RetryTrigger;
|
|
3742
|
-
exports.RollbackStage$ = RollbackStage$;
|
|
3743
977
|
exports.RollbackStageCommand = RollbackStageCommand;
|
|
3744
|
-
exports.RollbackStageInput$ = RollbackStageInput$;
|
|
3745
|
-
exports.RollbackStageOutput$ = RollbackStageOutput$;
|
|
3746
978
|
exports.RuleCategory = RuleCategory;
|
|
3747
|
-
exports.RuleConfigurationProperty$ = RuleConfigurationProperty$;
|
|
3748
979
|
exports.RuleConfigurationPropertyType = RuleConfigurationPropertyType;
|
|
3749
|
-
exports.RuleDeclaration$ = RuleDeclaration$;
|
|
3750
|
-
exports.RuleExecution$ = RuleExecution$;
|
|
3751
|
-
exports.RuleExecutionDetail$ = RuleExecutionDetail$;
|
|
3752
|
-
exports.RuleExecutionFilter$ = RuleExecutionFilter$;
|
|
3753
|
-
exports.RuleExecutionInput$ = RuleExecutionInput$;
|
|
3754
|
-
exports.RuleExecutionOutput$ = RuleExecutionOutput$;
|
|
3755
|
-
exports.RuleExecutionResult$ = RuleExecutionResult$;
|
|
3756
980
|
exports.RuleExecutionStatus = RuleExecutionStatus;
|
|
3757
981
|
exports.RuleOwner = RuleOwner;
|
|
3758
|
-
exports.RuleRevision$ = RuleRevision$;
|
|
3759
|
-
exports.RuleState$ = RuleState$;
|
|
3760
|
-
exports.RuleType$ = RuleType$;
|
|
3761
|
-
exports.RuleTypeId$ = RuleTypeId$;
|
|
3762
|
-
exports.RuleTypeSettings$ = RuleTypeSettings$;
|
|
3763
|
-
exports.S3ArtifactLocation$ = S3ArtifactLocation$;
|
|
3764
|
-
exports.S3Location$ = S3Location$;
|
|
3765
|
-
exports.SourceRevision$ = SourceRevision$;
|
|
3766
|
-
exports.SourceRevisionOverride$ = SourceRevisionOverride$;
|
|
3767
982
|
exports.SourceRevisionType = SourceRevisionType;
|
|
3768
|
-
exports.StageConditionState$ = StageConditionState$;
|
|
3769
|
-
exports.StageConditionsExecution$ = StageConditionsExecution$;
|
|
3770
|
-
exports.StageContext$ = StageContext$;
|
|
3771
|
-
exports.StageDeclaration$ = StageDeclaration$;
|
|
3772
|
-
exports.StageExecution$ = StageExecution$;
|
|
3773
983
|
exports.StageExecutionStatus = StageExecutionStatus;
|
|
3774
|
-
exports.StageNotFoundException = StageNotFoundException;
|
|
3775
|
-
exports.StageNotFoundException$ = StageNotFoundException$;
|
|
3776
|
-
exports.StageNotRetryableException = StageNotRetryableException;
|
|
3777
|
-
exports.StageNotRetryableException$ = StageNotRetryableException$;
|
|
3778
984
|
exports.StageRetryMode = StageRetryMode;
|
|
3779
|
-
exports.StageState$ = StageState$;
|
|
3780
985
|
exports.StageTransitionType = StageTransitionType;
|
|
3781
|
-
exports.StartPipelineExecution$ = StartPipelineExecution$;
|
|
3782
986
|
exports.StartPipelineExecutionCommand = StartPipelineExecutionCommand;
|
|
3783
|
-
exports.StartPipelineExecutionInput$ = StartPipelineExecutionInput$;
|
|
3784
|
-
exports.StartPipelineExecutionOutput$ = StartPipelineExecutionOutput$;
|
|
3785
987
|
exports.StartTimeRange = StartTimeRange;
|
|
3786
|
-
exports.StopExecutionTrigger$ = StopExecutionTrigger$;
|
|
3787
|
-
exports.StopPipelineExecution$ = StopPipelineExecution$;
|
|
3788
988
|
exports.StopPipelineExecutionCommand = StopPipelineExecutionCommand;
|
|
3789
|
-
exports.StopPipelineExecutionInput$ = StopPipelineExecutionInput$;
|
|
3790
|
-
exports.StopPipelineExecutionOutput$ = StopPipelineExecutionOutput$;
|
|
3791
|
-
exports.SucceededInStageFilter$ = SucceededInStageFilter$;
|
|
3792
|
-
exports.SuccessConditions$ = SuccessConditions$;
|
|
3793
|
-
exports.Tag$ = Tag$;
|
|
3794
|
-
exports.TagResource$ = TagResource$;
|
|
3795
989
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3796
|
-
exports.TagResourceInput$ = TagResourceInput$;
|
|
3797
|
-
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
3798
|
-
exports.TargetFilter$ = TargetFilter$;
|
|
3799
990
|
exports.TargetFilterName = TargetFilterName;
|
|
3800
|
-
exports.ThirdPartyJob$ = ThirdPartyJob$;
|
|
3801
|
-
exports.ThirdPartyJobData$ = ThirdPartyJobData$;
|
|
3802
|
-
exports.ThirdPartyJobDetails$ = ThirdPartyJobDetails$;
|
|
3803
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
3804
|
-
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
3805
|
-
exports.TransitionState$ = TransitionState$;
|
|
3806
991
|
exports.TriggerType = TriggerType;
|
|
3807
|
-
exports.UnableToRollbackStageException = UnableToRollbackStageException;
|
|
3808
|
-
exports.UnableToRollbackStageException$ = UnableToRollbackStageException$;
|
|
3809
|
-
exports.UntagResource$ = UntagResource$;
|
|
3810
992
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3811
|
-
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
3812
|
-
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
3813
|
-
exports.UpdateActionType$ = UpdateActionType$;
|
|
3814
993
|
exports.UpdateActionTypeCommand = UpdateActionTypeCommand;
|
|
3815
|
-
exports.UpdateActionTypeInput$ = UpdateActionTypeInput$;
|
|
3816
|
-
exports.UpdatePipeline$ = UpdatePipeline$;
|
|
3817
994
|
exports.UpdatePipelineCommand = UpdatePipelineCommand;
|
|
3818
|
-
exports.UpdatePipelineInput$ = UpdatePipelineInput$;
|
|
3819
|
-
exports.UpdatePipelineOutput$ = UpdatePipelineOutput$;
|
|
3820
|
-
exports.ValidationException = ValidationException;
|
|
3821
|
-
exports.ValidationException$ = ValidationException$;
|
|
3822
|
-
exports.WebhookAuthConfiguration$ = WebhookAuthConfiguration$;
|
|
3823
995
|
exports.WebhookAuthenticationType = WebhookAuthenticationType;
|
|
3824
|
-
exports.WebhookDefinition$ = WebhookDefinition$;
|
|
3825
|
-
exports.WebhookFilterRule$ = WebhookFilterRule$;
|
|
3826
|
-
exports.WebhookNotFoundException = WebhookNotFoundException;
|
|
3827
|
-
exports.WebhookNotFoundException$ = WebhookNotFoundException$;
|
|
3828
996
|
exports.paginateListActionExecutions = paginateListActionExecutions;
|
|
3829
997
|
exports.paginateListActionTypes = paginateListActionTypes;
|
|
3830
998
|
exports.paginateListDeployActionExecutionTargets = paginateListDeployActionExecutionTargets;
|
|
@@ -3833,3 +1001,15 @@ exports.paginateListPipelines = paginateListPipelines;
|
|
|
3833
1001
|
exports.paginateListRuleExecutions = paginateListRuleExecutions;
|
|
3834
1002
|
exports.paginateListTagsForResource = paginateListTagsForResource;
|
|
3835
1003
|
exports.paginateListWebhooks = paginateListWebhooks;
|
|
1004
|
+
Object.keys(schemas_0).forEach(function (k) {
|
|
1005
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1006
|
+
enumerable: true,
|
|
1007
|
+
get: function () { return schemas_0[k]; }
|
|
1008
|
+
});
|
|
1009
|
+
});
|
|
1010
|
+
Object.keys(errors).forEach(function (k) {
|
|
1011
|
+
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
1012
|
+
enumerable: true,
|
|
1013
|
+
get: function () { return errors[k]; }
|
|
1014
|
+
});
|
|
1015
|
+
});
|