@aws-sdk/client-codepipeline 3.50.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/CodePipelineServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +473 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +458 -1447
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/CodePipelineServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +434 -1
  9. package/dist-es/protocols/Aws_json1_1.js +913 -1532
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/CodePipelineServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +202 -170
  13. package/dist-types/ts3.4/CodePipeline.d.ts +200 -0
  14. package/dist-types/ts3.4/CodePipelineClient.d.ts +112 -0
  15. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/index.d.ts +39 -0
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  56. package/dist-types/ts3.4/index.d.ts +6 -0
  57. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +6 -0
  58. package/dist-types/ts3.4/models/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +2098 -0
  60. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  61. package/dist-types/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListActionTypesPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListPipelinesPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListWebhooksPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/index.d.ts +7 -0
  68. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +119 -0
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  73. package/package.json +33 -33
package/dist-es/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./CodePipelineClient";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export * from "./pagination";
6
+ export { CodePipelineServiceException } from "./models/CodePipelineServiceException";
@@ -0,0 +1,12 @@
1
+ import { __extends } from "tslib";
2
+ import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
+ var CodePipelineServiceException = (function (_super) {
4
+ __extends(CodePipelineServiceException, _super);
5
+ function CodePipelineServiceException(options) {
6
+ var _this = _super.call(this, options) || this;
7
+ Object.setPrototypeOf(_this, CodePipelineServiceException.prototype);
8
+ return _this;
9
+ }
10
+ return CodePipelineServiceException;
11
+ }(__ServiceException));
12
+ export { CodePipelineServiceException };
@@ -1,5 +1,6 @@
1
- import { __assign } from "tslib";
1
+ import { __assign, __extends } from "tslib";
2
2
  import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
3
+ import { CodePipelineServiceException as __BaseException } from "./CodePipelineServiceException";
3
4
  export var AcknowledgeJobInput;
4
5
  (function (AcknowledgeJobInput) {
5
6
  AcknowledgeJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -18,6 +19,42 @@ export var AcknowledgeJobOutput;
18
19
  (function (AcknowledgeJobOutput) {
19
20
  AcknowledgeJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
20
21
  })(AcknowledgeJobOutput || (AcknowledgeJobOutput = {}));
22
+ var InvalidNonceException = (function (_super) {
23
+ __extends(InvalidNonceException, _super);
24
+ function InvalidNonceException(opts) {
25
+ var _this = _super.call(this, __assign({ name: "InvalidNonceException", $fault: "client" }, opts)) || this;
26
+ _this.name = "InvalidNonceException";
27
+ _this.$fault = "client";
28
+ Object.setPrototypeOf(_this, InvalidNonceException.prototype);
29
+ return _this;
30
+ }
31
+ return InvalidNonceException;
32
+ }(__BaseException));
33
+ export { InvalidNonceException };
34
+ var JobNotFoundException = (function (_super) {
35
+ __extends(JobNotFoundException, _super);
36
+ function JobNotFoundException(opts) {
37
+ var _this = _super.call(this, __assign({ name: "JobNotFoundException", $fault: "client" }, opts)) || this;
38
+ _this.name = "JobNotFoundException";
39
+ _this.$fault = "client";
40
+ Object.setPrototypeOf(_this, JobNotFoundException.prototype);
41
+ return _this;
42
+ }
43
+ return JobNotFoundException;
44
+ }(__BaseException));
45
+ export { JobNotFoundException };
46
+ var ValidationException = (function (_super) {
47
+ __extends(ValidationException, _super);
48
+ function ValidationException(opts) {
49
+ var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
50
+ _this.name = "ValidationException";
51
+ _this.$fault = "client";
52
+ Object.setPrototypeOf(_this, ValidationException.prototype);
53
+ return _this;
54
+ }
55
+ return ValidationException;
56
+ }(__BaseException));
57
+ export { ValidationException };
21
58
  export var AcknowledgeThirdPartyJobInput;
22
59
  (function (AcknowledgeThirdPartyJobInput) {
23
60
  AcknowledgeThirdPartyJobInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -26,6 +63,18 @@ export var AcknowledgeThirdPartyJobOutput;
26
63
  (function (AcknowledgeThirdPartyJobOutput) {
27
64
  AcknowledgeThirdPartyJobOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
28
65
  })(AcknowledgeThirdPartyJobOutput || (AcknowledgeThirdPartyJobOutput = {}));
66
+ var InvalidClientTokenException = (function (_super) {
67
+ __extends(InvalidClientTokenException, _super);
68
+ function InvalidClientTokenException(opts) {
69
+ var _this = _super.call(this, __assign({ name: "InvalidClientTokenException", $fault: "client" }, opts)) || this;
70
+ _this.name = "InvalidClientTokenException";
71
+ _this.$fault = "client";
72
+ Object.setPrototypeOf(_this, InvalidClientTokenException.prototype);
73
+ return _this;
74
+ }
75
+ return InvalidClientTokenException;
76
+ }(__BaseException));
77
+ export { InvalidClientTokenException };
29
78
  export var ActionCategory;
30
79
  (function (ActionCategory) {
31
80
  ActionCategory["Approval"] = "Approval";
@@ -118,6 +167,18 @@ export var ActionExecutionFilter;
118
167
  (function (ActionExecutionFilter) {
119
168
  ActionExecutionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
120
169
  })(ActionExecutionFilter || (ActionExecutionFilter = {}));
170
+ var ActionNotFoundException = (function (_super) {
171
+ __extends(ActionNotFoundException, _super);
172
+ function ActionNotFoundException(opts) {
173
+ var _this = _super.call(this, __assign({ name: "ActionNotFoundException", $fault: "client" }, opts)) || this;
174
+ _this.name = "ActionNotFoundException";
175
+ _this.$fault = "client";
176
+ Object.setPrototypeOf(_this, ActionNotFoundException.prototype);
177
+ return _this;
178
+ }
179
+ return ActionNotFoundException;
180
+ }(__BaseException));
181
+ export { ActionNotFoundException };
121
182
  export var ActionRevision;
122
183
  (function (ActionRevision) {
123
184
  ActionRevision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -183,6 +244,30 @@ export var ActionTypeDeclaration;
183
244
  (function (ActionTypeDeclaration) {
184
245
  ActionTypeDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
185
246
  })(ActionTypeDeclaration || (ActionTypeDeclaration = {}));
247
+ var ActionTypeNotFoundException = (function (_super) {
248
+ __extends(ActionTypeNotFoundException, _super);
249
+ function ActionTypeNotFoundException(opts) {
250
+ var _this = _super.call(this, __assign({ name: "ActionTypeNotFoundException", $fault: "client" }, opts)) || this;
251
+ _this.name = "ActionTypeNotFoundException";
252
+ _this.$fault = "client";
253
+ Object.setPrototypeOf(_this, ActionTypeNotFoundException.prototype);
254
+ return _this;
255
+ }
256
+ return ActionTypeNotFoundException;
257
+ }(__BaseException));
258
+ export { ActionTypeNotFoundException };
259
+ var ApprovalAlreadyCompletedException = (function (_super) {
260
+ __extends(ApprovalAlreadyCompletedException, _super);
261
+ function ApprovalAlreadyCompletedException(opts) {
262
+ var _this = _super.call(this, __assign({ name: "ApprovalAlreadyCompletedException", $fault: "client" }, opts)) || this;
263
+ _this.name = "ApprovalAlreadyCompletedException";
264
+ _this.$fault = "client";
265
+ Object.setPrototypeOf(_this, ApprovalAlreadyCompletedException.prototype);
266
+ return _this;
267
+ }
268
+ return ApprovalAlreadyCompletedException;
269
+ }(__BaseException));
270
+ export { ApprovalAlreadyCompletedException };
186
271
  export var ApprovalStatus;
187
272
  (function (ApprovalStatus) {
188
273
  ApprovalStatus["Approved"] = "Approved";
@@ -240,6 +325,18 @@ export var BlockerDeclaration;
240
325
  (function (BlockerDeclaration) {
241
326
  BlockerDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
242
327
  })(BlockerDeclaration || (BlockerDeclaration = {}));
328
+ var ConcurrentModificationException = (function (_super) {
329
+ __extends(ConcurrentModificationException, _super);
330
+ function ConcurrentModificationException(opts) {
331
+ var _this = _super.call(this, __assign({ name: "ConcurrentModificationException", $fault: "client" }, opts)) || this;
332
+ _this.name = "ConcurrentModificationException";
333
+ _this.$fault = "client";
334
+ Object.setPrototypeOf(_this, ConcurrentModificationException.prototype);
335
+ return _this;
336
+ }
337
+ return ConcurrentModificationException;
338
+ }(__BaseException));
339
+ export { ConcurrentModificationException };
243
340
  export var Tag;
244
341
  (function (Tag) {
245
342
  Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -252,6 +349,42 @@ export var CreateCustomActionTypeOutput;
252
349
  (function (CreateCustomActionTypeOutput) {
253
350
  CreateCustomActionTypeOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
254
351
  })(CreateCustomActionTypeOutput || (CreateCustomActionTypeOutput = {}));
352
+ var InvalidTagsException = (function (_super) {
353
+ __extends(InvalidTagsException, _super);
354
+ function InvalidTagsException(opts) {
355
+ var _this = _super.call(this, __assign({ name: "InvalidTagsException", $fault: "client" }, opts)) || this;
356
+ _this.name = "InvalidTagsException";
357
+ _this.$fault = "client";
358
+ Object.setPrototypeOf(_this, InvalidTagsException.prototype);
359
+ return _this;
360
+ }
361
+ return InvalidTagsException;
362
+ }(__BaseException));
363
+ export { InvalidTagsException };
364
+ var LimitExceededException = (function (_super) {
365
+ __extends(LimitExceededException, _super);
366
+ function LimitExceededException(opts) {
367
+ var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
368
+ _this.name = "LimitExceededException";
369
+ _this.$fault = "client";
370
+ Object.setPrototypeOf(_this, LimitExceededException.prototype);
371
+ return _this;
372
+ }
373
+ return LimitExceededException;
374
+ }(__BaseException));
375
+ export { LimitExceededException };
376
+ var TooManyTagsException = (function (_super) {
377
+ __extends(TooManyTagsException, _super);
378
+ function TooManyTagsException(opts) {
379
+ var _this = _super.call(this, __assign({ name: "TooManyTagsException", $fault: "client" }, opts)) || this;
380
+ _this.name = "TooManyTagsException";
381
+ _this.$fault = "client";
382
+ Object.setPrototypeOf(_this, TooManyTagsException.prototype);
383
+ return _this;
384
+ }
385
+ return TooManyTagsException;
386
+ }(__BaseException));
387
+ export { TooManyTagsException };
255
388
  export var StageDeclaration;
256
389
  (function (StageDeclaration) {
257
390
  StageDeclaration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -268,6 +401,66 @@ export var CreatePipelineOutput;
268
401
  (function (CreatePipelineOutput) {
269
402
  CreatePipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
270
403
  })(CreatePipelineOutput || (CreatePipelineOutput = {}));
404
+ var InvalidActionDeclarationException = (function (_super) {
405
+ __extends(InvalidActionDeclarationException, _super);
406
+ function InvalidActionDeclarationException(opts) {
407
+ var _this = _super.call(this, __assign({ name: "InvalidActionDeclarationException", $fault: "client" }, opts)) || this;
408
+ _this.name = "InvalidActionDeclarationException";
409
+ _this.$fault = "client";
410
+ Object.setPrototypeOf(_this, InvalidActionDeclarationException.prototype);
411
+ return _this;
412
+ }
413
+ return InvalidActionDeclarationException;
414
+ }(__BaseException));
415
+ export { InvalidActionDeclarationException };
416
+ var InvalidBlockerDeclarationException = (function (_super) {
417
+ __extends(InvalidBlockerDeclarationException, _super);
418
+ function InvalidBlockerDeclarationException(opts) {
419
+ var _this = _super.call(this, __assign({ name: "InvalidBlockerDeclarationException", $fault: "client" }, opts)) || this;
420
+ _this.name = "InvalidBlockerDeclarationException";
421
+ _this.$fault = "client";
422
+ Object.setPrototypeOf(_this, InvalidBlockerDeclarationException.prototype);
423
+ return _this;
424
+ }
425
+ return InvalidBlockerDeclarationException;
426
+ }(__BaseException));
427
+ export { InvalidBlockerDeclarationException };
428
+ var InvalidStageDeclarationException = (function (_super) {
429
+ __extends(InvalidStageDeclarationException, _super);
430
+ function InvalidStageDeclarationException(opts) {
431
+ var _this = _super.call(this, __assign({ name: "InvalidStageDeclarationException", $fault: "client" }, opts)) || this;
432
+ _this.name = "InvalidStageDeclarationException";
433
+ _this.$fault = "client";
434
+ Object.setPrototypeOf(_this, InvalidStageDeclarationException.prototype);
435
+ return _this;
436
+ }
437
+ return InvalidStageDeclarationException;
438
+ }(__BaseException));
439
+ export { InvalidStageDeclarationException };
440
+ var InvalidStructureException = (function (_super) {
441
+ __extends(InvalidStructureException, _super);
442
+ function InvalidStructureException(opts) {
443
+ var _this = _super.call(this, __assign({ name: "InvalidStructureException", $fault: "client" }, opts)) || this;
444
+ _this.name = "InvalidStructureException";
445
+ _this.$fault = "client";
446
+ Object.setPrototypeOf(_this, InvalidStructureException.prototype);
447
+ return _this;
448
+ }
449
+ return InvalidStructureException;
450
+ }(__BaseException));
451
+ export { InvalidStructureException };
452
+ var PipelineNameInUseException = (function (_super) {
453
+ __extends(PipelineNameInUseException, _super);
454
+ function PipelineNameInUseException(opts) {
455
+ var _this = _super.call(this, __assign({ name: "PipelineNameInUseException", $fault: "client" }, opts)) || this;
456
+ _this.name = "PipelineNameInUseException";
457
+ _this.$fault = "client";
458
+ Object.setPrototypeOf(_this, PipelineNameInUseException.prototype);
459
+ return _this;
460
+ }
461
+ return PipelineNameInUseException;
462
+ }(__BaseException));
463
+ export { PipelineNameInUseException };
271
464
  export var DeleteCustomActionTypeInput;
272
465
  (function (DeleteCustomActionTypeInput) {
273
466
  DeleteCustomActionTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -292,6 +485,18 @@ export var DeregisterWebhookWithThirdPartyOutput;
292
485
  (function (DeregisterWebhookWithThirdPartyOutput) {
293
486
  DeregisterWebhookWithThirdPartyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
487
  })(DeregisterWebhookWithThirdPartyOutput || (DeregisterWebhookWithThirdPartyOutput = {}));
488
+ var WebhookNotFoundException = (function (_super) {
489
+ __extends(WebhookNotFoundException, _super);
490
+ function WebhookNotFoundException(opts) {
491
+ var _this = _super.call(this, __assign({ name: "WebhookNotFoundException", $fault: "client" }, opts)) || this;
492
+ _this.name = "WebhookNotFoundException";
493
+ _this.$fault = "client";
494
+ Object.setPrototypeOf(_this, WebhookNotFoundException.prototype);
495
+ return _this;
496
+ }
497
+ return WebhookNotFoundException;
498
+ }(__BaseException));
499
+ export { WebhookNotFoundException };
295
500
  export var StageTransitionType;
296
501
  (function (StageTransitionType) {
297
502
  StageTransitionType["Inbound"] = "Inbound";
@@ -301,6 +506,30 @@ export var DisableStageTransitionInput;
301
506
  (function (DisableStageTransitionInput) {
302
507
  DisableStageTransitionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
303
508
  })(DisableStageTransitionInput || (DisableStageTransitionInput = {}));
509
+ var PipelineNotFoundException = (function (_super) {
510
+ __extends(PipelineNotFoundException, _super);
511
+ function PipelineNotFoundException(opts) {
512
+ var _this = _super.call(this, __assign({ name: "PipelineNotFoundException", $fault: "client" }, opts)) || this;
513
+ _this.name = "PipelineNotFoundException";
514
+ _this.$fault = "client";
515
+ Object.setPrototypeOf(_this, PipelineNotFoundException.prototype);
516
+ return _this;
517
+ }
518
+ return PipelineNotFoundException;
519
+ }(__BaseException));
520
+ export { PipelineNotFoundException };
521
+ var StageNotFoundException = (function (_super) {
522
+ __extends(StageNotFoundException, _super);
523
+ function StageNotFoundException(opts) {
524
+ var _this = _super.call(this, __assign({ name: "StageNotFoundException", $fault: "client" }, opts)) || this;
525
+ _this.name = "StageNotFoundException";
526
+ _this.$fault = "client";
527
+ Object.setPrototypeOf(_this, StageNotFoundException.prototype);
528
+ return _this;
529
+ }
530
+ return StageNotFoundException;
531
+ }(__BaseException));
532
+ export { StageNotFoundException };
304
533
  export var EnableStageTransitionInput;
305
534
  (function (EnableStageTransitionInput) {
306
535
  EnableStageTransitionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -349,6 +578,18 @@ export var GetPipelineOutput;
349
578
  (function (GetPipelineOutput) {
350
579
  GetPipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
351
580
  })(GetPipelineOutput || (GetPipelineOutput = {}));
581
+ var PipelineVersionNotFoundException = (function (_super) {
582
+ __extends(PipelineVersionNotFoundException, _super);
583
+ function PipelineVersionNotFoundException(opts) {
584
+ var _this = _super.call(this, __assign({ name: "PipelineVersionNotFoundException", $fault: "client" }, opts)) || this;
585
+ _this.name = "PipelineVersionNotFoundException";
586
+ _this.$fault = "client";
587
+ Object.setPrototypeOf(_this, PipelineVersionNotFoundException.prototype);
588
+ return _this;
589
+ }
590
+ return PipelineVersionNotFoundException;
591
+ }(__BaseException));
592
+ export { PipelineVersionNotFoundException };
352
593
  export var GetPipelineExecutionInput;
353
594
  (function (GetPipelineExecutionInput) {
354
595
  GetPipelineExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -371,6 +612,18 @@ export var GetPipelineExecutionOutput;
371
612
  (function (GetPipelineExecutionOutput) {
372
613
  GetPipelineExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
373
614
  })(GetPipelineExecutionOutput || (GetPipelineExecutionOutput = {}));
615
+ var PipelineExecutionNotFoundException = (function (_super) {
616
+ __extends(PipelineExecutionNotFoundException, _super);
617
+ function PipelineExecutionNotFoundException(opts) {
618
+ var _this = _super.call(this, __assign({ name: "PipelineExecutionNotFoundException", $fault: "client" }, opts)) || this;
619
+ _this.name = "PipelineExecutionNotFoundException";
620
+ _this.$fault = "client";
621
+ Object.setPrototypeOf(_this, PipelineExecutionNotFoundException.prototype);
622
+ return _this;
623
+ }
624
+ return PipelineExecutionNotFoundException;
625
+ }(__BaseException));
626
+ export { PipelineExecutionNotFoundException };
374
627
  export var GetPipelineStateInput;
375
628
  (function (GetPipelineStateInput) {
376
629
  GetPipelineStateInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -416,6 +669,30 @@ export var GetThirdPartyJobDetailsOutput;
416
669
  (function (GetThirdPartyJobDetailsOutput) {
417
670
  GetThirdPartyJobDetailsOutput.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.jobDetails && { jobDetails: ThirdPartyJobDetails.filterSensitiveLog(obj.jobDetails) }))); };
418
671
  })(GetThirdPartyJobDetailsOutput || (GetThirdPartyJobDetailsOutput = {}));
672
+ var InvalidJobException = (function (_super) {
673
+ __extends(InvalidJobException, _super);
674
+ function InvalidJobException(opts) {
675
+ var _this = _super.call(this, __assign({ name: "InvalidJobException", $fault: "client" }, opts)) || this;
676
+ _this.name = "InvalidJobException";
677
+ _this.$fault = "client";
678
+ Object.setPrototypeOf(_this, InvalidJobException.prototype);
679
+ return _this;
680
+ }
681
+ return InvalidJobException;
682
+ }(__BaseException));
683
+ export { InvalidJobException };
684
+ var InvalidNextTokenException = (function (_super) {
685
+ __extends(InvalidNextTokenException, _super);
686
+ function InvalidNextTokenException(opts) {
687
+ var _this = _super.call(this, __assign({ name: "InvalidNextTokenException", $fault: "client" }, opts)) || this;
688
+ _this.name = "InvalidNextTokenException";
689
+ _this.$fault = "client";
690
+ Object.setPrototypeOf(_this, InvalidNextTokenException.prototype);
691
+ return _this;
692
+ }
693
+ return InvalidNextTokenException;
694
+ }(__BaseException));
695
+ export { InvalidNextTokenException };
419
696
  export var ListActionExecutionsInput;
420
697
  (function (ListActionExecutionsInput) {
421
698
  ListActionExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -477,6 +754,18 @@ export var ListPipelinesOutput;
477
754
  (function (ListPipelinesOutput) {
478
755
  ListPipelinesOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
479
756
  })(ListPipelinesOutput || (ListPipelinesOutput = {}));
757
+ var InvalidArnException = (function (_super) {
758
+ __extends(InvalidArnException, _super);
759
+ function InvalidArnException(opts) {
760
+ var _this = _super.call(this, __assign({ name: "InvalidArnException", $fault: "client" }, opts)) || this;
761
+ _this.name = "InvalidArnException";
762
+ _this.$fault = "client";
763
+ Object.setPrototypeOf(_this, InvalidArnException.prototype);
764
+ return _this;
765
+ }
766
+ return InvalidArnException;
767
+ }(__BaseException));
768
+ export { InvalidArnException };
480
769
  export var ListTagsForResourceInput;
481
770
  (function (ListTagsForResourceInput) {
482
771
  ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -485,6 +774,18 @@ export var ListTagsForResourceOutput;
485
774
  (function (ListTagsForResourceOutput) {
486
775
  ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
487
776
  })(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
777
+ var ResourceNotFoundException = (function (_super) {
778
+ __extends(ResourceNotFoundException, _super);
779
+ function ResourceNotFoundException(opts) {
780
+ var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
781
+ _this.name = "ResourceNotFoundException";
782
+ _this.$fault = "client";
783
+ Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
784
+ return _this;
785
+ }
786
+ return ResourceNotFoundException;
787
+ }(__BaseException));
788
+ export { ResourceNotFoundException };
488
789
  export var ListWebhooksInput;
489
790
  (function (ListWebhooksInput) {
490
791
  ListWebhooksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -547,6 +848,18 @@ export var PutActionRevisionOutput;
547
848
  (function (PutActionRevisionOutput) {
548
849
  PutActionRevisionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
549
850
  })(PutActionRevisionOutput || (PutActionRevisionOutput = {}));
851
+ var InvalidApprovalTokenException = (function (_super) {
852
+ __extends(InvalidApprovalTokenException, _super);
853
+ function InvalidApprovalTokenException(opts) {
854
+ var _this = _super.call(this, __assign({ name: "InvalidApprovalTokenException", $fault: "client" }, opts)) || this;
855
+ _this.name = "InvalidApprovalTokenException";
856
+ _this.$fault = "client";
857
+ Object.setPrototypeOf(_this, InvalidApprovalTokenException.prototype);
858
+ return _this;
859
+ }
860
+ return InvalidApprovalTokenException;
861
+ }(__BaseException));
862
+ export { InvalidApprovalTokenException };
550
863
  export var PutApprovalResultInput;
551
864
  (function (PutApprovalResultInput) {
552
865
  PutApprovalResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -555,6 +868,18 @@ export var PutApprovalResultOutput;
555
868
  (function (PutApprovalResultOutput) {
556
869
  PutApprovalResultOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
557
870
  })(PutApprovalResultOutput || (PutApprovalResultOutput = {}));
871
+ var InvalidJobStateException = (function (_super) {
872
+ __extends(InvalidJobStateException, _super);
873
+ function InvalidJobStateException(opts) {
874
+ var _this = _super.call(this, __assign({ name: "InvalidJobStateException", $fault: "client" }, opts)) || this;
875
+ _this.name = "InvalidJobStateException";
876
+ _this.$fault = "client";
877
+ Object.setPrototypeOf(_this, InvalidJobStateException.prototype);
878
+ return _this;
879
+ }
880
+ return InvalidJobStateException;
881
+ }(__BaseException));
882
+ export { InvalidJobStateException };
558
883
  export var FailureType;
559
884
  (function (FailureType) {
560
885
  FailureType["ConfigurationError"] = "ConfigurationError";
@@ -572,6 +897,18 @@ export var PutJobFailureResultInput;
572
897
  (function (PutJobFailureResultInput) {
573
898
  PutJobFailureResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
574
899
  })(PutJobFailureResultInput || (PutJobFailureResultInput = {}));
900
+ var OutputVariablesSizeExceededException = (function (_super) {
901
+ __extends(OutputVariablesSizeExceededException, _super);
902
+ function OutputVariablesSizeExceededException(opts) {
903
+ var _this = _super.call(this, __assign({ name: "OutputVariablesSizeExceededException", $fault: "client" }, opts)) || this;
904
+ _this.name = "OutputVariablesSizeExceededException";
905
+ _this.$fault = "client";
906
+ Object.setPrototypeOf(_this, OutputVariablesSizeExceededException.prototype);
907
+ return _this;
908
+ }
909
+ return OutputVariablesSizeExceededException;
910
+ }(__BaseException));
911
+ export { OutputVariablesSizeExceededException };
575
912
  export var CurrentRevision;
576
913
  (function (CurrentRevision) {
577
914
  CurrentRevision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -592,6 +929,30 @@ export var PutThirdPartyJobSuccessResultInput;
592
929
  (function (PutThirdPartyJobSuccessResultInput) {
593
930
  PutThirdPartyJobSuccessResultInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
594
931
  })(PutThirdPartyJobSuccessResultInput || (PutThirdPartyJobSuccessResultInput = {}));
932
+ var InvalidWebhookAuthenticationParametersException = (function (_super) {
933
+ __extends(InvalidWebhookAuthenticationParametersException, _super);
934
+ function InvalidWebhookAuthenticationParametersException(opts) {
935
+ var _this = _super.call(this, __assign({ name: "InvalidWebhookAuthenticationParametersException", $fault: "client" }, opts)) || this;
936
+ _this.name = "InvalidWebhookAuthenticationParametersException";
937
+ _this.$fault = "client";
938
+ Object.setPrototypeOf(_this, InvalidWebhookAuthenticationParametersException.prototype);
939
+ return _this;
940
+ }
941
+ return InvalidWebhookAuthenticationParametersException;
942
+ }(__BaseException));
943
+ export { InvalidWebhookAuthenticationParametersException };
944
+ var InvalidWebhookFilterPatternException = (function (_super) {
945
+ __extends(InvalidWebhookFilterPatternException, _super);
946
+ function InvalidWebhookFilterPatternException(opts) {
947
+ var _this = _super.call(this, __assign({ name: "InvalidWebhookFilterPatternException", $fault: "client" }, opts)) || this;
948
+ _this.name = "InvalidWebhookFilterPatternException";
949
+ _this.$fault = "client";
950
+ Object.setPrototypeOf(_this, InvalidWebhookFilterPatternException.prototype);
951
+ return _this;
952
+ }
953
+ return InvalidWebhookFilterPatternException;
954
+ }(__BaseException));
955
+ export { InvalidWebhookFilterPatternException };
595
956
  export var PutWebhookInput;
596
957
  (function (PutWebhookInput) {
597
958
  PutWebhookInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -608,6 +969,30 @@ export var RegisterWebhookWithThirdPartyOutput;
608
969
  (function (RegisterWebhookWithThirdPartyOutput) {
609
970
  RegisterWebhookWithThirdPartyOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
610
971
  })(RegisterWebhookWithThirdPartyOutput || (RegisterWebhookWithThirdPartyOutput = {}));
972
+ var ConflictException = (function (_super) {
973
+ __extends(ConflictException, _super);
974
+ function ConflictException(opts) {
975
+ var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
976
+ _this.name = "ConflictException";
977
+ _this.$fault = "client";
978
+ Object.setPrototypeOf(_this, ConflictException.prototype);
979
+ return _this;
980
+ }
981
+ return ConflictException;
982
+ }(__BaseException));
983
+ export { ConflictException };
984
+ var NotLatestPipelineExecutionException = (function (_super) {
985
+ __extends(NotLatestPipelineExecutionException, _super);
986
+ function NotLatestPipelineExecutionException(opts) {
987
+ var _this = _super.call(this, __assign({ name: "NotLatestPipelineExecutionException", $fault: "client" }, opts)) || this;
988
+ _this.name = "NotLatestPipelineExecutionException";
989
+ _this.$fault = "client";
990
+ Object.setPrototypeOf(_this, NotLatestPipelineExecutionException.prototype);
991
+ return _this;
992
+ }
993
+ return NotLatestPipelineExecutionException;
994
+ }(__BaseException));
995
+ export { NotLatestPipelineExecutionException };
611
996
  export var StageRetryMode;
612
997
  (function (StageRetryMode) {
613
998
  StageRetryMode["FAILED_ACTIONS"] = "FAILED_ACTIONS";
@@ -620,6 +1005,18 @@ export var RetryStageExecutionOutput;
620
1005
  (function (RetryStageExecutionOutput) {
621
1006
  RetryStageExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
622
1007
  })(RetryStageExecutionOutput || (RetryStageExecutionOutput = {}));
1008
+ var StageNotRetryableException = (function (_super) {
1009
+ __extends(StageNotRetryableException, _super);
1010
+ function StageNotRetryableException(opts) {
1011
+ var _this = _super.call(this, __assign({ name: "StageNotRetryableException", $fault: "client" }, opts)) || this;
1012
+ _this.name = "StageNotRetryableException";
1013
+ _this.$fault = "client";
1014
+ Object.setPrototypeOf(_this, StageNotRetryableException.prototype);
1015
+ return _this;
1016
+ }
1017
+ return StageNotRetryableException;
1018
+ }(__BaseException));
1019
+ export { StageNotRetryableException };
623
1020
  export var StartPipelineExecutionInput;
624
1021
  (function (StartPipelineExecutionInput) {
625
1022
  StartPipelineExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -628,6 +1025,30 @@ export var StartPipelineExecutionOutput;
628
1025
  (function (StartPipelineExecutionOutput) {
629
1026
  StartPipelineExecutionOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
630
1027
  })(StartPipelineExecutionOutput || (StartPipelineExecutionOutput = {}));
1028
+ var DuplicatedStopRequestException = (function (_super) {
1029
+ __extends(DuplicatedStopRequestException, _super);
1030
+ function DuplicatedStopRequestException(opts) {
1031
+ var _this = _super.call(this, __assign({ name: "DuplicatedStopRequestException", $fault: "client" }, opts)) || this;
1032
+ _this.name = "DuplicatedStopRequestException";
1033
+ _this.$fault = "client";
1034
+ Object.setPrototypeOf(_this, DuplicatedStopRequestException.prototype);
1035
+ return _this;
1036
+ }
1037
+ return DuplicatedStopRequestException;
1038
+ }(__BaseException));
1039
+ export { DuplicatedStopRequestException };
1040
+ var PipelineExecutionNotStoppableException = (function (_super) {
1041
+ __extends(PipelineExecutionNotStoppableException, _super);
1042
+ function PipelineExecutionNotStoppableException(opts) {
1043
+ var _this = _super.call(this, __assign({ name: "PipelineExecutionNotStoppableException", $fault: "client" }, opts)) || this;
1044
+ _this.name = "PipelineExecutionNotStoppableException";
1045
+ _this.$fault = "client";
1046
+ Object.setPrototypeOf(_this, PipelineExecutionNotStoppableException.prototype);
1047
+ return _this;
1048
+ }
1049
+ return PipelineExecutionNotStoppableException;
1050
+ }(__BaseException));
1051
+ export { PipelineExecutionNotStoppableException };
631
1052
  export var StopPipelineExecutionInput;
632
1053
  (function (StopPipelineExecutionInput) {
633
1054
  StopPipelineExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -652,6 +1073,18 @@ export var UntagResourceOutput;
652
1073
  (function (UntagResourceOutput) {
653
1074
  UntagResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
654
1075
  })(UntagResourceOutput || (UntagResourceOutput = {}));
1076
+ var RequestFailedException = (function (_super) {
1077
+ __extends(RequestFailedException, _super);
1078
+ function RequestFailedException(opts) {
1079
+ var _this = _super.call(this, __assign({ name: "RequestFailedException", $fault: "client" }, opts)) || this;
1080
+ _this.name = "RequestFailedException";
1081
+ _this.$fault = "client";
1082
+ Object.setPrototypeOf(_this, RequestFailedException.prototype);
1083
+ return _this;
1084
+ }
1085
+ return RequestFailedException;
1086
+ }(__BaseException));
1087
+ export { RequestFailedException };
655
1088
  export var UpdateActionTypeInput;
656
1089
  (function (UpdateActionTypeInput) {
657
1090
  UpdateActionTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };