@aws-sdk/client-codepipeline 3.52.0 → 3.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/CodePipelineServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +473 -4
- package/dist-cjs/protocols/Aws_json1_1.js +458 -1447
- package/dist-es/index.js +1 -0
- package/dist-es/models/CodePipelineServiceException.js +12 -0
- package/dist-es/models/models_0.js +434 -1
- package/dist-es/protocols/Aws_json1_1.js +913 -1532
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/CodePipelineServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +202 -170
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +156 -144
- package/package.json +25 -25
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.UpdatePipelineOutput = exports.UpdatePipelineInput = exports.UpdateActionTypeInput = exports.UntagResourceOutput = exports.UntagResourceInput = void 0;
|
|
3
|
+
exports.ApprovalResult = exports.ApprovalStatus = exports.ApprovalAlreadyCompletedException = exports.ActionTypeNotFoundException = exports.ActionTypeDeclaration = exports.ActionTypeUrls = exports.ActionTypeProperty = exports.ActionTypePermissions = exports.ActionTypeIdentifier = exports.ActionTypeExecutor = exports.ExecutorType = exports.ExecutorConfiguration = exports.LambdaExecutorConfiguration = exports.JobWorkerExecutorConfiguration = exports.ActionTypeArtifactDetails = exports.ActionType = exports.ActionTypeSettings = exports.ArtifactDetails = exports.ActionState = exports.ActionRevision = exports.ActionNotFoundException = exports.ActionExecutionFilter = exports.ActionExecutionDetail = exports.ActionExecutionOutput = exports.ActionExecutionResult = exports.ActionExecutionInput = exports.ArtifactDetail = exports.S3Location = exports.ActionExecution = exports.ActionExecutionStatus = exports.ErrorDetails = exports.ActionDeclaration = exports.OutputArtifact = exports.InputArtifact = exports.ActionTypeId = exports.ActionOwner = exports.ActionContext = exports.ActionConfigurationProperty = exports.ActionConfigurationPropertyType = exports.ActionConfiguration = exports.ActionCategory = exports.InvalidClientTokenException = exports.AcknowledgeThirdPartyJobOutput = exports.AcknowledgeThirdPartyJobInput = exports.ValidationException = exports.JobNotFoundException = exports.InvalidNonceException = exports.AcknowledgeJobOutput = exports.JobStatus = exports.AcknowledgeJobInput = void 0;
|
|
4
|
+
exports.PipelineMetadata = exports.GetPipelineInput = exports.GetJobDetailsOutput = exports.JobDetails = exports.JobData = exports.PipelineContext = exports.StageContext = exports.GetJobDetailsInput = exports.GetActionTypeOutput = exports.GetActionTypeInput = exports.EnableStageTransitionInput = exports.StageNotFoundException = exports.PipelineNotFoundException = exports.DisableStageTransitionInput = exports.StageTransitionType = exports.WebhookNotFoundException = exports.DeregisterWebhookWithThirdPartyOutput = exports.DeregisterWebhookWithThirdPartyInput = exports.DeleteWebhookOutput = exports.DeleteWebhookInput = exports.DeletePipelineInput = exports.DeleteCustomActionTypeInput = exports.PipelineNameInUseException = exports.InvalidStructureException = exports.InvalidStageDeclarationException = exports.InvalidBlockerDeclarationException = exports.InvalidActionDeclarationException = exports.CreatePipelineOutput = exports.CreatePipelineInput = exports.PipelineDeclaration = exports.StageDeclaration = exports.TooManyTagsException = exports.LimitExceededException = exports.InvalidTagsException = exports.CreateCustomActionTypeOutput = exports.CreateCustomActionTypeInput = exports.Tag = exports.ConcurrentModificationException = exports.BlockerDeclaration = exports.BlockerType = exports.AWSSessionCredentials = exports.ArtifactStore = exports.ArtifactStoreType = exports.EncryptionKey = exports.EncryptionKeyType = exports.ArtifactRevision = exports.Artifact = exports.ArtifactLocation = exports.ArtifactLocationType = exports.S3ArtifactLocation = void 0;
|
|
5
|
+
exports.PollForThirdPartyJobsOutput = exports.ThirdPartyJob = exports.PollForThirdPartyJobsInput = exports.PollForJobsOutput = exports.Job = exports.PollForJobsInput = exports.ListWebhooksOutput = exports.ListWebhookItem = exports.WebhookDefinition = exports.WebhookFilterRule = exports.WebhookAuthConfiguration = exports.WebhookAuthenticationType = exports.ListWebhooksInput = exports.ResourceNotFoundException = exports.ListTagsForResourceOutput = exports.ListTagsForResourceInput = exports.InvalidArnException = exports.ListPipelinesOutput = exports.PipelineSummary = exports.ListPipelinesInput = exports.ListPipelineExecutionsOutput = exports.PipelineExecutionSummary = exports.ExecutionTrigger = exports.TriggerType = exports.StopExecutionTrigger = exports.SourceRevision = exports.ListPipelineExecutionsInput = exports.ListActionTypesOutput = exports.ListActionTypesInput = exports.ListActionExecutionsOutput = exports.ListActionExecutionsInput = exports.InvalidNextTokenException = exports.InvalidJobException = exports.GetThirdPartyJobDetailsOutput = exports.ThirdPartyJobDetails = exports.ThirdPartyJobData = exports.GetThirdPartyJobDetailsInput = exports.GetPipelineStateOutput = exports.StageState = exports.TransitionState = exports.StageExecution = exports.StageExecutionStatus = exports.GetPipelineStateInput = exports.PipelineExecutionNotFoundException = exports.GetPipelineExecutionOutput = exports.PipelineExecution = exports.PipelineExecutionStatus = exports.GetPipelineExecutionInput = exports.PipelineVersionNotFoundException = exports.GetPipelineOutput = void 0;
|
|
6
|
+
exports.UpdatePipelineOutput = exports.UpdatePipelineInput = exports.UpdateActionTypeInput = exports.RequestFailedException = exports.UntagResourceOutput = exports.UntagResourceInput = exports.TagResourceOutput = exports.TagResourceInput = exports.StopPipelineExecutionOutput = exports.StopPipelineExecutionInput = exports.PipelineExecutionNotStoppableException = exports.DuplicatedStopRequestException = exports.StartPipelineExecutionOutput = exports.StartPipelineExecutionInput = exports.StageNotRetryableException = exports.RetryStageExecutionOutput = exports.RetryStageExecutionInput = exports.StageRetryMode = exports.NotLatestPipelineExecutionException = exports.ConflictException = exports.RegisterWebhookWithThirdPartyOutput = exports.RegisterWebhookWithThirdPartyInput = exports.PutWebhookOutput = exports.PutWebhookInput = exports.InvalidWebhookFilterPatternException = exports.InvalidWebhookAuthenticationParametersException = exports.PutThirdPartyJobSuccessResultInput = exports.PutThirdPartyJobFailureResultInput = exports.PutJobSuccessResultInput = exports.ExecutionDetails = exports.CurrentRevision = exports.OutputVariablesSizeExceededException = exports.PutJobFailureResultInput = exports.FailureDetails = exports.FailureType = exports.InvalidJobStateException = exports.PutApprovalResultOutput = exports.PutApprovalResultInput = exports.InvalidApprovalTokenException = exports.PutActionRevisionOutput = exports.PutActionRevisionInput = void 0;
|
|
7
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
8
|
+
const CodePipelineServiceException_1 = require("./CodePipelineServiceException");
|
|
8
9
|
var AcknowledgeJobInput;
|
|
9
10
|
(function (AcknowledgeJobInput) {
|
|
10
11
|
AcknowledgeJobInput.filterSensitiveLog = (obj) => ({
|
|
@@ -27,6 +28,45 @@ var AcknowledgeJobOutput;
|
|
|
27
28
|
...obj,
|
|
28
29
|
});
|
|
29
30
|
})(AcknowledgeJobOutput = exports.AcknowledgeJobOutput || (exports.AcknowledgeJobOutput = {}));
|
|
31
|
+
class InvalidNonceException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
32
|
+
constructor(opts) {
|
|
33
|
+
super({
|
|
34
|
+
name: "InvalidNonceException",
|
|
35
|
+
$fault: "client",
|
|
36
|
+
...opts,
|
|
37
|
+
});
|
|
38
|
+
this.name = "InvalidNonceException";
|
|
39
|
+
this.$fault = "client";
|
|
40
|
+
Object.setPrototypeOf(this, InvalidNonceException.prototype);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
exports.InvalidNonceException = InvalidNonceException;
|
|
44
|
+
class JobNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
45
|
+
constructor(opts) {
|
|
46
|
+
super({
|
|
47
|
+
name: "JobNotFoundException",
|
|
48
|
+
$fault: "client",
|
|
49
|
+
...opts,
|
|
50
|
+
});
|
|
51
|
+
this.name = "JobNotFoundException";
|
|
52
|
+
this.$fault = "client";
|
|
53
|
+
Object.setPrototypeOf(this, JobNotFoundException.prototype);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
exports.JobNotFoundException = JobNotFoundException;
|
|
57
|
+
class ValidationException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
58
|
+
constructor(opts) {
|
|
59
|
+
super({
|
|
60
|
+
name: "ValidationException",
|
|
61
|
+
$fault: "client",
|
|
62
|
+
...opts,
|
|
63
|
+
});
|
|
64
|
+
this.name = "ValidationException";
|
|
65
|
+
this.$fault = "client";
|
|
66
|
+
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
exports.ValidationException = ValidationException;
|
|
30
70
|
var AcknowledgeThirdPartyJobInput;
|
|
31
71
|
(function (AcknowledgeThirdPartyJobInput) {
|
|
32
72
|
AcknowledgeThirdPartyJobInput.filterSensitiveLog = (obj) => ({
|
|
@@ -39,6 +79,19 @@ var AcknowledgeThirdPartyJobOutput;
|
|
|
39
79
|
...obj,
|
|
40
80
|
});
|
|
41
81
|
})(AcknowledgeThirdPartyJobOutput = exports.AcknowledgeThirdPartyJobOutput || (exports.AcknowledgeThirdPartyJobOutput = {}));
|
|
82
|
+
class InvalidClientTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
83
|
+
constructor(opts) {
|
|
84
|
+
super({
|
|
85
|
+
name: "InvalidClientTokenException",
|
|
86
|
+
$fault: "client",
|
|
87
|
+
...opts,
|
|
88
|
+
});
|
|
89
|
+
this.name = "InvalidClientTokenException";
|
|
90
|
+
this.$fault = "client";
|
|
91
|
+
Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
exports.InvalidClientTokenException = InvalidClientTokenException;
|
|
42
95
|
var ActionCategory;
|
|
43
96
|
(function (ActionCategory) {
|
|
44
97
|
ActionCategory["Approval"] = "Approval";
|
|
@@ -163,6 +216,19 @@ var ActionExecutionFilter;
|
|
|
163
216
|
...obj,
|
|
164
217
|
});
|
|
165
218
|
})(ActionExecutionFilter = exports.ActionExecutionFilter || (exports.ActionExecutionFilter = {}));
|
|
219
|
+
class ActionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
220
|
+
constructor(opts) {
|
|
221
|
+
super({
|
|
222
|
+
name: "ActionNotFoundException",
|
|
223
|
+
$fault: "client",
|
|
224
|
+
...opts,
|
|
225
|
+
});
|
|
226
|
+
this.name = "ActionNotFoundException";
|
|
227
|
+
this.$fault = "client";
|
|
228
|
+
Object.setPrototypeOf(this, ActionNotFoundException.prototype);
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
exports.ActionNotFoundException = ActionNotFoundException;
|
|
166
232
|
var ActionRevision;
|
|
167
233
|
(function (ActionRevision) {
|
|
168
234
|
ActionRevision.filterSensitiveLog = (obj) => ({
|
|
@@ -258,6 +324,32 @@ var ActionTypeDeclaration;
|
|
|
258
324
|
...obj,
|
|
259
325
|
});
|
|
260
326
|
})(ActionTypeDeclaration = exports.ActionTypeDeclaration || (exports.ActionTypeDeclaration = {}));
|
|
327
|
+
class ActionTypeNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
328
|
+
constructor(opts) {
|
|
329
|
+
super({
|
|
330
|
+
name: "ActionTypeNotFoundException",
|
|
331
|
+
$fault: "client",
|
|
332
|
+
...opts,
|
|
333
|
+
});
|
|
334
|
+
this.name = "ActionTypeNotFoundException";
|
|
335
|
+
this.$fault = "client";
|
|
336
|
+
Object.setPrototypeOf(this, ActionTypeNotFoundException.prototype);
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
exports.ActionTypeNotFoundException = ActionTypeNotFoundException;
|
|
340
|
+
class ApprovalAlreadyCompletedException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
341
|
+
constructor(opts) {
|
|
342
|
+
super({
|
|
343
|
+
name: "ApprovalAlreadyCompletedException",
|
|
344
|
+
$fault: "client",
|
|
345
|
+
...opts,
|
|
346
|
+
});
|
|
347
|
+
this.name = "ApprovalAlreadyCompletedException";
|
|
348
|
+
this.$fault = "client";
|
|
349
|
+
Object.setPrototypeOf(this, ApprovalAlreadyCompletedException.prototype);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
exports.ApprovalAlreadyCompletedException = ApprovalAlreadyCompletedException;
|
|
261
353
|
var ApprovalStatus;
|
|
262
354
|
(function (ApprovalStatus) {
|
|
263
355
|
ApprovalStatus["Approved"] = "Approved";
|
|
@@ -336,6 +428,19 @@ var BlockerDeclaration;
|
|
|
336
428
|
...obj,
|
|
337
429
|
});
|
|
338
430
|
})(BlockerDeclaration = exports.BlockerDeclaration || (exports.BlockerDeclaration = {}));
|
|
431
|
+
class ConcurrentModificationException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
432
|
+
constructor(opts) {
|
|
433
|
+
super({
|
|
434
|
+
name: "ConcurrentModificationException",
|
|
435
|
+
$fault: "client",
|
|
436
|
+
...opts,
|
|
437
|
+
});
|
|
438
|
+
this.name = "ConcurrentModificationException";
|
|
439
|
+
this.$fault = "client";
|
|
440
|
+
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
339
444
|
var Tag;
|
|
340
445
|
(function (Tag) {
|
|
341
446
|
Tag.filterSensitiveLog = (obj) => ({
|
|
@@ -354,6 +459,45 @@ var CreateCustomActionTypeOutput;
|
|
|
354
459
|
...obj,
|
|
355
460
|
});
|
|
356
461
|
})(CreateCustomActionTypeOutput = exports.CreateCustomActionTypeOutput || (exports.CreateCustomActionTypeOutput = {}));
|
|
462
|
+
class InvalidTagsException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
463
|
+
constructor(opts) {
|
|
464
|
+
super({
|
|
465
|
+
name: "InvalidTagsException",
|
|
466
|
+
$fault: "client",
|
|
467
|
+
...opts,
|
|
468
|
+
});
|
|
469
|
+
this.name = "InvalidTagsException";
|
|
470
|
+
this.$fault = "client";
|
|
471
|
+
Object.setPrototypeOf(this, InvalidTagsException.prototype);
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
exports.InvalidTagsException = InvalidTagsException;
|
|
475
|
+
class LimitExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
476
|
+
constructor(opts) {
|
|
477
|
+
super({
|
|
478
|
+
name: "LimitExceededException",
|
|
479
|
+
$fault: "client",
|
|
480
|
+
...opts,
|
|
481
|
+
});
|
|
482
|
+
this.name = "LimitExceededException";
|
|
483
|
+
this.$fault = "client";
|
|
484
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
exports.LimitExceededException = LimitExceededException;
|
|
488
|
+
class TooManyTagsException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
489
|
+
constructor(opts) {
|
|
490
|
+
super({
|
|
491
|
+
name: "TooManyTagsException",
|
|
492
|
+
$fault: "client",
|
|
493
|
+
...opts,
|
|
494
|
+
});
|
|
495
|
+
this.name = "TooManyTagsException";
|
|
496
|
+
this.$fault = "client";
|
|
497
|
+
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
exports.TooManyTagsException = TooManyTagsException;
|
|
357
501
|
var StageDeclaration;
|
|
358
502
|
(function (StageDeclaration) {
|
|
359
503
|
StageDeclaration.filterSensitiveLog = (obj) => ({
|
|
@@ -378,6 +522,71 @@ var CreatePipelineOutput;
|
|
|
378
522
|
...obj,
|
|
379
523
|
});
|
|
380
524
|
})(CreatePipelineOutput = exports.CreatePipelineOutput || (exports.CreatePipelineOutput = {}));
|
|
525
|
+
class InvalidActionDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
526
|
+
constructor(opts) {
|
|
527
|
+
super({
|
|
528
|
+
name: "InvalidActionDeclarationException",
|
|
529
|
+
$fault: "client",
|
|
530
|
+
...opts,
|
|
531
|
+
});
|
|
532
|
+
this.name = "InvalidActionDeclarationException";
|
|
533
|
+
this.$fault = "client";
|
|
534
|
+
Object.setPrototypeOf(this, InvalidActionDeclarationException.prototype);
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
exports.InvalidActionDeclarationException = InvalidActionDeclarationException;
|
|
538
|
+
class InvalidBlockerDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
539
|
+
constructor(opts) {
|
|
540
|
+
super({
|
|
541
|
+
name: "InvalidBlockerDeclarationException",
|
|
542
|
+
$fault: "client",
|
|
543
|
+
...opts,
|
|
544
|
+
});
|
|
545
|
+
this.name = "InvalidBlockerDeclarationException";
|
|
546
|
+
this.$fault = "client";
|
|
547
|
+
Object.setPrototypeOf(this, InvalidBlockerDeclarationException.prototype);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
exports.InvalidBlockerDeclarationException = InvalidBlockerDeclarationException;
|
|
551
|
+
class InvalidStageDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
552
|
+
constructor(opts) {
|
|
553
|
+
super({
|
|
554
|
+
name: "InvalidStageDeclarationException",
|
|
555
|
+
$fault: "client",
|
|
556
|
+
...opts,
|
|
557
|
+
});
|
|
558
|
+
this.name = "InvalidStageDeclarationException";
|
|
559
|
+
this.$fault = "client";
|
|
560
|
+
Object.setPrototypeOf(this, InvalidStageDeclarationException.prototype);
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
exports.InvalidStageDeclarationException = InvalidStageDeclarationException;
|
|
564
|
+
class InvalidStructureException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
565
|
+
constructor(opts) {
|
|
566
|
+
super({
|
|
567
|
+
name: "InvalidStructureException",
|
|
568
|
+
$fault: "client",
|
|
569
|
+
...opts,
|
|
570
|
+
});
|
|
571
|
+
this.name = "InvalidStructureException";
|
|
572
|
+
this.$fault = "client";
|
|
573
|
+
Object.setPrototypeOf(this, InvalidStructureException.prototype);
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
exports.InvalidStructureException = InvalidStructureException;
|
|
577
|
+
class PipelineNameInUseException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
578
|
+
constructor(opts) {
|
|
579
|
+
super({
|
|
580
|
+
name: "PipelineNameInUseException",
|
|
581
|
+
$fault: "client",
|
|
582
|
+
...opts,
|
|
583
|
+
});
|
|
584
|
+
this.name = "PipelineNameInUseException";
|
|
585
|
+
this.$fault = "client";
|
|
586
|
+
Object.setPrototypeOf(this, PipelineNameInUseException.prototype);
|
|
587
|
+
}
|
|
588
|
+
}
|
|
589
|
+
exports.PipelineNameInUseException = PipelineNameInUseException;
|
|
381
590
|
var DeleteCustomActionTypeInput;
|
|
382
591
|
(function (DeleteCustomActionTypeInput) {
|
|
383
592
|
DeleteCustomActionTypeInput.filterSensitiveLog = (obj) => ({
|
|
@@ -414,6 +623,19 @@ var DeregisterWebhookWithThirdPartyOutput;
|
|
|
414
623
|
...obj,
|
|
415
624
|
});
|
|
416
625
|
})(DeregisterWebhookWithThirdPartyOutput = exports.DeregisterWebhookWithThirdPartyOutput || (exports.DeregisterWebhookWithThirdPartyOutput = {}));
|
|
626
|
+
class WebhookNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
627
|
+
constructor(opts) {
|
|
628
|
+
super({
|
|
629
|
+
name: "WebhookNotFoundException",
|
|
630
|
+
$fault: "client",
|
|
631
|
+
...opts,
|
|
632
|
+
});
|
|
633
|
+
this.name = "WebhookNotFoundException";
|
|
634
|
+
this.$fault = "client";
|
|
635
|
+
Object.setPrototypeOf(this, WebhookNotFoundException.prototype);
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
exports.WebhookNotFoundException = WebhookNotFoundException;
|
|
417
639
|
var StageTransitionType;
|
|
418
640
|
(function (StageTransitionType) {
|
|
419
641
|
StageTransitionType["Inbound"] = "Inbound";
|
|
@@ -425,6 +647,32 @@ var DisableStageTransitionInput;
|
|
|
425
647
|
...obj,
|
|
426
648
|
});
|
|
427
649
|
})(DisableStageTransitionInput = exports.DisableStageTransitionInput || (exports.DisableStageTransitionInput = {}));
|
|
650
|
+
class PipelineNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
651
|
+
constructor(opts) {
|
|
652
|
+
super({
|
|
653
|
+
name: "PipelineNotFoundException",
|
|
654
|
+
$fault: "client",
|
|
655
|
+
...opts,
|
|
656
|
+
});
|
|
657
|
+
this.name = "PipelineNotFoundException";
|
|
658
|
+
this.$fault = "client";
|
|
659
|
+
Object.setPrototypeOf(this, PipelineNotFoundException.prototype);
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
exports.PipelineNotFoundException = PipelineNotFoundException;
|
|
663
|
+
class StageNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
664
|
+
constructor(opts) {
|
|
665
|
+
super({
|
|
666
|
+
name: "StageNotFoundException",
|
|
667
|
+
$fault: "client",
|
|
668
|
+
...opts,
|
|
669
|
+
});
|
|
670
|
+
this.name = "StageNotFoundException";
|
|
671
|
+
this.$fault = "client";
|
|
672
|
+
Object.setPrototypeOf(this, StageNotFoundException.prototype);
|
|
673
|
+
}
|
|
674
|
+
}
|
|
675
|
+
exports.StageNotFoundException = StageNotFoundException;
|
|
428
676
|
var EnableStageTransitionInput;
|
|
429
677
|
(function (EnableStageTransitionInput) {
|
|
430
678
|
EnableStageTransitionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -500,6 +748,19 @@ var GetPipelineOutput;
|
|
|
500
748
|
...obj,
|
|
501
749
|
});
|
|
502
750
|
})(GetPipelineOutput = exports.GetPipelineOutput || (exports.GetPipelineOutput = {}));
|
|
751
|
+
class PipelineVersionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
752
|
+
constructor(opts) {
|
|
753
|
+
super({
|
|
754
|
+
name: "PipelineVersionNotFoundException",
|
|
755
|
+
$fault: "client",
|
|
756
|
+
...opts,
|
|
757
|
+
});
|
|
758
|
+
this.name = "PipelineVersionNotFoundException";
|
|
759
|
+
this.$fault = "client";
|
|
760
|
+
Object.setPrototypeOf(this, PipelineVersionNotFoundException.prototype);
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
exports.PipelineVersionNotFoundException = PipelineVersionNotFoundException;
|
|
503
764
|
var GetPipelineExecutionInput;
|
|
504
765
|
(function (GetPipelineExecutionInput) {
|
|
505
766
|
GetPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -528,6 +789,19 @@ var GetPipelineExecutionOutput;
|
|
|
528
789
|
...obj,
|
|
529
790
|
});
|
|
530
791
|
})(GetPipelineExecutionOutput = exports.GetPipelineExecutionOutput || (exports.GetPipelineExecutionOutput = {}));
|
|
792
|
+
class PipelineExecutionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
793
|
+
constructor(opts) {
|
|
794
|
+
super({
|
|
795
|
+
name: "PipelineExecutionNotFoundException",
|
|
796
|
+
$fault: "client",
|
|
797
|
+
...opts,
|
|
798
|
+
});
|
|
799
|
+
this.name = "PipelineExecutionNotFoundException";
|
|
800
|
+
this.$fault = "client";
|
|
801
|
+
Object.setPrototypeOf(this, PipelineExecutionNotFoundException.prototype);
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
exports.PipelineExecutionNotFoundException = PipelineExecutionNotFoundException;
|
|
531
805
|
var GetPipelineStateInput;
|
|
532
806
|
(function (GetPipelineStateInput) {
|
|
533
807
|
GetPipelineStateInput.filterSensitiveLog = (obj) => ({
|
|
@@ -594,6 +868,32 @@ var GetThirdPartyJobDetailsOutput;
|
|
|
594
868
|
...(obj.jobDetails && { jobDetails: ThirdPartyJobDetails.filterSensitiveLog(obj.jobDetails) }),
|
|
595
869
|
});
|
|
596
870
|
})(GetThirdPartyJobDetailsOutput = exports.GetThirdPartyJobDetailsOutput || (exports.GetThirdPartyJobDetailsOutput = {}));
|
|
871
|
+
class InvalidJobException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
872
|
+
constructor(opts) {
|
|
873
|
+
super({
|
|
874
|
+
name: "InvalidJobException",
|
|
875
|
+
$fault: "client",
|
|
876
|
+
...opts,
|
|
877
|
+
});
|
|
878
|
+
this.name = "InvalidJobException";
|
|
879
|
+
this.$fault = "client";
|
|
880
|
+
Object.setPrototypeOf(this, InvalidJobException.prototype);
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
exports.InvalidJobException = InvalidJobException;
|
|
884
|
+
class InvalidNextTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
885
|
+
constructor(opts) {
|
|
886
|
+
super({
|
|
887
|
+
name: "InvalidNextTokenException",
|
|
888
|
+
$fault: "client",
|
|
889
|
+
...opts,
|
|
890
|
+
});
|
|
891
|
+
this.name = "InvalidNextTokenException";
|
|
892
|
+
this.$fault = "client";
|
|
893
|
+
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
894
|
+
}
|
|
895
|
+
}
|
|
896
|
+
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
597
897
|
var ListActionExecutionsInput;
|
|
598
898
|
(function (ListActionExecutionsInput) {
|
|
599
899
|
ListActionExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
@@ -681,6 +981,19 @@ var ListPipelinesOutput;
|
|
|
681
981
|
...obj,
|
|
682
982
|
});
|
|
683
983
|
})(ListPipelinesOutput = exports.ListPipelinesOutput || (exports.ListPipelinesOutput = {}));
|
|
984
|
+
class InvalidArnException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
985
|
+
constructor(opts) {
|
|
986
|
+
super({
|
|
987
|
+
name: "InvalidArnException",
|
|
988
|
+
$fault: "client",
|
|
989
|
+
...opts,
|
|
990
|
+
});
|
|
991
|
+
this.name = "InvalidArnException";
|
|
992
|
+
this.$fault = "client";
|
|
993
|
+
Object.setPrototypeOf(this, InvalidArnException.prototype);
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
exports.InvalidArnException = InvalidArnException;
|
|
684
997
|
var ListTagsForResourceInput;
|
|
685
998
|
(function (ListTagsForResourceInput) {
|
|
686
999
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
@@ -693,6 +1006,19 @@ var ListTagsForResourceOutput;
|
|
|
693
1006
|
...obj,
|
|
694
1007
|
});
|
|
695
1008
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
1009
|
+
class ResourceNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1010
|
+
constructor(opts) {
|
|
1011
|
+
super({
|
|
1012
|
+
name: "ResourceNotFoundException",
|
|
1013
|
+
$fault: "client",
|
|
1014
|
+
...opts,
|
|
1015
|
+
});
|
|
1016
|
+
this.name = "ResourceNotFoundException";
|
|
1017
|
+
this.$fault = "client";
|
|
1018
|
+
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
696
1022
|
var ListWebhooksInput;
|
|
697
1023
|
(function (ListWebhooksInput) {
|
|
698
1024
|
ListWebhooksInput.filterSensitiveLog = (obj) => ({
|
|
@@ -785,6 +1111,19 @@ var PutActionRevisionOutput;
|
|
|
785
1111
|
...obj,
|
|
786
1112
|
});
|
|
787
1113
|
})(PutActionRevisionOutput = exports.PutActionRevisionOutput || (exports.PutActionRevisionOutput = {}));
|
|
1114
|
+
class InvalidApprovalTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1115
|
+
constructor(opts) {
|
|
1116
|
+
super({
|
|
1117
|
+
name: "InvalidApprovalTokenException",
|
|
1118
|
+
$fault: "client",
|
|
1119
|
+
...opts,
|
|
1120
|
+
});
|
|
1121
|
+
this.name = "InvalidApprovalTokenException";
|
|
1122
|
+
this.$fault = "client";
|
|
1123
|
+
Object.setPrototypeOf(this, InvalidApprovalTokenException.prototype);
|
|
1124
|
+
}
|
|
1125
|
+
}
|
|
1126
|
+
exports.InvalidApprovalTokenException = InvalidApprovalTokenException;
|
|
788
1127
|
var PutApprovalResultInput;
|
|
789
1128
|
(function (PutApprovalResultInput) {
|
|
790
1129
|
PutApprovalResultInput.filterSensitiveLog = (obj) => ({
|
|
@@ -797,6 +1136,19 @@ var PutApprovalResultOutput;
|
|
|
797
1136
|
...obj,
|
|
798
1137
|
});
|
|
799
1138
|
})(PutApprovalResultOutput = exports.PutApprovalResultOutput || (exports.PutApprovalResultOutput = {}));
|
|
1139
|
+
class InvalidJobStateException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1140
|
+
constructor(opts) {
|
|
1141
|
+
super({
|
|
1142
|
+
name: "InvalidJobStateException",
|
|
1143
|
+
$fault: "client",
|
|
1144
|
+
...opts,
|
|
1145
|
+
});
|
|
1146
|
+
this.name = "InvalidJobStateException";
|
|
1147
|
+
this.$fault = "client";
|
|
1148
|
+
Object.setPrototypeOf(this, InvalidJobStateException.prototype);
|
|
1149
|
+
}
|
|
1150
|
+
}
|
|
1151
|
+
exports.InvalidJobStateException = InvalidJobStateException;
|
|
800
1152
|
var FailureType;
|
|
801
1153
|
(function (FailureType) {
|
|
802
1154
|
FailureType["ConfigurationError"] = "ConfigurationError";
|
|
@@ -818,6 +1170,19 @@ var PutJobFailureResultInput;
|
|
|
818
1170
|
...obj,
|
|
819
1171
|
});
|
|
820
1172
|
})(PutJobFailureResultInput = exports.PutJobFailureResultInput || (exports.PutJobFailureResultInput = {}));
|
|
1173
|
+
class OutputVariablesSizeExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1174
|
+
constructor(opts) {
|
|
1175
|
+
super({
|
|
1176
|
+
name: "OutputVariablesSizeExceededException",
|
|
1177
|
+
$fault: "client",
|
|
1178
|
+
...opts,
|
|
1179
|
+
});
|
|
1180
|
+
this.name = "OutputVariablesSizeExceededException";
|
|
1181
|
+
this.$fault = "client";
|
|
1182
|
+
Object.setPrototypeOf(this, OutputVariablesSizeExceededException.prototype);
|
|
1183
|
+
}
|
|
1184
|
+
}
|
|
1185
|
+
exports.OutputVariablesSizeExceededException = OutputVariablesSizeExceededException;
|
|
821
1186
|
var CurrentRevision;
|
|
822
1187
|
(function (CurrentRevision) {
|
|
823
1188
|
CurrentRevision.filterSensitiveLog = (obj) => ({
|
|
@@ -848,6 +1213,32 @@ var PutThirdPartyJobSuccessResultInput;
|
|
|
848
1213
|
...obj,
|
|
849
1214
|
});
|
|
850
1215
|
})(PutThirdPartyJobSuccessResultInput = exports.PutThirdPartyJobSuccessResultInput || (exports.PutThirdPartyJobSuccessResultInput = {}));
|
|
1216
|
+
class InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1217
|
+
constructor(opts) {
|
|
1218
|
+
super({
|
|
1219
|
+
name: "InvalidWebhookAuthenticationParametersException",
|
|
1220
|
+
$fault: "client",
|
|
1221
|
+
...opts,
|
|
1222
|
+
});
|
|
1223
|
+
this.name = "InvalidWebhookAuthenticationParametersException";
|
|
1224
|
+
this.$fault = "client";
|
|
1225
|
+
Object.setPrototypeOf(this, InvalidWebhookAuthenticationParametersException.prototype);
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
exports.InvalidWebhookAuthenticationParametersException = InvalidWebhookAuthenticationParametersException;
|
|
1229
|
+
class InvalidWebhookFilterPatternException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1230
|
+
constructor(opts) {
|
|
1231
|
+
super({
|
|
1232
|
+
name: "InvalidWebhookFilterPatternException",
|
|
1233
|
+
$fault: "client",
|
|
1234
|
+
...opts,
|
|
1235
|
+
});
|
|
1236
|
+
this.name = "InvalidWebhookFilterPatternException";
|
|
1237
|
+
this.$fault = "client";
|
|
1238
|
+
Object.setPrototypeOf(this, InvalidWebhookFilterPatternException.prototype);
|
|
1239
|
+
}
|
|
1240
|
+
}
|
|
1241
|
+
exports.InvalidWebhookFilterPatternException = InvalidWebhookFilterPatternException;
|
|
851
1242
|
var PutWebhookInput;
|
|
852
1243
|
(function (PutWebhookInput) {
|
|
853
1244
|
PutWebhookInput.filterSensitiveLog = (obj) => ({
|
|
@@ -872,6 +1263,32 @@ var RegisterWebhookWithThirdPartyOutput;
|
|
|
872
1263
|
...obj,
|
|
873
1264
|
});
|
|
874
1265
|
})(RegisterWebhookWithThirdPartyOutput = exports.RegisterWebhookWithThirdPartyOutput || (exports.RegisterWebhookWithThirdPartyOutput = {}));
|
|
1266
|
+
class ConflictException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1267
|
+
constructor(opts) {
|
|
1268
|
+
super({
|
|
1269
|
+
name: "ConflictException",
|
|
1270
|
+
$fault: "client",
|
|
1271
|
+
...opts,
|
|
1272
|
+
});
|
|
1273
|
+
this.name = "ConflictException";
|
|
1274
|
+
this.$fault = "client";
|
|
1275
|
+
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
1276
|
+
}
|
|
1277
|
+
}
|
|
1278
|
+
exports.ConflictException = ConflictException;
|
|
1279
|
+
class NotLatestPipelineExecutionException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1280
|
+
constructor(opts) {
|
|
1281
|
+
super({
|
|
1282
|
+
name: "NotLatestPipelineExecutionException",
|
|
1283
|
+
$fault: "client",
|
|
1284
|
+
...opts,
|
|
1285
|
+
});
|
|
1286
|
+
this.name = "NotLatestPipelineExecutionException";
|
|
1287
|
+
this.$fault = "client";
|
|
1288
|
+
Object.setPrototypeOf(this, NotLatestPipelineExecutionException.prototype);
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
exports.NotLatestPipelineExecutionException = NotLatestPipelineExecutionException;
|
|
875
1292
|
var StageRetryMode;
|
|
876
1293
|
(function (StageRetryMode) {
|
|
877
1294
|
StageRetryMode["FAILED_ACTIONS"] = "FAILED_ACTIONS";
|
|
@@ -888,6 +1305,19 @@ var RetryStageExecutionOutput;
|
|
|
888
1305
|
...obj,
|
|
889
1306
|
});
|
|
890
1307
|
})(RetryStageExecutionOutput = exports.RetryStageExecutionOutput || (exports.RetryStageExecutionOutput = {}));
|
|
1308
|
+
class StageNotRetryableException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1309
|
+
constructor(opts) {
|
|
1310
|
+
super({
|
|
1311
|
+
name: "StageNotRetryableException",
|
|
1312
|
+
$fault: "client",
|
|
1313
|
+
...opts,
|
|
1314
|
+
});
|
|
1315
|
+
this.name = "StageNotRetryableException";
|
|
1316
|
+
this.$fault = "client";
|
|
1317
|
+
Object.setPrototypeOf(this, StageNotRetryableException.prototype);
|
|
1318
|
+
}
|
|
1319
|
+
}
|
|
1320
|
+
exports.StageNotRetryableException = StageNotRetryableException;
|
|
891
1321
|
var StartPipelineExecutionInput;
|
|
892
1322
|
(function (StartPipelineExecutionInput) {
|
|
893
1323
|
StartPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -900,6 +1330,32 @@ var StartPipelineExecutionOutput;
|
|
|
900
1330
|
...obj,
|
|
901
1331
|
});
|
|
902
1332
|
})(StartPipelineExecutionOutput = exports.StartPipelineExecutionOutput || (exports.StartPipelineExecutionOutput = {}));
|
|
1333
|
+
class DuplicatedStopRequestException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1334
|
+
constructor(opts) {
|
|
1335
|
+
super({
|
|
1336
|
+
name: "DuplicatedStopRequestException",
|
|
1337
|
+
$fault: "client",
|
|
1338
|
+
...opts,
|
|
1339
|
+
});
|
|
1340
|
+
this.name = "DuplicatedStopRequestException";
|
|
1341
|
+
this.$fault = "client";
|
|
1342
|
+
Object.setPrototypeOf(this, DuplicatedStopRequestException.prototype);
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
exports.DuplicatedStopRequestException = DuplicatedStopRequestException;
|
|
1346
|
+
class PipelineExecutionNotStoppableException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1347
|
+
constructor(opts) {
|
|
1348
|
+
super({
|
|
1349
|
+
name: "PipelineExecutionNotStoppableException",
|
|
1350
|
+
$fault: "client",
|
|
1351
|
+
...opts,
|
|
1352
|
+
});
|
|
1353
|
+
this.name = "PipelineExecutionNotStoppableException";
|
|
1354
|
+
this.$fault = "client";
|
|
1355
|
+
Object.setPrototypeOf(this, PipelineExecutionNotStoppableException.prototype);
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1358
|
+
exports.PipelineExecutionNotStoppableException = PipelineExecutionNotStoppableException;
|
|
903
1359
|
var StopPipelineExecutionInput;
|
|
904
1360
|
(function (StopPipelineExecutionInput) {
|
|
905
1361
|
StopPipelineExecutionInput.filterSensitiveLog = (obj) => ({
|
|
@@ -936,6 +1392,19 @@ var UntagResourceOutput;
|
|
|
936
1392
|
...obj,
|
|
937
1393
|
});
|
|
938
1394
|
})(UntagResourceOutput = exports.UntagResourceOutput || (exports.UntagResourceOutput = {}));
|
|
1395
|
+
class RequestFailedException extends CodePipelineServiceException_1.CodePipelineServiceException {
|
|
1396
|
+
constructor(opts) {
|
|
1397
|
+
super({
|
|
1398
|
+
name: "RequestFailedException",
|
|
1399
|
+
$fault: "client",
|
|
1400
|
+
...opts,
|
|
1401
|
+
});
|
|
1402
|
+
this.name = "RequestFailedException";
|
|
1403
|
+
this.$fault = "client";
|
|
1404
|
+
Object.setPrototypeOf(this, RequestFailedException.prototype);
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
exports.RequestFailedException = RequestFailedException;
|
|
939
1408
|
var UpdateActionTypeInput;
|
|
940
1409
|
(function (UpdateActionTypeInput) {
|
|
941
1410
|
UpdateActionTypeInput.filterSensitiveLog = (obj) => ({
|