@aws-sdk/client-codepipeline 3.986.0 → 3.988.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,12 @@
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;
@@ -0,0 +1,537 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RequestFailedException = exports.PipelineExecutionNotStoppableException = exports.DuplicatedStopRequestException = exports.UnableToRollbackStageException = exports.PipelineExecutionOutdatedException = exports.StageNotRetryableException = exports.InvalidWebhookFilterPatternException = exports.InvalidWebhookAuthenticationParametersException = exports.OutputVariablesSizeExceededException = exports.InvalidJobStateException = exports.InvalidApprovalTokenException = exports.NotLatestPipelineExecutionException = exports.ConflictException = exports.ConditionNotOverridableException = exports.ConcurrentPipelineExecutionsLimitExceededException = exports.ResourceNotFoundException = exports.InvalidArnException = exports.InvalidNextTokenException = exports.InvalidJobException = exports.PipelineExecutionNotFoundException = exports.PipelineVersionNotFoundException = exports.StageNotFoundException = exports.PipelineNotFoundException = exports.WebhookNotFoundException = exports.PipelineNameInUseException = exports.InvalidStructureException = exports.InvalidStageDeclarationException = exports.InvalidBlockerDeclarationException = exports.InvalidActionDeclarationException = exports.TooManyTagsException = exports.LimitExceededException = exports.InvalidTagsException = exports.ConcurrentModificationException = exports.ApprovalAlreadyCompletedException = exports.ActionTypeNotFoundException = exports.ActionNotFoundException = exports.ActionExecutionNotFoundException = exports.InvalidClientTokenException = exports.ValidationException = exports.JobNotFoundException = exports.InvalidNonceException = void 0;
4
+ const CodePipelineServiceException_1 = require("./CodePipelineServiceException");
5
+ class InvalidNonceException extends CodePipelineServiceException_1.CodePipelineServiceException {
6
+ name = "InvalidNonceException";
7
+ $fault = "client";
8
+ constructor(opts) {
9
+ super({
10
+ name: "InvalidNonceException",
11
+ $fault: "client",
12
+ ...opts,
13
+ });
14
+ Object.setPrototypeOf(this, InvalidNonceException.prototype);
15
+ }
16
+ }
17
+ exports.InvalidNonceException = InvalidNonceException;
18
+ class JobNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
19
+ name = "JobNotFoundException";
20
+ $fault = "client";
21
+ constructor(opts) {
22
+ super({
23
+ name: "JobNotFoundException",
24
+ $fault: "client",
25
+ ...opts,
26
+ });
27
+ Object.setPrototypeOf(this, JobNotFoundException.prototype);
28
+ }
29
+ }
30
+ exports.JobNotFoundException = JobNotFoundException;
31
+ class ValidationException extends CodePipelineServiceException_1.CodePipelineServiceException {
32
+ name = "ValidationException";
33
+ $fault = "client";
34
+ constructor(opts) {
35
+ super({
36
+ name: "ValidationException",
37
+ $fault: "client",
38
+ ...opts,
39
+ });
40
+ Object.setPrototypeOf(this, ValidationException.prototype);
41
+ }
42
+ }
43
+ exports.ValidationException = ValidationException;
44
+ class InvalidClientTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
45
+ name = "InvalidClientTokenException";
46
+ $fault = "client";
47
+ constructor(opts) {
48
+ super({
49
+ name: "InvalidClientTokenException",
50
+ $fault: "client",
51
+ ...opts,
52
+ });
53
+ Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
54
+ }
55
+ }
56
+ exports.InvalidClientTokenException = InvalidClientTokenException;
57
+ class ActionExecutionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
58
+ name = "ActionExecutionNotFoundException";
59
+ $fault = "client";
60
+ constructor(opts) {
61
+ super({
62
+ name: "ActionExecutionNotFoundException",
63
+ $fault: "client",
64
+ ...opts,
65
+ });
66
+ Object.setPrototypeOf(this, ActionExecutionNotFoundException.prototype);
67
+ }
68
+ }
69
+ exports.ActionExecutionNotFoundException = ActionExecutionNotFoundException;
70
+ class ActionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
71
+ name = "ActionNotFoundException";
72
+ $fault = "client";
73
+ constructor(opts) {
74
+ super({
75
+ name: "ActionNotFoundException",
76
+ $fault: "client",
77
+ ...opts,
78
+ });
79
+ Object.setPrototypeOf(this, ActionNotFoundException.prototype);
80
+ }
81
+ }
82
+ exports.ActionNotFoundException = ActionNotFoundException;
83
+ class ActionTypeNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
84
+ name = "ActionTypeNotFoundException";
85
+ $fault = "client";
86
+ constructor(opts) {
87
+ super({
88
+ name: "ActionTypeNotFoundException",
89
+ $fault: "client",
90
+ ...opts,
91
+ });
92
+ Object.setPrototypeOf(this, ActionTypeNotFoundException.prototype);
93
+ }
94
+ }
95
+ exports.ActionTypeNotFoundException = ActionTypeNotFoundException;
96
+ class ApprovalAlreadyCompletedException extends CodePipelineServiceException_1.CodePipelineServiceException {
97
+ name = "ApprovalAlreadyCompletedException";
98
+ $fault = "client";
99
+ constructor(opts) {
100
+ super({
101
+ name: "ApprovalAlreadyCompletedException",
102
+ $fault: "client",
103
+ ...opts,
104
+ });
105
+ Object.setPrototypeOf(this, ApprovalAlreadyCompletedException.prototype);
106
+ }
107
+ }
108
+ exports.ApprovalAlreadyCompletedException = ApprovalAlreadyCompletedException;
109
+ class ConcurrentModificationException extends CodePipelineServiceException_1.CodePipelineServiceException {
110
+ name = "ConcurrentModificationException";
111
+ $fault = "client";
112
+ constructor(opts) {
113
+ super({
114
+ name: "ConcurrentModificationException",
115
+ $fault: "client",
116
+ ...opts,
117
+ });
118
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
119
+ }
120
+ }
121
+ exports.ConcurrentModificationException = ConcurrentModificationException;
122
+ class InvalidTagsException extends CodePipelineServiceException_1.CodePipelineServiceException {
123
+ name = "InvalidTagsException";
124
+ $fault = "client";
125
+ constructor(opts) {
126
+ super({
127
+ name: "InvalidTagsException",
128
+ $fault: "client",
129
+ ...opts,
130
+ });
131
+ Object.setPrototypeOf(this, InvalidTagsException.prototype);
132
+ }
133
+ }
134
+ exports.InvalidTagsException = InvalidTagsException;
135
+ class LimitExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
136
+ name = "LimitExceededException";
137
+ $fault = "client";
138
+ constructor(opts) {
139
+ super({
140
+ name: "LimitExceededException",
141
+ $fault: "client",
142
+ ...opts,
143
+ });
144
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
145
+ }
146
+ }
147
+ exports.LimitExceededException = LimitExceededException;
148
+ class TooManyTagsException extends CodePipelineServiceException_1.CodePipelineServiceException {
149
+ name = "TooManyTagsException";
150
+ $fault = "client";
151
+ constructor(opts) {
152
+ super({
153
+ name: "TooManyTagsException",
154
+ $fault: "client",
155
+ ...opts,
156
+ });
157
+ Object.setPrototypeOf(this, TooManyTagsException.prototype);
158
+ }
159
+ }
160
+ exports.TooManyTagsException = TooManyTagsException;
161
+ class InvalidActionDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
162
+ name = "InvalidActionDeclarationException";
163
+ $fault = "client";
164
+ constructor(opts) {
165
+ super({
166
+ name: "InvalidActionDeclarationException",
167
+ $fault: "client",
168
+ ...opts,
169
+ });
170
+ Object.setPrototypeOf(this, InvalidActionDeclarationException.prototype);
171
+ }
172
+ }
173
+ exports.InvalidActionDeclarationException = InvalidActionDeclarationException;
174
+ class InvalidBlockerDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
175
+ name = "InvalidBlockerDeclarationException";
176
+ $fault = "client";
177
+ constructor(opts) {
178
+ super({
179
+ name: "InvalidBlockerDeclarationException",
180
+ $fault: "client",
181
+ ...opts,
182
+ });
183
+ Object.setPrototypeOf(this, InvalidBlockerDeclarationException.prototype);
184
+ }
185
+ }
186
+ exports.InvalidBlockerDeclarationException = InvalidBlockerDeclarationException;
187
+ class InvalidStageDeclarationException extends CodePipelineServiceException_1.CodePipelineServiceException {
188
+ name = "InvalidStageDeclarationException";
189
+ $fault = "client";
190
+ constructor(opts) {
191
+ super({
192
+ name: "InvalidStageDeclarationException",
193
+ $fault: "client",
194
+ ...opts,
195
+ });
196
+ Object.setPrototypeOf(this, InvalidStageDeclarationException.prototype);
197
+ }
198
+ }
199
+ exports.InvalidStageDeclarationException = InvalidStageDeclarationException;
200
+ class InvalidStructureException extends CodePipelineServiceException_1.CodePipelineServiceException {
201
+ name = "InvalidStructureException";
202
+ $fault = "client";
203
+ constructor(opts) {
204
+ super({
205
+ name: "InvalidStructureException",
206
+ $fault: "client",
207
+ ...opts,
208
+ });
209
+ Object.setPrototypeOf(this, InvalidStructureException.prototype);
210
+ }
211
+ }
212
+ exports.InvalidStructureException = InvalidStructureException;
213
+ class PipelineNameInUseException extends CodePipelineServiceException_1.CodePipelineServiceException {
214
+ name = "PipelineNameInUseException";
215
+ $fault = "client";
216
+ constructor(opts) {
217
+ super({
218
+ name: "PipelineNameInUseException",
219
+ $fault: "client",
220
+ ...opts,
221
+ });
222
+ Object.setPrototypeOf(this, PipelineNameInUseException.prototype);
223
+ }
224
+ }
225
+ exports.PipelineNameInUseException = PipelineNameInUseException;
226
+ class WebhookNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
227
+ name = "WebhookNotFoundException";
228
+ $fault = "client";
229
+ constructor(opts) {
230
+ super({
231
+ name: "WebhookNotFoundException",
232
+ $fault: "client",
233
+ ...opts,
234
+ });
235
+ Object.setPrototypeOf(this, WebhookNotFoundException.prototype);
236
+ }
237
+ }
238
+ exports.WebhookNotFoundException = WebhookNotFoundException;
239
+ class PipelineNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
240
+ name = "PipelineNotFoundException";
241
+ $fault = "client";
242
+ constructor(opts) {
243
+ super({
244
+ name: "PipelineNotFoundException",
245
+ $fault: "client",
246
+ ...opts,
247
+ });
248
+ Object.setPrototypeOf(this, PipelineNotFoundException.prototype);
249
+ }
250
+ }
251
+ exports.PipelineNotFoundException = PipelineNotFoundException;
252
+ class StageNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
253
+ name = "StageNotFoundException";
254
+ $fault = "client";
255
+ constructor(opts) {
256
+ super({
257
+ name: "StageNotFoundException",
258
+ $fault: "client",
259
+ ...opts,
260
+ });
261
+ Object.setPrototypeOf(this, StageNotFoundException.prototype);
262
+ }
263
+ }
264
+ exports.StageNotFoundException = StageNotFoundException;
265
+ class PipelineVersionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
266
+ name = "PipelineVersionNotFoundException";
267
+ $fault = "client";
268
+ constructor(opts) {
269
+ super({
270
+ name: "PipelineVersionNotFoundException",
271
+ $fault: "client",
272
+ ...opts,
273
+ });
274
+ Object.setPrototypeOf(this, PipelineVersionNotFoundException.prototype);
275
+ }
276
+ }
277
+ exports.PipelineVersionNotFoundException = PipelineVersionNotFoundException;
278
+ class PipelineExecutionNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
279
+ name = "PipelineExecutionNotFoundException";
280
+ $fault = "client";
281
+ constructor(opts) {
282
+ super({
283
+ name: "PipelineExecutionNotFoundException",
284
+ $fault: "client",
285
+ ...opts,
286
+ });
287
+ Object.setPrototypeOf(this, PipelineExecutionNotFoundException.prototype);
288
+ }
289
+ }
290
+ exports.PipelineExecutionNotFoundException = PipelineExecutionNotFoundException;
291
+ class InvalidJobException extends CodePipelineServiceException_1.CodePipelineServiceException {
292
+ name = "InvalidJobException";
293
+ $fault = "client";
294
+ constructor(opts) {
295
+ super({
296
+ name: "InvalidJobException",
297
+ $fault: "client",
298
+ ...opts,
299
+ });
300
+ Object.setPrototypeOf(this, InvalidJobException.prototype);
301
+ }
302
+ }
303
+ exports.InvalidJobException = InvalidJobException;
304
+ class InvalidNextTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
305
+ name = "InvalidNextTokenException";
306
+ $fault = "client";
307
+ constructor(opts) {
308
+ super({
309
+ name: "InvalidNextTokenException",
310
+ $fault: "client",
311
+ ...opts,
312
+ });
313
+ Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
314
+ }
315
+ }
316
+ exports.InvalidNextTokenException = InvalidNextTokenException;
317
+ class InvalidArnException extends CodePipelineServiceException_1.CodePipelineServiceException {
318
+ name = "InvalidArnException";
319
+ $fault = "client";
320
+ constructor(opts) {
321
+ super({
322
+ name: "InvalidArnException",
323
+ $fault: "client",
324
+ ...opts,
325
+ });
326
+ Object.setPrototypeOf(this, InvalidArnException.prototype);
327
+ }
328
+ }
329
+ exports.InvalidArnException = InvalidArnException;
330
+ class ResourceNotFoundException extends CodePipelineServiceException_1.CodePipelineServiceException {
331
+ name = "ResourceNotFoundException";
332
+ $fault = "client";
333
+ constructor(opts) {
334
+ super({
335
+ name: "ResourceNotFoundException",
336
+ $fault: "client",
337
+ ...opts,
338
+ });
339
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
340
+ }
341
+ }
342
+ exports.ResourceNotFoundException = ResourceNotFoundException;
343
+ class ConcurrentPipelineExecutionsLimitExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
344
+ name = "ConcurrentPipelineExecutionsLimitExceededException";
345
+ $fault = "client";
346
+ constructor(opts) {
347
+ super({
348
+ name: "ConcurrentPipelineExecutionsLimitExceededException",
349
+ $fault: "client",
350
+ ...opts,
351
+ });
352
+ Object.setPrototypeOf(this, ConcurrentPipelineExecutionsLimitExceededException.prototype);
353
+ }
354
+ }
355
+ exports.ConcurrentPipelineExecutionsLimitExceededException = ConcurrentPipelineExecutionsLimitExceededException;
356
+ class ConditionNotOverridableException extends CodePipelineServiceException_1.CodePipelineServiceException {
357
+ name = "ConditionNotOverridableException";
358
+ $fault = "client";
359
+ constructor(opts) {
360
+ super({
361
+ name: "ConditionNotOverridableException",
362
+ $fault: "client",
363
+ ...opts,
364
+ });
365
+ Object.setPrototypeOf(this, ConditionNotOverridableException.prototype);
366
+ }
367
+ }
368
+ exports.ConditionNotOverridableException = ConditionNotOverridableException;
369
+ class ConflictException extends CodePipelineServiceException_1.CodePipelineServiceException {
370
+ name = "ConflictException";
371
+ $fault = "client";
372
+ constructor(opts) {
373
+ super({
374
+ name: "ConflictException",
375
+ $fault: "client",
376
+ ...opts,
377
+ });
378
+ Object.setPrototypeOf(this, ConflictException.prototype);
379
+ }
380
+ }
381
+ exports.ConflictException = ConflictException;
382
+ class NotLatestPipelineExecutionException extends CodePipelineServiceException_1.CodePipelineServiceException {
383
+ name = "NotLatestPipelineExecutionException";
384
+ $fault = "client";
385
+ constructor(opts) {
386
+ super({
387
+ name: "NotLatestPipelineExecutionException",
388
+ $fault: "client",
389
+ ...opts,
390
+ });
391
+ Object.setPrototypeOf(this, NotLatestPipelineExecutionException.prototype);
392
+ }
393
+ }
394
+ exports.NotLatestPipelineExecutionException = NotLatestPipelineExecutionException;
395
+ class InvalidApprovalTokenException extends CodePipelineServiceException_1.CodePipelineServiceException {
396
+ name = "InvalidApprovalTokenException";
397
+ $fault = "client";
398
+ constructor(opts) {
399
+ super({
400
+ name: "InvalidApprovalTokenException",
401
+ $fault: "client",
402
+ ...opts,
403
+ });
404
+ Object.setPrototypeOf(this, InvalidApprovalTokenException.prototype);
405
+ }
406
+ }
407
+ exports.InvalidApprovalTokenException = InvalidApprovalTokenException;
408
+ class InvalidJobStateException extends CodePipelineServiceException_1.CodePipelineServiceException {
409
+ name = "InvalidJobStateException";
410
+ $fault = "client";
411
+ constructor(opts) {
412
+ super({
413
+ name: "InvalidJobStateException",
414
+ $fault: "client",
415
+ ...opts,
416
+ });
417
+ Object.setPrototypeOf(this, InvalidJobStateException.prototype);
418
+ }
419
+ }
420
+ exports.InvalidJobStateException = InvalidJobStateException;
421
+ class OutputVariablesSizeExceededException extends CodePipelineServiceException_1.CodePipelineServiceException {
422
+ name = "OutputVariablesSizeExceededException";
423
+ $fault = "client";
424
+ constructor(opts) {
425
+ super({
426
+ name: "OutputVariablesSizeExceededException",
427
+ $fault: "client",
428
+ ...opts,
429
+ });
430
+ Object.setPrototypeOf(this, OutputVariablesSizeExceededException.prototype);
431
+ }
432
+ }
433
+ exports.OutputVariablesSizeExceededException = OutputVariablesSizeExceededException;
434
+ class InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException_1.CodePipelineServiceException {
435
+ name = "InvalidWebhookAuthenticationParametersException";
436
+ $fault = "client";
437
+ constructor(opts) {
438
+ super({
439
+ name: "InvalidWebhookAuthenticationParametersException",
440
+ $fault: "client",
441
+ ...opts,
442
+ });
443
+ Object.setPrototypeOf(this, InvalidWebhookAuthenticationParametersException.prototype);
444
+ }
445
+ }
446
+ exports.InvalidWebhookAuthenticationParametersException = InvalidWebhookAuthenticationParametersException;
447
+ class InvalidWebhookFilterPatternException extends CodePipelineServiceException_1.CodePipelineServiceException {
448
+ name = "InvalidWebhookFilterPatternException";
449
+ $fault = "client";
450
+ constructor(opts) {
451
+ super({
452
+ name: "InvalidWebhookFilterPatternException",
453
+ $fault: "client",
454
+ ...opts,
455
+ });
456
+ Object.setPrototypeOf(this, InvalidWebhookFilterPatternException.prototype);
457
+ }
458
+ }
459
+ exports.InvalidWebhookFilterPatternException = InvalidWebhookFilterPatternException;
460
+ class StageNotRetryableException extends CodePipelineServiceException_1.CodePipelineServiceException {
461
+ name = "StageNotRetryableException";
462
+ $fault = "client";
463
+ constructor(opts) {
464
+ super({
465
+ name: "StageNotRetryableException",
466
+ $fault: "client",
467
+ ...opts,
468
+ });
469
+ Object.setPrototypeOf(this, StageNotRetryableException.prototype);
470
+ }
471
+ }
472
+ exports.StageNotRetryableException = StageNotRetryableException;
473
+ class PipelineExecutionOutdatedException extends CodePipelineServiceException_1.CodePipelineServiceException {
474
+ name = "PipelineExecutionOutdatedException";
475
+ $fault = "client";
476
+ constructor(opts) {
477
+ super({
478
+ name: "PipelineExecutionOutdatedException",
479
+ $fault: "client",
480
+ ...opts,
481
+ });
482
+ Object.setPrototypeOf(this, PipelineExecutionOutdatedException.prototype);
483
+ }
484
+ }
485
+ exports.PipelineExecutionOutdatedException = PipelineExecutionOutdatedException;
486
+ class UnableToRollbackStageException extends CodePipelineServiceException_1.CodePipelineServiceException {
487
+ name = "UnableToRollbackStageException";
488
+ $fault = "client";
489
+ constructor(opts) {
490
+ super({
491
+ name: "UnableToRollbackStageException",
492
+ $fault: "client",
493
+ ...opts,
494
+ });
495
+ Object.setPrototypeOf(this, UnableToRollbackStageException.prototype);
496
+ }
497
+ }
498
+ exports.UnableToRollbackStageException = UnableToRollbackStageException;
499
+ class DuplicatedStopRequestException extends CodePipelineServiceException_1.CodePipelineServiceException {
500
+ name = "DuplicatedStopRequestException";
501
+ $fault = "client";
502
+ constructor(opts) {
503
+ super({
504
+ name: "DuplicatedStopRequestException",
505
+ $fault: "client",
506
+ ...opts,
507
+ });
508
+ Object.setPrototypeOf(this, DuplicatedStopRequestException.prototype);
509
+ }
510
+ }
511
+ exports.DuplicatedStopRequestException = DuplicatedStopRequestException;
512
+ class PipelineExecutionNotStoppableException extends CodePipelineServiceException_1.CodePipelineServiceException {
513
+ name = "PipelineExecutionNotStoppableException";
514
+ $fault = "client";
515
+ constructor(opts) {
516
+ super({
517
+ name: "PipelineExecutionNotStoppableException",
518
+ $fault: "client",
519
+ ...opts,
520
+ });
521
+ Object.setPrototypeOf(this, PipelineExecutionNotStoppableException.prototype);
522
+ }
523
+ }
524
+ exports.PipelineExecutionNotStoppableException = PipelineExecutionNotStoppableException;
525
+ class RequestFailedException extends CodePipelineServiceException_1.CodePipelineServiceException {
526
+ name = "RequestFailedException";
527
+ $fault = "client";
528
+ constructor(opts) {
529
+ super({
530
+ name: "RequestFailedException",
531
+ $fault: "client",
532
+ ...opts,
533
+ });
534
+ Object.setPrototypeOf(this, RequestFailedException.prototype);
535
+ }
536
+ }
537
+ exports.RequestFailedException = RequestFailedException;
@@ -9,6 +9,7 @@ const util_base64_1 = require("@smithy/util-base64");
9
9
  const util_utf8_1 = require("@smithy/util-utf8");
10
10
  const httpAuthSchemeProvider_1 = require("./auth/httpAuthSchemeProvider");
11
11
  const endpointResolver_1 = require("./endpoint/endpointResolver");
12
+ const schemas_0_1 = require("./schemas/schemas_0");
12
13
  const getRuntimeConfig = (config) => {
13
14
  return {
14
15
  apiVersion: "2015-07-09",
@@ -29,6 +30,7 @@ const getRuntimeConfig = (config) => {
29
30
  protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
31
  protocolSettings: config?.protocolSettings ?? {
31
32
  defaultNamespace: "com.amazonaws.codepipeline",
33
+ errorTypeRegistries: schemas_0_1.errorTypeRegistries,
32
34
  xmlNamespace: "http://codepipeline.amazonaws.com/doc/2015-07-09/",
33
35
  version: "2015-07-09",
34
36
  serviceTarget: "CodePipeline_20150709",