@aws-sdk/client-codepipeline 3.948.0 → 3.953.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 +1033 -667
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- package/dist-es/commands/AcknowledgeJobCommand.js +2 -2
- package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -2
- package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/CreatePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -2
- package/dist-es/commands/DeletePipelineCommand.js +2 -2
- package/dist-es/commands/DeleteWebhookCommand.js +2 -2
- package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-es/commands/DisableStageTransitionCommand.js +2 -2
- package/dist-es/commands/EnableStageTransitionCommand.js +2 -2
- package/dist-es/commands/GetActionTypeCommand.js +2 -2
- package/dist-es/commands/GetJobDetailsCommand.js +2 -2
- package/dist-es/commands/GetPipelineCommand.js +2 -2
- package/dist-es/commands/GetPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/GetPipelineStateCommand.js +2 -2
- package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -2
- package/dist-es/commands/ListActionExecutionsCommand.js +2 -2
- package/dist-es/commands/ListActionTypesCommand.js +2 -2
- package/dist-es/commands/ListDeployActionExecutionTargetsCommand.js +2 -2
- package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -2
- package/dist-es/commands/ListPipelinesCommand.js +2 -2
- package/dist-es/commands/ListRuleExecutionsCommand.js +2 -2
- package/dist-es/commands/ListRuleTypesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListWebhooksCommand.js +2 -2
- package/dist-es/commands/OverrideStageConditionCommand.js +2 -2
- package/dist-es/commands/PollForJobsCommand.js +2 -2
- package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -2
- package/dist-es/commands/PutActionRevisionCommand.js +2 -2
- package/dist-es/commands/PutApprovalResultCommand.js +2 -2
- package/dist-es/commands/PutJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -2
- package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -2
- package/dist-es/commands/PutWebhookCommand.js +2 -2
- package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -2
- package/dist-es/commands/RetryStageExecutionCommand.js +2 -2
- package/dist-es/commands/RollbackStageCommand.js +2 -2
- package/dist-es/commands/StartPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/StopPipelineExecutionCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateActionTypeCommand.js +2 -2
- package/dist-es/commands/UpdatePipelineCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +613 -522
- package/dist-types/CodePipelineClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +276 -340
- package/dist-types/ts3.4/CodePipelineClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +275 -342
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CodePipelineClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CodePipelineServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CodePipelineServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class InvalidNonceException extends CodePipelineServiceException {
|
|
121
121
|
name = "InvalidNonceException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let InvalidNonceException$1 = class InvalidNonceException extends CodePipelineSe
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, InvalidNonceException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class JobNotFoundException extends CodePipelineServiceException {
|
|
133
133
|
name = "JobNotFoundException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let JobNotFoundException$1 = class JobNotFoundException extends CodePipelineServ
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, JobNotFoundException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ValidationException extends CodePipelineServiceException {
|
|
145
145
|
name = "ValidationException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let ValidationException$1 = class ValidationException extends CodePipelineServic
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class InvalidClientTokenException extends CodePipelineServiceException {
|
|
157
157
|
name = "InvalidClientTokenException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let InvalidClientTokenException$1 = class InvalidClientTokenException extends Co
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class ActionExecutionNotFoundException extends CodePipelineServiceException {
|
|
169
169
|
name = "ActionExecutionNotFoundException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
constructor(opts) {
|
|
@@ -176,8 +176,8 @@ let ActionExecutionNotFoundException$1 = class ActionExecutionNotFoundException
|
|
|
176
176
|
});
|
|
177
177
|
Object.setPrototypeOf(this, ActionExecutionNotFoundException.prototype);
|
|
178
178
|
}
|
|
179
|
-
}
|
|
180
|
-
|
|
179
|
+
}
|
|
180
|
+
class ActionNotFoundException extends CodePipelineServiceException {
|
|
181
181
|
name = "ActionNotFoundException";
|
|
182
182
|
$fault = "client";
|
|
183
183
|
constructor(opts) {
|
|
@@ -188,8 +188,8 @@ let ActionNotFoundException$1 = class ActionNotFoundException extends CodePipeli
|
|
|
188
188
|
});
|
|
189
189
|
Object.setPrototypeOf(this, ActionNotFoundException.prototype);
|
|
190
190
|
}
|
|
191
|
-
}
|
|
192
|
-
|
|
191
|
+
}
|
|
192
|
+
class ActionTypeNotFoundException extends CodePipelineServiceException {
|
|
193
193
|
name = "ActionTypeNotFoundException";
|
|
194
194
|
$fault = "client";
|
|
195
195
|
constructor(opts) {
|
|
@@ -200,8 +200,8 @@ let ActionTypeNotFoundException$1 = class ActionTypeNotFoundException extends Co
|
|
|
200
200
|
});
|
|
201
201
|
Object.setPrototypeOf(this, ActionTypeNotFoundException.prototype);
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class ApprovalAlreadyCompletedException extends CodePipelineServiceException {
|
|
205
205
|
name = "ApprovalAlreadyCompletedException";
|
|
206
206
|
$fault = "client";
|
|
207
207
|
constructor(opts) {
|
|
@@ -212,8 +212,8 @@ let ApprovalAlreadyCompletedException$1 = class ApprovalAlreadyCompletedExceptio
|
|
|
212
212
|
});
|
|
213
213
|
Object.setPrototypeOf(this, ApprovalAlreadyCompletedException.prototype);
|
|
214
214
|
}
|
|
215
|
-
}
|
|
216
|
-
|
|
215
|
+
}
|
|
216
|
+
class ConcurrentModificationException extends CodePipelineServiceException {
|
|
217
217
|
name = "ConcurrentModificationException";
|
|
218
218
|
$fault = "client";
|
|
219
219
|
constructor(opts) {
|
|
@@ -224,8 +224,8 @@ let ConcurrentModificationException$1 = class ConcurrentModificationException ex
|
|
|
224
224
|
});
|
|
225
225
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
226
226
|
}
|
|
227
|
-
}
|
|
228
|
-
|
|
227
|
+
}
|
|
228
|
+
class InvalidTagsException extends CodePipelineServiceException {
|
|
229
229
|
name = "InvalidTagsException";
|
|
230
230
|
$fault = "client";
|
|
231
231
|
constructor(opts) {
|
|
@@ -236,8 +236,8 @@ let InvalidTagsException$1 = class InvalidTagsException extends CodePipelineServ
|
|
|
236
236
|
});
|
|
237
237
|
Object.setPrototypeOf(this, InvalidTagsException.prototype);
|
|
238
238
|
}
|
|
239
|
-
}
|
|
240
|
-
|
|
239
|
+
}
|
|
240
|
+
class LimitExceededException extends CodePipelineServiceException {
|
|
241
241
|
name = "LimitExceededException";
|
|
242
242
|
$fault = "client";
|
|
243
243
|
constructor(opts) {
|
|
@@ -248,8 +248,8 @@ let LimitExceededException$1 = class LimitExceededException extends CodePipeline
|
|
|
248
248
|
});
|
|
249
249
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
250
250
|
}
|
|
251
|
-
}
|
|
252
|
-
|
|
251
|
+
}
|
|
252
|
+
class TooManyTagsException extends CodePipelineServiceException {
|
|
253
253
|
name = "TooManyTagsException";
|
|
254
254
|
$fault = "client";
|
|
255
255
|
constructor(opts) {
|
|
@@ -260,8 +260,8 @@ let TooManyTagsException$1 = class TooManyTagsException extends CodePipelineServ
|
|
|
260
260
|
});
|
|
261
261
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
262
262
|
}
|
|
263
|
-
}
|
|
264
|
-
|
|
263
|
+
}
|
|
264
|
+
class InvalidActionDeclarationException extends CodePipelineServiceException {
|
|
265
265
|
name = "InvalidActionDeclarationException";
|
|
266
266
|
$fault = "client";
|
|
267
267
|
constructor(opts) {
|
|
@@ -272,8 +272,8 @@ let InvalidActionDeclarationException$1 = class InvalidActionDeclarationExceptio
|
|
|
272
272
|
});
|
|
273
273
|
Object.setPrototypeOf(this, InvalidActionDeclarationException.prototype);
|
|
274
274
|
}
|
|
275
|
-
}
|
|
276
|
-
|
|
275
|
+
}
|
|
276
|
+
class InvalidBlockerDeclarationException extends CodePipelineServiceException {
|
|
277
277
|
name = "InvalidBlockerDeclarationException";
|
|
278
278
|
$fault = "client";
|
|
279
279
|
constructor(opts) {
|
|
@@ -284,8 +284,8 @@ let InvalidBlockerDeclarationException$1 = class InvalidBlockerDeclarationExcept
|
|
|
284
284
|
});
|
|
285
285
|
Object.setPrototypeOf(this, InvalidBlockerDeclarationException.prototype);
|
|
286
286
|
}
|
|
287
|
-
}
|
|
288
|
-
|
|
287
|
+
}
|
|
288
|
+
class InvalidStageDeclarationException extends CodePipelineServiceException {
|
|
289
289
|
name = "InvalidStageDeclarationException";
|
|
290
290
|
$fault = "client";
|
|
291
291
|
constructor(opts) {
|
|
@@ -296,8 +296,8 @@ let InvalidStageDeclarationException$1 = class InvalidStageDeclarationException
|
|
|
296
296
|
});
|
|
297
297
|
Object.setPrototypeOf(this, InvalidStageDeclarationException.prototype);
|
|
298
298
|
}
|
|
299
|
-
}
|
|
300
|
-
|
|
299
|
+
}
|
|
300
|
+
class InvalidStructureException extends CodePipelineServiceException {
|
|
301
301
|
name = "InvalidStructureException";
|
|
302
302
|
$fault = "client";
|
|
303
303
|
constructor(opts) {
|
|
@@ -308,8 +308,8 @@ let InvalidStructureException$1 = class InvalidStructureException extends CodePi
|
|
|
308
308
|
});
|
|
309
309
|
Object.setPrototypeOf(this, InvalidStructureException.prototype);
|
|
310
310
|
}
|
|
311
|
-
}
|
|
312
|
-
|
|
311
|
+
}
|
|
312
|
+
class PipelineNameInUseException extends CodePipelineServiceException {
|
|
313
313
|
name = "PipelineNameInUseException";
|
|
314
314
|
$fault = "client";
|
|
315
315
|
constructor(opts) {
|
|
@@ -320,8 +320,8 @@ let PipelineNameInUseException$1 = class PipelineNameInUseException extends Code
|
|
|
320
320
|
});
|
|
321
321
|
Object.setPrototypeOf(this, PipelineNameInUseException.prototype);
|
|
322
322
|
}
|
|
323
|
-
}
|
|
324
|
-
|
|
323
|
+
}
|
|
324
|
+
class WebhookNotFoundException extends CodePipelineServiceException {
|
|
325
325
|
name = "WebhookNotFoundException";
|
|
326
326
|
$fault = "client";
|
|
327
327
|
constructor(opts) {
|
|
@@ -332,8 +332,8 @@ let WebhookNotFoundException$1 = class WebhookNotFoundException extends CodePipe
|
|
|
332
332
|
});
|
|
333
333
|
Object.setPrototypeOf(this, WebhookNotFoundException.prototype);
|
|
334
334
|
}
|
|
335
|
-
}
|
|
336
|
-
|
|
335
|
+
}
|
|
336
|
+
class PipelineNotFoundException extends CodePipelineServiceException {
|
|
337
337
|
name = "PipelineNotFoundException";
|
|
338
338
|
$fault = "client";
|
|
339
339
|
constructor(opts) {
|
|
@@ -344,8 +344,8 @@ let PipelineNotFoundException$1 = class PipelineNotFoundException extends CodePi
|
|
|
344
344
|
});
|
|
345
345
|
Object.setPrototypeOf(this, PipelineNotFoundException.prototype);
|
|
346
346
|
}
|
|
347
|
-
}
|
|
348
|
-
|
|
347
|
+
}
|
|
348
|
+
class StageNotFoundException extends CodePipelineServiceException {
|
|
349
349
|
name = "StageNotFoundException";
|
|
350
350
|
$fault = "client";
|
|
351
351
|
constructor(opts) {
|
|
@@ -356,8 +356,8 @@ let StageNotFoundException$1 = class StageNotFoundException extends CodePipeline
|
|
|
356
356
|
});
|
|
357
357
|
Object.setPrototypeOf(this, StageNotFoundException.prototype);
|
|
358
358
|
}
|
|
359
|
-
}
|
|
360
|
-
|
|
359
|
+
}
|
|
360
|
+
class PipelineVersionNotFoundException extends CodePipelineServiceException {
|
|
361
361
|
name = "PipelineVersionNotFoundException";
|
|
362
362
|
$fault = "client";
|
|
363
363
|
constructor(opts) {
|
|
@@ -368,8 +368,8 @@ let PipelineVersionNotFoundException$1 = class PipelineVersionNotFoundException
|
|
|
368
368
|
});
|
|
369
369
|
Object.setPrototypeOf(this, PipelineVersionNotFoundException.prototype);
|
|
370
370
|
}
|
|
371
|
-
}
|
|
372
|
-
|
|
371
|
+
}
|
|
372
|
+
class PipelineExecutionNotFoundException extends CodePipelineServiceException {
|
|
373
373
|
name = "PipelineExecutionNotFoundException";
|
|
374
374
|
$fault = "client";
|
|
375
375
|
constructor(opts) {
|
|
@@ -380,8 +380,8 @@ let PipelineExecutionNotFoundException$1 = class PipelineExecutionNotFoundExcept
|
|
|
380
380
|
});
|
|
381
381
|
Object.setPrototypeOf(this, PipelineExecutionNotFoundException.prototype);
|
|
382
382
|
}
|
|
383
|
-
}
|
|
384
|
-
|
|
383
|
+
}
|
|
384
|
+
class InvalidJobException extends CodePipelineServiceException {
|
|
385
385
|
name = "InvalidJobException";
|
|
386
386
|
$fault = "client";
|
|
387
387
|
constructor(opts) {
|
|
@@ -392,8 +392,8 @@ let InvalidJobException$1 = class InvalidJobException extends CodePipelineServic
|
|
|
392
392
|
});
|
|
393
393
|
Object.setPrototypeOf(this, InvalidJobException.prototype);
|
|
394
394
|
}
|
|
395
|
-
}
|
|
396
|
-
|
|
395
|
+
}
|
|
396
|
+
class InvalidNextTokenException extends CodePipelineServiceException {
|
|
397
397
|
name = "InvalidNextTokenException";
|
|
398
398
|
$fault = "client";
|
|
399
399
|
constructor(opts) {
|
|
@@ -404,8 +404,8 @@ let InvalidNextTokenException$1 = class InvalidNextTokenException extends CodePi
|
|
|
404
404
|
});
|
|
405
405
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
406
406
|
}
|
|
407
|
-
}
|
|
408
|
-
|
|
407
|
+
}
|
|
408
|
+
class InvalidArnException extends CodePipelineServiceException {
|
|
409
409
|
name = "InvalidArnException";
|
|
410
410
|
$fault = "client";
|
|
411
411
|
constructor(opts) {
|
|
@@ -416,8 +416,8 @@ let InvalidArnException$1 = class InvalidArnException extends CodePipelineServic
|
|
|
416
416
|
});
|
|
417
417
|
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
418
418
|
}
|
|
419
|
-
}
|
|
420
|
-
|
|
419
|
+
}
|
|
420
|
+
class ResourceNotFoundException extends CodePipelineServiceException {
|
|
421
421
|
name = "ResourceNotFoundException";
|
|
422
422
|
$fault = "client";
|
|
423
423
|
constructor(opts) {
|
|
@@ -428,8 +428,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodePi
|
|
|
428
428
|
});
|
|
429
429
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
430
430
|
}
|
|
431
|
-
}
|
|
432
|
-
|
|
431
|
+
}
|
|
432
|
+
class ConcurrentPipelineExecutionsLimitExceededException extends CodePipelineServiceException {
|
|
433
433
|
name = "ConcurrentPipelineExecutionsLimitExceededException";
|
|
434
434
|
$fault = "client";
|
|
435
435
|
constructor(opts) {
|
|
@@ -440,8 +440,8 @@ let ConcurrentPipelineExecutionsLimitExceededException$1 = class ConcurrentPipel
|
|
|
440
440
|
});
|
|
441
441
|
Object.setPrototypeOf(this, ConcurrentPipelineExecutionsLimitExceededException.prototype);
|
|
442
442
|
}
|
|
443
|
-
}
|
|
444
|
-
|
|
443
|
+
}
|
|
444
|
+
class ConditionNotOverridableException extends CodePipelineServiceException {
|
|
445
445
|
name = "ConditionNotOverridableException";
|
|
446
446
|
$fault = "client";
|
|
447
447
|
constructor(opts) {
|
|
@@ -452,8 +452,8 @@ let ConditionNotOverridableException$1 = class ConditionNotOverridableException
|
|
|
452
452
|
});
|
|
453
453
|
Object.setPrototypeOf(this, ConditionNotOverridableException.prototype);
|
|
454
454
|
}
|
|
455
|
-
}
|
|
456
|
-
|
|
455
|
+
}
|
|
456
|
+
class ConflictException extends CodePipelineServiceException {
|
|
457
457
|
name = "ConflictException";
|
|
458
458
|
$fault = "client";
|
|
459
459
|
constructor(opts) {
|
|
@@ -464,8 +464,8 @@ let ConflictException$1 = class ConflictException extends CodePipelineServiceExc
|
|
|
464
464
|
});
|
|
465
465
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
466
466
|
}
|
|
467
|
-
}
|
|
468
|
-
|
|
467
|
+
}
|
|
468
|
+
class NotLatestPipelineExecutionException extends CodePipelineServiceException {
|
|
469
469
|
name = "NotLatestPipelineExecutionException";
|
|
470
470
|
$fault = "client";
|
|
471
471
|
constructor(opts) {
|
|
@@ -476,8 +476,8 @@ let NotLatestPipelineExecutionException$1 = class NotLatestPipelineExecutionExce
|
|
|
476
476
|
});
|
|
477
477
|
Object.setPrototypeOf(this, NotLatestPipelineExecutionException.prototype);
|
|
478
478
|
}
|
|
479
|
-
}
|
|
480
|
-
|
|
479
|
+
}
|
|
480
|
+
class InvalidApprovalTokenException extends CodePipelineServiceException {
|
|
481
481
|
name = "InvalidApprovalTokenException";
|
|
482
482
|
$fault = "client";
|
|
483
483
|
constructor(opts) {
|
|
@@ -488,8 +488,8 @@ let InvalidApprovalTokenException$1 = class InvalidApprovalTokenException extend
|
|
|
488
488
|
});
|
|
489
489
|
Object.setPrototypeOf(this, InvalidApprovalTokenException.prototype);
|
|
490
490
|
}
|
|
491
|
-
}
|
|
492
|
-
|
|
491
|
+
}
|
|
492
|
+
class InvalidJobStateException extends CodePipelineServiceException {
|
|
493
493
|
name = "InvalidJobStateException";
|
|
494
494
|
$fault = "client";
|
|
495
495
|
constructor(opts) {
|
|
@@ -500,8 +500,8 @@ let InvalidJobStateException$1 = class InvalidJobStateException extends CodePipe
|
|
|
500
500
|
});
|
|
501
501
|
Object.setPrototypeOf(this, InvalidJobStateException.prototype);
|
|
502
502
|
}
|
|
503
|
-
}
|
|
504
|
-
|
|
503
|
+
}
|
|
504
|
+
class OutputVariablesSizeExceededException extends CodePipelineServiceException {
|
|
505
505
|
name = "OutputVariablesSizeExceededException";
|
|
506
506
|
$fault = "client";
|
|
507
507
|
constructor(opts) {
|
|
@@ -512,8 +512,8 @@ let OutputVariablesSizeExceededException$1 = class OutputVariablesSizeExceededEx
|
|
|
512
512
|
});
|
|
513
513
|
Object.setPrototypeOf(this, OutputVariablesSizeExceededException.prototype);
|
|
514
514
|
}
|
|
515
|
-
}
|
|
516
|
-
|
|
515
|
+
}
|
|
516
|
+
class InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException {
|
|
517
517
|
name = "InvalidWebhookAuthenticationParametersException";
|
|
518
518
|
$fault = "client";
|
|
519
519
|
constructor(opts) {
|
|
@@ -524,8 +524,8 @@ let InvalidWebhookAuthenticationParametersException$1 = class InvalidWebhookAuth
|
|
|
524
524
|
});
|
|
525
525
|
Object.setPrototypeOf(this, InvalidWebhookAuthenticationParametersException.prototype);
|
|
526
526
|
}
|
|
527
|
-
}
|
|
528
|
-
|
|
527
|
+
}
|
|
528
|
+
class InvalidWebhookFilterPatternException extends CodePipelineServiceException {
|
|
529
529
|
name = "InvalidWebhookFilterPatternException";
|
|
530
530
|
$fault = "client";
|
|
531
531
|
constructor(opts) {
|
|
@@ -536,8 +536,8 @@ let InvalidWebhookFilterPatternException$1 = class InvalidWebhookFilterPatternEx
|
|
|
536
536
|
});
|
|
537
537
|
Object.setPrototypeOf(this, InvalidWebhookFilterPatternException.prototype);
|
|
538
538
|
}
|
|
539
|
-
}
|
|
540
|
-
|
|
539
|
+
}
|
|
540
|
+
class StageNotRetryableException extends CodePipelineServiceException {
|
|
541
541
|
name = "StageNotRetryableException";
|
|
542
542
|
$fault = "client";
|
|
543
543
|
constructor(opts) {
|
|
@@ -548,8 +548,8 @@ let StageNotRetryableException$1 = class StageNotRetryableException extends Code
|
|
|
548
548
|
});
|
|
549
549
|
Object.setPrototypeOf(this, StageNotRetryableException.prototype);
|
|
550
550
|
}
|
|
551
|
-
}
|
|
552
|
-
|
|
551
|
+
}
|
|
552
|
+
class PipelineExecutionOutdatedException extends CodePipelineServiceException {
|
|
553
553
|
name = "PipelineExecutionOutdatedException";
|
|
554
554
|
$fault = "client";
|
|
555
555
|
constructor(opts) {
|
|
@@ -560,8 +560,8 @@ let PipelineExecutionOutdatedException$1 = class PipelineExecutionOutdatedExcept
|
|
|
560
560
|
});
|
|
561
561
|
Object.setPrototypeOf(this, PipelineExecutionOutdatedException.prototype);
|
|
562
562
|
}
|
|
563
|
-
}
|
|
564
|
-
|
|
563
|
+
}
|
|
564
|
+
class UnableToRollbackStageException extends CodePipelineServiceException {
|
|
565
565
|
name = "UnableToRollbackStageException";
|
|
566
566
|
$fault = "client";
|
|
567
567
|
constructor(opts) {
|
|
@@ -572,8 +572,8 @@ let UnableToRollbackStageException$1 = class UnableToRollbackStageException exte
|
|
|
572
572
|
});
|
|
573
573
|
Object.setPrototypeOf(this, UnableToRollbackStageException.prototype);
|
|
574
574
|
}
|
|
575
|
-
}
|
|
576
|
-
|
|
575
|
+
}
|
|
576
|
+
class DuplicatedStopRequestException extends CodePipelineServiceException {
|
|
577
577
|
name = "DuplicatedStopRequestException";
|
|
578
578
|
$fault = "client";
|
|
579
579
|
constructor(opts) {
|
|
@@ -584,8 +584,8 @@ let DuplicatedStopRequestException$1 = class DuplicatedStopRequestException exte
|
|
|
584
584
|
});
|
|
585
585
|
Object.setPrototypeOf(this, DuplicatedStopRequestException.prototype);
|
|
586
586
|
}
|
|
587
|
-
}
|
|
588
|
-
|
|
587
|
+
}
|
|
588
|
+
class PipelineExecutionNotStoppableException extends CodePipelineServiceException {
|
|
589
589
|
name = "PipelineExecutionNotStoppableException";
|
|
590
590
|
$fault = "client";
|
|
591
591
|
constructor(opts) {
|
|
@@ -596,8 +596,8 @@ let PipelineExecutionNotStoppableException$1 = class PipelineExecutionNotStoppab
|
|
|
596
596
|
});
|
|
597
597
|
Object.setPrototypeOf(this, PipelineExecutionNotStoppableException.prototype);
|
|
598
598
|
}
|
|
599
|
-
}
|
|
600
|
-
|
|
599
|
+
}
|
|
600
|
+
class RequestFailedException extends CodePipelineServiceException {
|
|
601
601
|
name = "RequestFailedException";
|
|
602
602
|
$fault = "client";
|
|
603
603
|
constructor(opts) {
|
|
@@ -608,7 +608,7 @@ let RequestFailedException$1 = class RequestFailedException extends CodePipeline
|
|
|
608
608
|
});
|
|
609
609
|
Object.setPrototypeOf(this, RequestFailedException.prototype);
|
|
610
610
|
}
|
|
611
|
-
}
|
|
611
|
+
}
|
|
612
612
|
|
|
613
613
|
const _A = "Artifact";
|
|
614
614
|
const _AACE = "ApprovalAlreadyCompletedException";
|
|
@@ -1178,12 +1178,12 @@ const n0 = "com.amazonaws.codepipeline";
|
|
|
1178
1178
|
var AccessKeyId = [0, n0, _AKI, 8, 0];
|
|
1179
1179
|
var SecretAccessKey = [0, n0, _SAK, 8, 0];
|
|
1180
1180
|
var SessionToken = [0, n0, _ST, 8, 0];
|
|
1181
|
-
var AcknowledgeJobInput = [3, n0, _AJI, 0, [_jI, _n], [0, 0]];
|
|
1182
|
-
var AcknowledgeJobOutput = [3, n0, _AJO, 0, [_s], [0]];
|
|
1183
|
-
var AcknowledgeThirdPartyJobInput = [3, n0, _ATPJI, 0, [_jI, _n, _cT], [0, 0, 0]];
|
|
1184
|
-
var AcknowledgeThirdPartyJobOutput = [3, n0, _ATPJO, 0, [_s], [0]];
|
|
1185
|
-
var ActionConfiguration = [3, n0, _AC, 0, [_c], [128 | 0]];
|
|
1186
|
-
var ActionConfigurationProperty = [
|
|
1181
|
+
var AcknowledgeJobInput$ = [3, n0, _AJI, 0, [_jI, _n], [0, 0]];
|
|
1182
|
+
var AcknowledgeJobOutput$ = [3, n0, _AJO, 0, [_s], [0]];
|
|
1183
|
+
var AcknowledgeThirdPartyJobInput$ = [3, n0, _ATPJI, 0, [_jI, _n, _cT], [0, 0, 0]];
|
|
1184
|
+
var AcknowledgeThirdPartyJobOutput$ = [3, n0, _ATPJO, 0, [_s], [0]];
|
|
1185
|
+
var ActionConfiguration$ = [3, n0, _AC, 0, [_c], [128 | 0]];
|
|
1186
|
+
var ActionConfigurationProperty$ = [
|
|
1187
1187
|
3,
|
|
1188
1188
|
n0,
|
|
1189
1189
|
_ACP,
|
|
@@ -1191,8 +1191,8 @@ var ActionConfigurationProperty = [
|
|
|
1191
1191
|
[_na, _r, _k, _se, _q, _d, _t],
|
|
1192
1192
|
[0, 2, 2, 2, 2, 0, 0],
|
|
1193
1193
|
];
|
|
1194
|
-
var ActionContext = [3, n0, _ACc, 0, [_na, _aEI], [0, 0]];
|
|
1195
|
-
var ActionDeclaration = [
|
|
1194
|
+
var ActionContext$ = [3, n0, _ACc, 0, [_na, _aEI], [0, 0]];
|
|
1195
|
+
var ActionDeclaration$ = [
|
|
1196
1196
|
3,
|
|
1197
1197
|
n0,
|
|
1198
1198
|
_AD,
|
|
@@ -1200,7 +1200,7 @@ var ActionDeclaration = [
|
|
|
1200
1200
|
[_na, _aTI, _rO, _c, _co, _oA, _iA, _oV, _rA, _re, _nam, _tIM, _eV],
|
|
1201
1201
|
[
|
|
1202
1202
|
0,
|
|
1203
|
-
() => ActionTypeId
|
|
1203
|
+
() => ActionTypeId$,
|
|
1204
1204
|
1,
|
|
1205
1205
|
128 | 0,
|
|
1206
1206
|
64 | 0,
|
|
@@ -1214,83 +1214,83 @@ var ActionDeclaration = [
|
|
|
1214
1214
|
() => EnvironmentVariableList,
|
|
1215
1215
|
],
|
|
1216
1216
|
];
|
|
1217
|
-
var ActionExecution = [
|
|
1217
|
+
var ActionExecution$ = [
|
|
1218
1218
|
3,
|
|
1219
1219
|
n0,
|
|
1220
1220
|
_AE,
|
|
1221
1221
|
0,
|
|
1222
1222
|
[_aEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _pC, _eD, _lSARN],
|
|
1223
|
-
[0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails
|
|
1223
|
+
[0, 0, 0, 4, 0, 0, 0, 0, 1, () => ErrorDetails$, 0],
|
|
1224
1224
|
];
|
|
1225
|
-
var ActionExecutionDetail = [
|
|
1225
|
+
var ActionExecutionDetail$ = [
|
|
1226
1226
|
3,
|
|
1227
1227
|
n0,
|
|
1228
1228
|
_AED,
|
|
1229
1229
|
0,
|
|
1230
1230
|
[_pEI, _aEI, _pV, _sN, _aN, _sT, _lUT, _uB, _s, _i, _o],
|
|
1231
|
-
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput
|
|
1231
|
+
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => ActionExecutionInput$, () => ActionExecutionOutput$],
|
|
1232
1232
|
];
|
|
1233
|
-
var ActionExecutionFilter = [
|
|
1233
|
+
var ActionExecutionFilter$ = [
|
|
1234
1234
|
3,
|
|
1235
1235
|
n0,
|
|
1236
1236
|
_AEF,
|
|
1237
1237
|
0,
|
|
1238
1238
|
[_pEI, _lIPE],
|
|
1239
|
-
[0, () => LatestInPipelineExecutionFilter],
|
|
1239
|
+
[0, () => LatestInPipelineExecutionFilter$],
|
|
1240
1240
|
];
|
|
1241
|
-
var ActionExecutionInput = [
|
|
1241
|
+
var ActionExecutionInput$ = [
|
|
1242
1242
|
3,
|
|
1243
1243
|
n0,
|
|
1244
1244
|
_AEI,
|
|
1245
1245
|
0,
|
|
1246
1246
|
[_aTI, _c, _rC, _rA, _re, _iA, _nam],
|
|
1247
|
-
[() => ActionTypeId
|
|
1247
|
+
[() => ActionTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList, 0],
|
|
1248
1248
|
];
|
|
1249
|
-
var ActionExecutionNotFoundException = [-3, n0, _AENFE, { [_e]: _cl }, [_m], [0]];
|
|
1250
|
-
schema.TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException
|
|
1251
|
-
var ActionExecutionOutput = [
|
|
1249
|
+
var ActionExecutionNotFoundException$ = [-3, n0, _AENFE, { [_e]: _cl }, [_m], [0]];
|
|
1250
|
+
schema.TypeRegistry.for(n0).registerError(ActionExecutionNotFoundException$, ActionExecutionNotFoundException);
|
|
1251
|
+
var ActionExecutionOutput$ = [
|
|
1252
1252
|
3,
|
|
1253
1253
|
n0,
|
|
1254
1254
|
_AEO,
|
|
1255
1255
|
0,
|
|
1256
1256
|
[_oA, _eR, _oV],
|
|
1257
|
-
[() => ArtifactDetailList, () => ActionExecutionResult
|
|
1257
|
+
[() => ArtifactDetailList, () => ActionExecutionResult$, 128 | 0],
|
|
1258
1258
|
];
|
|
1259
|
-
var ActionExecutionResult = [
|
|
1259
|
+
var ActionExecutionResult$ = [
|
|
1260
1260
|
3,
|
|
1261
1261
|
n0,
|
|
1262
1262
|
_AER,
|
|
1263
1263
|
0,
|
|
1264
1264
|
[_eEI, _eES, _eEU, _eD, _lSARN],
|
|
1265
|
-
[0, 0, 0, () => ErrorDetails
|
|
1265
|
+
[0, 0, 0, () => ErrorDetails$, 0],
|
|
1266
1266
|
];
|
|
1267
|
-
var ActionNotFoundException = [-3, n0, _ANFE, { [_e]: _cl }, [_m], [0]];
|
|
1268
|
-
schema.TypeRegistry.for(n0).registerError(ActionNotFoundException
|
|
1269
|
-
var ActionRevision = [3, n0, _AR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
|
|
1270
|
-
var ActionState = [
|
|
1267
|
+
var ActionNotFoundException$ = [-3, n0, _ANFE, { [_e]: _cl }, [_m], [0]];
|
|
1268
|
+
schema.TypeRegistry.for(n0).registerError(ActionNotFoundException$, ActionNotFoundException);
|
|
1269
|
+
var ActionRevision$ = [3, n0, _AR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
|
|
1270
|
+
var ActionState$ = [
|
|
1271
1271
|
3,
|
|
1272
1272
|
n0,
|
|
1273
1273
|
_AS,
|
|
1274
1274
|
0,
|
|
1275
1275
|
[_aN, _cR, _lE, _eU, _rU],
|
|
1276
|
-
[0, () => ActionRevision
|
|
1276
|
+
[0, () => ActionRevision$, () => ActionExecution$, 0, 0],
|
|
1277
1277
|
];
|
|
1278
|
-
var ActionType = [
|
|
1278
|
+
var ActionType$ = [
|
|
1279
1279
|
3,
|
|
1280
1280
|
n0,
|
|
1281
1281
|
_AT,
|
|
1282
1282
|
0,
|
|
1283
1283
|
[_id, _set, _aCP, _iAD, _oAD],
|
|
1284
1284
|
[
|
|
1285
|
-
() => ActionTypeId
|
|
1286
|
-
() => ActionTypeSettings
|
|
1285
|
+
() => ActionTypeId$,
|
|
1286
|
+
() => ActionTypeSettings$,
|
|
1287
1287
|
() => ActionConfigurationPropertyList,
|
|
1288
|
-
() => ArtifactDetails
|
|
1289
|
-
() => ArtifactDetails
|
|
1288
|
+
() => ArtifactDetails$,
|
|
1289
|
+
() => ArtifactDetails$,
|
|
1290
1290
|
],
|
|
1291
1291
|
];
|
|
1292
|
-
var ActionTypeArtifactDetails = [3, n0, _ATAD, 0, [_mC, _mCa], [1, 1]];
|
|
1293
|
-
var ActionTypeDeclaration = [
|
|
1292
|
+
var ActionTypeArtifactDetails$ = [3, n0, _ATAD, 0, [_mC, _mCa], [1, 1]];
|
|
1293
|
+
var ActionTypeDeclaration$ = [
|
|
1294
1294
|
3,
|
|
1295
1295
|
n0,
|
|
1296
1296
|
_ATD,
|
|
@@ -1298,29 +1298,29 @@ var ActionTypeDeclaration = [
|
|
|
1298
1298
|
[_d, _ex, _id, _iAD, _oAD, _p, _pr, _u],
|
|
1299
1299
|
[
|
|
1300
1300
|
0,
|
|
1301
|
-
() => ActionTypeExecutor
|
|
1302
|
-
() => ActionTypeIdentifier
|
|
1303
|
-
() => ActionTypeArtifactDetails
|
|
1304
|
-
() => ActionTypeArtifactDetails
|
|
1305
|
-
() => ActionTypePermissions
|
|
1301
|
+
() => ActionTypeExecutor$,
|
|
1302
|
+
() => ActionTypeIdentifier$,
|
|
1303
|
+
() => ActionTypeArtifactDetails$,
|
|
1304
|
+
() => ActionTypeArtifactDetails$,
|
|
1305
|
+
() => ActionTypePermissions$,
|
|
1306
1306
|
() => ActionTypeProperties,
|
|
1307
|
-
() => ActionTypeUrls
|
|
1307
|
+
() => ActionTypeUrls$,
|
|
1308
1308
|
],
|
|
1309
1309
|
];
|
|
1310
|
-
var ActionTypeExecutor = [
|
|
1310
|
+
var ActionTypeExecutor$ = [
|
|
1311
1311
|
3,
|
|
1312
1312
|
n0,
|
|
1313
1313
|
_ATE,
|
|
1314
1314
|
0,
|
|
1315
1315
|
[_c, _t, _pST, _jT],
|
|
1316
|
-
[() => ExecutorConfiguration
|
|
1316
|
+
[() => ExecutorConfiguration$, 0, 0, 1],
|
|
1317
1317
|
];
|
|
1318
|
-
var ActionTypeId = [3, n0, _ATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1319
|
-
var ActionTypeIdentifier = [3, n0, _ATIc, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1320
|
-
var ActionTypeNotFoundException = [-3, n0, _ATNFE, { [_e]: _cl }, [_m], [0]];
|
|
1321
|
-
schema.TypeRegistry.for(n0).registerError(ActionTypeNotFoundException
|
|
1322
|
-
var ActionTypePermissions = [3, n0, _ATP, 0, [_aA], [64 | 0]];
|
|
1323
|
-
var ActionTypeProperty = [
|
|
1318
|
+
var ActionTypeId$ = [3, n0, _ATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1319
|
+
var ActionTypeIdentifier$ = [3, n0, _ATIc, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1320
|
+
var ActionTypeNotFoundException$ = [-3, n0, _ATNFE, { [_e]: _cl }, [_m], [0]];
|
|
1321
|
+
schema.TypeRegistry.for(n0).registerError(ActionTypeNotFoundException$, ActionTypeNotFoundException);
|
|
1322
|
+
var ActionTypePermissions$ = [3, n0, _ATP, 0, [_aA], [64 | 0]];
|
|
1323
|
+
var ActionTypeProperty$ = [
|
|
1324
1324
|
3,
|
|
1325
1325
|
n0,
|
|
1326
1326
|
_ATPc,
|
|
@@ -1328,16 +1328,16 @@ var ActionTypeProperty = [
|
|
|
1328
1328
|
[_na, _op, _k, _nE, _q, _d],
|
|
1329
1329
|
[0, 2, 2, 2, 2, 0],
|
|
1330
1330
|
];
|
|
1331
|
-
var ActionTypeSettings = [3, n0, _ATS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
|
|
1332
|
-
var ActionTypeUrls = [3, n0, _ATU, 0, [_cU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
|
|
1333
|
-
var ApprovalAlreadyCompletedException = [-3, n0, _AACE, { [_e]: _cl }, [_m], [0]];
|
|
1334
|
-
schema.TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException
|
|
1335
|
-
var ApprovalResult = [3, n0, _ARp, 0, [_su, _s], [0, 0]];
|
|
1336
|
-
var Artifact = [3, n0, _A, 0, [_na, _rev, _l], [0, 0, () => ArtifactLocation]];
|
|
1337
|
-
var ArtifactDetail = [3, n0, _ADr, 0, [_na, _sl], [0, () => S3Location]];
|
|
1338
|
-
var ArtifactDetails = [3, n0, _ADrt, 0, [_mC, _mCa], [1, 1]];
|
|
1339
|
-
var ArtifactLocation = [3, n0, _AL, 0, [_t, _sL], [0, () => S3ArtifactLocation]];
|
|
1340
|
-
var ArtifactRevision = [
|
|
1331
|
+
var ActionTypeSettings$ = [3, n0, _ATS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
|
|
1332
|
+
var ActionTypeUrls$ = [3, n0, _ATU, 0, [_cU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
|
|
1333
|
+
var ApprovalAlreadyCompletedException$ = [-3, n0, _AACE, { [_e]: _cl }, [_m], [0]];
|
|
1334
|
+
schema.TypeRegistry.for(n0).registerError(ApprovalAlreadyCompletedException$, ApprovalAlreadyCompletedException);
|
|
1335
|
+
var ApprovalResult$ = [3, n0, _ARp, 0, [_su, _s], [0, 0]];
|
|
1336
|
+
var Artifact$ = [3, n0, _A, 0, [_na, _rev, _l], [0, 0, () => ArtifactLocation$]];
|
|
1337
|
+
var ArtifactDetail$ = [3, n0, _ADr, 0, [_na, _sl], [0, () => S3Location$]];
|
|
1338
|
+
var ArtifactDetails$ = [3, n0, _ADrt, 0, [_mC, _mCa], [1, 1]];
|
|
1339
|
+
var ArtifactLocation$ = [3, n0, _AL, 0, [_t, _sL], [0, () => S3ArtifactLocation$]];
|
|
1340
|
+
var ArtifactRevision$ = [
|
|
1341
1341
|
3,
|
|
1342
1342
|
n0,
|
|
1343
1343
|
_ARr,
|
|
@@ -1345,8 +1345,8 @@ var ArtifactRevision = [
|
|
|
1345
1345
|
[_na, _rI, _rCIe, _rS, _cr, _rU],
|
|
1346
1346
|
[0, 0, 0, 0, 4, 0],
|
|
1347
1347
|
];
|
|
1348
|
-
var ArtifactStore = [3, n0, _ASr, 0, [_t, _l, _eK], [0, 0, () => EncryptionKey]];
|
|
1349
|
-
var AWSSessionCredentials = [
|
|
1348
|
+
var ArtifactStore$ = [3, n0, _ASr, 0, [_t, _l, _eK], [0, 0, () => EncryptionKey$]];
|
|
1349
|
+
var AWSSessionCredentials$ = [
|
|
1350
1350
|
3,
|
|
1351
1351
|
n0,
|
|
1352
1352
|
_AWSSC,
|
|
@@ -1358,11 +1358,11 @@ var AWSSessionCredentials = [
|
|
|
1358
1358
|
[() => SessionToken, 0],
|
|
1359
1359
|
],
|
|
1360
1360
|
];
|
|
1361
|
-
var BeforeEntryConditions = [3, n0, _BEC, 0, [_con], [() => ConditionList]];
|
|
1362
|
-
var BlockerDeclaration = [3, n0, _BD, 0, [_na, _t], [0, 0]];
|
|
1363
|
-
var ConcurrentModificationException = [-3, n0, _CME, { [_e]: _cl }, [_m], [0]];
|
|
1364
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException
|
|
1365
|
-
var ConcurrentPipelineExecutionsLimitExceededException = [
|
|
1361
|
+
var BeforeEntryConditions$ = [3, n0, _BEC, 0, [_con], [() => ConditionList]];
|
|
1362
|
+
var BlockerDeclaration$ = [3, n0, _BD, 0, [_na, _t], [0, 0]];
|
|
1363
|
+
var ConcurrentModificationException$ = [-3, n0, _CME, { [_e]: _cl }, [_m], [0]];
|
|
1364
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentModificationException$, ConcurrentModificationException);
|
|
1365
|
+
var ConcurrentPipelineExecutionsLimitExceededException$ = [
|
|
1366
1366
|
-3,
|
|
1367
1367
|
n0,
|
|
1368
1368
|
_CPELEE,
|
|
@@ -1370,22 +1370,22 @@ var ConcurrentPipelineExecutionsLimitExceededException = [
|
|
|
1370
1370
|
[_m],
|
|
1371
1371
|
[0],
|
|
1372
1372
|
];
|
|
1373
|
-
schema.TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException
|
|
1374
|
-
var Condition = [3, n0, _C, 0, [_res, _ru], [0, () => RuleDeclarationList]];
|
|
1375
|
-
var ConditionExecution = [3, n0, _CE, 0, [_s, _su, _lSC], [0, 0, 4]];
|
|
1376
|
-
var ConditionNotOverridableException = [-3, n0, _CNOE, { [_e]: _cl }, [_m], [0]];
|
|
1377
|
-
schema.TypeRegistry.for(n0).registerError(ConditionNotOverridableException
|
|
1378
|
-
var ConditionState = [
|
|
1373
|
+
schema.TypeRegistry.for(n0).registerError(ConcurrentPipelineExecutionsLimitExceededException$, ConcurrentPipelineExecutionsLimitExceededException);
|
|
1374
|
+
var Condition$ = [3, n0, _C, 0, [_res, _ru], [0, () => RuleDeclarationList]];
|
|
1375
|
+
var ConditionExecution$ = [3, n0, _CE, 0, [_s, _su, _lSC], [0, 0, 4]];
|
|
1376
|
+
var ConditionNotOverridableException$ = [-3, n0, _CNOE, { [_e]: _cl }, [_m], [0]];
|
|
1377
|
+
schema.TypeRegistry.for(n0).registerError(ConditionNotOverridableException$, ConditionNotOverridableException);
|
|
1378
|
+
var ConditionState$ = [
|
|
1379
1379
|
3,
|
|
1380
1380
|
n0,
|
|
1381
1381
|
_CS,
|
|
1382
1382
|
0,
|
|
1383
1383
|
[_lE, _rSu],
|
|
1384
|
-
[() => ConditionExecution
|
|
1384
|
+
[() => ConditionExecution$, () => RuleStateList],
|
|
1385
1385
|
];
|
|
1386
|
-
var ConflictException = [-3, n0, _CEo, { [_e]: _cl, [_hE]: 409 }, [_m], [0]];
|
|
1387
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
1388
|
-
var CreateCustomActionTypeInput = [
|
|
1386
|
+
var ConflictException$ = [-3, n0, _CEo, { [_e]: _cl, [_hE]: 409 }, [_m], [0]];
|
|
1387
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
1388
|
+
var CreateCustomActionTypeInput$ = [
|
|
1389
1389
|
3,
|
|
1390
1390
|
n0,
|
|
1391
1391
|
_CCATI,
|
|
@@ -1395,43 +1395,43 @@ var CreateCustomActionTypeInput = [
|
|
|
1395
1395
|
0,
|
|
1396
1396
|
0,
|
|
1397
1397
|
0,
|
|
1398
|
-
() => ActionTypeSettings
|
|
1398
|
+
() => ActionTypeSettings$,
|
|
1399
1399
|
() => ActionConfigurationPropertyList,
|
|
1400
|
-
() => ArtifactDetails
|
|
1401
|
-
() => ArtifactDetails
|
|
1400
|
+
() => ArtifactDetails$,
|
|
1401
|
+
() => ArtifactDetails$,
|
|
1402
1402
|
() => TagList,
|
|
1403
1403
|
],
|
|
1404
1404
|
];
|
|
1405
|
-
var CreateCustomActionTypeOutput = [
|
|
1405
|
+
var CreateCustomActionTypeOutput$ = [
|
|
1406
1406
|
3,
|
|
1407
1407
|
n0,
|
|
1408
1408
|
_CCATO,
|
|
1409
1409
|
0,
|
|
1410
1410
|
[_aT, _ta],
|
|
1411
|
-
[() => ActionType
|
|
1411
|
+
[() => ActionType$, () => TagList],
|
|
1412
1412
|
];
|
|
1413
|
-
var CreatePipelineInput = [
|
|
1413
|
+
var CreatePipelineInput$ = [
|
|
1414
1414
|
3,
|
|
1415
1415
|
n0,
|
|
1416
1416
|
_CPI,
|
|
1417
1417
|
0,
|
|
1418
1418
|
[_pi, _ta],
|
|
1419
|
-
[() => PipelineDeclaration
|
|
1419
|
+
[() => PipelineDeclaration$, () => TagList],
|
|
1420
1420
|
];
|
|
1421
|
-
var CreatePipelineOutput = [
|
|
1421
|
+
var CreatePipelineOutput$ = [
|
|
1422
1422
|
3,
|
|
1423
1423
|
n0,
|
|
1424
1424
|
_CPO,
|
|
1425
1425
|
0,
|
|
1426
1426
|
[_pi, _ta],
|
|
1427
|
-
[() => PipelineDeclaration
|
|
1427
|
+
[() => PipelineDeclaration$, () => TagList],
|
|
1428
1428
|
];
|
|
1429
|
-
var CurrentRevision = [3, n0, _CR, 0, [_rev, _cI, _cr, _rS], [0, 0, 4, 0]];
|
|
1430
|
-
var DeleteCustomActionTypeInput = [3, n0, _DCATI, 0, [_ca, _pro, _v], [0, 0, 0]];
|
|
1431
|
-
var DeletePipelineInput = [3, n0, _DPI, 0, [_na], [0]];
|
|
1432
|
-
var DeleteWebhookInput = [3, n0, _DWI, 0, [_na], [0]];
|
|
1433
|
-
var DeleteWebhookOutput = [3, n0, _DWO, 0, [], []];
|
|
1434
|
-
var DeployActionExecutionTarget = [
|
|
1429
|
+
var CurrentRevision$ = [3, n0, _CR, 0, [_rev, _cI, _cr, _rS], [0, 0, 4, 0]];
|
|
1430
|
+
var DeleteCustomActionTypeInput$ = [3, n0, _DCATI, 0, [_ca, _pro, _v], [0, 0, 0]];
|
|
1431
|
+
var DeletePipelineInput$ = [3, n0, _DPI, 0, [_na], [0]];
|
|
1432
|
+
var DeleteWebhookInput$ = [3, n0, _DWI, 0, [_na], [0]];
|
|
1433
|
+
var DeleteWebhookOutput$ = [3, n0, _DWO, 0, [], []];
|
|
1434
|
+
var DeployActionExecutionTarget$ = [
|
|
1435
1435
|
3,
|
|
1436
1436
|
n0,
|
|
1437
1437
|
_DAET,
|
|
@@ -1439,60 +1439,67 @@ var DeployActionExecutionTarget = [
|
|
|
1439
1439
|
[_tI, _tT, _s, _sT, _eT, _ev],
|
|
1440
1440
|
[0, 0, 0, 4, 4, () => DeployTargetEventList],
|
|
1441
1441
|
];
|
|
1442
|
-
var DeployTargetEvent = [
|
|
1442
|
+
var DeployTargetEvent$ = [
|
|
1443
1443
|
3,
|
|
1444
1444
|
n0,
|
|
1445
1445
|
_DTE,
|
|
1446
1446
|
0,
|
|
1447
1447
|
[_na, _s, _sT, _eT, _cont],
|
|
1448
|
-
[0, 0, 4, 4, () => DeployTargetEventContext],
|
|
1449
|
-
];
|
|
1450
|
-
var DeployTargetEventContext = [3, n0, _DTEC, 0, [_sCI, _m], [0, 0]];
|
|
1451
|
-
var DeregisterWebhookWithThirdPartyInput = [3, n0, _DWWTPI, 0, [_wN], [0]];
|
|
1452
|
-
var DeregisterWebhookWithThirdPartyOutput = [3, n0, _DWWTPO, 0, [], []];
|
|
1453
|
-
var DisableStageTransitionInput = [
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
var
|
|
1462
|
-
|
|
1448
|
+
[0, 0, 4, 4, () => DeployTargetEventContext$],
|
|
1449
|
+
];
|
|
1450
|
+
var DeployTargetEventContext$ = [3, n0, _DTEC, 0, [_sCI, _m], [0, 0]];
|
|
1451
|
+
var DeregisterWebhookWithThirdPartyInput$ = [3, n0, _DWWTPI, 0, [_wN], [0]];
|
|
1452
|
+
var DeregisterWebhookWithThirdPartyOutput$ = [3, n0, _DWWTPO, 0, [], []];
|
|
1453
|
+
var DisableStageTransitionInput$ = [
|
|
1454
|
+
3,
|
|
1455
|
+
n0,
|
|
1456
|
+
_DSTI,
|
|
1457
|
+
0,
|
|
1458
|
+
[_pN, _sN, _tTr, _rea],
|
|
1459
|
+
[0, 0, 0, 0],
|
|
1460
|
+
];
|
|
1461
|
+
var DuplicatedStopRequestException$ = [-3, n0, _DSRE, { [_e]: _cl }, [_m], [0]];
|
|
1462
|
+
schema.TypeRegistry.for(n0).registerError(DuplicatedStopRequestException$, DuplicatedStopRequestException);
|
|
1463
|
+
var EnableStageTransitionInput$ = [3, n0, _ESTI, 0, [_pN, _sN, _tTr], [0, 0, 0]];
|
|
1464
|
+
var EncryptionKey$ = [3, n0, _EK, 0, [_id, _t], [0, 0]];
|
|
1465
|
+
var EnvironmentVariable$ = [3, n0, _EV, 0, [_na, _va, _t], [0, 0, 0]];
|
|
1466
|
+
var ErrorDetails$ = [3, n0, _ED, 0, [_cod, _m], [0, 0]];
|
|
1467
|
+
var ExecutionDetails$ = [3, n0, _EDx, 0, [_su, _eEI, _pC], [0, 0, 1]];
|
|
1468
|
+
var ExecutionTrigger$ = [3, n0, _ET, 0, [_tTri, _tD], [0, 0]];
|
|
1469
|
+
var ExecutorConfiguration$ = [
|
|
1463
1470
|
3,
|
|
1464
1471
|
n0,
|
|
1465
1472
|
_EC,
|
|
1466
1473
|
0,
|
|
1467
1474
|
[_lEC, _jWEC],
|
|
1468
|
-
[() => LambdaExecutorConfiguration
|
|
1475
|
+
[() => LambdaExecutorConfiguration$, () => JobWorkerExecutorConfiguration$],
|
|
1469
1476
|
];
|
|
1470
|
-
var FailureConditions = [
|
|
1477
|
+
var FailureConditions$ = [
|
|
1471
1478
|
3,
|
|
1472
1479
|
n0,
|
|
1473
1480
|
_FC,
|
|
1474
1481
|
0,
|
|
1475
1482
|
[_res, _rCe, _con],
|
|
1476
|
-
[0, () => RetryConfiguration
|
|
1483
|
+
[0, () => RetryConfiguration$, () => ConditionList],
|
|
1477
1484
|
];
|
|
1478
|
-
var FailureDetails = [3, n0, _FD, 0, [_t, _m, _eEI], [0, 0, 0]];
|
|
1479
|
-
var GetActionTypeInput = [3, n0, _GATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1480
|
-
var GetActionTypeOutput = [3, n0, _GATO, 0, [_aT], [() => ActionTypeDeclaration]];
|
|
1481
|
-
var GetJobDetailsInput = [3, n0, _GJDI, 0, [_jI], [0]];
|
|
1482
|
-
var GetJobDetailsOutput = [3, n0, _GJDO, 0, [_jD], [[() => JobDetails
|
|
1483
|
-
var GetPipelineExecutionInput = [3, n0, _GPEI, 0, [_pN, _pEI], [0, 0]];
|
|
1484
|
-
var GetPipelineExecutionOutput = [3, n0, _GPEO, 0, [_pE], [() => PipelineExecution]];
|
|
1485
|
-
var GetPipelineInput = [3, n0, _GPI, 0, [_na, _v], [0, 1]];
|
|
1486
|
-
var GetPipelineOutput = [
|
|
1485
|
+
var FailureDetails$ = [3, n0, _FD, 0, [_t, _m, _eEI], [0, 0, 0]];
|
|
1486
|
+
var GetActionTypeInput$ = [3, n0, _GATI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1487
|
+
var GetActionTypeOutput$ = [3, n0, _GATO, 0, [_aT], [() => ActionTypeDeclaration$]];
|
|
1488
|
+
var GetJobDetailsInput$ = [3, n0, _GJDI, 0, [_jI], [0]];
|
|
1489
|
+
var GetJobDetailsOutput$ = [3, n0, _GJDO, 0, [_jD], [[() => JobDetails$, 0]]];
|
|
1490
|
+
var GetPipelineExecutionInput$ = [3, n0, _GPEI, 0, [_pN, _pEI], [0, 0]];
|
|
1491
|
+
var GetPipelineExecutionOutput$ = [3, n0, _GPEO, 0, [_pE], [() => PipelineExecution$]];
|
|
1492
|
+
var GetPipelineInput$ = [3, n0, _GPI, 0, [_na, _v], [0, 1]];
|
|
1493
|
+
var GetPipelineOutput$ = [
|
|
1487
1494
|
3,
|
|
1488
1495
|
n0,
|
|
1489
1496
|
_GPO,
|
|
1490
1497
|
0,
|
|
1491
1498
|
[_pi, _me],
|
|
1492
|
-
[() => PipelineDeclaration
|
|
1499
|
+
[() => PipelineDeclaration$, () => PipelineMetadata$],
|
|
1493
1500
|
];
|
|
1494
|
-
var GetPipelineStateInput = [3, n0, _GPSI, 0, [_na], [0]];
|
|
1495
|
-
var GetPipelineStateOutput = [
|
|
1501
|
+
var GetPipelineStateInput$ = [3, n0, _GPSI, 0, [_na], [0]];
|
|
1502
|
+
var GetPipelineStateOutput$ = [
|
|
1496
1503
|
3,
|
|
1497
1504
|
n0,
|
|
1498
1505
|
_GPSO,
|
|
@@ -1500,17 +1507,17 @@ var GetPipelineStateOutput = [
|
|
|
1500
1507
|
[_pN, _pV, _sS, _cr, _up],
|
|
1501
1508
|
[0, 1, () => StageStateList, 4, 4],
|
|
1502
1509
|
];
|
|
1503
|
-
var GetThirdPartyJobDetailsInput = [3, n0, _GTPJDI, 0, [_jI, _cT], [0, 0]];
|
|
1504
|
-
var GetThirdPartyJobDetailsOutput = [
|
|
1510
|
+
var GetThirdPartyJobDetailsInput$ = [3, n0, _GTPJDI, 0, [_jI, _cT], [0, 0]];
|
|
1511
|
+
var GetThirdPartyJobDetailsOutput$ = [
|
|
1505
1512
|
3,
|
|
1506
1513
|
n0,
|
|
1507
1514
|
_GTPJDO,
|
|
1508
1515
|
0,
|
|
1509
1516
|
[_jD],
|
|
1510
|
-
[[() => ThirdPartyJobDetails
|
|
1517
|
+
[[() => ThirdPartyJobDetails$, 0]],
|
|
1511
1518
|
];
|
|
1512
|
-
var GitBranchFilterCriteria = [3, n0, _GBFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
|
|
1513
|
-
var GitConfiguration = [
|
|
1519
|
+
var GitBranchFilterCriteria$ = [3, n0, _GBFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
|
|
1520
|
+
var GitConfiguration$ = [
|
|
1514
1521
|
3,
|
|
1515
1522
|
n0,
|
|
1516
1523
|
_GC,
|
|
@@ -1518,50 +1525,50 @@ var GitConfiguration = [
|
|
|
1518
1525
|
[_sAN, _pu, _pR],
|
|
1519
1526
|
[0, () => GitPushFilterList, () => GitPullRequestFilterList],
|
|
1520
1527
|
];
|
|
1521
|
-
var GitFilePathFilterCriteria = [3, n0, _GFPFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
|
|
1522
|
-
var GitPullRequestFilter = [
|
|
1528
|
+
var GitFilePathFilterCriteria$ = [3, n0, _GFPFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
|
|
1529
|
+
var GitPullRequestFilter$ = [
|
|
1523
1530
|
3,
|
|
1524
1531
|
n0,
|
|
1525
1532
|
_GPRF,
|
|
1526
1533
|
0,
|
|
1527
1534
|
[_ev, _b, _fP],
|
|
1528
|
-
[64 | 0, () => GitBranchFilterCriteria
|
|
1535
|
+
[64 | 0, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$],
|
|
1529
1536
|
];
|
|
1530
|
-
var GitPushFilter = [
|
|
1537
|
+
var GitPushFilter$ = [
|
|
1531
1538
|
3,
|
|
1532
1539
|
n0,
|
|
1533
1540
|
_GPF,
|
|
1534
1541
|
0,
|
|
1535
1542
|
[_ta, _b, _fP],
|
|
1536
|
-
[() => GitTagFilterCriteria
|
|
1537
|
-
];
|
|
1538
|
-
var GitTagFilterCriteria = [3, n0, _GTFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
|
|
1539
|
-
var InputArtifact = [3, n0, _IA, 0, [_na], [0]];
|
|
1540
|
-
var InvalidActionDeclarationException = [-3, n0, _IADE, { [_e]: _cl }, [_m], [0]];
|
|
1541
|
-
schema.TypeRegistry.for(n0).registerError(InvalidActionDeclarationException
|
|
1542
|
-
var InvalidApprovalTokenException = [-3, n0, _IATE, { [_e]: _cl }, [_m], [0]];
|
|
1543
|
-
schema.TypeRegistry.for(n0).registerError(InvalidApprovalTokenException
|
|
1544
|
-
var InvalidArnException = [-3, n0, _IAE, { [_e]: _cl }, [_m], [0]];
|
|
1545
|
-
schema.TypeRegistry.for(n0).registerError(InvalidArnException
|
|
1546
|
-
var InvalidBlockerDeclarationException = [-3, n0, _IBDE, { [_e]: _cl }, [_m], [0]];
|
|
1547
|
-
schema.TypeRegistry.for(n0).registerError(InvalidBlockerDeclarationException
|
|
1548
|
-
var InvalidClientTokenException = [-3, n0, _ICTE, { [_e]: _cl }, [_m], [0]];
|
|
1549
|
-
schema.TypeRegistry.for(n0).registerError(InvalidClientTokenException
|
|
1550
|
-
var InvalidJobException = [-3, n0, _IJE, { [_e]: _cl }, [_m], [0]];
|
|
1551
|
-
schema.TypeRegistry.for(n0).registerError(InvalidJobException
|
|
1552
|
-
var InvalidJobStateException = [-3, n0, _IJSE, { [_e]: _cl }, [_m], [0]];
|
|
1553
|
-
schema.TypeRegistry.for(n0).registerError(InvalidJobStateException
|
|
1554
|
-
var InvalidNextTokenException = [-3, n0, _INTE, { [_e]: _cl }, [_m], [0]];
|
|
1555
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException
|
|
1556
|
-
var InvalidNonceException = [-3, n0, _INE, { [_e]: _cl }, [_m], [0]];
|
|
1557
|
-
schema.TypeRegistry.for(n0).registerError(InvalidNonceException
|
|
1558
|
-
var InvalidStageDeclarationException = [-3, n0, _ISDE, { [_e]: _cl }, [_m], [0]];
|
|
1559
|
-
schema.TypeRegistry.for(n0).registerError(InvalidStageDeclarationException
|
|
1560
|
-
var InvalidStructureException = [-3, n0, _ISE, { [_e]: _cl }, [_m], [0]];
|
|
1561
|
-
schema.TypeRegistry.for(n0).registerError(InvalidStructureException
|
|
1562
|
-
var InvalidTagsException = [-3, n0, _ITE, { [_e]: _cl }, [_m], [0]];
|
|
1563
|
-
schema.TypeRegistry.for(n0).registerError(InvalidTagsException
|
|
1564
|
-
var InvalidWebhookAuthenticationParametersException = [
|
|
1543
|
+
[() => GitTagFilterCriteria$, () => GitBranchFilterCriteria$, () => GitFilePathFilterCriteria$],
|
|
1544
|
+
];
|
|
1545
|
+
var GitTagFilterCriteria$ = [3, n0, _GTFC, 0, [_in, _exc], [64 | 0, 64 | 0]];
|
|
1546
|
+
var InputArtifact$ = [3, n0, _IA, 0, [_na], [0]];
|
|
1547
|
+
var InvalidActionDeclarationException$ = [-3, n0, _IADE, { [_e]: _cl }, [_m], [0]];
|
|
1548
|
+
schema.TypeRegistry.for(n0).registerError(InvalidActionDeclarationException$, InvalidActionDeclarationException);
|
|
1549
|
+
var InvalidApprovalTokenException$ = [-3, n0, _IATE, { [_e]: _cl }, [_m], [0]];
|
|
1550
|
+
schema.TypeRegistry.for(n0).registerError(InvalidApprovalTokenException$, InvalidApprovalTokenException);
|
|
1551
|
+
var InvalidArnException$ = [-3, n0, _IAE, { [_e]: _cl }, [_m], [0]];
|
|
1552
|
+
schema.TypeRegistry.for(n0).registerError(InvalidArnException$, InvalidArnException);
|
|
1553
|
+
var InvalidBlockerDeclarationException$ = [-3, n0, _IBDE, { [_e]: _cl }, [_m], [0]];
|
|
1554
|
+
schema.TypeRegistry.for(n0).registerError(InvalidBlockerDeclarationException$, InvalidBlockerDeclarationException);
|
|
1555
|
+
var InvalidClientTokenException$ = [-3, n0, _ICTE, { [_e]: _cl }, [_m], [0]];
|
|
1556
|
+
schema.TypeRegistry.for(n0).registerError(InvalidClientTokenException$, InvalidClientTokenException);
|
|
1557
|
+
var InvalidJobException$ = [-3, n0, _IJE, { [_e]: _cl }, [_m], [0]];
|
|
1558
|
+
schema.TypeRegistry.for(n0).registerError(InvalidJobException$, InvalidJobException);
|
|
1559
|
+
var InvalidJobStateException$ = [-3, n0, _IJSE, { [_e]: _cl }, [_m], [0]];
|
|
1560
|
+
schema.TypeRegistry.for(n0).registerError(InvalidJobStateException$, InvalidJobStateException);
|
|
1561
|
+
var InvalidNextTokenException$ = [-3, n0, _INTE, { [_e]: _cl }, [_m], [0]];
|
|
1562
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNextTokenException$, InvalidNextTokenException);
|
|
1563
|
+
var InvalidNonceException$ = [-3, n0, _INE, { [_e]: _cl }, [_m], [0]];
|
|
1564
|
+
schema.TypeRegistry.for(n0).registerError(InvalidNonceException$, InvalidNonceException);
|
|
1565
|
+
var InvalidStageDeclarationException$ = [-3, n0, _ISDE, { [_e]: _cl }, [_m], [0]];
|
|
1566
|
+
schema.TypeRegistry.for(n0).registerError(InvalidStageDeclarationException$, InvalidStageDeclarationException);
|
|
1567
|
+
var InvalidStructureException$ = [-3, n0, _ISE, { [_e]: _cl }, [_m], [0]];
|
|
1568
|
+
schema.TypeRegistry.for(n0).registerError(InvalidStructureException$, InvalidStructureException);
|
|
1569
|
+
var InvalidTagsException$ = [-3, n0, _ITE, { [_e]: _cl }, [_m], [0]];
|
|
1570
|
+
schema.TypeRegistry.for(n0).registerError(InvalidTagsException$, InvalidTagsException);
|
|
1571
|
+
var InvalidWebhookAuthenticationParametersException$ = [
|
|
1565
1572
|
-3,
|
|
1566
1573
|
n0,
|
|
1567
1574
|
_IWAPE,
|
|
@@ -1569,44 +1576,44 @@ var InvalidWebhookAuthenticationParametersException = [
|
|
|
1569
1576
|
[_m],
|
|
1570
1577
|
[0],
|
|
1571
1578
|
];
|
|
1572
|
-
schema.TypeRegistry.for(n0).registerError(InvalidWebhookAuthenticationParametersException
|
|
1573
|
-
var InvalidWebhookFilterPatternException = [-3, n0, _IWFPE, { [_e]: _cl }, [_m], [0]];
|
|
1574
|
-
schema.TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException
|
|
1575
|
-
var Job = [3, n0, _J, 0, [_id, _da, _n, _aI], [0, [() => JobData
|
|
1576
|
-
var JobData = [
|
|
1579
|
+
schema.TypeRegistry.for(n0).registerError(InvalidWebhookAuthenticationParametersException$, InvalidWebhookAuthenticationParametersException);
|
|
1580
|
+
var InvalidWebhookFilterPatternException$ = [-3, n0, _IWFPE, { [_e]: _cl }, [_m], [0]];
|
|
1581
|
+
schema.TypeRegistry.for(n0).registerError(InvalidWebhookFilterPatternException$, InvalidWebhookFilterPatternException);
|
|
1582
|
+
var Job$ = [3, n0, _J, 0, [_id, _da, _n, _aI], [0, [() => JobData$, 0], 0, 0]];
|
|
1583
|
+
var JobData$ = [
|
|
1577
1584
|
3,
|
|
1578
1585
|
n0,
|
|
1579
1586
|
_JD,
|
|
1580
1587
|
0,
|
|
1581
1588
|
[_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
|
|
1582
1589
|
[
|
|
1583
|
-
() => ActionTypeId
|
|
1584
|
-
() => ActionConfiguration
|
|
1585
|
-
() => PipelineContext
|
|
1590
|
+
() => ActionTypeId$,
|
|
1591
|
+
() => ActionConfiguration$,
|
|
1592
|
+
() => PipelineContext$,
|
|
1586
1593
|
() => ArtifactList,
|
|
1587
1594
|
() => ArtifactList,
|
|
1588
|
-
[() => AWSSessionCredentials
|
|
1595
|
+
[() => AWSSessionCredentials$, 0],
|
|
1589
1596
|
0,
|
|
1590
|
-
() => EncryptionKey
|
|
1597
|
+
() => EncryptionKey$,
|
|
1591
1598
|
],
|
|
1592
1599
|
];
|
|
1593
|
-
var JobDetails = [3, n0, _JDo, 0, [_id, _da, _aI], [0, [() => JobData
|
|
1594
|
-
var JobNotFoundException = [-3, n0, _JNFE, { [_e]: _cl }, [_m], [0]];
|
|
1595
|
-
schema.TypeRegistry.for(n0).registerError(JobNotFoundException
|
|
1596
|
-
var JobWorkerExecutorConfiguration = [3, n0, _JWEC, 0, [_pA, _pSP], [64 | 0, 64 | 0]];
|
|
1597
|
-
var LambdaExecutorConfiguration = [3, n0, _LEC, 0, [_lFA], [0]];
|
|
1598
|
-
var LatestInPipelineExecutionFilter = [3, n0, _LIPEF, 0, [_pEI, _sTR], [0, 0]];
|
|
1599
|
-
var LimitExceededException = [-3, n0, _LEE, { [_e]: _cl }, [_m], [0]];
|
|
1600
|
-
schema.TypeRegistry.for(n0).registerError(LimitExceededException
|
|
1601
|
-
var ListActionExecutionsInput = [
|
|
1600
|
+
var JobDetails$ = [3, n0, _JDo, 0, [_id, _da, _aI], [0, [() => JobData$, 0], 0]];
|
|
1601
|
+
var JobNotFoundException$ = [-3, n0, _JNFE, { [_e]: _cl }, [_m], [0]];
|
|
1602
|
+
schema.TypeRegistry.for(n0).registerError(JobNotFoundException$, JobNotFoundException);
|
|
1603
|
+
var JobWorkerExecutorConfiguration$ = [3, n0, _JWEC, 0, [_pA, _pSP], [64 | 0, 64 | 0]];
|
|
1604
|
+
var LambdaExecutorConfiguration$ = [3, n0, _LEC, 0, [_lFA], [0]];
|
|
1605
|
+
var LatestInPipelineExecutionFilter$ = [3, n0, _LIPEF, 0, [_pEI, _sTR], [0, 0]];
|
|
1606
|
+
var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _cl }, [_m], [0]];
|
|
1607
|
+
schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1608
|
+
var ListActionExecutionsInput$ = [
|
|
1602
1609
|
3,
|
|
1603
1610
|
n0,
|
|
1604
1611
|
_LAEI,
|
|
1605
1612
|
0,
|
|
1606
1613
|
[_pN, _f, _mR, _nT],
|
|
1607
|
-
[0, () => ActionExecutionFilter
|
|
1614
|
+
[0, () => ActionExecutionFilter$, 1, 0],
|
|
1608
1615
|
];
|
|
1609
|
-
var ListActionExecutionsOutput = [
|
|
1616
|
+
var ListActionExecutionsOutput$ = [
|
|
1610
1617
|
3,
|
|
1611
1618
|
n0,
|
|
1612
1619
|
_LAEO,
|
|
@@ -1614,9 +1621,9 @@ var ListActionExecutionsOutput = [
|
|
|
1614
1621
|
[_aED, _nT],
|
|
1615
1622
|
[() => ActionExecutionDetailList, 0],
|
|
1616
1623
|
];
|
|
1617
|
-
var ListActionTypesInput = [3, n0, _LATI, 0, [_aOF, _nT, _rF], [0, 0, 0]];
|
|
1618
|
-
var ListActionTypesOutput = [3, n0, _LATO, 0, [_aTc, _nT], [() => ActionTypeList, 0]];
|
|
1619
|
-
var ListDeployActionExecutionTargetsInput = [
|
|
1624
|
+
var ListActionTypesInput$ = [3, n0, _LATI, 0, [_aOF, _nT, _rF], [0, 0, 0]];
|
|
1625
|
+
var ListActionTypesOutput$ = [3, n0, _LATO, 0, [_aTc, _nT], [() => ActionTypeList, 0]];
|
|
1626
|
+
var ListDeployActionExecutionTargetsInput$ = [
|
|
1620
1627
|
3,
|
|
1621
1628
|
n0,
|
|
1622
1629
|
_LDAETI,
|
|
@@ -1624,7 +1631,7 @@ var ListDeployActionExecutionTargetsInput = [
|
|
|
1624
1631
|
[_pN, _aEI, _fi, _mR, _nT],
|
|
1625
1632
|
[0, 0, () => TargetFilterList, 1, 0],
|
|
1626
1633
|
];
|
|
1627
|
-
var ListDeployActionExecutionTargetsOutput = [
|
|
1634
|
+
var ListDeployActionExecutionTargetsOutput$ = [
|
|
1628
1635
|
3,
|
|
1629
1636
|
n0,
|
|
1630
1637
|
_LDAETO,
|
|
@@ -1632,15 +1639,15 @@ var ListDeployActionExecutionTargetsOutput = [
|
|
|
1632
1639
|
[_tar, _nT],
|
|
1633
1640
|
[() => DeployActionExecutionTargetList, 0],
|
|
1634
1641
|
];
|
|
1635
|
-
var ListPipelineExecutionsInput = [
|
|
1642
|
+
var ListPipelineExecutionsInput$ = [
|
|
1636
1643
|
3,
|
|
1637
1644
|
n0,
|
|
1638
1645
|
_LPEI,
|
|
1639
1646
|
0,
|
|
1640
1647
|
[_pN, _mR, _f, _nT],
|
|
1641
|
-
[0, 1, () => PipelineExecutionFilter
|
|
1648
|
+
[0, 1, () => PipelineExecutionFilter$, 0],
|
|
1642
1649
|
];
|
|
1643
|
-
var ListPipelineExecutionsOutput = [
|
|
1650
|
+
var ListPipelineExecutionsOutput$ = [
|
|
1644
1651
|
3,
|
|
1645
1652
|
n0,
|
|
1646
1653
|
_LPEO,
|
|
@@ -1648,17 +1655,17 @@ var ListPipelineExecutionsOutput = [
|
|
|
1648
1655
|
[_pES, _nT],
|
|
1649
1656
|
[() => PipelineExecutionSummaryList, 0],
|
|
1650
1657
|
];
|
|
1651
|
-
var ListPipelinesInput = [3, n0, _LPI, 0, [_nT, _mR], [0, 1]];
|
|
1652
|
-
var ListPipelinesOutput = [3, n0, _LPO, 0, [_pip, _nT], [() => PipelineList, 0]];
|
|
1653
|
-
var ListRuleExecutionsInput = [
|
|
1658
|
+
var ListPipelinesInput$ = [3, n0, _LPI, 0, [_nT, _mR], [0, 1]];
|
|
1659
|
+
var ListPipelinesOutput$ = [3, n0, _LPO, 0, [_pip, _nT], [() => PipelineList, 0]];
|
|
1660
|
+
var ListRuleExecutionsInput$ = [
|
|
1654
1661
|
3,
|
|
1655
1662
|
n0,
|
|
1656
1663
|
_LREI,
|
|
1657
1664
|
0,
|
|
1658
1665
|
[_pN, _f, _mR, _nT],
|
|
1659
|
-
[0, () => RuleExecutionFilter
|
|
1666
|
+
[0, () => RuleExecutionFilter$, 1, 0],
|
|
1660
1667
|
];
|
|
1661
|
-
var ListRuleExecutionsOutput = [
|
|
1668
|
+
var ListRuleExecutionsOutput$ = [
|
|
1662
1669
|
3,
|
|
1663
1670
|
n0,
|
|
1664
1671
|
_LREO,
|
|
@@ -1666,26 +1673,26 @@ var ListRuleExecutionsOutput = [
|
|
|
1666
1673
|
[_rED, _nT],
|
|
1667
1674
|
[() => RuleExecutionDetailList, 0],
|
|
1668
1675
|
];
|
|
1669
|
-
var ListRuleTypesInput = [3, n0, _LRTI, 0, [_rOF, _rF], [0, 0]];
|
|
1670
|
-
var ListRuleTypesOutput = [3, n0, _LRTO, 0, [_rT], [() => RuleTypeList]];
|
|
1671
|
-
var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_rAe, _nT, _mR], [0, 0, 1]];
|
|
1672
|
-
var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_ta, _nT], [() => TagList, 0]];
|
|
1673
|
-
var ListWebhookItem = [
|
|
1676
|
+
var ListRuleTypesInput$ = [3, n0, _LRTI, 0, [_rOF, _rF], [0, 0]];
|
|
1677
|
+
var ListRuleTypesOutput$ = [3, n0, _LRTO, 0, [_rT], [() => RuleTypeList]];
|
|
1678
|
+
var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_rAe, _nT, _mR], [0, 0, 1]];
|
|
1679
|
+
var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_ta, _nT], [() => TagList, 0]];
|
|
1680
|
+
var ListWebhookItem$ = [
|
|
1674
1681
|
3,
|
|
1675
1682
|
n0,
|
|
1676
1683
|
_LWI,
|
|
1677
1684
|
0,
|
|
1678
1685
|
[_de, _ur, _eM, _eC, _lT, _a, _ta],
|
|
1679
|
-
[() => WebhookDefinition
|
|
1686
|
+
[() => WebhookDefinition$, 0, 0, 0, 4, 0, () => TagList],
|
|
1680
1687
|
];
|
|
1681
|
-
var ListWebhooksInput = [3, n0, _LWIi, 0, [_NT, _MR], [0, 1]];
|
|
1682
|
-
var ListWebhooksOutput = [3, n0, _LWO, 0, [_w, _NT], [() => WebhookList, 0]];
|
|
1683
|
-
var NotLatestPipelineExecutionException = [-3, n0, _NLPEE, { [_e]: _cl }, [_m], [0]];
|
|
1684
|
-
schema.TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException
|
|
1685
|
-
var OutputArtifact = [3, n0, _OA, 0, [_na, _fil], [0, 64 | 0]];
|
|
1686
|
-
var OutputVariablesSizeExceededException = [-3, n0, _OVSEE, { [_e]: _cl }, [_m], [0]];
|
|
1687
|
-
schema.TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException
|
|
1688
|
-
var OverrideStageConditionInput = [
|
|
1688
|
+
var ListWebhooksInput$ = [3, n0, _LWIi, 0, [_NT, _MR], [0, 1]];
|
|
1689
|
+
var ListWebhooksOutput$ = [3, n0, _LWO, 0, [_w, _NT], [() => WebhookList, 0]];
|
|
1690
|
+
var NotLatestPipelineExecutionException$ = [-3, n0, _NLPEE, { [_e]: _cl }, [_m], [0]];
|
|
1691
|
+
schema.TypeRegistry.for(n0).registerError(NotLatestPipelineExecutionException$, NotLatestPipelineExecutionException);
|
|
1692
|
+
var OutputArtifact$ = [3, n0, _OA, 0, [_na, _fil], [0, 64 | 0]];
|
|
1693
|
+
var OutputVariablesSizeExceededException$ = [-3, n0, _OVSEE, { [_e]: _cl }, [_m], [0]];
|
|
1694
|
+
schema.TypeRegistry.for(n0).registerError(OutputVariablesSizeExceededException$, OutputVariablesSizeExceededException);
|
|
1695
|
+
var OverrideStageConditionInput$ = [
|
|
1689
1696
|
3,
|
|
1690
1697
|
n0,
|
|
1691
1698
|
_OSCI,
|
|
@@ -1693,15 +1700,15 @@ var OverrideStageConditionInput = [
|
|
|
1693
1700
|
[_pN, _sN, _pEI, _cTon],
|
|
1694
1701
|
[0, 0, 0, 0],
|
|
1695
1702
|
];
|
|
1696
|
-
var PipelineContext = [
|
|
1703
|
+
var PipelineContext$ = [
|
|
1697
1704
|
3,
|
|
1698
1705
|
n0,
|
|
1699
1706
|
_PC,
|
|
1700
1707
|
0,
|
|
1701
1708
|
[_pN, _st, _ac, _pAi, _pEI],
|
|
1702
|
-
[0, () => StageContext
|
|
1709
|
+
[0, () => StageContext$, () => ActionContext$, 0, 0],
|
|
1703
1710
|
];
|
|
1704
|
-
var PipelineDeclaration = [
|
|
1711
|
+
var PipelineDeclaration$ = [
|
|
1705
1712
|
3,
|
|
1706
1713
|
n0,
|
|
1707
1714
|
_PD,
|
|
@@ -1710,7 +1717,7 @@ var PipelineDeclaration = [
|
|
|
1710
1717
|
[
|
|
1711
1718
|
0,
|
|
1712
1719
|
0,
|
|
1713
|
-
() => ArtifactStore
|
|
1720
|
+
() => ArtifactStore$,
|
|
1714
1721
|
() => ArtifactStoreMap,
|
|
1715
1722
|
() => PipelineStageDeclarationList,
|
|
1716
1723
|
1,
|
|
@@ -1720,7 +1727,7 @@ var PipelineDeclaration = [
|
|
|
1720
1727
|
() => PipelineTriggerDeclarationList,
|
|
1721
1728
|
],
|
|
1722
1729
|
];
|
|
1723
|
-
var PipelineExecution = [
|
|
1730
|
+
var PipelineExecution$ = [
|
|
1724
1731
|
3,
|
|
1725
1732
|
n0,
|
|
1726
1733
|
_PE,
|
|
@@ -1734,20 +1741,20 @@ var PipelineExecution = [
|
|
|
1734
1741
|
0,
|
|
1735
1742
|
() => ArtifactRevisionList,
|
|
1736
1743
|
() => ResolvedPipelineVariableList,
|
|
1737
|
-
() => ExecutionTrigger
|
|
1744
|
+
() => ExecutionTrigger$,
|
|
1738
1745
|
0,
|
|
1739
1746
|
0,
|
|
1740
|
-
() => PipelineRollbackMetadata
|
|
1747
|
+
() => PipelineRollbackMetadata$,
|
|
1741
1748
|
],
|
|
1742
1749
|
];
|
|
1743
|
-
var PipelineExecutionFilter = [3, n0, _PEF, 0, [_sIS], [() => SucceededInStageFilter]];
|
|
1744
|
-
var PipelineExecutionNotFoundException = [-3, n0, _PENFE, { [_e]: _cl }, [_m], [0]];
|
|
1745
|
-
schema.TypeRegistry.for(n0).registerError(PipelineExecutionNotFoundException
|
|
1746
|
-
var PipelineExecutionNotStoppableException = [-3, n0, _PENSE, { [_e]: _cl }, [_m], [0]];
|
|
1747
|
-
schema.TypeRegistry.for(n0).registerError(PipelineExecutionNotStoppableException
|
|
1748
|
-
var PipelineExecutionOutdatedException = [-3, n0, _PEOE, { [_e]: _cl }, [_m], [0]];
|
|
1749
|
-
schema.TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException
|
|
1750
|
-
var PipelineExecutionSummary = [
|
|
1750
|
+
var PipelineExecutionFilter$ = [3, n0, _PEF, 0, [_sIS], [() => SucceededInStageFilter$]];
|
|
1751
|
+
var PipelineExecutionNotFoundException$ = [-3, n0, _PENFE, { [_e]: _cl }, [_m], [0]];
|
|
1752
|
+
schema.TypeRegistry.for(n0).registerError(PipelineExecutionNotFoundException$, PipelineExecutionNotFoundException);
|
|
1753
|
+
var PipelineExecutionNotStoppableException$ = [-3, n0, _PENSE, { [_e]: _cl }, [_m], [0]];
|
|
1754
|
+
schema.TypeRegistry.for(n0).registerError(PipelineExecutionNotStoppableException$, PipelineExecutionNotStoppableException);
|
|
1755
|
+
var PipelineExecutionOutdatedException$ = [-3, n0, _PEOE, { [_e]: _cl }, [_m], [0]];
|
|
1756
|
+
schema.TypeRegistry.for(n0).registerError(PipelineExecutionOutdatedException$, PipelineExecutionOutdatedException);
|
|
1757
|
+
var PipelineExecutionSummary$ = [
|
|
1751
1758
|
3,
|
|
1752
1759
|
n0,
|
|
1753
1760
|
_PES,
|
|
@@ -1760,116 +1767,130 @@ var PipelineExecutionSummary = [
|
|
|
1760
1767
|
4,
|
|
1761
1768
|
4,
|
|
1762
1769
|
() => SourceRevisionList,
|
|
1763
|
-
() => ExecutionTrigger
|
|
1764
|
-
() => StopExecutionTrigger
|
|
1770
|
+
() => ExecutionTrigger$,
|
|
1771
|
+
() => StopExecutionTrigger$,
|
|
1765
1772
|
0,
|
|
1766
1773
|
0,
|
|
1767
|
-
() => PipelineRollbackMetadata
|
|
1774
|
+
() => PipelineRollbackMetadata$,
|
|
1768
1775
|
],
|
|
1769
1776
|
];
|
|
1770
|
-
var PipelineMetadata = [3, n0, _PM, 0, [_pAi, _cr, _up, _pDA], [0, 4, 4, 4]];
|
|
1771
|
-
var PipelineNameInUseException = [-3, n0, _PNIUE, { [_e]: _cl }, [_m], [0]];
|
|
1772
|
-
schema.TypeRegistry.for(n0).registerError(PipelineNameInUseException
|
|
1773
|
-
var PipelineNotFoundException = [-3, n0, _PNFE, { [_e]: _cl }, [_m], [0]];
|
|
1774
|
-
schema.TypeRegistry.for(n0).registerError(PipelineNotFoundException
|
|
1775
|
-
var PipelineRollbackMetadata = [3, n0, _PRM, 0, [_rTPEI], [0]];
|
|
1776
|
-
var PipelineSummary = [
|
|
1777
|
-
|
|
1777
|
+
var PipelineMetadata$ = [3, n0, _PM, 0, [_pAi, _cr, _up, _pDA], [0, 4, 4, 4]];
|
|
1778
|
+
var PipelineNameInUseException$ = [-3, n0, _PNIUE, { [_e]: _cl }, [_m], [0]];
|
|
1779
|
+
schema.TypeRegistry.for(n0).registerError(PipelineNameInUseException$, PipelineNameInUseException);
|
|
1780
|
+
var PipelineNotFoundException$ = [-3, n0, _PNFE, { [_e]: _cl }, [_m], [0]];
|
|
1781
|
+
schema.TypeRegistry.for(n0).registerError(PipelineNotFoundException$, PipelineNotFoundException);
|
|
1782
|
+
var PipelineRollbackMetadata$ = [3, n0, _PRM, 0, [_rTPEI], [0]];
|
|
1783
|
+
var PipelineSummary$ = [
|
|
1784
|
+
3,
|
|
1785
|
+
n0,
|
|
1786
|
+
_PS,
|
|
1787
|
+
0,
|
|
1788
|
+
[_na, _v, _pT, _eMx, _cr, _up],
|
|
1789
|
+
[0, 1, 0, 0, 4, 4],
|
|
1790
|
+
];
|
|
1791
|
+
var PipelineTriggerDeclaration$ = [
|
|
1778
1792
|
3,
|
|
1779
1793
|
n0,
|
|
1780
1794
|
_PTD,
|
|
1781
1795
|
0,
|
|
1782
1796
|
[_pTr, _gC],
|
|
1783
|
-
[0, () => GitConfiguration],
|
|
1797
|
+
[0, () => GitConfiguration$],
|
|
1784
1798
|
];
|
|
1785
|
-
var PipelineVariable = [3, n0, _PV, 0, [_na, _va], [0, 0]];
|
|
1786
|
-
var PipelineVariableDeclaration = [3, n0, _PVD, 0, [_na, _dV, _d], [0, 0, 0]];
|
|
1787
|
-
var PipelineVersionNotFoundException = [-3, n0, _PVNFE, { [_e]: _cl }, [_m], [0]];
|
|
1788
|
-
schema.TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException
|
|
1789
|
-
var PollForJobsInput = [
|
|
1799
|
+
var PipelineVariable$ = [3, n0, _PV, 0, [_na, _va], [0, 0]];
|
|
1800
|
+
var PipelineVariableDeclaration$ = [3, n0, _PVD, 0, [_na, _dV, _d], [0, 0, 0]];
|
|
1801
|
+
var PipelineVersionNotFoundException$ = [-3, n0, _PVNFE, { [_e]: _cl }, [_m], [0]];
|
|
1802
|
+
schema.TypeRegistry.for(n0).registerError(PipelineVersionNotFoundException$, PipelineVersionNotFoundException);
|
|
1803
|
+
var PollForJobsInput$ = [
|
|
1790
1804
|
3,
|
|
1791
1805
|
n0,
|
|
1792
1806
|
_PFJI,
|
|
1793
1807
|
0,
|
|
1794
1808
|
[_aTI, _mBS, _qP],
|
|
1795
|
-
[() => ActionTypeId
|
|
1809
|
+
[() => ActionTypeId$, 1, 128 | 0],
|
|
1796
1810
|
];
|
|
1797
|
-
var PollForJobsOutput = [3, n0, _PFJO, 0, [_j], [[() => JobList, 0]]];
|
|
1798
|
-
var PollForThirdPartyJobsInput = [
|
|
1811
|
+
var PollForJobsOutput$ = [3, n0, _PFJO, 0, [_j], [[() => JobList, 0]]];
|
|
1812
|
+
var PollForThirdPartyJobsInput$ = [
|
|
1799
1813
|
3,
|
|
1800
1814
|
n0,
|
|
1801
1815
|
_PFTPJI,
|
|
1802
1816
|
0,
|
|
1803
1817
|
[_aTI, _mBS],
|
|
1804
|
-
[() => ActionTypeId
|
|
1818
|
+
[() => ActionTypeId$, 1],
|
|
1805
1819
|
];
|
|
1806
|
-
var PollForThirdPartyJobsOutput = [3, n0, _PFTPJO, 0, [_j], [() => ThirdPartyJobList]];
|
|
1807
|
-
var PutActionRevisionInput = [
|
|
1820
|
+
var PollForThirdPartyJobsOutput$ = [3, n0, _PFTPJO, 0, [_j], [() => ThirdPartyJobList]];
|
|
1821
|
+
var PutActionRevisionInput$ = [
|
|
1808
1822
|
3,
|
|
1809
1823
|
n0,
|
|
1810
1824
|
_PARI,
|
|
1811
1825
|
0,
|
|
1812
1826
|
[_pN, _sN, _aN, _aRc],
|
|
1813
|
-
[0, 0, 0, () => ActionRevision],
|
|
1827
|
+
[0, 0, 0, () => ActionRevision$],
|
|
1814
1828
|
];
|
|
1815
|
-
var PutActionRevisionOutput = [3, n0, _PARO, 0, [_nR, _pEI], [2, 0]];
|
|
1816
|
-
var PutApprovalResultInput = [
|
|
1829
|
+
var PutActionRevisionOutput$ = [3, n0, _PARO, 0, [_nR, _pEI], [2, 0]];
|
|
1830
|
+
var PutApprovalResultInput$ = [
|
|
1817
1831
|
3,
|
|
1818
1832
|
n0,
|
|
1819
1833
|
_PARIu,
|
|
1820
1834
|
0,
|
|
1821
1835
|
[_pN, _sN, _aN, _res, _to],
|
|
1822
|
-
[0, 0, 0, () => ApprovalResult
|
|
1836
|
+
[0, 0, 0, () => ApprovalResult$, 0],
|
|
1823
1837
|
];
|
|
1824
|
-
var PutApprovalResultOutput = [3, n0, _PAROu, 0, [_aAp], [4]];
|
|
1825
|
-
var PutJobFailureResultInput = [
|
|
1826
|
-
|
|
1838
|
+
var PutApprovalResultOutput$ = [3, n0, _PAROu, 0, [_aAp], [4]];
|
|
1839
|
+
var PutJobFailureResultInput$ = [
|
|
1840
|
+
3,
|
|
1841
|
+
n0,
|
|
1842
|
+
_PJFRI,
|
|
1843
|
+
0,
|
|
1844
|
+
[_jI, _fD],
|
|
1845
|
+
[0, () => FailureDetails$],
|
|
1846
|
+
];
|
|
1847
|
+
var PutJobSuccessResultInput$ = [
|
|
1827
1848
|
3,
|
|
1828
1849
|
n0,
|
|
1829
1850
|
_PJSRI,
|
|
1830
1851
|
0,
|
|
1831
1852
|
[_jI, _cR, _cTo, _eDx, _oV],
|
|
1832
|
-
[0, () => CurrentRevision
|
|
1853
|
+
[0, () => CurrentRevision$, 0, () => ExecutionDetails$, 128 | 0],
|
|
1833
1854
|
];
|
|
1834
|
-
var PutThirdPartyJobFailureResultInput = [
|
|
1855
|
+
var PutThirdPartyJobFailureResultInput$ = [
|
|
1835
1856
|
3,
|
|
1836
1857
|
n0,
|
|
1837
1858
|
_PTPJFRI,
|
|
1838
1859
|
0,
|
|
1839
1860
|
[_jI, _cT, _fD],
|
|
1840
|
-
[0, 0, () => FailureDetails],
|
|
1861
|
+
[0, 0, () => FailureDetails$],
|
|
1841
1862
|
];
|
|
1842
|
-
var PutThirdPartyJobSuccessResultInput = [
|
|
1863
|
+
var PutThirdPartyJobSuccessResultInput$ = [
|
|
1843
1864
|
3,
|
|
1844
1865
|
n0,
|
|
1845
1866
|
_PTPJSRI,
|
|
1846
1867
|
0,
|
|
1847
1868
|
[_jI, _cT, _cR, _cTo, _eDx],
|
|
1848
|
-
[0, 0, () => CurrentRevision
|
|
1869
|
+
[0, 0, () => CurrentRevision$, 0, () => ExecutionDetails$],
|
|
1849
1870
|
];
|
|
1850
|
-
var PutWebhookInput = [
|
|
1871
|
+
var PutWebhookInput$ = [
|
|
1851
1872
|
3,
|
|
1852
1873
|
n0,
|
|
1853
1874
|
_PWI,
|
|
1854
1875
|
0,
|
|
1855
1876
|
[_we, _ta],
|
|
1856
|
-
[() => WebhookDefinition
|
|
1857
|
-
];
|
|
1858
|
-
var PutWebhookOutput = [3, n0, _PWO, 0, [_we], [() => ListWebhookItem]];
|
|
1859
|
-
var RegisterWebhookWithThirdPartyInput = [3, n0, _RWWTPI, 0, [_wN], [0]];
|
|
1860
|
-
var RegisterWebhookWithThirdPartyOutput = [3, n0, _RWWTPO, 0, [], []];
|
|
1861
|
-
var RequestFailedException = [-3, n0, _RFE, { [_e]: _cl }, [_m], [0]];
|
|
1862
|
-
schema.TypeRegistry.for(n0).registerError(RequestFailedException
|
|
1863
|
-
var ResolvedPipelineVariable = [3, n0, _RPV, 0, [_na, _rV], [0, 0]];
|
|
1864
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl }, [_m], [0]];
|
|
1865
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1866
|
-
var RetryConfiguration = [3, n0, _RC, 0, [_rMe], [0]];
|
|
1867
|
-
var RetryStageExecutionInput = [3, n0, _RSEI, 0, [_pN, _sN, _pEI, _rMe], [0, 0, 0, 0]];
|
|
1868
|
-
var RetryStageExecutionOutput = [3, n0, _RSEO, 0, [_pEI], [0]];
|
|
1869
|
-
var RetryStageMetadata = [3, n0, _RSM, 0, [_aSRA, _mSRA, _lRT], [1, 1, 0]];
|
|
1870
|
-
var RollbackStageInput = [3, n0, _RSI, 0, [_pN, _sN, _tPEI], [0, 0, 0]];
|
|
1871
|
-
var RollbackStageOutput = [3, n0, _RSO, 0, [_pEI], [0]];
|
|
1872
|
-
var RuleConfigurationProperty = [
|
|
1877
|
+
[() => WebhookDefinition$, () => TagList],
|
|
1878
|
+
];
|
|
1879
|
+
var PutWebhookOutput$ = [3, n0, _PWO, 0, [_we], [() => ListWebhookItem$]];
|
|
1880
|
+
var RegisterWebhookWithThirdPartyInput$ = [3, n0, _RWWTPI, 0, [_wN], [0]];
|
|
1881
|
+
var RegisterWebhookWithThirdPartyOutput$ = [3, n0, _RWWTPO, 0, [], []];
|
|
1882
|
+
var RequestFailedException$ = [-3, n0, _RFE, { [_e]: _cl }, [_m], [0]];
|
|
1883
|
+
schema.TypeRegistry.for(n0).registerError(RequestFailedException$, RequestFailedException);
|
|
1884
|
+
var ResolvedPipelineVariable$ = [3, n0, _RPV, 0, [_na, _rV], [0, 0]];
|
|
1885
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _cl }, [_m], [0]];
|
|
1886
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1887
|
+
var RetryConfiguration$ = [3, n0, _RC, 0, [_rMe], [0]];
|
|
1888
|
+
var RetryStageExecutionInput$ = [3, n0, _RSEI, 0, [_pN, _sN, _pEI, _rMe], [0, 0, 0, 0]];
|
|
1889
|
+
var RetryStageExecutionOutput$ = [3, n0, _RSEO, 0, [_pEI], [0]];
|
|
1890
|
+
var RetryStageMetadata$ = [3, n0, _RSM, 0, [_aSRA, _mSRA, _lRT], [1, 1, 0]];
|
|
1891
|
+
var RollbackStageInput$ = [3, n0, _RSI, 0, [_pN, _sN, _tPEI], [0, 0, 0]];
|
|
1892
|
+
var RollbackStageOutput$ = [3, n0, _RSO, 0, [_pEI], [0]];
|
|
1893
|
+
var RuleConfigurationProperty$ = [
|
|
1873
1894
|
3,
|
|
1874
1895
|
n0,
|
|
1875
1896
|
_RCP,
|
|
@@ -1877,89 +1898,89 @@ var RuleConfigurationProperty = [
|
|
|
1877
1898
|
[_na, _r, _k, _se, _q, _d, _t],
|
|
1878
1899
|
[0, 2, 2, 2, 2, 0, 0],
|
|
1879
1900
|
];
|
|
1880
|
-
var RuleDeclaration = [
|
|
1901
|
+
var RuleDeclaration$ = [
|
|
1881
1902
|
3,
|
|
1882
1903
|
n0,
|
|
1883
1904
|
_RD,
|
|
1884
1905
|
0,
|
|
1885
1906
|
[_na, _rTI, _c, _co, _iA, _rA, _re, _tIM],
|
|
1886
|
-
[0, () => RuleTypeId
|
|
1907
|
+
[0, () => RuleTypeId$, 128 | 0, 64 | 0, () => InputArtifactList, 0, 0, 1],
|
|
1887
1908
|
];
|
|
1888
|
-
var RuleExecution = [
|
|
1909
|
+
var RuleExecution$ = [
|
|
1889
1910
|
3,
|
|
1890
1911
|
n0,
|
|
1891
1912
|
_RE,
|
|
1892
1913
|
0,
|
|
1893
1914
|
[_rEI, _s, _su, _lSC, _to, _lUB, _eEI, _eEU, _eD],
|
|
1894
|
-
[0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails],
|
|
1915
|
+
[0, 0, 0, 4, 0, 0, 0, 0, () => ErrorDetails$],
|
|
1895
1916
|
];
|
|
1896
|
-
var RuleExecutionDetail = [
|
|
1917
|
+
var RuleExecutionDetail$ = [
|
|
1897
1918
|
3,
|
|
1898
1919
|
n0,
|
|
1899
1920
|
_RED,
|
|
1900
1921
|
0,
|
|
1901
1922
|
[_pEI, _rEI, _pV, _sN, _rN, _sT, _lUT, _uB, _s, _i, _o],
|
|
1902
|
-
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput
|
|
1923
|
+
[0, 0, 1, 0, 0, 4, 4, 0, 0, () => RuleExecutionInput$, () => RuleExecutionOutput$],
|
|
1903
1924
|
];
|
|
1904
|
-
var RuleExecutionFilter = [
|
|
1925
|
+
var RuleExecutionFilter$ = [
|
|
1905
1926
|
3,
|
|
1906
1927
|
n0,
|
|
1907
1928
|
_REF,
|
|
1908
1929
|
0,
|
|
1909
1930
|
[_pEI, _lIPE],
|
|
1910
|
-
[0, () => LatestInPipelineExecutionFilter],
|
|
1931
|
+
[0, () => LatestInPipelineExecutionFilter$],
|
|
1911
1932
|
];
|
|
1912
|
-
var RuleExecutionInput = [
|
|
1933
|
+
var RuleExecutionInput$ = [
|
|
1913
1934
|
3,
|
|
1914
1935
|
n0,
|
|
1915
1936
|
_REI,
|
|
1916
1937
|
0,
|
|
1917
1938
|
[_rTI, _c, _rC, _rA, _re, _iA],
|
|
1918
|
-
[() => RuleTypeId
|
|
1939
|
+
[() => RuleTypeId$, 128 | 0, 128 | 0, 0, 0, () => ArtifactDetailList],
|
|
1919
1940
|
];
|
|
1920
|
-
var RuleExecutionOutput = [3, n0, _REO, 0, [_eR], [() => RuleExecutionResult]];
|
|
1921
|
-
var RuleExecutionResult = [
|
|
1941
|
+
var RuleExecutionOutput$ = [3, n0, _REO, 0, [_eR], [() => RuleExecutionResult$]];
|
|
1942
|
+
var RuleExecutionResult$ = [
|
|
1922
1943
|
3,
|
|
1923
1944
|
n0,
|
|
1924
1945
|
_RER,
|
|
1925
1946
|
0,
|
|
1926
1947
|
[_eEI, _eES, _eEU, _eD],
|
|
1927
|
-
[0, 0, 0, () => ErrorDetails],
|
|
1948
|
+
[0, 0, 0, () => ErrorDetails$],
|
|
1928
1949
|
];
|
|
1929
|
-
var RuleRevision = [3, n0, _RR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
|
|
1930
|
-
var RuleState = [
|
|
1950
|
+
var RuleRevision$ = [3, n0, _RR, 0, [_rI, _rCI, _cr], [0, 0, 4]];
|
|
1951
|
+
var RuleState$ = [
|
|
1931
1952
|
3,
|
|
1932
1953
|
n0,
|
|
1933
1954
|
_RS,
|
|
1934
1955
|
0,
|
|
1935
1956
|
[_rN, _cR, _lE, _eU, _rU],
|
|
1936
|
-
[0, () => RuleRevision
|
|
1957
|
+
[0, () => RuleRevision$, () => RuleExecution$, 0, 0],
|
|
1937
1958
|
];
|
|
1938
|
-
var RuleType = [
|
|
1959
|
+
var RuleType$ = [
|
|
1939
1960
|
3,
|
|
1940
1961
|
n0,
|
|
1941
1962
|
_RT,
|
|
1942
1963
|
0,
|
|
1943
1964
|
[_id, _set, _rCP, _iAD],
|
|
1944
|
-
[() => RuleTypeId
|
|
1965
|
+
[() => RuleTypeId$, () => RuleTypeSettings$, () => RuleConfigurationPropertyList, () => ArtifactDetails$],
|
|
1945
1966
|
];
|
|
1946
|
-
var RuleTypeId = [3, n0, _RTI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1947
|
-
var RuleTypeSettings = [3, n0, _RTS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
|
|
1948
|
-
var S3ArtifactLocation = [3, n0, _SAL, 0, [_bN, _oK], [0, 0]];
|
|
1949
|
-
var S3Location = [3, n0, _SL, 0, [_bu, _k], [0, 0]];
|
|
1950
|
-
var SourceRevision = [3, n0, _SR, 0, [_aN, _rI, _rS, _rU], [0, 0, 0, 0]];
|
|
1951
|
-
var SourceRevisionOverride = [3, n0, _SRO, 0, [_aN, _rTe, _rVe], [0, 0, 0]];
|
|
1952
|
-
var StageConditionsExecution = [3, n0, _SCE, 0, [_s, _su], [0, 0]];
|
|
1953
|
-
var StageConditionState = [
|
|
1967
|
+
var RuleTypeId$ = [3, n0, _RTI, 0, [_ca, _ow, _pro, _v], [0, 0, 0, 0]];
|
|
1968
|
+
var RuleTypeSettings$ = [3, n0, _RTS, 0, [_tPCU, _eUT, _eUTx, _rUT], [0, 0, 0, 0]];
|
|
1969
|
+
var S3ArtifactLocation$ = [3, n0, _SAL, 0, [_bN, _oK], [0, 0]];
|
|
1970
|
+
var S3Location$ = [3, n0, _SL, 0, [_bu, _k], [0, 0]];
|
|
1971
|
+
var SourceRevision$ = [3, n0, _SR, 0, [_aN, _rI, _rS, _rU], [0, 0, 0, 0]];
|
|
1972
|
+
var SourceRevisionOverride$ = [3, n0, _SRO, 0, [_aN, _rTe, _rVe], [0, 0, 0]];
|
|
1973
|
+
var StageConditionsExecution$ = [3, n0, _SCE, 0, [_s, _su], [0, 0]];
|
|
1974
|
+
var StageConditionState$ = [
|
|
1954
1975
|
3,
|
|
1955
1976
|
n0,
|
|
1956
1977
|
_SCS,
|
|
1957
1978
|
0,
|
|
1958
1979
|
[_lE, _cS],
|
|
1959
|
-
[() => StageConditionsExecution
|
|
1980
|
+
[() => StageConditionsExecution$, () => ConditionStateList],
|
|
1960
1981
|
];
|
|
1961
|
-
var StageContext = [3, n0, _SC, 0, [_na], [0]];
|
|
1962
|
-
var StageDeclaration = [
|
|
1982
|
+
var StageContext$ = [3, n0, _SC, 0, [_na], [0]];
|
|
1983
|
+
var StageDeclaration$ = [
|
|
1963
1984
|
3,
|
|
1964
1985
|
n0,
|
|
1965
1986
|
_SD,
|
|
@@ -1969,17 +1990,17 @@ var StageDeclaration = [
|
|
|
1969
1990
|
0,
|
|
1970
1991
|
() => StageBlockerDeclarationList,
|
|
1971
1992
|
() => StageActionDeclarationList,
|
|
1972
|
-
() => FailureConditions
|
|
1973
|
-
() => SuccessConditions
|
|
1974
|
-
() => BeforeEntryConditions
|
|
1993
|
+
() => FailureConditions$,
|
|
1994
|
+
() => SuccessConditions$,
|
|
1995
|
+
() => BeforeEntryConditions$,
|
|
1975
1996
|
],
|
|
1976
1997
|
];
|
|
1977
|
-
var StageExecution = [3, n0, _SE, 0, [_pEI, _s, _t], [0, 0, 0]];
|
|
1978
|
-
var StageNotFoundException = [-3, n0, _SNFE, { [_e]: _cl }, [_m], [0]];
|
|
1979
|
-
schema.TypeRegistry.for(n0).registerError(StageNotFoundException
|
|
1980
|
-
var StageNotRetryableException = [-3, n0, _SNRE, { [_e]: _cl }, [_m], [0]];
|
|
1981
|
-
schema.TypeRegistry.for(n0).registerError(StageNotRetryableException
|
|
1982
|
-
var StageState = [
|
|
1998
|
+
var StageExecution$ = [3, n0, _SE, 0, [_pEI, _s, _t], [0, 0, 0]];
|
|
1999
|
+
var StageNotFoundException$ = [-3, n0, _SNFE, { [_e]: _cl }, [_m], [0]];
|
|
2000
|
+
schema.TypeRegistry.for(n0).registerError(StageNotFoundException$, StageNotFoundException);
|
|
2001
|
+
var StageNotRetryableException$ = [-3, n0, _SNRE, { [_e]: _cl }, [_m], [0]];
|
|
2002
|
+
schema.TypeRegistry.for(n0).registerError(StageNotRetryableException$, StageNotRetryableException);
|
|
2003
|
+
var StageState$ = [
|
|
1983
2004
|
3,
|
|
1984
2005
|
n0,
|
|
1985
2006
|
_SS,
|
|
@@ -1987,18 +2008,18 @@ var StageState = [
|
|
|
1987
2008
|
[_sN, _iE, _iEn, _iTS, _aSc, _lE, _bECS, _oSCS, _oFCS, _rSM],
|
|
1988
2009
|
[
|
|
1989
2010
|
0,
|
|
1990
|
-
() => StageExecution
|
|
2011
|
+
() => StageExecution$,
|
|
1991
2012
|
() => StageExecutionList,
|
|
1992
|
-
() => TransitionState
|
|
2013
|
+
() => TransitionState$,
|
|
1993
2014
|
() => ActionStateList,
|
|
1994
|
-
() => StageExecution
|
|
1995
|
-
() => StageConditionState
|
|
1996
|
-
() => StageConditionState
|
|
1997
|
-
() => StageConditionState
|
|
1998
|
-
() => RetryStageMetadata
|
|
2015
|
+
() => StageExecution$,
|
|
2016
|
+
() => StageConditionState$,
|
|
2017
|
+
() => StageConditionState$,
|
|
2018
|
+
() => StageConditionState$,
|
|
2019
|
+
() => RetryStageMetadata$,
|
|
1999
2020
|
],
|
|
2000
2021
|
];
|
|
2001
|
-
var StartPipelineExecutionInput = [
|
|
2022
|
+
var StartPipelineExecutionInput$ = [
|
|
2002
2023
|
3,
|
|
2003
2024
|
n0,
|
|
2004
2025
|
_SPEI,
|
|
@@ -2006,350 +2027,420 @@ var StartPipelineExecutionInput = [
|
|
|
2006
2027
|
[_na, _var, _cRT, _sR],
|
|
2007
2028
|
[0, () => PipelineVariableList, [0, 4], () => SourceRevisionOverrideList],
|
|
2008
2029
|
];
|
|
2009
|
-
var StartPipelineExecutionOutput = [3, n0, _SPEO, 0, [_pEI], [0]];
|
|
2010
|
-
var StopExecutionTrigger = [3, n0, _SET, 0, [_rea], [0]];
|
|
2011
|
-
var StopPipelineExecutionInput = [
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
var
|
|
2020
|
-
var
|
|
2030
|
+
var StartPipelineExecutionOutput$ = [3, n0, _SPEO, 0, [_pEI], [0]];
|
|
2031
|
+
var StopExecutionTrigger$ = [3, n0, _SET, 0, [_rea], [0]];
|
|
2032
|
+
var StopPipelineExecutionInput$ = [
|
|
2033
|
+
3,
|
|
2034
|
+
n0,
|
|
2035
|
+
_SPEIt,
|
|
2036
|
+
0,
|
|
2037
|
+
[_pN, _pEI, _ab, _rea],
|
|
2038
|
+
[0, 0, 2, 0],
|
|
2039
|
+
];
|
|
2040
|
+
var StopPipelineExecutionOutput$ = [3, n0, _SPEOt, 0, [_pEI], [0]];
|
|
2041
|
+
var SucceededInStageFilter$ = [3, n0, _SISF, 0, [_sN], [0]];
|
|
2042
|
+
var SuccessConditions$ = [3, n0, _SCu, 0, [_con], [() => ConditionList]];
|
|
2043
|
+
var Tag$ = [3, n0, _T, 0, [_k, _va], [0, 0]];
|
|
2044
|
+
var TagResourceInput$ = [3, n0, _TRI, 0, [_rAe, _ta], [0, () => TagList]];
|
|
2045
|
+
var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
|
|
2046
|
+
var TargetFilter$ = [3, n0, _TF, 0, [_na, _val], [0, 64 | 0]];
|
|
2047
|
+
var ThirdPartyJob$ = [3, n0, _TPJ, 0, [_cIl, _jI], [0, 0]];
|
|
2048
|
+
var ThirdPartyJobData$ = [
|
|
2021
2049
|
3,
|
|
2022
2050
|
n0,
|
|
2023
2051
|
_TPJD,
|
|
2024
2052
|
0,
|
|
2025
2053
|
[_aTI, _aC, _pCi, _iA, _oA, _aCr, _cTo, _eK],
|
|
2026
2054
|
[
|
|
2027
|
-
() => ActionTypeId
|
|
2028
|
-
() => ActionConfiguration
|
|
2029
|
-
() => PipelineContext
|
|
2055
|
+
() => ActionTypeId$,
|
|
2056
|
+
() => ActionConfiguration$,
|
|
2057
|
+
() => PipelineContext$,
|
|
2030
2058
|
() => ArtifactList,
|
|
2031
2059
|
() => ArtifactList,
|
|
2032
|
-
[() => AWSSessionCredentials
|
|
2060
|
+
[() => AWSSessionCredentials$, 0],
|
|
2033
2061
|
0,
|
|
2034
|
-
() => EncryptionKey
|
|
2062
|
+
() => EncryptionKey$,
|
|
2035
2063
|
],
|
|
2036
2064
|
];
|
|
2037
|
-
var ThirdPartyJobDetails = [
|
|
2065
|
+
var ThirdPartyJobDetails$ = [
|
|
2038
2066
|
3,
|
|
2039
2067
|
n0,
|
|
2040
2068
|
_TPJDh,
|
|
2041
2069
|
0,
|
|
2042
2070
|
[_id, _da, _n],
|
|
2043
|
-
[0, [() => ThirdPartyJobData
|
|
2044
|
-
];
|
|
2045
|
-
var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _cl }, [_m], [0]];
|
|
2046
|
-
schema.TypeRegistry.for(n0).registerError(TooManyTagsException
|
|
2047
|
-
var TransitionState = [3, n0, _TS, 0, [_en, _lCB, _lCA, _dR], [2, 0, 4, 0]];
|
|
2048
|
-
var UnableToRollbackStageException = [-3, n0, _UTRSE, { [_e]: _cl }, [_m], [0]];
|
|
2049
|
-
schema.TypeRegistry.for(n0).registerError(UnableToRollbackStageException
|
|
2050
|
-
var UntagResourceInput = [3, n0, _URI, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
2051
|
-
var UntagResourceOutput = [3, n0, _URO, 0, [], []];
|
|
2052
|
-
var UpdateActionTypeInput = [3, n0, _UATI, 0, [_aT], [() => ActionTypeDeclaration]];
|
|
2053
|
-
var UpdatePipelineInput = [3, n0, _UPI, 0, [_pi], [() => PipelineDeclaration]];
|
|
2054
|
-
var UpdatePipelineOutput = [3, n0, _UPO, 0, [_pi], [() => PipelineDeclaration]];
|
|
2055
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _cl }, [_m], [0]];
|
|
2056
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
2057
|
-
var WebhookAuthConfiguration = [3, n0, _WAC, 0, [_AIPR, _STe], [0, 0]];
|
|
2058
|
-
var WebhookDefinition = [
|
|
2071
|
+
[0, [() => ThirdPartyJobData$, 0], 0],
|
|
2072
|
+
];
|
|
2073
|
+
var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _cl }, [_m], [0]];
|
|
2074
|
+
schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
|
|
2075
|
+
var TransitionState$ = [3, n0, _TS, 0, [_en, _lCB, _lCA, _dR], [2, 0, 4, 0]];
|
|
2076
|
+
var UnableToRollbackStageException$ = [-3, n0, _UTRSE, { [_e]: _cl }, [_m], [0]];
|
|
2077
|
+
schema.TypeRegistry.for(n0).registerError(UnableToRollbackStageException$, UnableToRollbackStageException);
|
|
2078
|
+
var UntagResourceInput$ = [3, n0, _URI, 0, [_rAe, _tK], [0, 64 | 0]];
|
|
2079
|
+
var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
|
|
2080
|
+
var UpdateActionTypeInput$ = [3, n0, _UATI, 0, [_aT], [() => ActionTypeDeclaration$]];
|
|
2081
|
+
var UpdatePipelineInput$ = [3, n0, _UPI, 0, [_pi], [() => PipelineDeclaration$]];
|
|
2082
|
+
var UpdatePipelineOutput$ = [3, n0, _UPO, 0, [_pi], [() => PipelineDeclaration$]];
|
|
2083
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _cl }, [_m], [0]];
|
|
2084
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
2085
|
+
var WebhookAuthConfiguration$ = [3, n0, _WAC, 0, [_AIPR, _STe], [0, 0]];
|
|
2086
|
+
var WebhookDefinition$ = [
|
|
2059
2087
|
3,
|
|
2060
2088
|
n0,
|
|
2061
2089
|
_WD,
|
|
2062
2090
|
0,
|
|
2063
2091
|
[_na, _tP, _tA, _fi, _au, _aCu],
|
|
2064
|
-
[0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration],
|
|
2092
|
+
[0, 0, 0, () => WebhookFilters, 0, () => WebhookAuthConfiguration$],
|
|
2065
2093
|
];
|
|
2066
|
-
var WebhookFilterRule = [3, n0, _WFR, 0, [_jP, _mE], [0, 0]];
|
|
2067
|
-
var WebhookNotFoundException = [-3, n0, _WNFE, { [_e]: _cl }, [], []];
|
|
2068
|
-
schema.TypeRegistry.for(n0).registerError(WebhookNotFoundException
|
|
2094
|
+
var WebhookFilterRule$ = [3, n0, _WFR, 0, [_jP, _mE], [0, 0]];
|
|
2095
|
+
var WebhookNotFoundException$ = [-3, n0, _WNFE, { [_e]: _cl }, [], []];
|
|
2096
|
+
schema.TypeRegistry.for(n0).registerError(WebhookNotFoundException$, WebhookNotFoundException);
|
|
2069
2097
|
var __Unit = "unit";
|
|
2070
|
-
var CodePipelineServiceException = [-3, _sm, "CodePipelineServiceException", 0, [], []];
|
|
2071
|
-
schema.TypeRegistry.for(_sm).registerError(CodePipelineServiceException
|
|
2072
|
-
var ActionConfigurationPropertyList = [1, n0, _ACPL, 0, () => ActionConfigurationProperty];
|
|
2073
|
-
var ActionExecutionDetailList = [1, n0, _AEDL, 0, () => ActionExecutionDetail];
|
|
2074
|
-
var ActionStateList = [1, n0, _ASL, 0, () => ActionState];
|
|
2075
|
-
var ActionTypeList = [1, n0, _ATL, 0, () => ActionType];
|
|
2076
|
-
var ActionTypeProperties = [1, n0, _ATPct, 0, () => ActionTypeProperty];
|
|
2077
|
-
var ArtifactDetailList = [1, n0, _ADL, 0, () => ArtifactDetail];
|
|
2078
|
-
var ArtifactList = [1, n0, _ALr, 0, () => Artifact];
|
|
2079
|
-
var ArtifactRevisionList = [1, n0, _ARL, 0, () => ArtifactRevision];
|
|
2080
|
-
var ConditionList = [1, n0, _CL, 0, () => Condition];
|
|
2081
|
-
var ConditionStateList = [1, n0, _CSL, 0, () => ConditionState];
|
|
2082
|
-
var DeployActionExecutionTargetList = [1, n0, _DAETL, 0, () => DeployActionExecutionTarget];
|
|
2083
|
-
var DeployTargetEventList = [1, n0, _DTEL, 0, () => DeployTargetEvent];
|
|
2084
|
-
var EnvironmentVariableList = [1, n0, _EVL, 0, () => EnvironmentVariable];
|
|
2085
|
-
var GitPullRequestFilterList = [1, n0, _GPRFL, 0, () => GitPullRequestFilter];
|
|
2086
|
-
var GitPushFilterList = [1, n0, _GPFL, 0, () => GitPushFilter];
|
|
2087
|
-
var InputArtifactList = [1, n0, _IAL, 0, () => InputArtifact];
|
|
2088
|
-
var JobList = [1, n0, _JL, 0, [() => Job
|
|
2089
|
-
var OutputArtifactList = [1, n0, _OAL, 0, () => OutputArtifact];
|
|
2090
|
-
var PipelineExecutionSummaryList = [1, n0, _PESL, 0, () => PipelineExecutionSummary];
|
|
2091
|
-
var PipelineList = [1, n0, _PL, 0, () => PipelineSummary];
|
|
2092
|
-
var PipelineStageDeclarationList = [1, n0, _PSDL, 0, () => StageDeclaration];
|
|
2093
|
-
var PipelineTriggerDeclarationList = [1, n0, _PTDL, 0, () => PipelineTriggerDeclaration];
|
|
2094
|
-
var PipelineVariableDeclarationList = [1, n0, _PVDL, 0, () => PipelineVariableDeclaration];
|
|
2095
|
-
var PipelineVariableList = [1, n0, _PVL, 0, () => PipelineVariable];
|
|
2096
|
-
var ResolvedPipelineVariableList = [1, n0, _RPVL, 0, () => ResolvedPipelineVariable];
|
|
2097
|
-
var RuleConfigurationPropertyList = [1, n0, _RCPL, 0, () => RuleConfigurationProperty];
|
|
2098
|
-
var RuleDeclarationList = [1, n0, _RDL, 0, () => RuleDeclaration];
|
|
2099
|
-
var RuleExecutionDetailList = [1, n0, _REDL, 0, () => RuleExecutionDetail];
|
|
2100
|
-
var RuleStateList = [1, n0, _RSL, 0, () => RuleState];
|
|
2101
|
-
var RuleTypeList = [1, n0, _RTL, 0, () => RuleType];
|
|
2102
|
-
var SourceRevisionList = [1, n0, _SRL, 0, () => SourceRevision];
|
|
2103
|
-
var SourceRevisionOverrideList = [1, n0, _SROL, 0, () => SourceRevisionOverride];
|
|
2104
|
-
var StageActionDeclarationList = [1, n0, _SADL, 0, () => ActionDeclaration];
|
|
2105
|
-
var StageBlockerDeclarationList = [1, n0, _SBDL, 0, () => BlockerDeclaration];
|
|
2106
|
-
var StageExecutionList = [1, n0, _SEL, 0, () => StageExecution];
|
|
2107
|
-
var StageStateList = [1, n0, _SSL, 0, () => StageState];
|
|
2108
|
-
var TagList = [1, n0, _TL, 0, () => Tag];
|
|
2109
|
-
var TargetFilterList = [1, n0, _TFL, 0, () => TargetFilter];
|
|
2110
|
-
var ThirdPartyJobList = [1, n0, _TPJL, 0, () => ThirdPartyJob];
|
|
2111
|
-
var WebhookFilters = [1, n0, _WF, 0, () => WebhookFilterRule];
|
|
2112
|
-
var WebhookList = [1, n0, _WL, 0, () => ListWebhookItem];
|
|
2113
|
-
var ArtifactStoreMap = [2, n0, _ASM, 0, 0, () => ArtifactStore];
|
|
2114
|
-
var AcknowledgeJob = [
|
|
2098
|
+
var CodePipelineServiceException$ = [-3, _sm, "CodePipelineServiceException", 0, [], []];
|
|
2099
|
+
schema.TypeRegistry.for(_sm).registerError(CodePipelineServiceException$, CodePipelineServiceException);
|
|
2100
|
+
var ActionConfigurationPropertyList = [1, n0, _ACPL, 0, () => ActionConfigurationProperty$];
|
|
2101
|
+
var ActionExecutionDetailList = [1, n0, _AEDL, 0, () => ActionExecutionDetail$];
|
|
2102
|
+
var ActionStateList = [1, n0, _ASL, 0, () => ActionState$];
|
|
2103
|
+
var ActionTypeList = [1, n0, _ATL, 0, () => ActionType$];
|
|
2104
|
+
var ActionTypeProperties = [1, n0, _ATPct, 0, () => ActionTypeProperty$];
|
|
2105
|
+
var ArtifactDetailList = [1, n0, _ADL, 0, () => ArtifactDetail$];
|
|
2106
|
+
var ArtifactList = [1, n0, _ALr, 0, () => Artifact$];
|
|
2107
|
+
var ArtifactRevisionList = [1, n0, _ARL, 0, () => ArtifactRevision$];
|
|
2108
|
+
var ConditionList = [1, n0, _CL, 0, () => Condition$];
|
|
2109
|
+
var ConditionStateList = [1, n0, _CSL, 0, () => ConditionState$];
|
|
2110
|
+
var DeployActionExecutionTargetList = [1, n0, _DAETL, 0, () => DeployActionExecutionTarget$];
|
|
2111
|
+
var DeployTargetEventList = [1, n0, _DTEL, 0, () => DeployTargetEvent$];
|
|
2112
|
+
var EnvironmentVariableList = [1, n0, _EVL, 0, () => EnvironmentVariable$];
|
|
2113
|
+
var GitPullRequestFilterList = [1, n0, _GPRFL, 0, () => GitPullRequestFilter$];
|
|
2114
|
+
var GitPushFilterList = [1, n0, _GPFL, 0, () => GitPushFilter$];
|
|
2115
|
+
var InputArtifactList = [1, n0, _IAL, 0, () => InputArtifact$];
|
|
2116
|
+
var JobList = [1, n0, _JL, 0, [() => Job$, 0]];
|
|
2117
|
+
var OutputArtifactList = [1, n0, _OAL, 0, () => OutputArtifact$];
|
|
2118
|
+
var PipelineExecutionSummaryList = [1, n0, _PESL, 0, () => PipelineExecutionSummary$];
|
|
2119
|
+
var PipelineList = [1, n0, _PL, 0, () => PipelineSummary$];
|
|
2120
|
+
var PipelineStageDeclarationList = [1, n0, _PSDL, 0, () => StageDeclaration$];
|
|
2121
|
+
var PipelineTriggerDeclarationList = [1, n0, _PTDL, 0, () => PipelineTriggerDeclaration$];
|
|
2122
|
+
var PipelineVariableDeclarationList = [1, n0, _PVDL, 0, () => PipelineVariableDeclaration$];
|
|
2123
|
+
var PipelineVariableList = [1, n0, _PVL, 0, () => PipelineVariable$];
|
|
2124
|
+
var ResolvedPipelineVariableList = [1, n0, _RPVL, 0, () => ResolvedPipelineVariable$];
|
|
2125
|
+
var RuleConfigurationPropertyList = [1, n0, _RCPL, 0, () => RuleConfigurationProperty$];
|
|
2126
|
+
var RuleDeclarationList = [1, n0, _RDL, 0, () => RuleDeclaration$];
|
|
2127
|
+
var RuleExecutionDetailList = [1, n0, _REDL, 0, () => RuleExecutionDetail$];
|
|
2128
|
+
var RuleStateList = [1, n0, _RSL, 0, () => RuleState$];
|
|
2129
|
+
var RuleTypeList = [1, n0, _RTL, 0, () => RuleType$];
|
|
2130
|
+
var SourceRevisionList = [1, n0, _SRL, 0, () => SourceRevision$];
|
|
2131
|
+
var SourceRevisionOverrideList = [1, n0, _SROL, 0, () => SourceRevisionOverride$];
|
|
2132
|
+
var StageActionDeclarationList = [1, n0, _SADL, 0, () => ActionDeclaration$];
|
|
2133
|
+
var StageBlockerDeclarationList = [1, n0, _SBDL, 0, () => BlockerDeclaration$];
|
|
2134
|
+
var StageExecutionList = [1, n0, _SEL, 0, () => StageExecution$];
|
|
2135
|
+
var StageStateList = [1, n0, _SSL, 0, () => StageState$];
|
|
2136
|
+
var TagList = [1, n0, _TL, 0, () => Tag$];
|
|
2137
|
+
var TargetFilterList = [1, n0, _TFL, 0, () => TargetFilter$];
|
|
2138
|
+
var ThirdPartyJobList = [1, n0, _TPJL, 0, () => ThirdPartyJob$];
|
|
2139
|
+
var WebhookFilters = [1, n0, _WF, 0, () => WebhookFilterRule$];
|
|
2140
|
+
var WebhookList = [1, n0, _WL, 0, () => ListWebhookItem$];
|
|
2141
|
+
var ArtifactStoreMap = [2, n0, _ASM, 0, 0, () => ArtifactStore$];
|
|
2142
|
+
var AcknowledgeJob$ = [
|
|
2115
2143
|
9,
|
|
2116
2144
|
n0,
|
|
2117
2145
|
_AJ,
|
|
2118
2146
|
0,
|
|
2119
|
-
() => AcknowledgeJobInput
|
|
2120
|
-
() => AcknowledgeJobOutput
|
|
2147
|
+
() => AcknowledgeJobInput$,
|
|
2148
|
+
() => AcknowledgeJobOutput$,
|
|
2121
2149
|
];
|
|
2122
|
-
var AcknowledgeThirdPartyJob = [
|
|
2150
|
+
var AcknowledgeThirdPartyJob$ = [
|
|
2123
2151
|
9,
|
|
2124
2152
|
n0,
|
|
2125
2153
|
_ATPJ,
|
|
2126
2154
|
0,
|
|
2127
|
-
() => AcknowledgeThirdPartyJobInput
|
|
2128
|
-
() => AcknowledgeThirdPartyJobOutput
|
|
2155
|
+
() => AcknowledgeThirdPartyJobInput$,
|
|
2156
|
+
() => AcknowledgeThirdPartyJobOutput$,
|
|
2129
2157
|
];
|
|
2130
|
-
var CreateCustomActionType = [
|
|
2158
|
+
var CreateCustomActionType$ = [
|
|
2131
2159
|
9,
|
|
2132
2160
|
n0,
|
|
2133
2161
|
_CCAT,
|
|
2134
2162
|
0,
|
|
2135
|
-
() => CreateCustomActionTypeInput
|
|
2136
|
-
() => CreateCustomActionTypeOutput
|
|
2163
|
+
() => CreateCustomActionTypeInput$,
|
|
2164
|
+
() => CreateCustomActionTypeOutput$,
|
|
2137
2165
|
];
|
|
2138
|
-
var CreatePipeline = [
|
|
2166
|
+
var CreatePipeline$ = [
|
|
2139
2167
|
9,
|
|
2140
2168
|
n0,
|
|
2141
2169
|
_CP,
|
|
2142
2170
|
0,
|
|
2143
|
-
() => CreatePipelineInput
|
|
2144
|
-
() => CreatePipelineOutput
|
|
2171
|
+
() => CreatePipelineInput$,
|
|
2172
|
+
() => CreatePipelineOutput$,
|
|
2145
2173
|
];
|
|
2146
|
-
var DeleteCustomActionType = [
|
|
2174
|
+
var DeleteCustomActionType$ = [
|
|
2147
2175
|
9,
|
|
2148
2176
|
n0,
|
|
2149
2177
|
_DCAT,
|
|
2150
2178
|
0,
|
|
2151
|
-
() => DeleteCustomActionTypeInput
|
|
2179
|
+
() => DeleteCustomActionTypeInput$,
|
|
2152
2180
|
() => __Unit,
|
|
2153
2181
|
];
|
|
2154
|
-
var DeletePipeline = [9, n0, _DP, 0, () => DeletePipelineInput
|
|
2155
|
-
var DeleteWebhook = [
|
|
2156
|
-
|
|
2182
|
+
var DeletePipeline$ = [9, n0, _DP, 0, () => DeletePipelineInput$, () => __Unit];
|
|
2183
|
+
var DeleteWebhook$ = [
|
|
2184
|
+
9,
|
|
2185
|
+
n0,
|
|
2186
|
+
_DW,
|
|
2187
|
+
0,
|
|
2188
|
+
() => DeleteWebhookInput$,
|
|
2189
|
+
() => DeleteWebhookOutput$,
|
|
2190
|
+
];
|
|
2191
|
+
var DeregisterWebhookWithThirdParty$ = [
|
|
2157
2192
|
9,
|
|
2158
2193
|
n0,
|
|
2159
2194
|
_DWWTP,
|
|
2160
2195
|
0,
|
|
2161
|
-
() => DeregisterWebhookWithThirdPartyInput
|
|
2162
|
-
() => DeregisterWebhookWithThirdPartyOutput
|
|
2196
|
+
() => DeregisterWebhookWithThirdPartyInput$,
|
|
2197
|
+
() => DeregisterWebhookWithThirdPartyOutput$,
|
|
2163
2198
|
];
|
|
2164
|
-
var DisableStageTransition = [
|
|
2199
|
+
var DisableStageTransition$ = [
|
|
2165
2200
|
9,
|
|
2166
2201
|
n0,
|
|
2167
2202
|
_DST,
|
|
2168
2203
|
0,
|
|
2169
|
-
() => DisableStageTransitionInput
|
|
2204
|
+
() => DisableStageTransitionInput$,
|
|
2170
2205
|
() => __Unit,
|
|
2171
2206
|
];
|
|
2172
|
-
var EnableStageTransition = [
|
|
2207
|
+
var EnableStageTransition$ = [
|
|
2173
2208
|
9,
|
|
2174
2209
|
n0,
|
|
2175
2210
|
_EST,
|
|
2176
2211
|
0,
|
|
2177
|
-
() => EnableStageTransitionInput
|
|
2212
|
+
() => EnableStageTransitionInput$,
|
|
2178
2213
|
() => __Unit,
|
|
2179
2214
|
];
|
|
2180
|
-
var GetActionType = [
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2215
|
+
var GetActionType$ = [
|
|
2216
|
+
9,
|
|
2217
|
+
n0,
|
|
2218
|
+
_GAT,
|
|
2219
|
+
0,
|
|
2220
|
+
() => GetActionTypeInput$,
|
|
2221
|
+
() => GetActionTypeOutput$,
|
|
2222
|
+
];
|
|
2223
|
+
var GetJobDetails$ = [
|
|
2224
|
+
9,
|
|
2225
|
+
n0,
|
|
2226
|
+
_GJD,
|
|
2227
|
+
0,
|
|
2228
|
+
() => GetJobDetailsInput$,
|
|
2229
|
+
() => GetJobDetailsOutput$,
|
|
2230
|
+
];
|
|
2231
|
+
var GetPipeline$ = [9, n0, _GP, 0, () => GetPipelineInput$, () => GetPipelineOutput$];
|
|
2232
|
+
var GetPipelineExecution$ = [
|
|
2184
2233
|
9,
|
|
2185
2234
|
n0,
|
|
2186
2235
|
_GPE,
|
|
2187
2236
|
0,
|
|
2188
|
-
() => GetPipelineExecutionInput
|
|
2189
|
-
() => GetPipelineExecutionOutput
|
|
2237
|
+
() => GetPipelineExecutionInput$,
|
|
2238
|
+
() => GetPipelineExecutionOutput$,
|
|
2190
2239
|
];
|
|
2191
|
-
var GetPipelineState = [
|
|
2240
|
+
var GetPipelineState$ = [
|
|
2192
2241
|
9,
|
|
2193
2242
|
n0,
|
|
2194
2243
|
_GPS,
|
|
2195
2244
|
0,
|
|
2196
|
-
() => GetPipelineStateInput
|
|
2197
|
-
() => GetPipelineStateOutput
|
|
2245
|
+
() => GetPipelineStateInput$,
|
|
2246
|
+
() => GetPipelineStateOutput$,
|
|
2198
2247
|
];
|
|
2199
|
-
var GetThirdPartyJobDetails = [
|
|
2248
|
+
var GetThirdPartyJobDetails$ = [
|
|
2200
2249
|
9,
|
|
2201
2250
|
n0,
|
|
2202
2251
|
_GTPJD,
|
|
2203
2252
|
0,
|
|
2204
|
-
() => GetThirdPartyJobDetailsInput
|
|
2205
|
-
() => GetThirdPartyJobDetailsOutput
|
|
2253
|
+
() => GetThirdPartyJobDetailsInput$,
|
|
2254
|
+
() => GetThirdPartyJobDetailsOutput$,
|
|
2206
2255
|
];
|
|
2207
|
-
var ListActionExecutions = [
|
|
2256
|
+
var ListActionExecutions$ = [
|
|
2208
2257
|
9,
|
|
2209
2258
|
n0,
|
|
2210
2259
|
_LAE,
|
|
2211
2260
|
0,
|
|
2212
|
-
() => ListActionExecutionsInput
|
|
2213
|
-
() => ListActionExecutionsOutput
|
|
2261
|
+
() => ListActionExecutionsInput$,
|
|
2262
|
+
() => ListActionExecutionsOutput$,
|
|
2214
2263
|
];
|
|
2215
|
-
var ListActionTypes = [
|
|
2264
|
+
var ListActionTypes$ = [
|
|
2216
2265
|
9,
|
|
2217
2266
|
n0,
|
|
2218
2267
|
_LAT,
|
|
2219
2268
|
0,
|
|
2220
|
-
() => ListActionTypesInput
|
|
2221
|
-
() => ListActionTypesOutput
|
|
2269
|
+
() => ListActionTypesInput$,
|
|
2270
|
+
() => ListActionTypesOutput$,
|
|
2222
2271
|
];
|
|
2223
|
-
var ListDeployActionExecutionTargets = [
|
|
2272
|
+
var ListDeployActionExecutionTargets$ = [
|
|
2224
2273
|
9,
|
|
2225
2274
|
n0,
|
|
2226
2275
|
_LDAET,
|
|
2227
2276
|
0,
|
|
2228
|
-
() => ListDeployActionExecutionTargetsInput
|
|
2229
|
-
() => ListDeployActionExecutionTargetsOutput
|
|
2277
|
+
() => ListDeployActionExecutionTargetsInput$,
|
|
2278
|
+
() => ListDeployActionExecutionTargetsOutput$,
|
|
2230
2279
|
];
|
|
2231
|
-
var ListPipelineExecutions = [
|
|
2280
|
+
var ListPipelineExecutions$ = [
|
|
2232
2281
|
9,
|
|
2233
2282
|
n0,
|
|
2234
2283
|
_LPE,
|
|
2235
2284
|
0,
|
|
2236
|
-
() => ListPipelineExecutionsInput
|
|
2237
|
-
() => ListPipelineExecutionsOutput
|
|
2285
|
+
() => ListPipelineExecutionsInput$,
|
|
2286
|
+
() => ListPipelineExecutionsOutput$,
|
|
2238
2287
|
];
|
|
2239
|
-
var ListPipelines = [
|
|
2240
|
-
|
|
2288
|
+
var ListPipelines$ = [
|
|
2289
|
+
9,
|
|
2290
|
+
n0,
|
|
2291
|
+
_LP,
|
|
2292
|
+
0,
|
|
2293
|
+
() => ListPipelinesInput$,
|
|
2294
|
+
() => ListPipelinesOutput$,
|
|
2295
|
+
];
|
|
2296
|
+
var ListRuleExecutions$ = [
|
|
2241
2297
|
9,
|
|
2242
2298
|
n0,
|
|
2243
2299
|
_LRE,
|
|
2244
2300
|
0,
|
|
2245
|
-
() => ListRuleExecutionsInput
|
|
2246
|
-
() => ListRuleExecutionsOutput
|
|
2301
|
+
() => ListRuleExecutionsInput$,
|
|
2302
|
+
() => ListRuleExecutionsOutput$,
|
|
2247
2303
|
];
|
|
2248
|
-
var ListRuleTypes = [
|
|
2249
|
-
|
|
2304
|
+
var ListRuleTypes$ = [
|
|
2305
|
+
9,
|
|
2306
|
+
n0,
|
|
2307
|
+
_LRT,
|
|
2308
|
+
0,
|
|
2309
|
+
() => ListRuleTypesInput$,
|
|
2310
|
+
() => ListRuleTypesOutput$,
|
|
2311
|
+
];
|
|
2312
|
+
var ListTagsForResource$ = [
|
|
2250
2313
|
9,
|
|
2251
2314
|
n0,
|
|
2252
2315
|
_LTFR,
|
|
2253
2316
|
0,
|
|
2254
|
-
() => ListTagsForResourceInput
|
|
2255
|
-
() => ListTagsForResourceOutput
|
|
2317
|
+
() => ListTagsForResourceInput$,
|
|
2318
|
+
() => ListTagsForResourceOutput$,
|
|
2256
2319
|
];
|
|
2257
|
-
var ListWebhooks = [9, n0, _LW, 0, () => ListWebhooksInput
|
|
2258
|
-
var OverrideStageCondition = [
|
|
2320
|
+
var ListWebhooks$ = [9, n0, _LW, 0, () => ListWebhooksInput$, () => ListWebhooksOutput$];
|
|
2321
|
+
var OverrideStageCondition$ = [
|
|
2259
2322
|
9,
|
|
2260
2323
|
n0,
|
|
2261
2324
|
_OSC,
|
|
2262
2325
|
0,
|
|
2263
|
-
() => OverrideStageConditionInput
|
|
2326
|
+
() => OverrideStageConditionInput$,
|
|
2264
2327
|
() => __Unit,
|
|
2265
2328
|
];
|
|
2266
|
-
var PollForJobs = [9, n0, _PFJ, 0, () => PollForJobsInput
|
|
2267
|
-
var PollForThirdPartyJobs = [
|
|
2329
|
+
var PollForJobs$ = [9, n0, _PFJ, 0, () => PollForJobsInput$, () => PollForJobsOutput$];
|
|
2330
|
+
var PollForThirdPartyJobs$ = [
|
|
2268
2331
|
9,
|
|
2269
2332
|
n0,
|
|
2270
2333
|
_PFTPJ,
|
|
2271
2334
|
0,
|
|
2272
|
-
() => PollForThirdPartyJobsInput
|
|
2273
|
-
() => PollForThirdPartyJobsOutput
|
|
2335
|
+
() => PollForThirdPartyJobsInput$,
|
|
2336
|
+
() => PollForThirdPartyJobsOutput$,
|
|
2274
2337
|
];
|
|
2275
|
-
var PutActionRevision = [
|
|
2338
|
+
var PutActionRevision$ = [
|
|
2276
2339
|
9,
|
|
2277
2340
|
n0,
|
|
2278
2341
|
_PAR,
|
|
2279
2342
|
0,
|
|
2280
|
-
() => PutActionRevisionInput
|
|
2281
|
-
() => PutActionRevisionOutput
|
|
2343
|
+
() => PutActionRevisionInput$,
|
|
2344
|
+
() => PutActionRevisionOutput$,
|
|
2282
2345
|
];
|
|
2283
|
-
var PutApprovalResult = [
|
|
2346
|
+
var PutApprovalResult$ = [
|
|
2284
2347
|
9,
|
|
2285
2348
|
n0,
|
|
2286
2349
|
_PARu,
|
|
2287
2350
|
0,
|
|
2288
|
-
() => PutApprovalResultInput
|
|
2289
|
-
() => PutApprovalResultOutput
|
|
2351
|
+
() => PutApprovalResultInput$,
|
|
2352
|
+
() => PutApprovalResultOutput$,
|
|
2290
2353
|
];
|
|
2291
|
-
var PutJobFailureResult = [
|
|
2292
|
-
|
|
2293
|
-
|
|
2354
|
+
var PutJobFailureResult$ = [
|
|
2355
|
+
9,
|
|
2356
|
+
n0,
|
|
2357
|
+
_PJFR,
|
|
2358
|
+
0,
|
|
2359
|
+
() => PutJobFailureResultInput$,
|
|
2360
|
+
() => __Unit,
|
|
2361
|
+
];
|
|
2362
|
+
var PutJobSuccessResult$ = [
|
|
2363
|
+
9,
|
|
2364
|
+
n0,
|
|
2365
|
+
_PJSR,
|
|
2366
|
+
0,
|
|
2367
|
+
() => PutJobSuccessResultInput$,
|
|
2368
|
+
() => __Unit,
|
|
2369
|
+
];
|
|
2370
|
+
var PutThirdPartyJobFailureResult$ = [
|
|
2294
2371
|
9,
|
|
2295
2372
|
n0,
|
|
2296
2373
|
_PTPJFR,
|
|
2297
2374
|
0,
|
|
2298
|
-
() => PutThirdPartyJobFailureResultInput
|
|
2375
|
+
() => PutThirdPartyJobFailureResultInput$,
|
|
2299
2376
|
() => __Unit,
|
|
2300
2377
|
];
|
|
2301
|
-
var PutThirdPartyJobSuccessResult = [
|
|
2378
|
+
var PutThirdPartyJobSuccessResult$ = [
|
|
2302
2379
|
9,
|
|
2303
2380
|
n0,
|
|
2304
2381
|
_PTPJSR,
|
|
2305
2382
|
0,
|
|
2306
|
-
() => PutThirdPartyJobSuccessResultInput
|
|
2383
|
+
() => PutThirdPartyJobSuccessResultInput$,
|
|
2307
2384
|
() => __Unit,
|
|
2308
2385
|
];
|
|
2309
|
-
var PutWebhook = [9, n0, _PW, 0, () => PutWebhookInput
|
|
2310
|
-
var RegisterWebhookWithThirdParty = [
|
|
2386
|
+
var PutWebhook$ = [9, n0, _PW, 0, () => PutWebhookInput$, () => PutWebhookOutput$];
|
|
2387
|
+
var RegisterWebhookWithThirdParty$ = [
|
|
2311
2388
|
9,
|
|
2312
2389
|
n0,
|
|
2313
2390
|
_RWWTP,
|
|
2314
2391
|
0,
|
|
2315
|
-
() => RegisterWebhookWithThirdPartyInput
|
|
2316
|
-
() => RegisterWebhookWithThirdPartyOutput
|
|
2392
|
+
() => RegisterWebhookWithThirdPartyInput$,
|
|
2393
|
+
() => RegisterWebhookWithThirdPartyOutput$,
|
|
2317
2394
|
];
|
|
2318
|
-
var RetryStageExecution = [
|
|
2395
|
+
var RetryStageExecution$ = [
|
|
2319
2396
|
9,
|
|
2320
2397
|
n0,
|
|
2321
2398
|
_RSE,
|
|
2322
2399
|
0,
|
|
2323
|
-
() => RetryStageExecutionInput
|
|
2324
|
-
() => RetryStageExecutionOutput
|
|
2400
|
+
() => RetryStageExecutionInput$,
|
|
2401
|
+
() => RetryStageExecutionOutput$,
|
|
2325
2402
|
];
|
|
2326
|
-
var RollbackStage = [
|
|
2327
|
-
|
|
2403
|
+
var RollbackStage$ = [
|
|
2404
|
+
9,
|
|
2405
|
+
n0,
|
|
2406
|
+
_RSo,
|
|
2407
|
+
0,
|
|
2408
|
+
() => RollbackStageInput$,
|
|
2409
|
+
() => RollbackStageOutput$,
|
|
2410
|
+
];
|
|
2411
|
+
var StartPipelineExecution$ = [
|
|
2328
2412
|
9,
|
|
2329
2413
|
n0,
|
|
2330
2414
|
_SPE,
|
|
2331
2415
|
0,
|
|
2332
|
-
() => StartPipelineExecutionInput
|
|
2333
|
-
() => StartPipelineExecutionOutput
|
|
2416
|
+
() => StartPipelineExecutionInput$,
|
|
2417
|
+
() => StartPipelineExecutionOutput$,
|
|
2334
2418
|
];
|
|
2335
|
-
var StopPipelineExecution = [
|
|
2419
|
+
var StopPipelineExecution$ = [
|
|
2336
2420
|
9,
|
|
2337
2421
|
n0,
|
|
2338
2422
|
_SPEt,
|
|
2339
2423
|
0,
|
|
2340
|
-
() => StopPipelineExecutionInput
|
|
2341
|
-
() => StopPipelineExecutionOutput
|
|
2424
|
+
() => StopPipelineExecutionInput$,
|
|
2425
|
+
() => StopPipelineExecutionOutput$,
|
|
2426
|
+
];
|
|
2427
|
+
var TagResource$ = [9, n0, _TR, 0, () => TagResourceInput$, () => TagResourceOutput$];
|
|
2428
|
+
var UntagResource$ = [
|
|
2429
|
+
9,
|
|
2430
|
+
n0,
|
|
2431
|
+
_UR,
|
|
2432
|
+
0,
|
|
2433
|
+
() => UntagResourceInput$,
|
|
2434
|
+
() => UntagResourceOutput$,
|
|
2342
2435
|
];
|
|
2343
|
-
var
|
|
2344
|
-
var
|
|
2345
|
-
var UpdateActionType = [9, n0, _UAT, 0, () => UpdateActionTypeInput, () => __Unit];
|
|
2346
|
-
var UpdatePipeline = [
|
|
2436
|
+
var UpdateActionType$ = [9, n0, _UAT, 0, () => UpdateActionTypeInput$, () => __Unit];
|
|
2437
|
+
var UpdatePipeline$ = [
|
|
2347
2438
|
9,
|
|
2348
2439
|
n0,
|
|
2349
2440
|
_UP,
|
|
2350
2441
|
0,
|
|
2351
|
-
() => UpdatePipelineInput
|
|
2352
|
-
() => UpdatePipelineOutput
|
|
2442
|
+
() => UpdatePipelineInput$,
|
|
2443
|
+
() => UpdatePipelineOutput$,
|
|
2353
2444
|
];
|
|
2354
2445
|
|
|
2355
2446
|
class AcknowledgeJobCommand extends smithyClient.Command
|
|
@@ -2360,7 +2451,7 @@ class AcknowledgeJobCommand extends smithyClient.Command
|
|
|
2360
2451
|
})
|
|
2361
2452
|
.s("CodePipeline_20150709", "AcknowledgeJob", {})
|
|
2362
2453
|
.n("CodePipelineClient", "AcknowledgeJobCommand")
|
|
2363
|
-
.sc(AcknowledgeJob)
|
|
2454
|
+
.sc(AcknowledgeJob$)
|
|
2364
2455
|
.build() {
|
|
2365
2456
|
}
|
|
2366
2457
|
|
|
@@ -2372,7 +2463,7 @@ class AcknowledgeThirdPartyJobCommand extends smithyClient.Command
|
|
|
2372
2463
|
})
|
|
2373
2464
|
.s("CodePipeline_20150709", "AcknowledgeThirdPartyJob", {})
|
|
2374
2465
|
.n("CodePipelineClient", "AcknowledgeThirdPartyJobCommand")
|
|
2375
|
-
.sc(AcknowledgeThirdPartyJob)
|
|
2466
|
+
.sc(AcknowledgeThirdPartyJob$)
|
|
2376
2467
|
.build() {
|
|
2377
2468
|
}
|
|
2378
2469
|
|
|
@@ -2384,7 +2475,7 @@ class CreateCustomActionTypeCommand extends smithyClient.Command
|
|
|
2384
2475
|
})
|
|
2385
2476
|
.s("CodePipeline_20150709", "CreateCustomActionType", {})
|
|
2386
2477
|
.n("CodePipelineClient", "CreateCustomActionTypeCommand")
|
|
2387
|
-
.sc(CreateCustomActionType)
|
|
2478
|
+
.sc(CreateCustomActionType$)
|
|
2388
2479
|
.build() {
|
|
2389
2480
|
}
|
|
2390
2481
|
|
|
@@ -2396,7 +2487,7 @@ class CreatePipelineCommand extends smithyClient.Command
|
|
|
2396
2487
|
})
|
|
2397
2488
|
.s("CodePipeline_20150709", "CreatePipeline", {})
|
|
2398
2489
|
.n("CodePipelineClient", "CreatePipelineCommand")
|
|
2399
|
-
.sc(CreatePipeline)
|
|
2490
|
+
.sc(CreatePipeline$)
|
|
2400
2491
|
.build() {
|
|
2401
2492
|
}
|
|
2402
2493
|
|
|
@@ -2408,7 +2499,7 @@ class DeleteCustomActionTypeCommand extends smithyClient.Command
|
|
|
2408
2499
|
})
|
|
2409
2500
|
.s("CodePipeline_20150709", "DeleteCustomActionType", {})
|
|
2410
2501
|
.n("CodePipelineClient", "DeleteCustomActionTypeCommand")
|
|
2411
|
-
.sc(DeleteCustomActionType)
|
|
2502
|
+
.sc(DeleteCustomActionType$)
|
|
2412
2503
|
.build() {
|
|
2413
2504
|
}
|
|
2414
2505
|
|
|
@@ -2420,7 +2511,7 @@ class DeletePipelineCommand extends smithyClient.Command
|
|
|
2420
2511
|
})
|
|
2421
2512
|
.s("CodePipeline_20150709", "DeletePipeline", {})
|
|
2422
2513
|
.n("CodePipelineClient", "DeletePipelineCommand")
|
|
2423
|
-
.sc(DeletePipeline)
|
|
2514
|
+
.sc(DeletePipeline$)
|
|
2424
2515
|
.build() {
|
|
2425
2516
|
}
|
|
2426
2517
|
|
|
@@ -2432,7 +2523,7 @@ class DeleteWebhookCommand extends smithyClient.Command
|
|
|
2432
2523
|
})
|
|
2433
2524
|
.s("CodePipeline_20150709", "DeleteWebhook", {})
|
|
2434
2525
|
.n("CodePipelineClient", "DeleteWebhookCommand")
|
|
2435
|
-
.sc(DeleteWebhook)
|
|
2526
|
+
.sc(DeleteWebhook$)
|
|
2436
2527
|
.build() {
|
|
2437
2528
|
}
|
|
2438
2529
|
|
|
@@ -2444,7 +2535,7 @@ class DeregisterWebhookWithThirdPartyCommand extends smithyClient.Command
|
|
|
2444
2535
|
})
|
|
2445
2536
|
.s("CodePipeline_20150709", "DeregisterWebhookWithThirdParty", {})
|
|
2446
2537
|
.n("CodePipelineClient", "DeregisterWebhookWithThirdPartyCommand")
|
|
2447
|
-
.sc(DeregisterWebhookWithThirdParty)
|
|
2538
|
+
.sc(DeregisterWebhookWithThirdParty$)
|
|
2448
2539
|
.build() {
|
|
2449
2540
|
}
|
|
2450
2541
|
|
|
@@ -2456,7 +2547,7 @@ class DisableStageTransitionCommand extends smithyClient.Command
|
|
|
2456
2547
|
})
|
|
2457
2548
|
.s("CodePipeline_20150709", "DisableStageTransition", {})
|
|
2458
2549
|
.n("CodePipelineClient", "DisableStageTransitionCommand")
|
|
2459
|
-
.sc(DisableStageTransition)
|
|
2550
|
+
.sc(DisableStageTransition$)
|
|
2460
2551
|
.build() {
|
|
2461
2552
|
}
|
|
2462
2553
|
|
|
@@ -2468,7 +2559,7 @@ class EnableStageTransitionCommand extends smithyClient.Command
|
|
|
2468
2559
|
})
|
|
2469
2560
|
.s("CodePipeline_20150709", "EnableStageTransition", {})
|
|
2470
2561
|
.n("CodePipelineClient", "EnableStageTransitionCommand")
|
|
2471
|
-
.sc(EnableStageTransition)
|
|
2562
|
+
.sc(EnableStageTransition$)
|
|
2472
2563
|
.build() {
|
|
2473
2564
|
}
|
|
2474
2565
|
|
|
@@ -2480,7 +2571,7 @@ class GetActionTypeCommand extends smithyClient.Command
|
|
|
2480
2571
|
})
|
|
2481
2572
|
.s("CodePipeline_20150709", "GetActionType", {})
|
|
2482
2573
|
.n("CodePipelineClient", "GetActionTypeCommand")
|
|
2483
|
-
.sc(GetActionType)
|
|
2574
|
+
.sc(GetActionType$)
|
|
2484
2575
|
.build() {
|
|
2485
2576
|
}
|
|
2486
2577
|
|
|
@@ -2492,7 +2583,7 @@ class GetJobDetailsCommand extends smithyClient.Command
|
|
|
2492
2583
|
})
|
|
2493
2584
|
.s("CodePipeline_20150709", "GetJobDetails", {})
|
|
2494
2585
|
.n("CodePipelineClient", "GetJobDetailsCommand")
|
|
2495
|
-
.sc(GetJobDetails)
|
|
2586
|
+
.sc(GetJobDetails$)
|
|
2496
2587
|
.build() {
|
|
2497
2588
|
}
|
|
2498
2589
|
|
|
@@ -2504,7 +2595,7 @@ class GetPipelineCommand extends smithyClient.Command
|
|
|
2504
2595
|
})
|
|
2505
2596
|
.s("CodePipeline_20150709", "GetPipeline", {})
|
|
2506
2597
|
.n("CodePipelineClient", "GetPipelineCommand")
|
|
2507
|
-
.sc(GetPipeline)
|
|
2598
|
+
.sc(GetPipeline$)
|
|
2508
2599
|
.build() {
|
|
2509
2600
|
}
|
|
2510
2601
|
|
|
@@ -2516,7 +2607,7 @@ class GetPipelineExecutionCommand extends smithyClient.Command
|
|
|
2516
2607
|
})
|
|
2517
2608
|
.s("CodePipeline_20150709", "GetPipelineExecution", {})
|
|
2518
2609
|
.n("CodePipelineClient", "GetPipelineExecutionCommand")
|
|
2519
|
-
.sc(GetPipelineExecution)
|
|
2610
|
+
.sc(GetPipelineExecution$)
|
|
2520
2611
|
.build() {
|
|
2521
2612
|
}
|
|
2522
2613
|
|
|
@@ -2528,7 +2619,7 @@ class GetPipelineStateCommand extends smithyClient.Command
|
|
|
2528
2619
|
})
|
|
2529
2620
|
.s("CodePipeline_20150709", "GetPipelineState", {})
|
|
2530
2621
|
.n("CodePipelineClient", "GetPipelineStateCommand")
|
|
2531
|
-
.sc(GetPipelineState)
|
|
2622
|
+
.sc(GetPipelineState$)
|
|
2532
2623
|
.build() {
|
|
2533
2624
|
}
|
|
2534
2625
|
|
|
@@ -2540,7 +2631,7 @@ class GetThirdPartyJobDetailsCommand extends smithyClient.Command
|
|
|
2540
2631
|
})
|
|
2541
2632
|
.s("CodePipeline_20150709", "GetThirdPartyJobDetails", {})
|
|
2542
2633
|
.n("CodePipelineClient", "GetThirdPartyJobDetailsCommand")
|
|
2543
|
-
.sc(GetThirdPartyJobDetails)
|
|
2634
|
+
.sc(GetThirdPartyJobDetails$)
|
|
2544
2635
|
.build() {
|
|
2545
2636
|
}
|
|
2546
2637
|
|
|
@@ -2552,7 +2643,7 @@ class ListActionExecutionsCommand extends smithyClient.Command
|
|
|
2552
2643
|
})
|
|
2553
2644
|
.s("CodePipeline_20150709", "ListActionExecutions", {})
|
|
2554
2645
|
.n("CodePipelineClient", "ListActionExecutionsCommand")
|
|
2555
|
-
.sc(ListActionExecutions)
|
|
2646
|
+
.sc(ListActionExecutions$)
|
|
2556
2647
|
.build() {
|
|
2557
2648
|
}
|
|
2558
2649
|
|
|
@@ -2564,7 +2655,7 @@ class ListActionTypesCommand extends smithyClient.Command
|
|
|
2564
2655
|
})
|
|
2565
2656
|
.s("CodePipeline_20150709", "ListActionTypes", {})
|
|
2566
2657
|
.n("CodePipelineClient", "ListActionTypesCommand")
|
|
2567
|
-
.sc(ListActionTypes)
|
|
2658
|
+
.sc(ListActionTypes$)
|
|
2568
2659
|
.build() {
|
|
2569
2660
|
}
|
|
2570
2661
|
|
|
@@ -2576,7 +2667,7 @@ class ListDeployActionExecutionTargetsCommand extends smithyClient.Command
|
|
|
2576
2667
|
})
|
|
2577
2668
|
.s("CodePipeline_20150709", "ListDeployActionExecutionTargets", {})
|
|
2578
2669
|
.n("CodePipelineClient", "ListDeployActionExecutionTargetsCommand")
|
|
2579
|
-
.sc(ListDeployActionExecutionTargets)
|
|
2670
|
+
.sc(ListDeployActionExecutionTargets$)
|
|
2580
2671
|
.build() {
|
|
2581
2672
|
}
|
|
2582
2673
|
|
|
@@ -2588,7 +2679,7 @@ class ListPipelineExecutionsCommand extends smithyClient.Command
|
|
|
2588
2679
|
})
|
|
2589
2680
|
.s("CodePipeline_20150709", "ListPipelineExecutions", {})
|
|
2590
2681
|
.n("CodePipelineClient", "ListPipelineExecutionsCommand")
|
|
2591
|
-
.sc(ListPipelineExecutions)
|
|
2682
|
+
.sc(ListPipelineExecutions$)
|
|
2592
2683
|
.build() {
|
|
2593
2684
|
}
|
|
2594
2685
|
|
|
@@ -2600,7 +2691,7 @@ class ListPipelinesCommand extends smithyClient.Command
|
|
|
2600
2691
|
})
|
|
2601
2692
|
.s("CodePipeline_20150709", "ListPipelines", {})
|
|
2602
2693
|
.n("CodePipelineClient", "ListPipelinesCommand")
|
|
2603
|
-
.sc(ListPipelines)
|
|
2694
|
+
.sc(ListPipelines$)
|
|
2604
2695
|
.build() {
|
|
2605
2696
|
}
|
|
2606
2697
|
|
|
@@ -2612,7 +2703,7 @@ class ListRuleExecutionsCommand extends smithyClient.Command
|
|
|
2612
2703
|
})
|
|
2613
2704
|
.s("CodePipeline_20150709", "ListRuleExecutions", {})
|
|
2614
2705
|
.n("CodePipelineClient", "ListRuleExecutionsCommand")
|
|
2615
|
-
.sc(ListRuleExecutions)
|
|
2706
|
+
.sc(ListRuleExecutions$)
|
|
2616
2707
|
.build() {
|
|
2617
2708
|
}
|
|
2618
2709
|
|
|
@@ -2624,7 +2715,7 @@ class ListRuleTypesCommand extends smithyClient.Command
|
|
|
2624
2715
|
})
|
|
2625
2716
|
.s("CodePipeline_20150709", "ListRuleTypes", {})
|
|
2626
2717
|
.n("CodePipelineClient", "ListRuleTypesCommand")
|
|
2627
|
-
.sc(ListRuleTypes)
|
|
2718
|
+
.sc(ListRuleTypes$)
|
|
2628
2719
|
.build() {
|
|
2629
2720
|
}
|
|
2630
2721
|
|
|
@@ -2636,7 +2727,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
2636
2727
|
})
|
|
2637
2728
|
.s("CodePipeline_20150709", "ListTagsForResource", {})
|
|
2638
2729
|
.n("CodePipelineClient", "ListTagsForResourceCommand")
|
|
2639
|
-
.sc(ListTagsForResource)
|
|
2730
|
+
.sc(ListTagsForResource$)
|
|
2640
2731
|
.build() {
|
|
2641
2732
|
}
|
|
2642
2733
|
|
|
@@ -2648,7 +2739,7 @@ class ListWebhooksCommand extends smithyClient.Command
|
|
|
2648
2739
|
})
|
|
2649
2740
|
.s("CodePipeline_20150709", "ListWebhooks", {})
|
|
2650
2741
|
.n("CodePipelineClient", "ListWebhooksCommand")
|
|
2651
|
-
.sc(ListWebhooks)
|
|
2742
|
+
.sc(ListWebhooks$)
|
|
2652
2743
|
.build() {
|
|
2653
2744
|
}
|
|
2654
2745
|
|
|
@@ -2660,7 +2751,7 @@ class OverrideStageConditionCommand extends smithyClient.Command
|
|
|
2660
2751
|
})
|
|
2661
2752
|
.s("CodePipeline_20150709", "OverrideStageCondition", {})
|
|
2662
2753
|
.n("CodePipelineClient", "OverrideStageConditionCommand")
|
|
2663
|
-
.sc(OverrideStageCondition)
|
|
2754
|
+
.sc(OverrideStageCondition$)
|
|
2664
2755
|
.build() {
|
|
2665
2756
|
}
|
|
2666
2757
|
|
|
@@ -2672,7 +2763,7 @@ class PollForJobsCommand extends smithyClient.Command
|
|
|
2672
2763
|
})
|
|
2673
2764
|
.s("CodePipeline_20150709", "PollForJobs", {})
|
|
2674
2765
|
.n("CodePipelineClient", "PollForJobsCommand")
|
|
2675
|
-
.sc(PollForJobs)
|
|
2766
|
+
.sc(PollForJobs$)
|
|
2676
2767
|
.build() {
|
|
2677
2768
|
}
|
|
2678
2769
|
|
|
@@ -2684,7 +2775,7 @@ class PollForThirdPartyJobsCommand extends smithyClient.Command
|
|
|
2684
2775
|
})
|
|
2685
2776
|
.s("CodePipeline_20150709", "PollForThirdPartyJobs", {})
|
|
2686
2777
|
.n("CodePipelineClient", "PollForThirdPartyJobsCommand")
|
|
2687
|
-
.sc(PollForThirdPartyJobs)
|
|
2778
|
+
.sc(PollForThirdPartyJobs$)
|
|
2688
2779
|
.build() {
|
|
2689
2780
|
}
|
|
2690
2781
|
|
|
@@ -2696,7 +2787,7 @@ class PutActionRevisionCommand extends smithyClient.Command
|
|
|
2696
2787
|
})
|
|
2697
2788
|
.s("CodePipeline_20150709", "PutActionRevision", {})
|
|
2698
2789
|
.n("CodePipelineClient", "PutActionRevisionCommand")
|
|
2699
|
-
.sc(PutActionRevision)
|
|
2790
|
+
.sc(PutActionRevision$)
|
|
2700
2791
|
.build() {
|
|
2701
2792
|
}
|
|
2702
2793
|
|
|
@@ -2708,7 +2799,7 @@ class PutApprovalResultCommand extends smithyClient.Command
|
|
|
2708
2799
|
})
|
|
2709
2800
|
.s("CodePipeline_20150709", "PutApprovalResult", {})
|
|
2710
2801
|
.n("CodePipelineClient", "PutApprovalResultCommand")
|
|
2711
|
-
.sc(PutApprovalResult)
|
|
2802
|
+
.sc(PutApprovalResult$)
|
|
2712
2803
|
.build() {
|
|
2713
2804
|
}
|
|
2714
2805
|
|
|
@@ -2720,7 +2811,7 @@ class PutJobFailureResultCommand extends smithyClient.Command
|
|
|
2720
2811
|
})
|
|
2721
2812
|
.s("CodePipeline_20150709", "PutJobFailureResult", {})
|
|
2722
2813
|
.n("CodePipelineClient", "PutJobFailureResultCommand")
|
|
2723
|
-
.sc(PutJobFailureResult)
|
|
2814
|
+
.sc(PutJobFailureResult$)
|
|
2724
2815
|
.build() {
|
|
2725
2816
|
}
|
|
2726
2817
|
|
|
@@ -2732,7 +2823,7 @@ class PutJobSuccessResultCommand extends smithyClient.Command
|
|
|
2732
2823
|
})
|
|
2733
2824
|
.s("CodePipeline_20150709", "PutJobSuccessResult", {})
|
|
2734
2825
|
.n("CodePipelineClient", "PutJobSuccessResultCommand")
|
|
2735
|
-
.sc(PutJobSuccessResult)
|
|
2826
|
+
.sc(PutJobSuccessResult$)
|
|
2736
2827
|
.build() {
|
|
2737
2828
|
}
|
|
2738
2829
|
|
|
@@ -2744,7 +2835,7 @@ class PutThirdPartyJobFailureResultCommand extends smithyClient.Command
|
|
|
2744
2835
|
})
|
|
2745
2836
|
.s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {})
|
|
2746
2837
|
.n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand")
|
|
2747
|
-
.sc(PutThirdPartyJobFailureResult)
|
|
2838
|
+
.sc(PutThirdPartyJobFailureResult$)
|
|
2748
2839
|
.build() {
|
|
2749
2840
|
}
|
|
2750
2841
|
|
|
@@ -2756,7 +2847,7 @@ class PutThirdPartyJobSuccessResultCommand extends smithyClient.Command
|
|
|
2756
2847
|
})
|
|
2757
2848
|
.s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {})
|
|
2758
2849
|
.n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand")
|
|
2759
|
-
.sc(PutThirdPartyJobSuccessResult)
|
|
2850
|
+
.sc(PutThirdPartyJobSuccessResult$)
|
|
2760
2851
|
.build() {
|
|
2761
2852
|
}
|
|
2762
2853
|
|
|
@@ -2768,7 +2859,7 @@ class PutWebhookCommand extends smithyClient.Command
|
|
|
2768
2859
|
})
|
|
2769
2860
|
.s("CodePipeline_20150709", "PutWebhook", {})
|
|
2770
2861
|
.n("CodePipelineClient", "PutWebhookCommand")
|
|
2771
|
-
.sc(PutWebhook)
|
|
2862
|
+
.sc(PutWebhook$)
|
|
2772
2863
|
.build() {
|
|
2773
2864
|
}
|
|
2774
2865
|
|
|
@@ -2780,7 +2871,7 @@ class RegisterWebhookWithThirdPartyCommand extends smithyClient.Command
|
|
|
2780
2871
|
})
|
|
2781
2872
|
.s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {})
|
|
2782
2873
|
.n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand")
|
|
2783
|
-
.sc(RegisterWebhookWithThirdParty)
|
|
2874
|
+
.sc(RegisterWebhookWithThirdParty$)
|
|
2784
2875
|
.build() {
|
|
2785
2876
|
}
|
|
2786
2877
|
|
|
@@ -2792,7 +2883,7 @@ class RetryStageExecutionCommand extends smithyClient.Command
|
|
|
2792
2883
|
})
|
|
2793
2884
|
.s("CodePipeline_20150709", "RetryStageExecution", {})
|
|
2794
2885
|
.n("CodePipelineClient", "RetryStageExecutionCommand")
|
|
2795
|
-
.sc(RetryStageExecution)
|
|
2886
|
+
.sc(RetryStageExecution$)
|
|
2796
2887
|
.build() {
|
|
2797
2888
|
}
|
|
2798
2889
|
|
|
@@ -2804,7 +2895,7 @@ class RollbackStageCommand extends smithyClient.Command
|
|
|
2804
2895
|
})
|
|
2805
2896
|
.s("CodePipeline_20150709", "RollbackStage", {})
|
|
2806
2897
|
.n("CodePipelineClient", "RollbackStageCommand")
|
|
2807
|
-
.sc(RollbackStage)
|
|
2898
|
+
.sc(RollbackStage$)
|
|
2808
2899
|
.build() {
|
|
2809
2900
|
}
|
|
2810
2901
|
|
|
@@ -2816,7 +2907,7 @@ class StartPipelineExecutionCommand extends smithyClient.Command
|
|
|
2816
2907
|
})
|
|
2817
2908
|
.s("CodePipeline_20150709", "StartPipelineExecution", {})
|
|
2818
2909
|
.n("CodePipelineClient", "StartPipelineExecutionCommand")
|
|
2819
|
-
.sc(StartPipelineExecution)
|
|
2910
|
+
.sc(StartPipelineExecution$)
|
|
2820
2911
|
.build() {
|
|
2821
2912
|
}
|
|
2822
2913
|
|
|
@@ -2828,7 +2919,7 @@ class StopPipelineExecutionCommand extends smithyClient.Command
|
|
|
2828
2919
|
})
|
|
2829
2920
|
.s("CodePipeline_20150709", "StopPipelineExecution", {})
|
|
2830
2921
|
.n("CodePipelineClient", "StopPipelineExecutionCommand")
|
|
2831
|
-
.sc(StopPipelineExecution)
|
|
2922
|
+
.sc(StopPipelineExecution$)
|
|
2832
2923
|
.build() {
|
|
2833
2924
|
}
|
|
2834
2925
|
|
|
@@ -2840,7 +2931,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
2840
2931
|
})
|
|
2841
2932
|
.s("CodePipeline_20150709", "TagResource", {})
|
|
2842
2933
|
.n("CodePipelineClient", "TagResourceCommand")
|
|
2843
|
-
.sc(TagResource)
|
|
2934
|
+
.sc(TagResource$)
|
|
2844
2935
|
.build() {
|
|
2845
2936
|
}
|
|
2846
2937
|
|
|
@@ -2852,7 +2943,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
2852
2943
|
})
|
|
2853
2944
|
.s("CodePipeline_20150709", "UntagResource", {})
|
|
2854
2945
|
.n("CodePipelineClient", "UntagResourceCommand")
|
|
2855
|
-
.sc(UntagResource)
|
|
2946
|
+
.sc(UntagResource$)
|
|
2856
2947
|
.build() {
|
|
2857
2948
|
}
|
|
2858
2949
|
|
|
@@ -2864,7 +2955,7 @@ class UpdateActionTypeCommand extends smithyClient.Command
|
|
|
2864
2955
|
})
|
|
2865
2956
|
.s("CodePipeline_20150709", "UpdateActionType", {})
|
|
2866
2957
|
.n("CodePipelineClient", "UpdateActionTypeCommand")
|
|
2867
|
-
.sc(UpdateActionType)
|
|
2958
|
+
.sc(UpdateActionType$)
|
|
2868
2959
|
.build() {
|
|
2869
2960
|
}
|
|
2870
2961
|
|
|
@@ -2876,7 +2967,7 @@ class UpdatePipelineCommand extends smithyClient.Command
|
|
|
2876
2967
|
})
|
|
2877
2968
|
.s("CodePipeline_20150709", "UpdatePipeline", {})
|
|
2878
2969
|
.n("CodePipelineClient", "UpdatePipelineCommand")
|
|
2879
|
-
.sc(UpdatePipeline)
|
|
2970
|
+
.sc(UpdatePipeline$)
|
|
2880
2971
|
.build() {
|
|
2881
2972
|
}
|
|
2882
2973
|
|
|
@@ -3137,129 +3228,404 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3137
3228
|
enumerable: true,
|
|
3138
3229
|
get: function () { return smithyClient.Client; }
|
|
3139
3230
|
});
|
|
3231
|
+
exports.AWSSessionCredentials$ = AWSSessionCredentials$;
|
|
3232
|
+
exports.AcknowledgeJob$ = AcknowledgeJob$;
|
|
3140
3233
|
exports.AcknowledgeJobCommand = AcknowledgeJobCommand;
|
|
3234
|
+
exports.AcknowledgeJobInput$ = AcknowledgeJobInput$;
|
|
3235
|
+
exports.AcknowledgeJobOutput$ = AcknowledgeJobOutput$;
|
|
3236
|
+
exports.AcknowledgeThirdPartyJob$ = AcknowledgeThirdPartyJob$;
|
|
3141
3237
|
exports.AcknowledgeThirdPartyJobCommand = AcknowledgeThirdPartyJobCommand;
|
|
3238
|
+
exports.AcknowledgeThirdPartyJobInput$ = AcknowledgeThirdPartyJobInput$;
|
|
3239
|
+
exports.AcknowledgeThirdPartyJobOutput$ = AcknowledgeThirdPartyJobOutput$;
|
|
3142
3240
|
exports.ActionCategory = ActionCategory;
|
|
3241
|
+
exports.ActionConfiguration$ = ActionConfiguration$;
|
|
3242
|
+
exports.ActionConfigurationProperty$ = ActionConfigurationProperty$;
|
|
3143
3243
|
exports.ActionConfigurationPropertyType = ActionConfigurationPropertyType;
|
|
3144
|
-
exports.
|
|
3244
|
+
exports.ActionContext$ = ActionContext$;
|
|
3245
|
+
exports.ActionDeclaration$ = ActionDeclaration$;
|
|
3246
|
+
exports.ActionExecution$ = ActionExecution$;
|
|
3247
|
+
exports.ActionExecutionDetail$ = ActionExecutionDetail$;
|
|
3248
|
+
exports.ActionExecutionFilter$ = ActionExecutionFilter$;
|
|
3249
|
+
exports.ActionExecutionInput$ = ActionExecutionInput$;
|
|
3250
|
+
exports.ActionExecutionNotFoundException = ActionExecutionNotFoundException;
|
|
3251
|
+
exports.ActionExecutionNotFoundException$ = ActionExecutionNotFoundException$;
|
|
3252
|
+
exports.ActionExecutionOutput$ = ActionExecutionOutput$;
|
|
3253
|
+
exports.ActionExecutionResult$ = ActionExecutionResult$;
|
|
3145
3254
|
exports.ActionExecutionStatus = ActionExecutionStatus;
|
|
3146
|
-
exports.ActionNotFoundException = ActionNotFoundException
|
|
3255
|
+
exports.ActionNotFoundException = ActionNotFoundException;
|
|
3256
|
+
exports.ActionNotFoundException$ = ActionNotFoundException$;
|
|
3147
3257
|
exports.ActionOwner = ActionOwner;
|
|
3148
|
-
exports.
|
|
3149
|
-
exports.
|
|
3258
|
+
exports.ActionRevision$ = ActionRevision$;
|
|
3259
|
+
exports.ActionState$ = ActionState$;
|
|
3260
|
+
exports.ActionType$ = ActionType$;
|
|
3261
|
+
exports.ActionTypeArtifactDetails$ = ActionTypeArtifactDetails$;
|
|
3262
|
+
exports.ActionTypeDeclaration$ = ActionTypeDeclaration$;
|
|
3263
|
+
exports.ActionTypeExecutor$ = ActionTypeExecutor$;
|
|
3264
|
+
exports.ActionTypeId$ = ActionTypeId$;
|
|
3265
|
+
exports.ActionTypeIdentifier$ = ActionTypeIdentifier$;
|
|
3266
|
+
exports.ActionTypeNotFoundException = ActionTypeNotFoundException;
|
|
3267
|
+
exports.ActionTypeNotFoundException$ = ActionTypeNotFoundException$;
|
|
3268
|
+
exports.ActionTypePermissions$ = ActionTypePermissions$;
|
|
3269
|
+
exports.ActionTypeProperty$ = ActionTypeProperty$;
|
|
3270
|
+
exports.ActionTypeSettings$ = ActionTypeSettings$;
|
|
3271
|
+
exports.ActionTypeUrls$ = ActionTypeUrls$;
|
|
3272
|
+
exports.ApprovalAlreadyCompletedException = ApprovalAlreadyCompletedException;
|
|
3273
|
+
exports.ApprovalAlreadyCompletedException$ = ApprovalAlreadyCompletedException$;
|
|
3274
|
+
exports.ApprovalResult$ = ApprovalResult$;
|
|
3150
3275
|
exports.ApprovalStatus = ApprovalStatus;
|
|
3276
|
+
exports.Artifact$ = Artifact$;
|
|
3277
|
+
exports.ArtifactDetail$ = ArtifactDetail$;
|
|
3278
|
+
exports.ArtifactDetails$ = ArtifactDetails$;
|
|
3279
|
+
exports.ArtifactLocation$ = ArtifactLocation$;
|
|
3151
3280
|
exports.ArtifactLocationType = ArtifactLocationType;
|
|
3281
|
+
exports.ArtifactRevision$ = ArtifactRevision$;
|
|
3282
|
+
exports.ArtifactStore$ = ArtifactStore$;
|
|
3152
3283
|
exports.ArtifactStoreType = ArtifactStoreType;
|
|
3284
|
+
exports.BeforeEntryConditions$ = BeforeEntryConditions$;
|
|
3285
|
+
exports.BlockerDeclaration$ = BlockerDeclaration$;
|
|
3153
3286
|
exports.BlockerType = BlockerType;
|
|
3154
3287
|
exports.CodePipeline = CodePipeline;
|
|
3155
3288
|
exports.CodePipelineClient = CodePipelineClient;
|
|
3156
|
-
exports.CodePipelineServiceException = CodePipelineServiceException
|
|
3157
|
-
exports.
|
|
3158
|
-
exports.
|
|
3289
|
+
exports.CodePipelineServiceException = CodePipelineServiceException;
|
|
3290
|
+
exports.CodePipelineServiceException$ = CodePipelineServiceException$;
|
|
3291
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
3292
|
+
exports.ConcurrentModificationException$ = ConcurrentModificationException$;
|
|
3293
|
+
exports.ConcurrentPipelineExecutionsLimitExceededException = ConcurrentPipelineExecutionsLimitExceededException;
|
|
3294
|
+
exports.ConcurrentPipelineExecutionsLimitExceededException$ = ConcurrentPipelineExecutionsLimitExceededException$;
|
|
3295
|
+
exports.Condition$ = Condition$;
|
|
3296
|
+
exports.ConditionExecution$ = ConditionExecution$;
|
|
3159
3297
|
exports.ConditionExecutionStatus = ConditionExecutionStatus;
|
|
3160
|
-
exports.ConditionNotOverridableException = ConditionNotOverridableException
|
|
3298
|
+
exports.ConditionNotOverridableException = ConditionNotOverridableException;
|
|
3299
|
+
exports.ConditionNotOverridableException$ = ConditionNotOverridableException$;
|
|
3300
|
+
exports.ConditionState$ = ConditionState$;
|
|
3161
3301
|
exports.ConditionType = ConditionType;
|
|
3162
|
-
exports.ConflictException = ConflictException
|
|
3302
|
+
exports.ConflictException = ConflictException;
|
|
3303
|
+
exports.ConflictException$ = ConflictException$;
|
|
3304
|
+
exports.CreateCustomActionType$ = CreateCustomActionType$;
|
|
3163
3305
|
exports.CreateCustomActionTypeCommand = CreateCustomActionTypeCommand;
|
|
3306
|
+
exports.CreateCustomActionTypeInput$ = CreateCustomActionTypeInput$;
|
|
3307
|
+
exports.CreateCustomActionTypeOutput$ = CreateCustomActionTypeOutput$;
|
|
3308
|
+
exports.CreatePipeline$ = CreatePipeline$;
|
|
3164
3309
|
exports.CreatePipelineCommand = CreatePipelineCommand;
|
|
3310
|
+
exports.CreatePipelineInput$ = CreatePipelineInput$;
|
|
3311
|
+
exports.CreatePipelineOutput$ = CreatePipelineOutput$;
|
|
3312
|
+
exports.CurrentRevision$ = CurrentRevision$;
|
|
3313
|
+
exports.DeleteCustomActionType$ = DeleteCustomActionType$;
|
|
3165
3314
|
exports.DeleteCustomActionTypeCommand = DeleteCustomActionTypeCommand;
|
|
3315
|
+
exports.DeleteCustomActionTypeInput$ = DeleteCustomActionTypeInput$;
|
|
3316
|
+
exports.DeletePipeline$ = DeletePipeline$;
|
|
3166
3317
|
exports.DeletePipelineCommand = DeletePipelineCommand;
|
|
3318
|
+
exports.DeletePipelineInput$ = DeletePipelineInput$;
|
|
3319
|
+
exports.DeleteWebhook$ = DeleteWebhook$;
|
|
3167
3320
|
exports.DeleteWebhookCommand = DeleteWebhookCommand;
|
|
3321
|
+
exports.DeleteWebhookInput$ = DeleteWebhookInput$;
|
|
3322
|
+
exports.DeleteWebhookOutput$ = DeleteWebhookOutput$;
|
|
3323
|
+
exports.DeployActionExecutionTarget$ = DeployActionExecutionTarget$;
|
|
3324
|
+
exports.DeployTargetEvent$ = DeployTargetEvent$;
|
|
3325
|
+
exports.DeployTargetEventContext$ = DeployTargetEventContext$;
|
|
3326
|
+
exports.DeregisterWebhookWithThirdParty$ = DeregisterWebhookWithThirdParty$;
|
|
3168
3327
|
exports.DeregisterWebhookWithThirdPartyCommand = DeregisterWebhookWithThirdPartyCommand;
|
|
3328
|
+
exports.DeregisterWebhookWithThirdPartyInput$ = DeregisterWebhookWithThirdPartyInput$;
|
|
3329
|
+
exports.DeregisterWebhookWithThirdPartyOutput$ = DeregisterWebhookWithThirdPartyOutput$;
|
|
3330
|
+
exports.DisableStageTransition$ = DisableStageTransition$;
|
|
3169
3331
|
exports.DisableStageTransitionCommand = DisableStageTransitionCommand;
|
|
3170
|
-
exports.
|
|
3332
|
+
exports.DisableStageTransitionInput$ = DisableStageTransitionInput$;
|
|
3333
|
+
exports.DuplicatedStopRequestException = DuplicatedStopRequestException;
|
|
3334
|
+
exports.DuplicatedStopRequestException$ = DuplicatedStopRequestException$;
|
|
3335
|
+
exports.EnableStageTransition$ = EnableStageTransition$;
|
|
3171
3336
|
exports.EnableStageTransitionCommand = EnableStageTransitionCommand;
|
|
3337
|
+
exports.EnableStageTransitionInput$ = EnableStageTransitionInput$;
|
|
3338
|
+
exports.EncryptionKey$ = EncryptionKey$;
|
|
3172
3339
|
exports.EncryptionKeyType = EncryptionKeyType;
|
|
3340
|
+
exports.EnvironmentVariable$ = EnvironmentVariable$;
|
|
3173
3341
|
exports.EnvironmentVariableType = EnvironmentVariableType;
|
|
3342
|
+
exports.ErrorDetails$ = ErrorDetails$;
|
|
3343
|
+
exports.ExecutionDetails$ = ExecutionDetails$;
|
|
3174
3344
|
exports.ExecutionMode = ExecutionMode;
|
|
3345
|
+
exports.ExecutionTrigger$ = ExecutionTrigger$;
|
|
3175
3346
|
exports.ExecutionType = ExecutionType;
|
|
3347
|
+
exports.ExecutorConfiguration$ = ExecutorConfiguration$;
|
|
3176
3348
|
exports.ExecutorType = ExecutorType;
|
|
3349
|
+
exports.FailureConditions$ = FailureConditions$;
|
|
3350
|
+
exports.FailureDetails$ = FailureDetails$;
|
|
3177
3351
|
exports.FailureType = FailureType;
|
|
3352
|
+
exports.GetActionType$ = GetActionType$;
|
|
3178
3353
|
exports.GetActionTypeCommand = GetActionTypeCommand;
|
|
3354
|
+
exports.GetActionTypeInput$ = GetActionTypeInput$;
|
|
3355
|
+
exports.GetActionTypeOutput$ = GetActionTypeOutput$;
|
|
3356
|
+
exports.GetJobDetails$ = GetJobDetails$;
|
|
3179
3357
|
exports.GetJobDetailsCommand = GetJobDetailsCommand;
|
|
3358
|
+
exports.GetJobDetailsInput$ = GetJobDetailsInput$;
|
|
3359
|
+
exports.GetJobDetailsOutput$ = GetJobDetailsOutput$;
|
|
3360
|
+
exports.GetPipeline$ = GetPipeline$;
|
|
3180
3361
|
exports.GetPipelineCommand = GetPipelineCommand;
|
|
3362
|
+
exports.GetPipelineExecution$ = GetPipelineExecution$;
|
|
3181
3363
|
exports.GetPipelineExecutionCommand = GetPipelineExecutionCommand;
|
|
3364
|
+
exports.GetPipelineExecutionInput$ = GetPipelineExecutionInput$;
|
|
3365
|
+
exports.GetPipelineExecutionOutput$ = GetPipelineExecutionOutput$;
|
|
3366
|
+
exports.GetPipelineInput$ = GetPipelineInput$;
|
|
3367
|
+
exports.GetPipelineOutput$ = GetPipelineOutput$;
|
|
3368
|
+
exports.GetPipelineState$ = GetPipelineState$;
|
|
3182
3369
|
exports.GetPipelineStateCommand = GetPipelineStateCommand;
|
|
3370
|
+
exports.GetPipelineStateInput$ = GetPipelineStateInput$;
|
|
3371
|
+
exports.GetPipelineStateOutput$ = GetPipelineStateOutput$;
|
|
3372
|
+
exports.GetThirdPartyJobDetails$ = GetThirdPartyJobDetails$;
|
|
3183
3373
|
exports.GetThirdPartyJobDetailsCommand = GetThirdPartyJobDetailsCommand;
|
|
3374
|
+
exports.GetThirdPartyJobDetailsInput$ = GetThirdPartyJobDetailsInput$;
|
|
3375
|
+
exports.GetThirdPartyJobDetailsOutput$ = GetThirdPartyJobDetailsOutput$;
|
|
3376
|
+
exports.GitBranchFilterCriteria$ = GitBranchFilterCriteria$;
|
|
3377
|
+
exports.GitConfiguration$ = GitConfiguration$;
|
|
3378
|
+
exports.GitFilePathFilterCriteria$ = GitFilePathFilterCriteria$;
|
|
3184
3379
|
exports.GitPullRequestEventType = GitPullRequestEventType;
|
|
3185
|
-
exports.
|
|
3186
|
-
exports.
|
|
3187
|
-
exports.
|
|
3188
|
-
exports.
|
|
3189
|
-
exports.
|
|
3190
|
-
exports.
|
|
3191
|
-
exports.
|
|
3192
|
-
exports.
|
|
3193
|
-
exports.
|
|
3194
|
-
exports.
|
|
3195
|
-
exports.
|
|
3196
|
-
exports.
|
|
3197
|
-
exports.
|
|
3198
|
-
exports.
|
|
3199
|
-
exports.
|
|
3380
|
+
exports.GitPullRequestFilter$ = GitPullRequestFilter$;
|
|
3381
|
+
exports.GitPushFilter$ = GitPushFilter$;
|
|
3382
|
+
exports.GitTagFilterCriteria$ = GitTagFilterCriteria$;
|
|
3383
|
+
exports.InputArtifact$ = InputArtifact$;
|
|
3384
|
+
exports.InvalidActionDeclarationException = InvalidActionDeclarationException;
|
|
3385
|
+
exports.InvalidActionDeclarationException$ = InvalidActionDeclarationException$;
|
|
3386
|
+
exports.InvalidApprovalTokenException = InvalidApprovalTokenException;
|
|
3387
|
+
exports.InvalidApprovalTokenException$ = InvalidApprovalTokenException$;
|
|
3388
|
+
exports.InvalidArnException = InvalidArnException;
|
|
3389
|
+
exports.InvalidArnException$ = InvalidArnException$;
|
|
3390
|
+
exports.InvalidBlockerDeclarationException = InvalidBlockerDeclarationException;
|
|
3391
|
+
exports.InvalidBlockerDeclarationException$ = InvalidBlockerDeclarationException$;
|
|
3392
|
+
exports.InvalidClientTokenException = InvalidClientTokenException;
|
|
3393
|
+
exports.InvalidClientTokenException$ = InvalidClientTokenException$;
|
|
3394
|
+
exports.InvalidJobException = InvalidJobException;
|
|
3395
|
+
exports.InvalidJobException$ = InvalidJobException$;
|
|
3396
|
+
exports.InvalidJobStateException = InvalidJobStateException;
|
|
3397
|
+
exports.InvalidJobStateException$ = InvalidJobStateException$;
|
|
3398
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
3399
|
+
exports.InvalidNextTokenException$ = InvalidNextTokenException$;
|
|
3400
|
+
exports.InvalidNonceException = InvalidNonceException;
|
|
3401
|
+
exports.InvalidNonceException$ = InvalidNonceException$;
|
|
3402
|
+
exports.InvalidStageDeclarationException = InvalidStageDeclarationException;
|
|
3403
|
+
exports.InvalidStageDeclarationException$ = InvalidStageDeclarationException$;
|
|
3404
|
+
exports.InvalidStructureException = InvalidStructureException;
|
|
3405
|
+
exports.InvalidStructureException$ = InvalidStructureException$;
|
|
3406
|
+
exports.InvalidTagsException = InvalidTagsException;
|
|
3407
|
+
exports.InvalidTagsException$ = InvalidTagsException$;
|
|
3408
|
+
exports.InvalidWebhookAuthenticationParametersException = InvalidWebhookAuthenticationParametersException;
|
|
3409
|
+
exports.InvalidWebhookAuthenticationParametersException$ = InvalidWebhookAuthenticationParametersException$;
|
|
3410
|
+
exports.InvalidWebhookFilterPatternException = InvalidWebhookFilterPatternException;
|
|
3411
|
+
exports.InvalidWebhookFilterPatternException$ = InvalidWebhookFilterPatternException$;
|
|
3412
|
+
exports.Job$ = Job$;
|
|
3413
|
+
exports.JobData$ = JobData$;
|
|
3414
|
+
exports.JobDetails$ = JobDetails$;
|
|
3415
|
+
exports.JobNotFoundException = JobNotFoundException;
|
|
3416
|
+
exports.JobNotFoundException$ = JobNotFoundException$;
|
|
3200
3417
|
exports.JobStatus = JobStatus;
|
|
3201
|
-
exports.
|
|
3418
|
+
exports.JobWorkerExecutorConfiguration$ = JobWorkerExecutorConfiguration$;
|
|
3419
|
+
exports.LambdaExecutorConfiguration$ = LambdaExecutorConfiguration$;
|
|
3420
|
+
exports.LatestInPipelineExecutionFilter$ = LatestInPipelineExecutionFilter$;
|
|
3421
|
+
exports.LimitExceededException = LimitExceededException;
|
|
3422
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
3423
|
+
exports.ListActionExecutions$ = ListActionExecutions$;
|
|
3202
3424
|
exports.ListActionExecutionsCommand = ListActionExecutionsCommand;
|
|
3425
|
+
exports.ListActionExecutionsInput$ = ListActionExecutionsInput$;
|
|
3426
|
+
exports.ListActionExecutionsOutput$ = ListActionExecutionsOutput$;
|
|
3427
|
+
exports.ListActionTypes$ = ListActionTypes$;
|
|
3203
3428
|
exports.ListActionTypesCommand = ListActionTypesCommand;
|
|
3429
|
+
exports.ListActionTypesInput$ = ListActionTypesInput$;
|
|
3430
|
+
exports.ListActionTypesOutput$ = ListActionTypesOutput$;
|
|
3431
|
+
exports.ListDeployActionExecutionTargets$ = ListDeployActionExecutionTargets$;
|
|
3204
3432
|
exports.ListDeployActionExecutionTargetsCommand = ListDeployActionExecutionTargetsCommand;
|
|
3433
|
+
exports.ListDeployActionExecutionTargetsInput$ = ListDeployActionExecutionTargetsInput$;
|
|
3434
|
+
exports.ListDeployActionExecutionTargetsOutput$ = ListDeployActionExecutionTargetsOutput$;
|
|
3435
|
+
exports.ListPipelineExecutions$ = ListPipelineExecutions$;
|
|
3205
3436
|
exports.ListPipelineExecutionsCommand = ListPipelineExecutionsCommand;
|
|
3437
|
+
exports.ListPipelineExecutionsInput$ = ListPipelineExecutionsInput$;
|
|
3438
|
+
exports.ListPipelineExecutionsOutput$ = ListPipelineExecutionsOutput$;
|
|
3439
|
+
exports.ListPipelines$ = ListPipelines$;
|
|
3206
3440
|
exports.ListPipelinesCommand = ListPipelinesCommand;
|
|
3441
|
+
exports.ListPipelinesInput$ = ListPipelinesInput$;
|
|
3442
|
+
exports.ListPipelinesOutput$ = ListPipelinesOutput$;
|
|
3443
|
+
exports.ListRuleExecutions$ = ListRuleExecutions$;
|
|
3207
3444
|
exports.ListRuleExecutionsCommand = ListRuleExecutionsCommand;
|
|
3445
|
+
exports.ListRuleExecutionsInput$ = ListRuleExecutionsInput$;
|
|
3446
|
+
exports.ListRuleExecutionsOutput$ = ListRuleExecutionsOutput$;
|
|
3447
|
+
exports.ListRuleTypes$ = ListRuleTypes$;
|
|
3208
3448
|
exports.ListRuleTypesCommand = ListRuleTypesCommand;
|
|
3449
|
+
exports.ListRuleTypesInput$ = ListRuleTypesInput$;
|
|
3450
|
+
exports.ListRuleTypesOutput$ = ListRuleTypesOutput$;
|
|
3451
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3209
3452
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3453
|
+
exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
|
|
3454
|
+
exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
|
|
3455
|
+
exports.ListWebhookItem$ = ListWebhookItem$;
|
|
3456
|
+
exports.ListWebhooks$ = ListWebhooks$;
|
|
3210
3457
|
exports.ListWebhooksCommand = ListWebhooksCommand;
|
|
3211
|
-
exports.
|
|
3212
|
-
exports.
|
|
3458
|
+
exports.ListWebhooksInput$ = ListWebhooksInput$;
|
|
3459
|
+
exports.ListWebhooksOutput$ = ListWebhooksOutput$;
|
|
3460
|
+
exports.NotLatestPipelineExecutionException = NotLatestPipelineExecutionException;
|
|
3461
|
+
exports.NotLatestPipelineExecutionException$ = NotLatestPipelineExecutionException$;
|
|
3462
|
+
exports.OutputArtifact$ = OutputArtifact$;
|
|
3463
|
+
exports.OutputVariablesSizeExceededException = OutputVariablesSizeExceededException;
|
|
3464
|
+
exports.OutputVariablesSizeExceededException$ = OutputVariablesSizeExceededException$;
|
|
3465
|
+
exports.OverrideStageCondition$ = OverrideStageCondition$;
|
|
3213
3466
|
exports.OverrideStageConditionCommand = OverrideStageConditionCommand;
|
|
3214
|
-
exports.
|
|
3215
|
-
exports.
|
|
3216
|
-
exports.
|
|
3467
|
+
exports.OverrideStageConditionInput$ = OverrideStageConditionInput$;
|
|
3468
|
+
exports.PipelineContext$ = PipelineContext$;
|
|
3469
|
+
exports.PipelineDeclaration$ = PipelineDeclaration$;
|
|
3470
|
+
exports.PipelineExecution$ = PipelineExecution$;
|
|
3471
|
+
exports.PipelineExecutionFilter$ = PipelineExecutionFilter$;
|
|
3472
|
+
exports.PipelineExecutionNotFoundException = PipelineExecutionNotFoundException;
|
|
3473
|
+
exports.PipelineExecutionNotFoundException$ = PipelineExecutionNotFoundException$;
|
|
3474
|
+
exports.PipelineExecutionNotStoppableException = PipelineExecutionNotStoppableException;
|
|
3475
|
+
exports.PipelineExecutionNotStoppableException$ = PipelineExecutionNotStoppableException$;
|
|
3476
|
+
exports.PipelineExecutionOutdatedException = PipelineExecutionOutdatedException;
|
|
3477
|
+
exports.PipelineExecutionOutdatedException$ = PipelineExecutionOutdatedException$;
|
|
3217
3478
|
exports.PipelineExecutionStatus = PipelineExecutionStatus;
|
|
3218
|
-
exports.
|
|
3219
|
-
exports.
|
|
3479
|
+
exports.PipelineExecutionSummary$ = PipelineExecutionSummary$;
|
|
3480
|
+
exports.PipelineMetadata$ = PipelineMetadata$;
|
|
3481
|
+
exports.PipelineNameInUseException = PipelineNameInUseException;
|
|
3482
|
+
exports.PipelineNameInUseException$ = PipelineNameInUseException$;
|
|
3483
|
+
exports.PipelineNotFoundException = PipelineNotFoundException;
|
|
3484
|
+
exports.PipelineNotFoundException$ = PipelineNotFoundException$;
|
|
3485
|
+
exports.PipelineRollbackMetadata$ = PipelineRollbackMetadata$;
|
|
3486
|
+
exports.PipelineSummary$ = PipelineSummary$;
|
|
3487
|
+
exports.PipelineTriggerDeclaration$ = PipelineTriggerDeclaration$;
|
|
3220
3488
|
exports.PipelineTriggerProviderType = PipelineTriggerProviderType;
|
|
3221
3489
|
exports.PipelineType = PipelineType;
|
|
3222
|
-
exports.
|
|
3490
|
+
exports.PipelineVariable$ = PipelineVariable$;
|
|
3491
|
+
exports.PipelineVariableDeclaration$ = PipelineVariableDeclaration$;
|
|
3492
|
+
exports.PipelineVersionNotFoundException = PipelineVersionNotFoundException;
|
|
3493
|
+
exports.PipelineVersionNotFoundException$ = PipelineVersionNotFoundException$;
|
|
3494
|
+
exports.PollForJobs$ = PollForJobs$;
|
|
3223
3495
|
exports.PollForJobsCommand = PollForJobsCommand;
|
|
3496
|
+
exports.PollForJobsInput$ = PollForJobsInput$;
|
|
3497
|
+
exports.PollForJobsOutput$ = PollForJobsOutput$;
|
|
3498
|
+
exports.PollForThirdPartyJobs$ = PollForThirdPartyJobs$;
|
|
3224
3499
|
exports.PollForThirdPartyJobsCommand = PollForThirdPartyJobsCommand;
|
|
3500
|
+
exports.PollForThirdPartyJobsInput$ = PollForThirdPartyJobsInput$;
|
|
3501
|
+
exports.PollForThirdPartyJobsOutput$ = PollForThirdPartyJobsOutput$;
|
|
3502
|
+
exports.PutActionRevision$ = PutActionRevision$;
|
|
3225
3503
|
exports.PutActionRevisionCommand = PutActionRevisionCommand;
|
|
3504
|
+
exports.PutActionRevisionInput$ = PutActionRevisionInput$;
|
|
3505
|
+
exports.PutActionRevisionOutput$ = PutActionRevisionOutput$;
|
|
3506
|
+
exports.PutApprovalResult$ = PutApprovalResult$;
|
|
3226
3507
|
exports.PutApprovalResultCommand = PutApprovalResultCommand;
|
|
3508
|
+
exports.PutApprovalResultInput$ = PutApprovalResultInput$;
|
|
3509
|
+
exports.PutApprovalResultOutput$ = PutApprovalResultOutput$;
|
|
3510
|
+
exports.PutJobFailureResult$ = PutJobFailureResult$;
|
|
3227
3511
|
exports.PutJobFailureResultCommand = PutJobFailureResultCommand;
|
|
3512
|
+
exports.PutJobFailureResultInput$ = PutJobFailureResultInput$;
|
|
3513
|
+
exports.PutJobSuccessResult$ = PutJobSuccessResult$;
|
|
3228
3514
|
exports.PutJobSuccessResultCommand = PutJobSuccessResultCommand;
|
|
3515
|
+
exports.PutJobSuccessResultInput$ = PutJobSuccessResultInput$;
|
|
3516
|
+
exports.PutThirdPartyJobFailureResult$ = PutThirdPartyJobFailureResult$;
|
|
3229
3517
|
exports.PutThirdPartyJobFailureResultCommand = PutThirdPartyJobFailureResultCommand;
|
|
3518
|
+
exports.PutThirdPartyJobFailureResultInput$ = PutThirdPartyJobFailureResultInput$;
|
|
3519
|
+
exports.PutThirdPartyJobSuccessResult$ = PutThirdPartyJobSuccessResult$;
|
|
3230
3520
|
exports.PutThirdPartyJobSuccessResultCommand = PutThirdPartyJobSuccessResultCommand;
|
|
3521
|
+
exports.PutThirdPartyJobSuccessResultInput$ = PutThirdPartyJobSuccessResultInput$;
|
|
3522
|
+
exports.PutWebhook$ = PutWebhook$;
|
|
3231
3523
|
exports.PutWebhookCommand = PutWebhookCommand;
|
|
3524
|
+
exports.PutWebhookInput$ = PutWebhookInput$;
|
|
3525
|
+
exports.PutWebhookOutput$ = PutWebhookOutput$;
|
|
3526
|
+
exports.RegisterWebhookWithThirdParty$ = RegisterWebhookWithThirdParty$;
|
|
3232
3527
|
exports.RegisterWebhookWithThirdPartyCommand = RegisterWebhookWithThirdPartyCommand;
|
|
3233
|
-
exports.
|
|
3234
|
-
exports.
|
|
3528
|
+
exports.RegisterWebhookWithThirdPartyInput$ = RegisterWebhookWithThirdPartyInput$;
|
|
3529
|
+
exports.RegisterWebhookWithThirdPartyOutput$ = RegisterWebhookWithThirdPartyOutput$;
|
|
3530
|
+
exports.RequestFailedException = RequestFailedException;
|
|
3531
|
+
exports.RequestFailedException$ = RequestFailedException$;
|
|
3532
|
+
exports.ResolvedPipelineVariable$ = ResolvedPipelineVariable$;
|
|
3533
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
3534
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3235
3535
|
exports.Result = Result;
|
|
3536
|
+
exports.RetryConfiguration$ = RetryConfiguration$;
|
|
3537
|
+
exports.RetryStageExecution$ = RetryStageExecution$;
|
|
3236
3538
|
exports.RetryStageExecutionCommand = RetryStageExecutionCommand;
|
|
3539
|
+
exports.RetryStageExecutionInput$ = RetryStageExecutionInput$;
|
|
3540
|
+
exports.RetryStageExecutionOutput$ = RetryStageExecutionOutput$;
|
|
3541
|
+
exports.RetryStageMetadata$ = RetryStageMetadata$;
|
|
3237
3542
|
exports.RetryTrigger = RetryTrigger;
|
|
3543
|
+
exports.RollbackStage$ = RollbackStage$;
|
|
3238
3544
|
exports.RollbackStageCommand = RollbackStageCommand;
|
|
3545
|
+
exports.RollbackStageInput$ = RollbackStageInput$;
|
|
3546
|
+
exports.RollbackStageOutput$ = RollbackStageOutput$;
|
|
3239
3547
|
exports.RuleCategory = RuleCategory;
|
|
3548
|
+
exports.RuleConfigurationProperty$ = RuleConfigurationProperty$;
|
|
3240
3549
|
exports.RuleConfigurationPropertyType = RuleConfigurationPropertyType;
|
|
3550
|
+
exports.RuleDeclaration$ = RuleDeclaration$;
|
|
3551
|
+
exports.RuleExecution$ = RuleExecution$;
|
|
3552
|
+
exports.RuleExecutionDetail$ = RuleExecutionDetail$;
|
|
3553
|
+
exports.RuleExecutionFilter$ = RuleExecutionFilter$;
|
|
3554
|
+
exports.RuleExecutionInput$ = RuleExecutionInput$;
|
|
3555
|
+
exports.RuleExecutionOutput$ = RuleExecutionOutput$;
|
|
3556
|
+
exports.RuleExecutionResult$ = RuleExecutionResult$;
|
|
3241
3557
|
exports.RuleExecutionStatus = RuleExecutionStatus;
|
|
3242
3558
|
exports.RuleOwner = RuleOwner;
|
|
3559
|
+
exports.RuleRevision$ = RuleRevision$;
|
|
3560
|
+
exports.RuleState$ = RuleState$;
|
|
3561
|
+
exports.RuleType$ = RuleType$;
|
|
3562
|
+
exports.RuleTypeId$ = RuleTypeId$;
|
|
3563
|
+
exports.RuleTypeSettings$ = RuleTypeSettings$;
|
|
3564
|
+
exports.S3ArtifactLocation$ = S3ArtifactLocation$;
|
|
3565
|
+
exports.S3Location$ = S3Location$;
|
|
3566
|
+
exports.SourceRevision$ = SourceRevision$;
|
|
3567
|
+
exports.SourceRevisionOverride$ = SourceRevisionOverride$;
|
|
3243
3568
|
exports.SourceRevisionType = SourceRevisionType;
|
|
3569
|
+
exports.StageConditionState$ = StageConditionState$;
|
|
3570
|
+
exports.StageConditionsExecution$ = StageConditionsExecution$;
|
|
3571
|
+
exports.StageContext$ = StageContext$;
|
|
3572
|
+
exports.StageDeclaration$ = StageDeclaration$;
|
|
3573
|
+
exports.StageExecution$ = StageExecution$;
|
|
3244
3574
|
exports.StageExecutionStatus = StageExecutionStatus;
|
|
3245
|
-
exports.StageNotFoundException = StageNotFoundException
|
|
3246
|
-
exports.
|
|
3575
|
+
exports.StageNotFoundException = StageNotFoundException;
|
|
3576
|
+
exports.StageNotFoundException$ = StageNotFoundException$;
|
|
3577
|
+
exports.StageNotRetryableException = StageNotRetryableException;
|
|
3578
|
+
exports.StageNotRetryableException$ = StageNotRetryableException$;
|
|
3247
3579
|
exports.StageRetryMode = StageRetryMode;
|
|
3580
|
+
exports.StageState$ = StageState$;
|
|
3248
3581
|
exports.StageTransitionType = StageTransitionType;
|
|
3582
|
+
exports.StartPipelineExecution$ = StartPipelineExecution$;
|
|
3249
3583
|
exports.StartPipelineExecutionCommand = StartPipelineExecutionCommand;
|
|
3584
|
+
exports.StartPipelineExecutionInput$ = StartPipelineExecutionInput$;
|
|
3585
|
+
exports.StartPipelineExecutionOutput$ = StartPipelineExecutionOutput$;
|
|
3250
3586
|
exports.StartTimeRange = StartTimeRange;
|
|
3587
|
+
exports.StopExecutionTrigger$ = StopExecutionTrigger$;
|
|
3588
|
+
exports.StopPipelineExecution$ = StopPipelineExecution$;
|
|
3251
3589
|
exports.StopPipelineExecutionCommand = StopPipelineExecutionCommand;
|
|
3590
|
+
exports.StopPipelineExecutionInput$ = StopPipelineExecutionInput$;
|
|
3591
|
+
exports.StopPipelineExecutionOutput$ = StopPipelineExecutionOutput$;
|
|
3592
|
+
exports.SucceededInStageFilter$ = SucceededInStageFilter$;
|
|
3593
|
+
exports.SuccessConditions$ = SuccessConditions$;
|
|
3594
|
+
exports.Tag$ = Tag$;
|
|
3595
|
+
exports.TagResource$ = TagResource$;
|
|
3252
3596
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3597
|
+
exports.TagResourceInput$ = TagResourceInput$;
|
|
3598
|
+
exports.TagResourceOutput$ = TagResourceOutput$;
|
|
3599
|
+
exports.TargetFilter$ = TargetFilter$;
|
|
3253
3600
|
exports.TargetFilterName = TargetFilterName;
|
|
3254
|
-
exports.
|
|
3601
|
+
exports.ThirdPartyJob$ = ThirdPartyJob$;
|
|
3602
|
+
exports.ThirdPartyJobData$ = ThirdPartyJobData$;
|
|
3603
|
+
exports.ThirdPartyJobDetails$ = ThirdPartyJobDetails$;
|
|
3604
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
3605
|
+
exports.TooManyTagsException$ = TooManyTagsException$;
|
|
3606
|
+
exports.TransitionState$ = TransitionState$;
|
|
3255
3607
|
exports.TriggerType = TriggerType;
|
|
3256
|
-
exports.UnableToRollbackStageException = UnableToRollbackStageException
|
|
3608
|
+
exports.UnableToRollbackStageException = UnableToRollbackStageException;
|
|
3609
|
+
exports.UnableToRollbackStageException$ = UnableToRollbackStageException$;
|
|
3610
|
+
exports.UntagResource$ = UntagResource$;
|
|
3257
3611
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
3612
|
+
exports.UntagResourceInput$ = UntagResourceInput$;
|
|
3613
|
+
exports.UntagResourceOutput$ = UntagResourceOutput$;
|
|
3614
|
+
exports.UpdateActionType$ = UpdateActionType$;
|
|
3258
3615
|
exports.UpdateActionTypeCommand = UpdateActionTypeCommand;
|
|
3616
|
+
exports.UpdateActionTypeInput$ = UpdateActionTypeInput$;
|
|
3617
|
+
exports.UpdatePipeline$ = UpdatePipeline$;
|
|
3259
3618
|
exports.UpdatePipelineCommand = UpdatePipelineCommand;
|
|
3260
|
-
exports.
|
|
3619
|
+
exports.UpdatePipelineInput$ = UpdatePipelineInput$;
|
|
3620
|
+
exports.UpdatePipelineOutput$ = UpdatePipelineOutput$;
|
|
3621
|
+
exports.ValidationException = ValidationException;
|
|
3622
|
+
exports.ValidationException$ = ValidationException$;
|
|
3623
|
+
exports.WebhookAuthConfiguration$ = WebhookAuthConfiguration$;
|
|
3261
3624
|
exports.WebhookAuthenticationType = WebhookAuthenticationType;
|
|
3262
|
-
exports.
|
|
3625
|
+
exports.WebhookDefinition$ = WebhookDefinition$;
|
|
3626
|
+
exports.WebhookFilterRule$ = WebhookFilterRule$;
|
|
3627
|
+
exports.WebhookNotFoundException = WebhookNotFoundException;
|
|
3628
|
+
exports.WebhookNotFoundException$ = WebhookNotFoundException$;
|
|
3263
3629
|
exports.paginateListActionExecutions = paginateListActionExecutions;
|
|
3264
3630
|
exports.paginateListActionTypes = paginateListActionTypes;
|
|
3265
3631
|
exports.paginateListDeployActionExecutionTargets = paginateListDeployActionExecutionTargets;
|