@aws-sdk/client-codepipeline 3.490.0 → 3.495.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 (59) hide show
  1. package/dist-cjs/CodePipeline.js +1 -89
  2. package/dist-cjs/CodePipelineClient.js +1 -43
  3. package/dist-cjs/commands/AcknowledgeJobCommand.js +1 -28
  4. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +1 -28
  5. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +1 -28
  6. package/dist-cjs/commands/CreatePipelineCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +1 -28
  8. package/dist-cjs/commands/DeletePipelineCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteWebhookCommand.js +1 -28
  10. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -28
  11. package/dist-cjs/commands/DisableStageTransitionCommand.js +1 -28
  12. package/dist-cjs/commands/EnableStageTransitionCommand.js +1 -28
  13. package/dist-cjs/commands/GetActionTypeCommand.js +1 -28
  14. package/dist-cjs/commands/GetJobDetailsCommand.js +1 -29
  15. package/dist-cjs/commands/GetPipelineCommand.js +1 -28
  16. package/dist-cjs/commands/GetPipelineExecutionCommand.js +1 -28
  17. package/dist-cjs/commands/GetPipelineStateCommand.js +1 -28
  18. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +1 -29
  19. package/dist-cjs/commands/ListActionExecutionsCommand.js +1 -28
  20. package/dist-cjs/commands/ListActionTypesCommand.js +1 -28
  21. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +1 -28
  22. package/dist-cjs/commands/ListPipelinesCommand.js +1 -28
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  24. package/dist-cjs/commands/ListWebhooksCommand.js +1 -28
  25. package/dist-cjs/commands/PollForJobsCommand.js +1 -29
  26. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +1 -28
  27. package/dist-cjs/commands/PutActionRevisionCommand.js +1 -28
  28. package/dist-cjs/commands/PutApprovalResultCommand.js +1 -28
  29. package/dist-cjs/commands/PutJobFailureResultCommand.js +1 -28
  30. package/dist-cjs/commands/PutJobSuccessResultCommand.js +1 -28
  31. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +1 -28
  32. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +1 -28
  33. package/dist-cjs/commands/PutWebhookCommand.js +1 -28
  34. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +1 -28
  35. package/dist-cjs/commands/RetryStageExecutionCommand.js +1 -28
  36. package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -28
  37. package/dist-cjs/commands/StopPipelineExecutionCommand.js +1 -28
  38. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  39. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  40. package/dist-cjs/commands/UpdateActionTypeCommand.js +1 -28
  41. package/dist-cjs/commands/UpdatePipelineCommand.js +1 -28
  42. package/dist-cjs/commands/index.js +1 -42
  43. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  44. package/dist-cjs/extensionConfiguration.js +1 -2
  45. package/dist-cjs/index.js +4299 -11
  46. package/dist-cjs/models/CodePipelineServiceException.js +1 -12
  47. package/dist-cjs/models/index.js +1 -4
  48. package/dist-cjs/models/models_0.js +1 -633
  49. package/dist-cjs/pagination/Interfaces.js +1 -2
  50. package/dist-cjs/pagination/ListActionExecutionsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListActionTypesPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +1 -7
  53. package/dist-cjs/pagination/ListPipelinesPaginator.js +1 -7
  54. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  55. package/dist-cjs/pagination/ListWebhooksPaginator.js +1 -7
  56. package/dist-cjs/pagination/index.js +1 -10
  57. package/dist-cjs/protocols/Aws_json1_1.js +1 -2528
  58. package/dist-cjs/runtimeExtensions.js +1 -22
  59. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodePipelineServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class CodePipelineServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, CodePipelineServiceException.prototype);
10
- }
11
- }
12
- exports.CodePipelineServiceException = CodePipelineServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,633 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ConflictException = exports.InvalidWebhookFilterPatternException = exports.InvalidWebhookAuthenticationParametersException = exports.OutputVariablesSizeExceededException = exports.FailureType = exports.InvalidJobStateException = exports.InvalidApprovalTokenException = exports.WebhookAuthenticationType = exports.ResourceNotFoundException = exports.InvalidArnException = exports.InvalidNextTokenException = exports.InvalidJobException = exports.StageExecutionStatus = exports.PipelineExecutionNotFoundException = exports.TriggerType = exports.PipelineExecutionStatus = exports.PipelineVersionNotFoundException = exports.StageNotFoundException = exports.PipelineNotFoundException = exports.StageTransitionType = exports.WebhookNotFoundException = exports.PipelineNameInUseException = exports.InvalidStructureException = exports.InvalidStageDeclarationException = exports.InvalidBlockerDeclarationException = exports.InvalidActionDeclarationException = exports.PipelineTriggerProviderType = exports.PipelineType = exports.TooManyTagsException = exports.LimitExceededException = exports.InvalidTagsException = exports.ConcurrentModificationException = exports.BlockerType = exports.ArtifactStoreType = exports.EncryptionKeyType = exports.ArtifactLocationType = exports.ApprovalStatus = exports.ApprovalAlreadyCompletedException = exports.ActionTypeNotFoundException = exports.ExecutorType = exports.ActionNotFoundException = exports.ActionExecutionStatus = exports.ActionOwner = exports.ActionConfigurationPropertyType = exports.ActionCategory = exports.InvalidClientTokenException = exports.ValidationException = exports.JobNotFoundException = exports.InvalidNonceException = exports.JobStatus = void 0;
4
- exports.PollForJobsOutputFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.GetThirdPartyJobDetailsOutputFilterSensitiveLog = exports.ThirdPartyJobDetailsFilterSensitiveLog = exports.ThirdPartyJobDataFilterSensitiveLog = exports.GetJobDetailsOutputFilterSensitiveLog = exports.JobDetailsFilterSensitiveLog = exports.JobDataFilterSensitiveLog = exports.AWSSessionCredentialsFilterSensitiveLog = exports.RequestFailedException = exports.PipelineExecutionNotStoppableException = exports.DuplicatedStopRequestException = exports.SourceRevisionType = exports.StageNotRetryableException = exports.StageRetryMode = exports.NotLatestPipelineExecutionException = void 0;
5
- const smithy_client_1 = require("@smithy/smithy-client");
6
- const CodePipelineServiceException_1 = require("./CodePipelineServiceException");
7
- exports.JobStatus = {
8
- Created: "Created",
9
- Dispatched: "Dispatched",
10
- Failed: "Failed",
11
- InProgress: "InProgress",
12
- Queued: "Queued",
13
- Succeeded: "Succeeded",
14
- TimedOut: "TimedOut",
15
- };
16
- class InvalidNonceException extends CodePipelineServiceException_1.CodePipelineServiceException {
17
- constructor(opts) {
18
- super({
19
- name: "InvalidNonceException",
20
- $fault: "client",
21
- ...opts,
22
- });
23
- this.name = "InvalidNonceException";
24
- this.$fault = "client";
25
- Object.setPrototypeOf(this, InvalidNonceException.prototype);
26
- }
27
- }
28
- exports.InvalidNonceException = InvalidNonceException;
29
- class JobNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
30
- constructor(opts) {
31
- super({
32
- name: "JobNotFoundException",
33
- $fault: "client",
34
- ...opts,
35
- });
36
- this.name = "JobNotFoundException";
37
- this.$fault = "client";
38
- Object.setPrototypeOf(this, JobNotFoundException.prototype);
39
- }
40
- }
41
- exports.JobNotFoundException = JobNotFoundException;
42
- class ValidationException extends CodePipelineServiceException_1.CodePipelineServiceException {
43
- constructor(opts) {
44
- super({
45
- name: "ValidationException",
46
- $fault: "client",
47
- ...opts,
48
- });
49
- this.name = "ValidationException";
50
- this.$fault = "client";
51
- Object.setPrototypeOf(this, ValidationException.prototype);
52
- }
53
- }
54
- exports.ValidationException = ValidationException;
55
- class InvalidClientTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
56
- constructor(opts) {
57
- super({
58
- name: "InvalidClientTokenException",
59
- $fault: "client",
60
- ...opts,
61
- });
62
- this.name = "InvalidClientTokenException";
63
- this.$fault = "client";
64
- Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
65
- }
66
- }
67
- exports.InvalidClientTokenException = InvalidClientTokenException;
68
- exports.ActionCategory = {
69
- Approval: "Approval",
70
- Build: "Build",
71
- Deploy: "Deploy",
72
- Invoke: "Invoke",
73
- Source: "Source",
74
- Test: "Test",
75
- };
76
- exports.ActionConfigurationPropertyType = {
77
- Boolean: "Boolean",
78
- Number: "Number",
79
- String: "String",
80
- };
81
- exports.ActionOwner = {
82
- AWS: "AWS",
83
- Custom: "Custom",
84
- ThirdParty: "ThirdParty",
85
- };
86
- exports.ActionExecutionStatus = {
87
- Abandoned: "Abandoned",
88
- Failed: "Failed",
89
- InProgress: "InProgress",
90
- Succeeded: "Succeeded",
91
- };
92
- class ActionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
93
- constructor(opts) {
94
- super({
95
- name: "ActionNotFoundException",
96
- $fault: "client",
97
- ...opts,
98
- });
99
- this.name = "ActionNotFoundException";
100
- this.$fault = "client";
101
- Object.setPrototypeOf(this, ActionNotFoundException.prototype);
102
- }
103
- }
104
- exports.ActionNotFoundException = ActionNotFoundException;
105
- exports.ExecutorType = {
106
- JobWorker: "JobWorker",
107
- Lambda: "Lambda",
108
- };
109
- class ActionTypeNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
110
- constructor(opts) {
111
- super({
112
- name: "ActionTypeNotFoundException",
113
- $fault: "client",
114
- ...opts,
115
- });
116
- this.name = "ActionTypeNotFoundException";
117
- this.$fault = "client";
118
- Object.setPrototypeOf(this, ActionTypeNotFoundException.prototype);
119
- }
120
- }
121
- exports.ActionTypeNotFoundException = ActionTypeNotFoundException;
122
- class ApprovalAlreadyCompletedException extends CodePipelineServiceException_1.CodePipelineServiceException {
123
- constructor(opts) {
124
- super({
125
- name: "ApprovalAlreadyCompletedException",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- this.name = "ApprovalAlreadyCompletedException";
130
- this.$fault = "client";
131
- Object.setPrototypeOf(this, ApprovalAlreadyCompletedException.prototype);
132
- }
133
- }
134
- exports.ApprovalAlreadyCompletedException = ApprovalAlreadyCompletedException;
135
- exports.ApprovalStatus = {
136
- Approved: "Approved",
137
- Rejected: "Rejected",
138
- };
139
- exports.ArtifactLocationType = {
140
- S3: "S3",
141
- };
142
- exports.EncryptionKeyType = {
143
- KMS: "KMS",
144
- };
145
- exports.ArtifactStoreType = {
146
- S3: "S3",
147
- };
148
- exports.BlockerType = {
149
- Schedule: "Schedule",
150
- };
151
- class ConcurrentModificationException extends CodePipelineServiceException_1.CodePipelineServiceException {
152
- constructor(opts) {
153
- super({
154
- name: "ConcurrentModificationException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- this.name = "ConcurrentModificationException";
159
- this.$fault = "client";
160
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
161
- }
162
- }
163
- exports.ConcurrentModificationException = ConcurrentModificationException;
164
- class InvalidTagsException extends CodePipelineServiceException_1.CodePipelineServiceException {
165
- constructor(opts) {
166
- super({
167
- name: "InvalidTagsException",
168
- $fault: "client",
169
- ...opts,
170
- });
171
- this.name = "InvalidTagsException";
172
- this.$fault = "client";
173
- Object.setPrototypeOf(this, InvalidTagsException.prototype);
174
- }
175
- }
176
- exports.InvalidTagsException = InvalidTagsException;
177
- class LimitExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
178
- constructor(opts) {
179
- super({
180
- name: "LimitExceededException",
181
- $fault: "client",
182
- ...opts,
183
- });
184
- this.name = "LimitExceededException";
185
- this.$fault = "client";
186
- Object.setPrototypeOf(this, LimitExceededException.prototype);
187
- }
188
- }
189
- exports.LimitExceededException = LimitExceededException;
190
- class TooManyTagsException extends CodePipelineServiceException_1.CodePipelineServiceException {
191
- constructor(opts) {
192
- super({
193
- name: "TooManyTagsException",
194
- $fault: "client",
195
- ...opts,
196
- });
197
- this.name = "TooManyTagsException";
198
- this.$fault = "client";
199
- Object.setPrototypeOf(this, TooManyTagsException.prototype);
200
- }
201
- }
202
- exports.TooManyTagsException = TooManyTagsException;
203
- exports.PipelineType = {
204
- V1: "V1",
205
- V2: "V2",
206
- };
207
- exports.PipelineTriggerProviderType = {
208
- CodeStarSourceConnection: "CodeStarSourceConnection",
209
- };
210
- class InvalidActionDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
211
- constructor(opts) {
212
- super({
213
- name: "InvalidActionDeclarationException",
214
- $fault: "client",
215
- ...opts,
216
- });
217
- this.name = "InvalidActionDeclarationException";
218
- this.$fault = "client";
219
- Object.setPrototypeOf(this, InvalidActionDeclarationException.prototype);
220
- }
221
- }
222
- exports.InvalidActionDeclarationException = InvalidActionDeclarationException;
223
- class InvalidBlockerDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
224
- constructor(opts) {
225
- super({
226
- name: "InvalidBlockerDeclarationException",
227
- $fault: "client",
228
- ...opts,
229
- });
230
- this.name = "InvalidBlockerDeclarationException";
231
- this.$fault = "client";
232
- Object.setPrototypeOf(this, InvalidBlockerDeclarationException.prototype);
233
- }
234
- }
235
- exports.InvalidBlockerDeclarationException = InvalidBlockerDeclarationException;
236
- class InvalidStageDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
237
- constructor(opts) {
238
- super({
239
- name: "InvalidStageDeclarationException",
240
- $fault: "client",
241
- ...opts,
242
- });
243
- this.name = "InvalidStageDeclarationException";
244
- this.$fault = "client";
245
- Object.setPrototypeOf(this, InvalidStageDeclarationException.prototype);
246
- }
247
- }
248
- exports.InvalidStageDeclarationException = InvalidStageDeclarationException;
249
- class InvalidStructureException extends CodePipelineServiceException_1.CodePipelineServiceException {
250
- constructor(opts) {
251
- super({
252
- name: "InvalidStructureException",
253
- $fault: "client",
254
- ...opts,
255
- });
256
- this.name = "InvalidStructureException";
257
- this.$fault = "client";
258
- Object.setPrototypeOf(this, InvalidStructureException.prototype);
259
- }
260
- }
261
- exports.InvalidStructureException = InvalidStructureException;
262
- class PipelineNameInUseException extends CodePipelineServiceException_1.CodePipelineServiceException {
263
- constructor(opts) {
264
- super({
265
- name: "PipelineNameInUseException",
266
- $fault: "client",
267
- ...opts,
268
- });
269
- this.name = "PipelineNameInUseException";
270
- this.$fault = "client";
271
- Object.setPrototypeOf(this, PipelineNameInUseException.prototype);
272
- }
273
- }
274
- exports.PipelineNameInUseException = PipelineNameInUseException;
275
- class WebhookNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
276
- constructor(opts) {
277
- super({
278
- name: "WebhookNotFoundException",
279
- $fault: "client",
280
- ...opts,
281
- });
282
- this.name = "WebhookNotFoundException";
283
- this.$fault = "client";
284
- Object.setPrototypeOf(this, WebhookNotFoundException.prototype);
285
- }
286
- }
287
- exports.WebhookNotFoundException = WebhookNotFoundException;
288
- exports.StageTransitionType = {
289
- Inbound: "Inbound",
290
- Outbound: "Outbound",
291
- };
292
- class PipelineNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
293
- constructor(opts) {
294
- super({
295
- name: "PipelineNotFoundException",
296
- $fault: "client",
297
- ...opts,
298
- });
299
- this.name = "PipelineNotFoundException";
300
- this.$fault = "client";
301
- Object.setPrototypeOf(this, PipelineNotFoundException.prototype);
302
- }
303
- }
304
- exports.PipelineNotFoundException = PipelineNotFoundException;
305
- class StageNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
306
- constructor(opts) {
307
- super({
308
- name: "StageNotFoundException",
309
- $fault: "client",
310
- ...opts,
311
- });
312
- this.name = "StageNotFoundException";
313
- this.$fault = "client";
314
- Object.setPrototypeOf(this, StageNotFoundException.prototype);
315
- }
316
- }
317
- exports.StageNotFoundException = StageNotFoundException;
318
- class PipelineVersionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
319
- constructor(opts) {
320
- super({
321
- name: "PipelineVersionNotFoundException",
322
- $fault: "client",
323
- ...opts,
324
- });
325
- this.name = "PipelineVersionNotFoundException";
326
- this.$fault = "client";
327
- Object.setPrototypeOf(this, PipelineVersionNotFoundException.prototype);
328
- }
329
- }
330
- exports.PipelineVersionNotFoundException = PipelineVersionNotFoundException;
331
- exports.PipelineExecutionStatus = {
332
- Cancelled: "Cancelled",
333
- Failed: "Failed",
334
- InProgress: "InProgress",
335
- Stopped: "Stopped",
336
- Stopping: "Stopping",
337
- Succeeded: "Succeeded",
338
- Superseded: "Superseded",
339
- };
340
- exports.TriggerType = {
341
- CloudWatchEvent: "CloudWatchEvent",
342
- CreatePipeline: "CreatePipeline",
343
- PollForSourceChanges: "PollForSourceChanges",
344
- PutActionRevision: "PutActionRevision",
345
- StartPipelineExecution: "StartPipelineExecution",
346
- Webhook: "Webhook",
347
- WebhookV2: "WebhookV2",
348
- };
349
- class PipelineExecutionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
350
- constructor(opts) {
351
- super({
352
- name: "PipelineExecutionNotFoundException",
353
- $fault: "client",
354
- ...opts,
355
- });
356
- this.name = "PipelineExecutionNotFoundException";
357
- this.$fault = "client";
358
- Object.setPrototypeOf(this, PipelineExecutionNotFoundException.prototype);
359
- }
360
- }
361
- exports.PipelineExecutionNotFoundException = PipelineExecutionNotFoundException;
362
- exports.StageExecutionStatus = {
363
- Cancelled: "Cancelled",
364
- Failed: "Failed",
365
- InProgress: "InProgress",
366
- Stopped: "Stopped",
367
- Stopping: "Stopping",
368
- Succeeded: "Succeeded",
369
- };
370
- class InvalidJobException extends CodePipelineServiceException_1.CodePipelineServiceException {
371
- constructor(opts) {
372
- super({
373
- name: "InvalidJobException",
374
- $fault: "client",
375
- ...opts,
376
- });
377
- this.name = "InvalidJobException";
378
- this.$fault = "client";
379
- Object.setPrototypeOf(this, InvalidJobException.prototype);
380
- }
381
- }
382
- exports.InvalidJobException = InvalidJobException;
383
- class InvalidNextTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
384
- constructor(opts) {
385
- super({
386
- name: "InvalidNextTokenException",
387
- $fault: "client",
388
- ...opts,
389
- });
390
- this.name = "InvalidNextTokenException";
391
- this.$fault = "client";
392
- Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
393
- }
394
- }
395
- exports.InvalidNextTokenException = InvalidNextTokenException;
396
- class InvalidArnException extends CodePipelineServiceException_1.CodePipelineServiceException {
397
- constructor(opts) {
398
- super({
399
- name: "InvalidArnException",
400
- $fault: "client",
401
- ...opts,
402
- });
403
- this.name = "InvalidArnException";
404
- this.$fault = "client";
405
- Object.setPrototypeOf(this, InvalidArnException.prototype);
406
- }
407
- }
408
- exports.InvalidArnException = InvalidArnException;
409
- class ResourceNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
410
- constructor(opts) {
411
- super({
412
- name: "ResourceNotFoundException",
413
- $fault: "client",
414
- ...opts,
415
- });
416
- this.name = "ResourceNotFoundException";
417
- this.$fault = "client";
418
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
419
- }
420
- }
421
- exports.ResourceNotFoundException = ResourceNotFoundException;
422
- exports.WebhookAuthenticationType = {
423
- GITHUB_HMAC: "GITHUB_HMAC",
424
- IP: "IP",
425
- UNAUTHENTICATED: "UNAUTHENTICATED",
426
- };
427
- class InvalidApprovalTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
428
- constructor(opts) {
429
- super({
430
- name: "InvalidApprovalTokenException",
431
- $fault: "client",
432
- ...opts,
433
- });
434
- this.name = "InvalidApprovalTokenException";
435
- this.$fault = "client";
436
- Object.setPrototypeOf(this, InvalidApprovalTokenException.prototype);
437
- }
438
- }
439
- exports.InvalidApprovalTokenException = InvalidApprovalTokenException;
440
- class InvalidJobStateException extends CodePipelineServiceException_1.CodePipelineServiceException {
441
- constructor(opts) {
442
- super({
443
- name: "InvalidJobStateException",
444
- $fault: "client",
445
- ...opts,
446
- });
447
- this.name = "InvalidJobStateException";
448
- this.$fault = "client";
449
- Object.setPrototypeOf(this, InvalidJobStateException.prototype);
450
- }
451
- }
452
- exports.InvalidJobStateException = InvalidJobStateException;
453
- exports.FailureType = {
454
- ConfigurationError: "ConfigurationError",
455
- JobFailed: "JobFailed",
456
- PermissionError: "PermissionError",
457
- RevisionOutOfSync: "RevisionOutOfSync",
458
- RevisionUnavailable: "RevisionUnavailable",
459
- SystemUnavailable: "SystemUnavailable",
460
- };
461
- class OutputVariablesSizeExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
462
- constructor(opts) {
463
- super({
464
- name: "OutputVariablesSizeExceededException",
465
- $fault: "client",
466
- ...opts,
467
- });
468
- this.name = "OutputVariablesSizeExceededException";
469
- this.$fault = "client";
470
- Object.setPrototypeOf(this, OutputVariablesSizeExceededException.prototype);
471
- }
472
- }
473
- exports.OutputVariablesSizeExceededException = OutputVariablesSizeExceededException;
474
- class InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException_1.CodePipelineServiceException {
475
- constructor(opts) {
476
- super({
477
- name: "InvalidWebhookAuthenticationParametersException",
478
- $fault: "client",
479
- ...opts,
480
- });
481
- this.name = "InvalidWebhookAuthenticationParametersException";
482
- this.$fault = "client";
483
- Object.setPrototypeOf(this, InvalidWebhookAuthenticationParametersException.prototype);
484
- }
485
- }
486
- exports.InvalidWebhookAuthenticationParametersException = InvalidWebhookAuthenticationParametersException;
487
- class InvalidWebhookFilterPatternException extends CodePipelineServiceException_1.CodePipelineServiceException {
488
- constructor(opts) {
489
- super({
490
- name: "InvalidWebhookFilterPatternException",
491
- $fault: "client",
492
- ...opts,
493
- });
494
- this.name = "InvalidWebhookFilterPatternException";
495
- this.$fault = "client";
496
- Object.setPrototypeOf(this, InvalidWebhookFilterPatternException.prototype);
497
- }
498
- }
499
- exports.InvalidWebhookFilterPatternException = InvalidWebhookFilterPatternException;
500
- class ConflictException extends CodePipelineServiceException_1.CodePipelineServiceException {
501
- constructor(opts) {
502
- super({
503
- name: "ConflictException",
504
- $fault: "client",
505
- ...opts,
506
- });
507
- this.name = "ConflictException";
508
- this.$fault = "client";
509
- Object.setPrototypeOf(this, ConflictException.prototype);
510
- }
511
- }
512
- exports.ConflictException = ConflictException;
513
- class NotLatestPipelineExecutionException extends CodePipelineServiceException_1.CodePipelineServiceException {
514
- constructor(opts) {
515
- super({
516
- name: "NotLatestPipelineExecutionException",
517
- $fault: "client",
518
- ...opts,
519
- });
520
- this.name = "NotLatestPipelineExecutionException";
521
- this.$fault = "client";
522
- Object.setPrototypeOf(this, NotLatestPipelineExecutionException.prototype);
523
- }
524
- }
525
- exports.NotLatestPipelineExecutionException = NotLatestPipelineExecutionException;
526
- exports.StageRetryMode = {
527
- ALL_ACTIONS: "ALL_ACTIONS",
528
- FAILED_ACTIONS: "FAILED_ACTIONS",
529
- };
530
- class StageNotRetryableException extends CodePipelineServiceException_1.CodePipelineServiceException {
531
- constructor(opts) {
532
- super({
533
- name: "StageNotRetryableException",
534
- $fault: "client",
535
- ...opts,
536
- });
537
- this.name = "StageNotRetryableException";
538
- this.$fault = "client";
539
- Object.setPrototypeOf(this, StageNotRetryableException.prototype);
540
- }
541
- }
542
- exports.StageNotRetryableException = StageNotRetryableException;
543
- exports.SourceRevisionType = {
544
- COMMIT_ID: "COMMIT_ID",
545
- IMAGE_DIGEST: "IMAGE_DIGEST",
546
- S3_OBJECT_VERSION_ID: "S3_OBJECT_VERSION_ID",
547
- };
548
- class DuplicatedStopRequestException extends CodePipelineServiceException_1.CodePipelineServiceException {
549
- constructor(opts) {
550
- super({
551
- name: "DuplicatedStopRequestException",
552
- $fault: "client",
553
- ...opts,
554
- });
555
- this.name = "DuplicatedStopRequestException";
556
- this.$fault = "client";
557
- Object.setPrototypeOf(this, DuplicatedStopRequestException.prototype);
558
- }
559
- }
560
- exports.DuplicatedStopRequestException = DuplicatedStopRequestException;
561
- class PipelineExecutionNotStoppableException extends CodePipelineServiceException_1.CodePipelineServiceException {
562
- constructor(opts) {
563
- super({
564
- name: "PipelineExecutionNotStoppableException",
565
- $fault: "client",
566
- ...opts,
567
- });
568
- this.name = "PipelineExecutionNotStoppableException";
569
- this.$fault = "client";
570
- Object.setPrototypeOf(this, PipelineExecutionNotStoppableException.prototype);
571
- }
572
- }
573
- exports.PipelineExecutionNotStoppableException = PipelineExecutionNotStoppableException;
574
- class RequestFailedException extends CodePipelineServiceException_1.CodePipelineServiceException {
575
- constructor(opts) {
576
- super({
577
- name: "RequestFailedException",
578
- $fault: "client",
579
- ...opts,
580
- });
581
- this.name = "RequestFailedException";
582
- this.$fault = "client";
583
- Object.setPrototypeOf(this, RequestFailedException.prototype);
584
- }
585
- }
586
- exports.RequestFailedException = RequestFailedException;
587
- const AWSSessionCredentialsFilterSensitiveLog = (obj) => ({
588
- ...obj,
589
- ...(obj.accessKeyId && { accessKeyId: smithy_client_1.SENSITIVE_STRING }),
590
- ...(obj.secretAccessKey && { secretAccessKey: smithy_client_1.SENSITIVE_STRING }),
591
- ...(obj.sessionToken && { sessionToken: smithy_client_1.SENSITIVE_STRING }),
592
- });
593
- exports.AWSSessionCredentialsFilterSensitiveLog = AWSSessionCredentialsFilterSensitiveLog;
594
- const JobDataFilterSensitiveLog = (obj) => ({
595
- ...obj,
596
- ...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
597
- });
598
- exports.JobDataFilterSensitiveLog = JobDataFilterSensitiveLog;
599
- const JobDetailsFilterSensitiveLog = (obj) => ({
600
- ...obj,
601
- ...(obj.data && { data: (0, exports.JobDataFilterSensitiveLog)(obj.data) }),
602
- });
603
- exports.JobDetailsFilterSensitiveLog = JobDetailsFilterSensitiveLog;
604
- const GetJobDetailsOutputFilterSensitiveLog = (obj) => ({
605
- ...obj,
606
- ...(obj.jobDetails && { jobDetails: (0, exports.JobDetailsFilterSensitiveLog)(obj.jobDetails) }),
607
- });
608
- exports.GetJobDetailsOutputFilterSensitiveLog = GetJobDetailsOutputFilterSensitiveLog;
609
- const ThirdPartyJobDataFilterSensitiveLog = (obj) => ({
610
- ...obj,
611
- ...(obj.artifactCredentials && { artifactCredentials: smithy_client_1.SENSITIVE_STRING }),
612
- });
613
- exports.ThirdPartyJobDataFilterSensitiveLog = ThirdPartyJobDataFilterSensitiveLog;
614
- const ThirdPartyJobDetailsFilterSensitiveLog = (obj) => ({
615
- ...obj,
616
- ...(obj.data && { data: (0, exports.ThirdPartyJobDataFilterSensitiveLog)(obj.data) }),
617
- });
618
- exports.ThirdPartyJobDetailsFilterSensitiveLog = ThirdPartyJobDetailsFilterSensitiveLog;
619
- const GetThirdPartyJobDetailsOutputFilterSensitiveLog = (obj) => ({
620
- ...obj,
621
- ...(obj.jobDetails && { jobDetails: (0, exports.ThirdPartyJobDetailsFilterSensitiveLog)(obj.jobDetails) }),
622
- });
623
- exports.GetThirdPartyJobDetailsOutputFilterSensitiveLog = GetThirdPartyJobDetailsOutputFilterSensitiveLog;
624
- const JobFilterSensitiveLog = (obj) => ({
625
- ...obj,
626
- ...(obj.data && { data: (0, exports.JobDataFilterSensitiveLog)(obj.data) }),
627
- });
628
- exports.JobFilterSensitiveLog = JobFilterSensitiveLog;
629
- const PollForJobsOutputFilterSensitiveLog = (obj) => ({
630
- ...obj,
631
- ...(obj.jobs && { jobs: obj.jobs.map((item) => (0, exports.JobFilterSensitiveLog)(item)) }),
632
- });
633
- exports.PollForJobsOutputFilterSensitiveLog = PollForJobsOutputFilterSensitiveLog;
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListActionExecutions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodePipelineClient_1 = require("../CodePipelineClient");
6
- const ListActionExecutionsCommand_1 = require("../commands/ListActionExecutionsCommand");
7
- exports.paginateListActionExecutions = (0, core_1.createPaginator)(CodePipelineClient_1.CodePipelineClient, ListActionExecutionsCommand_1.ListActionExecutionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListActionTypes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodePipelineClient_1 = require("../CodePipelineClient");
6
- const ListActionTypesCommand_1 = require("../commands/ListActionTypesCommand");
7
- exports.paginateListActionTypes = (0, core_1.createPaginator)(CodePipelineClient_1.CodePipelineClient, ListActionTypesCommand_1.ListActionTypesCommand, "nextToken", "nextToken", "");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListPipelineExecutions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodePipelineClient_1 = require("../CodePipelineClient");
6
- const ListPipelineExecutionsCommand_1 = require("../commands/ListPipelineExecutionsCommand");
7
- exports.paginateListPipelineExecutions = (0, core_1.createPaginator)(CodePipelineClient_1.CodePipelineClient, ListPipelineExecutionsCommand_1.ListPipelineExecutionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");