@aws-sdk/client-codepipeline 3.716.0 → 3.723.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +429 -339
- package/dist-es/CodePipelineClient.js +1 -0
- package/dist-es/models/models_0.js +80 -80
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -256,7 +256,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
256
256
|
}, "resolveRuntimeExtensions");
|
|
257
257
|
|
|
258
258
|
// src/CodePipelineClient.ts
|
|
259
|
-
var
|
|
259
|
+
var CodePipelineClient = class extends import_smithy_client.Client {
|
|
260
|
+
static {
|
|
261
|
+
__name(this, "CodePipelineClient");
|
|
262
|
+
}
|
|
263
|
+
/**
|
|
264
|
+
* The resolved configuration of CodePipelineClient class. This is resolved and normalized from the {@link CodePipelineClientConfig | constructor configuration interface}.
|
|
265
|
+
*/
|
|
266
|
+
config;
|
|
260
267
|
constructor(...[configuration]) {
|
|
261
268
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
262
269
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -266,7 +273,7 @@ var _CodePipelineClient = class _CodePipelineClient extends import_smithy_client
|
|
|
266
273
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
267
274
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
268
275
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
269
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
276
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
270
277
|
super(_config_8);
|
|
271
278
|
this.config = _config_8;
|
|
272
279
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -294,8 +301,6 @@ var _CodePipelineClient = class _CodePipelineClient extends import_smithy_client
|
|
|
294
301
|
super.destroy();
|
|
295
302
|
}
|
|
296
303
|
};
|
|
297
|
-
__name(_CodePipelineClient, "CodePipelineClient");
|
|
298
|
-
var CodePipelineClient = _CodePipelineClient;
|
|
299
304
|
|
|
300
305
|
// src/CodePipeline.ts
|
|
301
306
|
|
|
@@ -313,7 +318,10 @@ var import_uuid = require("uuid");
|
|
|
313
318
|
|
|
314
319
|
// src/models/CodePipelineServiceException.ts
|
|
315
320
|
|
|
316
|
-
var
|
|
321
|
+
var CodePipelineServiceException = class _CodePipelineServiceException extends import_smithy_client.ServiceException {
|
|
322
|
+
static {
|
|
323
|
+
__name(this, "CodePipelineServiceException");
|
|
324
|
+
}
|
|
317
325
|
/**
|
|
318
326
|
* @internal
|
|
319
327
|
*/
|
|
@@ -322,8 +330,6 @@ var _CodePipelineServiceException = class _CodePipelineServiceException extends
|
|
|
322
330
|
Object.setPrototypeOf(this, _CodePipelineServiceException.prototype);
|
|
323
331
|
}
|
|
324
332
|
};
|
|
325
|
-
__name(_CodePipelineServiceException, "CodePipelineServiceException");
|
|
326
|
-
var CodePipelineServiceException = _CodePipelineServiceException;
|
|
327
333
|
|
|
328
334
|
// src/models/models_0.ts
|
|
329
335
|
|
|
@@ -336,7 +342,12 @@ var JobStatus = {
|
|
|
336
342
|
Succeeded: "Succeeded",
|
|
337
343
|
TimedOut: "TimedOut"
|
|
338
344
|
};
|
|
339
|
-
var
|
|
345
|
+
var InvalidNonceException = class _InvalidNonceException extends CodePipelineServiceException {
|
|
346
|
+
static {
|
|
347
|
+
__name(this, "InvalidNonceException");
|
|
348
|
+
}
|
|
349
|
+
name = "InvalidNonceException";
|
|
350
|
+
$fault = "client";
|
|
340
351
|
/**
|
|
341
352
|
* @internal
|
|
342
353
|
*/
|
|
@@ -346,14 +357,15 @@ var _InvalidNonceException = class _InvalidNonceException extends CodePipelineSe
|
|
|
346
357
|
$fault: "client",
|
|
347
358
|
...opts
|
|
348
359
|
});
|
|
349
|
-
this.name = "InvalidNonceException";
|
|
350
|
-
this.$fault = "client";
|
|
351
360
|
Object.setPrototypeOf(this, _InvalidNonceException.prototype);
|
|
352
361
|
}
|
|
353
362
|
};
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
363
|
+
var JobNotFoundException = class _JobNotFoundException extends CodePipelineServiceException {
|
|
364
|
+
static {
|
|
365
|
+
__name(this, "JobNotFoundException");
|
|
366
|
+
}
|
|
367
|
+
name = "JobNotFoundException";
|
|
368
|
+
$fault = "client";
|
|
357
369
|
/**
|
|
358
370
|
* @internal
|
|
359
371
|
*/
|
|
@@ -363,14 +375,15 @@ var _JobNotFoundException = class _JobNotFoundException extends CodePipelineServ
|
|
|
363
375
|
$fault: "client",
|
|
364
376
|
...opts
|
|
365
377
|
});
|
|
366
|
-
this.name = "JobNotFoundException";
|
|
367
|
-
this.$fault = "client";
|
|
368
378
|
Object.setPrototypeOf(this, _JobNotFoundException.prototype);
|
|
369
379
|
}
|
|
370
380
|
};
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
381
|
+
var ValidationException = class _ValidationException extends CodePipelineServiceException {
|
|
382
|
+
static {
|
|
383
|
+
__name(this, "ValidationException");
|
|
384
|
+
}
|
|
385
|
+
name = "ValidationException";
|
|
386
|
+
$fault = "client";
|
|
374
387
|
/**
|
|
375
388
|
* @internal
|
|
376
389
|
*/
|
|
@@ -380,14 +393,15 @@ var _ValidationException = class _ValidationException extends CodePipelineServic
|
|
|
380
393
|
$fault: "client",
|
|
381
394
|
...opts
|
|
382
395
|
});
|
|
383
|
-
this.name = "ValidationException";
|
|
384
|
-
this.$fault = "client";
|
|
385
396
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
386
397
|
}
|
|
387
398
|
};
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
399
|
+
var InvalidClientTokenException = class _InvalidClientTokenException extends CodePipelineServiceException {
|
|
400
|
+
static {
|
|
401
|
+
__name(this, "InvalidClientTokenException");
|
|
402
|
+
}
|
|
403
|
+
name = "InvalidClientTokenException";
|
|
404
|
+
$fault = "client";
|
|
391
405
|
/**
|
|
392
406
|
* @internal
|
|
393
407
|
*/
|
|
@@ -397,13 +411,9 @@ var _InvalidClientTokenException = class _InvalidClientTokenException extends Co
|
|
|
397
411
|
$fault: "client",
|
|
398
412
|
...opts
|
|
399
413
|
});
|
|
400
|
-
this.name = "InvalidClientTokenException";
|
|
401
|
-
this.$fault = "client";
|
|
402
414
|
Object.setPrototypeOf(this, _InvalidClientTokenException.prototype);
|
|
403
415
|
}
|
|
404
416
|
};
|
|
405
|
-
__name(_InvalidClientTokenException, "InvalidClientTokenException");
|
|
406
|
-
var InvalidClientTokenException = _InvalidClientTokenException;
|
|
407
417
|
var ActionCategory = {
|
|
408
418
|
Approval: "Approval",
|
|
409
419
|
Build: "Build",
|
|
@@ -433,7 +443,12 @@ var StartTimeRange = {
|
|
|
433
443
|
All: "All",
|
|
434
444
|
Latest: "Latest"
|
|
435
445
|
};
|
|
436
|
-
var
|
|
446
|
+
var ActionNotFoundException = class _ActionNotFoundException extends CodePipelineServiceException {
|
|
447
|
+
static {
|
|
448
|
+
__name(this, "ActionNotFoundException");
|
|
449
|
+
}
|
|
450
|
+
name = "ActionNotFoundException";
|
|
451
|
+
$fault = "client";
|
|
437
452
|
/**
|
|
438
453
|
* @internal
|
|
439
454
|
*/
|
|
@@ -443,18 +458,19 @@ var _ActionNotFoundException = class _ActionNotFoundException extends CodePipeli
|
|
|
443
458
|
$fault: "client",
|
|
444
459
|
...opts
|
|
445
460
|
});
|
|
446
|
-
this.name = "ActionNotFoundException";
|
|
447
|
-
this.$fault = "client";
|
|
448
461
|
Object.setPrototypeOf(this, _ActionNotFoundException.prototype);
|
|
449
462
|
}
|
|
450
463
|
};
|
|
451
|
-
__name(_ActionNotFoundException, "ActionNotFoundException");
|
|
452
|
-
var ActionNotFoundException = _ActionNotFoundException;
|
|
453
464
|
var ExecutorType = {
|
|
454
465
|
JobWorker: "JobWorker",
|
|
455
466
|
Lambda: "Lambda"
|
|
456
467
|
};
|
|
457
|
-
var
|
|
468
|
+
var ActionTypeNotFoundException = class _ActionTypeNotFoundException extends CodePipelineServiceException {
|
|
469
|
+
static {
|
|
470
|
+
__name(this, "ActionTypeNotFoundException");
|
|
471
|
+
}
|
|
472
|
+
name = "ActionTypeNotFoundException";
|
|
473
|
+
$fault = "client";
|
|
458
474
|
/**
|
|
459
475
|
* @internal
|
|
460
476
|
*/
|
|
@@ -464,14 +480,15 @@ var _ActionTypeNotFoundException = class _ActionTypeNotFoundException extends Co
|
|
|
464
480
|
$fault: "client",
|
|
465
481
|
...opts
|
|
466
482
|
});
|
|
467
|
-
this.name = "ActionTypeNotFoundException";
|
|
468
|
-
this.$fault = "client";
|
|
469
483
|
Object.setPrototypeOf(this, _ActionTypeNotFoundException.prototype);
|
|
470
484
|
}
|
|
471
485
|
};
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
486
|
+
var ApprovalAlreadyCompletedException = class _ApprovalAlreadyCompletedException extends CodePipelineServiceException {
|
|
487
|
+
static {
|
|
488
|
+
__name(this, "ApprovalAlreadyCompletedException");
|
|
489
|
+
}
|
|
490
|
+
name = "ApprovalAlreadyCompletedException";
|
|
491
|
+
$fault = "client";
|
|
475
492
|
/**
|
|
476
493
|
* @internal
|
|
477
494
|
*/
|
|
@@ -481,13 +498,9 @@ var _ApprovalAlreadyCompletedException = class _ApprovalAlreadyCompletedExceptio
|
|
|
481
498
|
$fault: "client",
|
|
482
499
|
...opts
|
|
483
500
|
});
|
|
484
|
-
this.name = "ApprovalAlreadyCompletedException";
|
|
485
|
-
this.$fault = "client";
|
|
486
501
|
Object.setPrototypeOf(this, _ApprovalAlreadyCompletedException.prototype);
|
|
487
502
|
}
|
|
488
503
|
};
|
|
489
|
-
__name(_ApprovalAlreadyCompletedException, "ApprovalAlreadyCompletedException");
|
|
490
|
-
var ApprovalAlreadyCompletedException = _ApprovalAlreadyCompletedException;
|
|
491
504
|
var ApprovalStatus = {
|
|
492
505
|
Approved: "Approved",
|
|
493
506
|
Rejected: "Rejected"
|
|
@@ -516,7 +529,12 @@ var RuleOwner = {
|
|
|
516
529
|
var BlockerType = {
|
|
517
530
|
Schedule: "Schedule"
|
|
518
531
|
};
|
|
519
|
-
var
|
|
532
|
+
var ConcurrentModificationException = class _ConcurrentModificationException extends CodePipelineServiceException {
|
|
533
|
+
static {
|
|
534
|
+
__name(this, "ConcurrentModificationException");
|
|
535
|
+
}
|
|
536
|
+
name = "ConcurrentModificationException";
|
|
537
|
+
$fault = "client";
|
|
520
538
|
/**
|
|
521
539
|
* @internal
|
|
522
540
|
*/
|
|
@@ -526,14 +544,15 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
526
544
|
$fault: "client",
|
|
527
545
|
...opts
|
|
528
546
|
});
|
|
529
|
-
this.name = "ConcurrentModificationException";
|
|
530
|
-
this.$fault = "client";
|
|
531
547
|
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
532
548
|
}
|
|
533
549
|
};
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
550
|
+
var InvalidTagsException = class _InvalidTagsException extends CodePipelineServiceException {
|
|
551
|
+
static {
|
|
552
|
+
__name(this, "InvalidTagsException");
|
|
553
|
+
}
|
|
554
|
+
name = "InvalidTagsException";
|
|
555
|
+
$fault = "client";
|
|
537
556
|
/**
|
|
538
557
|
* @internal
|
|
539
558
|
*/
|
|
@@ -543,14 +562,15 @@ var _InvalidTagsException = class _InvalidTagsException extends CodePipelineServ
|
|
|
543
562
|
$fault: "client",
|
|
544
563
|
...opts
|
|
545
564
|
});
|
|
546
|
-
this.name = "InvalidTagsException";
|
|
547
|
-
this.$fault = "client";
|
|
548
565
|
Object.setPrototypeOf(this, _InvalidTagsException.prototype);
|
|
549
566
|
}
|
|
550
567
|
};
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
568
|
+
var LimitExceededException = class _LimitExceededException extends CodePipelineServiceException {
|
|
569
|
+
static {
|
|
570
|
+
__name(this, "LimitExceededException");
|
|
571
|
+
}
|
|
572
|
+
name = "LimitExceededException";
|
|
573
|
+
$fault = "client";
|
|
554
574
|
/**
|
|
555
575
|
* @internal
|
|
556
576
|
*/
|
|
@@ -560,14 +580,15 @@ var _LimitExceededException = class _LimitExceededException extends CodePipeline
|
|
|
560
580
|
$fault: "client",
|
|
561
581
|
...opts
|
|
562
582
|
});
|
|
563
|
-
this.name = "LimitExceededException";
|
|
564
|
-
this.$fault = "client";
|
|
565
583
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
566
584
|
}
|
|
567
585
|
};
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
586
|
+
var TooManyTagsException = class _TooManyTagsException extends CodePipelineServiceException {
|
|
587
|
+
static {
|
|
588
|
+
__name(this, "TooManyTagsException");
|
|
589
|
+
}
|
|
590
|
+
name = "TooManyTagsException";
|
|
591
|
+
$fault = "client";
|
|
571
592
|
/**
|
|
572
593
|
* @internal
|
|
573
594
|
*/
|
|
@@ -577,13 +598,9 @@ var _TooManyTagsException = class _TooManyTagsException extends CodePipelineServ
|
|
|
577
598
|
$fault: "client",
|
|
578
599
|
...opts
|
|
579
600
|
});
|
|
580
|
-
this.name = "TooManyTagsException";
|
|
581
|
-
this.$fault = "client";
|
|
582
601
|
Object.setPrototypeOf(this, _TooManyTagsException.prototype);
|
|
583
602
|
}
|
|
584
603
|
};
|
|
585
|
-
__name(_TooManyTagsException, "TooManyTagsException");
|
|
586
|
-
var TooManyTagsException = _TooManyTagsException;
|
|
587
604
|
var ExecutionMode = {
|
|
588
605
|
PARALLEL: "PARALLEL",
|
|
589
606
|
QUEUED: "QUEUED",
|
|
@@ -605,7 +622,12 @@ var GitPullRequestEventType = {
|
|
|
605
622
|
var PipelineTriggerProviderType = {
|
|
606
623
|
CodeStarSourceConnection: "CodeStarSourceConnection"
|
|
607
624
|
};
|
|
608
|
-
var
|
|
625
|
+
var InvalidActionDeclarationException = class _InvalidActionDeclarationException extends CodePipelineServiceException {
|
|
626
|
+
static {
|
|
627
|
+
__name(this, "InvalidActionDeclarationException");
|
|
628
|
+
}
|
|
629
|
+
name = "InvalidActionDeclarationException";
|
|
630
|
+
$fault = "client";
|
|
609
631
|
/**
|
|
610
632
|
* @internal
|
|
611
633
|
*/
|
|
@@ -615,14 +637,15 @@ var _InvalidActionDeclarationException = class _InvalidActionDeclarationExceptio
|
|
|
615
637
|
$fault: "client",
|
|
616
638
|
...opts
|
|
617
639
|
});
|
|
618
|
-
this.name = "InvalidActionDeclarationException";
|
|
619
|
-
this.$fault = "client";
|
|
620
640
|
Object.setPrototypeOf(this, _InvalidActionDeclarationException.prototype);
|
|
621
641
|
}
|
|
622
642
|
};
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
643
|
+
var InvalidBlockerDeclarationException = class _InvalidBlockerDeclarationException extends CodePipelineServiceException {
|
|
644
|
+
static {
|
|
645
|
+
__name(this, "InvalidBlockerDeclarationException");
|
|
646
|
+
}
|
|
647
|
+
name = "InvalidBlockerDeclarationException";
|
|
648
|
+
$fault = "client";
|
|
626
649
|
/**
|
|
627
650
|
* @internal
|
|
628
651
|
*/
|
|
@@ -632,14 +655,15 @@ var _InvalidBlockerDeclarationException = class _InvalidBlockerDeclarationExcept
|
|
|
632
655
|
$fault: "client",
|
|
633
656
|
...opts
|
|
634
657
|
});
|
|
635
|
-
this.name = "InvalidBlockerDeclarationException";
|
|
636
|
-
this.$fault = "client";
|
|
637
658
|
Object.setPrototypeOf(this, _InvalidBlockerDeclarationException.prototype);
|
|
638
659
|
}
|
|
639
660
|
};
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
661
|
+
var InvalidStageDeclarationException = class _InvalidStageDeclarationException extends CodePipelineServiceException {
|
|
662
|
+
static {
|
|
663
|
+
__name(this, "InvalidStageDeclarationException");
|
|
664
|
+
}
|
|
665
|
+
name = "InvalidStageDeclarationException";
|
|
666
|
+
$fault = "client";
|
|
643
667
|
/**
|
|
644
668
|
* @internal
|
|
645
669
|
*/
|
|
@@ -649,14 +673,15 @@ var _InvalidStageDeclarationException = class _InvalidStageDeclarationException
|
|
|
649
673
|
$fault: "client",
|
|
650
674
|
...opts
|
|
651
675
|
});
|
|
652
|
-
this.name = "InvalidStageDeclarationException";
|
|
653
|
-
this.$fault = "client";
|
|
654
676
|
Object.setPrototypeOf(this, _InvalidStageDeclarationException.prototype);
|
|
655
677
|
}
|
|
656
678
|
};
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
679
|
+
var InvalidStructureException = class _InvalidStructureException extends CodePipelineServiceException {
|
|
680
|
+
static {
|
|
681
|
+
__name(this, "InvalidStructureException");
|
|
682
|
+
}
|
|
683
|
+
name = "InvalidStructureException";
|
|
684
|
+
$fault = "client";
|
|
660
685
|
/**
|
|
661
686
|
* @internal
|
|
662
687
|
*/
|
|
@@ -666,14 +691,15 @@ var _InvalidStructureException = class _InvalidStructureException extends CodePi
|
|
|
666
691
|
$fault: "client",
|
|
667
692
|
...opts
|
|
668
693
|
});
|
|
669
|
-
this.name = "InvalidStructureException";
|
|
670
|
-
this.$fault = "client";
|
|
671
694
|
Object.setPrototypeOf(this, _InvalidStructureException.prototype);
|
|
672
695
|
}
|
|
673
696
|
};
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
697
|
+
var PipelineNameInUseException = class _PipelineNameInUseException extends CodePipelineServiceException {
|
|
698
|
+
static {
|
|
699
|
+
__name(this, "PipelineNameInUseException");
|
|
700
|
+
}
|
|
701
|
+
name = "PipelineNameInUseException";
|
|
702
|
+
$fault = "client";
|
|
677
703
|
/**
|
|
678
704
|
* @internal
|
|
679
705
|
*/
|
|
@@ -683,14 +709,15 @@ var _PipelineNameInUseException = class _PipelineNameInUseException extends Code
|
|
|
683
709
|
$fault: "client",
|
|
684
710
|
...opts
|
|
685
711
|
});
|
|
686
|
-
this.name = "PipelineNameInUseException";
|
|
687
|
-
this.$fault = "client";
|
|
688
712
|
Object.setPrototypeOf(this, _PipelineNameInUseException.prototype);
|
|
689
713
|
}
|
|
690
714
|
};
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
715
|
+
var WebhookNotFoundException = class _WebhookNotFoundException extends CodePipelineServiceException {
|
|
716
|
+
static {
|
|
717
|
+
__name(this, "WebhookNotFoundException");
|
|
718
|
+
}
|
|
719
|
+
name = "WebhookNotFoundException";
|
|
720
|
+
$fault = "client";
|
|
694
721
|
/**
|
|
695
722
|
* @internal
|
|
696
723
|
*/
|
|
@@ -700,18 +727,19 @@ var _WebhookNotFoundException = class _WebhookNotFoundException extends CodePipe
|
|
|
700
727
|
$fault: "client",
|
|
701
728
|
...opts
|
|
702
729
|
});
|
|
703
|
-
this.name = "WebhookNotFoundException";
|
|
704
|
-
this.$fault = "client";
|
|
705
730
|
Object.setPrototypeOf(this, _WebhookNotFoundException.prototype);
|
|
706
731
|
}
|
|
707
732
|
};
|
|
708
|
-
__name(_WebhookNotFoundException, "WebhookNotFoundException");
|
|
709
|
-
var WebhookNotFoundException = _WebhookNotFoundException;
|
|
710
733
|
var StageTransitionType = {
|
|
711
734
|
Inbound: "Inbound",
|
|
712
735
|
Outbound: "Outbound"
|
|
713
736
|
};
|
|
714
|
-
var
|
|
737
|
+
var PipelineNotFoundException = class _PipelineNotFoundException extends CodePipelineServiceException {
|
|
738
|
+
static {
|
|
739
|
+
__name(this, "PipelineNotFoundException");
|
|
740
|
+
}
|
|
741
|
+
name = "PipelineNotFoundException";
|
|
742
|
+
$fault = "client";
|
|
715
743
|
/**
|
|
716
744
|
* @internal
|
|
717
745
|
*/
|
|
@@ -721,14 +749,15 @@ var _PipelineNotFoundException = class _PipelineNotFoundException extends CodePi
|
|
|
721
749
|
$fault: "client",
|
|
722
750
|
...opts
|
|
723
751
|
});
|
|
724
|
-
this.name = "PipelineNotFoundException";
|
|
725
|
-
this.$fault = "client";
|
|
726
752
|
Object.setPrototypeOf(this, _PipelineNotFoundException.prototype);
|
|
727
753
|
}
|
|
728
754
|
};
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
755
|
+
var StageNotFoundException = class _StageNotFoundException extends CodePipelineServiceException {
|
|
756
|
+
static {
|
|
757
|
+
__name(this, "StageNotFoundException");
|
|
758
|
+
}
|
|
759
|
+
name = "StageNotFoundException";
|
|
760
|
+
$fault = "client";
|
|
732
761
|
/**
|
|
733
762
|
* @internal
|
|
734
763
|
*/
|
|
@@ -738,14 +767,15 @@ var _StageNotFoundException = class _StageNotFoundException extends CodePipeline
|
|
|
738
767
|
$fault: "client",
|
|
739
768
|
...opts
|
|
740
769
|
});
|
|
741
|
-
this.name = "StageNotFoundException";
|
|
742
|
-
this.$fault = "client";
|
|
743
770
|
Object.setPrototypeOf(this, _StageNotFoundException.prototype);
|
|
744
771
|
}
|
|
745
772
|
};
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
773
|
+
var PipelineVersionNotFoundException = class _PipelineVersionNotFoundException extends CodePipelineServiceException {
|
|
774
|
+
static {
|
|
775
|
+
__name(this, "PipelineVersionNotFoundException");
|
|
776
|
+
}
|
|
777
|
+
name = "PipelineVersionNotFoundException";
|
|
778
|
+
$fault = "client";
|
|
749
779
|
/**
|
|
750
780
|
* @internal
|
|
751
781
|
*/
|
|
@@ -755,13 +785,9 @@ var _PipelineVersionNotFoundException = class _PipelineVersionNotFoundException
|
|
|
755
785
|
$fault: "client",
|
|
756
786
|
...opts
|
|
757
787
|
});
|
|
758
|
-
this.name = "PipelineVersionNotFoundException";
|
|
759
|
-
this.$fault = "client";
|
|
760
788
|
Object.setPrototypeOf(this, _PipelineVersionNotFoundException.prototype);
|
|
761
789
|
}
|
|
762
790
|
};
|
|
763
|
-
__name(_PipelineVersionNotFoundException, "PipelineVersionNotFoundException");
|
|
764
|
-
var PipelineVersionNotFoundException = _PipelineVersionNotFoundException;
|
|
765
791
|
var ExecutionType = {
|
|
766
792
|
ROLLBACK: "ROLLBACK",
|
|
767
793
|
STANDARD: "STANDARD"
|
|
@@ -786,7 +812,12 @@ var TriggerType = {
|
|
|
786
812
|
Webhook: "Webhook",
|
|
787
813
|
WebhookV2: "WebhookV2"
|
|
788
814
|
};
|
|
789
|
-
var
|
|
815
|
+
var PipelineExecutionNotFoundException = class _PipelineExecutionNotFoundException extends CodePipelineServiceException {
|
|
816
|
+
static {
|
|
817
|
+
__name(this, "PipelineExecutionNotFoundException");
|
|
818
|
+
}
|
|
819
|
+
name = "PipelineExecutionNotFoundException";
|
|
820
|
+
$fault = "client";
|
|
790
821
|
/**
|
|
791
822
|
* @internal
|
|
792
823
|
*/
|
|
@@ -796,13 +827,9 @@ var _PipelineExecutionNotFoundException = class _PipelineExecutionNotFoundExcept
|
|
|
796
827
|
$fault: "client",
|
|
797
828
|
...opts
|
|
798
829
|
});
|
|
799
|
-
this.name = "PipelineExecutionNotFoundException";
|
|
800
|
-
this.$fault = "client";
|
|
801
830
|
Object.setPrototypeOf(this, _PipelineExecutionNotFoundException.prototype);
|
|
802
831
|
}
|
|
803
832
|
};
|
|
804
|
-
__name(_PipelineExecutionNotFoundException, "PipelineExecutionNotFoundException");
|
|
805
|
-
var PipelineExecutionNotFoundException = _PipelineExecutionNotFoundException;
|
|
806
833
|
var ConditionExecutionStatus = {
|
|
807
834
|
Abandoned: "Abandoned",
|
|
808
835
|
Cancelled: "Cancelled",
|
|
@@ -831,7 +858,12 @@ var RetryTrigger = {
|
|
|
831
858
|
AutomatedStageRetry: "AutomatedStageRetry",
|
|
832
859
|
ManualStageRetry: "ManualStageRetry"
|
|
833
860
|
};
|
|
834
|
-
var
|
|
861
|
+
var InvalidJobException = class _InvalidJobException extends CodePipelineServiceException {
|
|
862
|
+
static {
|
|
863
|
+
__name(this, "InvalidJobException");
|
|
864
|
+
}
|
|
865
|
+
name = "InvalidJobException";
|
|
866
|
+
$fault = "client";
|
|
835
867
|
/**
|
|
836
868
|
* @internal
|
|
837
869
|
*/
|
|
@@ -841,14 +873,15 @@ var _InvalidJobException = class _InvalidJobException extends CodePipelineServic
|
|
|
841
873
|
$fault: "client",
|
|
842
874
|
...opts
|
|
843
875
|
});
|
|
844
|
-
this.name = "InvalidJobException";
|
|
845
|
-
this.$fault = "client";
|
|
846
876
|
Object.setPrototypeOf(this, _InvalidJobException.prototype);
|
|
847
877
|
}
|
|
848
878
|
};
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
879
|
+
var InvalidNextTokenException = class _InvalidNextTokenException extends CodePipelineServiceException {
|
|
880
|
+
static {
|
|
881
|
+
__name(this, "InvalidNextTokenException");
|
|
882
|
+
}
|
|
883
|
+
name = "InvalidNextTokenException";
|
|
884
|
+
$fault = "client";
|
|
852
885
|
/**
|
|
853
886
|
* @internal
|
|
854
887
|
*/
|
|
@@ -858,19 +891,20 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends CodePi
|
|
|
858
891
|
$fault: "client",
|
|
859
892
|
...opts
|
|
860
893
|
});
|
|
861
|
-
this.name = "InvalidNextTokenException";
|
|
862
|
-
this.$fault = "client";
|
|
863
894
|
Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
|
|
864
895
|
}
|
|
865
896
|
};
|
|
866
|
-
__name(_InvalidNextTokenException, "InvalidNextTokenException");
|
|
867
|
-
var InvalidNextTokenException = _InvalidNextTokenException;
|
|
868
897
|
var RuleConfigurationPropertyType = {
|
|
869
898
|
Boolean: "Boolean",
|
|
870
899
|
Number: "Number",
|
|
871
900
|
String: "String"
|
|
872
901
|
};
|
|
873
|
-
var
|
|
902
|
+
var InvalidArnException = class _InvalidArnException extends CodePipelineServiceException {
|
|
903
|
+
static {
|
|
904
|
+
__name(this, "InvalidArnException");
|
|
905
|
+
}
|
|
906
|
+
name = "InvalidArnException";
|
|
907
|
+
$fault = "client";
|
|
874
908
|
/**
|
|
875
909
|
* @internal
|
|
876
910
|
*/
|
|
@@ -880,14 +914,15 @@ var _InvalidArnException = class _InvalidArnException extends CodePipelineServic
|
|
|
880
914
|
$fault: "client",
|
|
881
915
|
...opts
|
|
882
916
|
});
|
|
883
|
-
this.name = "InvalidArnException";
|
|
884
|
-
this.$fault = "client";
|
|
885
917
|
Object.setPrototypeOf(this, _InvalidArnException.prototype);
|
|
886
918
|
}
|
|
887
919
|
};
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
920
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends CodePipelineServiceException {
|
|
921
|
+
static {
|
|
922
|
+
__name(this, "ResourceNotFoundException");
|
|
923
|
+
}
|
|
924
|
+
name = "ResourceNotFoundException";
|
|
925
|
+
$fault = "client";
|
|
891
926
|
/**
|
|
892
927
|
* @internal
|
|
893
928
|
*/
|
|
@@ -897,19 +932,20 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends CodePi
|
|
|
897
932
|
$fault: "client",
|
|
898
933
|
...opts
|
|
899
934
|
});
|
|
900
|
-
this.name = "ResourceNotFoundException";
|
|
901
|
-
this.$fault = "client";
|
|
902
935
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
903
936
|
}
|
|
904
937
|
};
|
|
905
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
906
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
907
938
|
var WebhookAuthenticationType = {
|
|
908
939
|
GITHUB_HMAC: "GITHUB_HMAC",
|
|
909
940
|
IP: "IP",
|
|
910
941
|
UNAUTHENTICATED: "UNAUTHENTICATED"
|
|
911
942
|
};
|
|
912
|
-
var
|
|
943
|
+
var ConcurrentPipelineExecutionsLimitExceededException = class _ConcurrentPipelineExecutionsLimitExceededException extends CodePipelineServiceException {
|
|
944
|
+
static {
|
|
945
|
+
__name(this, "ConcurrentPipelineExecutionsLimitExceededException");
|
|
946
|
+
}
|
|
947
|
+
name = "ConcurrentPipelineExecutionsLimitExceededException";
|
|
948
|
+
$fault = "client";
|
|
913
949
|
/**
|
|
914
950
|
* @internal
|
|
915
951
|
*/
|
|
@@ -919,14 +955,15 @@ var _ConcurrentPipelineExecutionsLimitExceededException = class _ConcurrentPipel
|
|
|
919
955
|
$fault: "client",
|
|
920
956
|
...opts
|
|
921
957
|
});
|
|
922
|
-
this.name = "ConcurrentPipelineExecutionsLimitExceededException";
|
|
923
|
-
this.$fault = "client";
|
|
924
958
|
Object.setPrototypeOf(this, _ConcurrentPipelineExecutionsLimitExceededException.prototype);
|
|
925
959
|
}
|
|
926
960
|
};
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
961
|
+
var ConditionNotOverridableException = class _ConditionNotOverridableException extends CodePipelineServiceException {
|
|
962
|
+
static {
|
|
963
|
+
__name(this, "ConditionNotOverridableException");
|
|
964
|
+
}
|
|
965
|
+
name = "ConditionNotOverridableException";
|
|
966
|
+
$fault = "client";
|
|
930
967
|
/**
|
|
931
968
|
* @internal
|
|
932
969
|
*/
|
|
@@ -936,14 +973,15 @@ var _ConditionNotOverridableException = class _ConditionNotOverridableException
|
|
|
936
973
|
$fault: "client",
|
|
937
974
|
...opts
|
|
938
975
|
});
|
|
939
|
-
this.name = "ConditionNotOverridableException";
|
|
940
|
-
this.$fault = "client";
|
|
941
976
|
Object.setPrototypeOf(this, _ConditionNotOverridableException.prototype);
|
|
942
977
|
}
|
|
943
978
|
};
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
979
|
+
var ConflictException = class _ConflictException extends CodePipelineServiceException {
|
|
980
|
+
static {
|
|
981
|
+
__name(this, "ConflictException");
|
|
982
|
+
}
|
|
983
|
+
name = "ConflictException";
|
|
984
|
+
$fault = "client";
|
|
947
985
|
/**
|
|
948
986
|
* @internal
|
|
949
987
|
*/
|
|
@@ -953,14 +991,15 @@ var _ConflictException = class _ConflictException extends CodePipelineServiceExc
|
|
|
953
991
|
$fault: "client",
|
|
954
992
|
...opts
|
|
955
993
|
});
|
|
956
|
-
this.name = "ConflictException";
|
|
957
|
-
this.$fault = "client";
|
|
958
994
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
959
995
|
}
|
|
960
996
|
};
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
997
|
+
var NotLatestPipelineExecutionException = class _NotLatestPipelineExecutionException extends CodePipelineServiceException {
|
|
998
|
+
static {
|
|
999
|
+
__name(this, "NotLatestPipelineExecutionException");
|
|
1000
|
+
}
|
|
1001
|
+
name = "NotLatestPipelineExecutionException";
|
|
1002
|
+
$fault = "client";
|
|
964
1003
|
/**
|
|
965
1004
|
* @internal
|
|
966
1005
|
*/
|
|
@@ -970,18 +1009,19 @@ var _NotLatestPipelineExecutionException = class _NotLatestPipelineExecutionExce
|
|
|
970
1009
|
$fault: "client",
|
|
971
1010
|
...opts
|
|
972
1011
|
});
|
|
973
|
-
this.name = "NotLatestPipelineExecutionException";
|
|
974
|
-
this.$fault = "client";
|
|
975
1012
|
Object.setPrototypeOf(this, _NotLatestPipelineExecutionException.prototype);
|
|
976
1013
|
}
|
|
977
1014
|
};
|
|
978
|
-
__name(_NotLatestPipelineExecutionException, "NotLatestPipelineExecutionException");
|
|
979
|
-
var NotLatestPipelineExecutionException = _NotLatestPipelineExecutionException;
|
|
980
1015
|
var ConditionType = {
|
|
981
1016
|
BEFORE_ENTRY: "BEFORE_ENTRY",
|
|
982
1017
|
ON_SUCCESS: "ON_SUCCESS"
|
|
983
1018
|
};
|
|
984
|
-
var
|
|
1019
|
+
var InvalidApprovalTokenException = class _InvalidApprovalTokenException extends CodePipelineServiceException {
|
|
1020
|
+
static {
|
|
1021
|
+
__name(this, "InvalidApprovalTokenException");
|
|
1022
|
+
}
|
|
1023
|
+
name = "InvalidApprovalTokenException";
|
|
1024
|
+
$fault = "client";
|
|
985
1025
|
/**
|
|
986
1026
|
* @internal
|
|
987
1027
|
*/
|
|
@@ -991,14 +1031,15 @@ var _InvalidApprovalTokenException = class _InvalidApprovalTokenException extend
|
|
|
991
1031
|
$fault: "client",
|
|
992
1032
|
...opts
|
|
993
1033
|
});
|
|
994
|
-
this.name = "InvalidApprovalTokenException";
|
|
995
|
-
this.$fault = "client";
|
|
996
1034
|
Object.setPrototypeOf(this, _InvalidApprovalTokenException.prototype);
|
|
997
1035
|
}
|
|
998
1036
|
};
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1037
|
+
var InvalidJobStateException = class _InvalidJobStateException extends CodePipelineServiceException {
|
|
1038
|
+
static {
|
|
1039
|
+
__name(this, "InvalidJobStateException");
|
|
1040
|
+
}
|
|
1041
|
+
name = "InvalidJobStateException";
|
|
1042
|
+
$fault = "client";
|
|
1002
1043
|
/**
|
|
1003
1044
|
* @internal
|
|
1004
1045
|
*/
|
|
@@ -1008,13 +1049,9 @@ var _InvalidJobStateException = class _InvalidJobStateException extends CodePipe
|
|
|
1008
1049
|
$fault: "client",
|
|
1009
1050
|
...opts
|
|
1010
1051
|
});
|
|
1011
|
-
this.name = "InvalidJobStateException";
|
|
1012
|
-
this.$fault = "client";
|
|
1013
1052
|
Object.setPrototypeOf(this, _InvalidJobStateException.prototype);
|
|
1014
1053
|
}
|
|
1015
1054
|
};
|
|
1016
|
-
__name(_InvalidJobStateException, "InvalidJobStateException");
|
|
1017
|
-
var InvalidJobStateException = _InvalidJobStateException;
|
|
1018
1055
|
var FailureType = {
|
|
1019
1056
|
ConfigurationError: "ConfigurationError",
|
|
1020
1057
|
JobFailed: "JobFailed",
|
|
@@ -1023,7 +1060,12 @@ var FailureType = {
|
|
|
1023
1060
|
RevisionUnavailable: "RevisionUnavailable",
|
|
1024
1061
|
SystemUnavailable: "SystemUnavailable"
|
|
1025
1062
|
};
|
|
1026
|
-
var
|
|
1063
|
+
var OutputVariablesSizeExceededException = class _OutputVariablesSizeExceededException extends CodePipelineServiceException {
|
|
1064
|
+
static {
|
|
1065
|
+
__name(this, "OutputVariablesSizeExceededException");
|
|
1066
|
+
}
|
|
1067
|
+
name = "OutputVariablesSizeExceededException";
|
|
1068
|
+
$fault = "client";
|
|
1027
1069
|
/**
|
|
1028
1070
|
* @internal
|
|
1029
1071
|
*/
|
|
@@ -1033,14 +1075,15 @@ var _OutputVariablesSizeExceededException = class _OutputVariablesSizeExceededEx
|
|
|
1033
1075
|
$fault: "client",
|
|
1034
1076
|
...opts
|
|
1035
1077
|
});
|
|
1036
|
-
this.name = "OutputVariablesSizeExceededException";
|
|
1037
|
-
this.$fault = "client";
|
|
1038
1078
|
Object.setPrototypeOf(this, _OutputVariablesSizeExceededException.prototype);
|
|
1039
1079
|
}
|
|
1040
1080
|
};
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1081
|
+
var InvalidWebhookAuthenticationParametersException = class _InvalidWebhookAuthenticationParametersException extends CodePipelineServiceException {
|
|
1082
|
+
static {
|
|
1083
|
+
__name(this, "InvalidWebhookAuthenticationParametersException");
|
|
1084
|
+
}
|
|
1085
|
+
name = "InvalidWebhookAuthenticationParametersException";
|
|
1086
|
+
$fault = "client";
|
|
1044
1087
|
/**
|
|
1045
1088
|
* @internal
|
|
1046
1089
|
*/
|
|
@@ -1050,14 +1093,15 @@ var _InvalidWebhookAuthenticationParametersException = class _InvalidWebhookAuth
|
|
|
1050
1093
|
$fault: "client",
|
|
1051
1094
|
...opts
|
|
1052
1095
|
});
|
|
1053
|
-
this.name = "InvalidWebhookAuthenticationParametersException";
|
|
1054
|
-
this.$fault = "client";
|
|
1055
1096
|
Object.setPrototypeOf(this, _InvalidWebhookAuthenticationParametersException.prototype);
|
|
1056
1097
|
}
|
|
1057
1098
|
};
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1099
|
+
var InvalidWebhookFilterPatternException = class _InvalidWebhookFilterPatternException extends CodePipelineServiceException {
|
|
1100
|
+
static {
|
|
1101
|
+
__name(this, "InvalidWebhookFilterPatternException");
|
|
1102
|
+
}
|
|
1103
|
+
name = "InvalidWebhookFilterPatternException";
|
|
1104
|
+
$fault = "client";
|
|
1061
1105
|
/**
|
|
1062
1106
|
* @internal
|
|
1063
1107
|
*/
|
|
@@ -1067,14 +1111,15 @@ var _InvalidWebhookFilterPatternException = class _InvalidWebhookFilterPatternEx
|
|
|
1067
1111
|
$fault: "client",
|
|
1068
1112
|
...opts
|
|
1069
1113
|
});
|
|
1070
|
-
this.name = "InvalidWebhookFilterPatternException";
|
|
1071
|
-
this.$fault = "client";
|
|
1072
1114
|
Object.setPrototypeOf(this, _InvalidWebhookFilterPatternException.prototype);
|
|
1073
1115
|
}
|
|
1074
1116
|
};
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1117
|
+
var StageNotRetryableException = class _StageNotRetryableException extends CodePipelineServiceException {
|
|
1118
|
+
static {
|
|
1119
|
+
__name(this, "StageNotRetryableException");
|
|
1120
|
+
}
|
|
1121
|
+
name = "StageNotRetryableException";
|
|
1122
|
+
$fault = "client";
|
|
1078
1123
|
/**
|
|
1079
1124
|
* @internal
|
|
1080
1125
|
*/
|
|
@@ -1084,14 +1129,15 @@ var _StageNotRetryableException = class _StageNotRetryableException extends Code
|
|
|
1084
1129
|
$fault: "client",
|
|
1085
1130
|
...opts
|
|
1086
1131
|
});
|
|
1087
|
-
this.name = "StageNotRetryableException";
|
|
1088
|
-
this.$fault = "client";
|
|
1089
1132
|
Object.setPrototypeOf(this, _StageNotRetryableException.prototype);
|
|
1090
1133
|
}
|
|
1091
1134
|
};
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1135
|
+
var PipelineExecutionOutdatedException = class _PipelineExecutionOutdatedException extends CodePipelineServiceException {
|
|
1136
|
+
static {
|
|
1137
|
+
__name(this, "PipelineExecutionOutdatedException");
|
|
1138
|
+
}
|
|
1139
|
+
name = "PipelineExecutionOutdatedException";
|
|
1140
|
+
$fault = "client";
|
|
1095
1141
|
/**
|
|
1096
1142
|
* @internal
|
|
1097
1143
|
*/
|
|
@@ -1101,14 +1147,15 @@ var _PipelineExecutionOutdatedException = class _PipelineExecutionOutdatedExcept
|
|
|
1101
1147
|
$fault: "client",
|
|
1102
1148
|
...opts
|
|
1103
1149
|
});
|
|
1104
|
-
this.name = "PipelineExecutionOutdatedException";
|
|
1105
|
-
this.$fault = "client";
|
|
1106
1150
|
Object.setPrototypeOf(this, _PipelineExecutionOutdatedException.prototype);
|
|
1107
1151
|
}
|
|
1108
1152
|
};
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1153
|
+
var UnableToRollbackStageException = class _UnableToRollbackStageException extends CodePipelineServiceException {
|
|
1154
|
+
static {
|
|
1155
|
+
__name(this, "UnableToRollbackStageException");
|
|
1156
|
+
}
|
|
1157
|
+
name = "UnableToRollbackStageException";
|
|
1158
|
+
$fault = "client";
|
|
1112
1159
|
/**
|
|
1113
1160
|
* @internal
|
|
1114
1161
|
*/
|
|
@@ -1118,20 +1165,21 @@ var _UnableToRollbackStageException = class _UnableToRollbackStageException exte
|
|
|
1118
1165
|
$fault: "client",
|
|
1119
1166
|
...opts
|
|
1120
1167
|
});
|
|
1121
|
-
this.name = "UnableToRollbackStageException";
|
|
1122
|
-
this.$fault = "client";
|
|
1123
1168
|
Object.setPrototypeOf(this, _UnableToRollbackStageException.prototype);
|
|
1124
1169
|
}
|
|
1125
1170
|
};
|
|
1126
|
-
__name(_UnableToRollbackStageException, "UnableToRollbackStageException");
|
|
1127
|
-
var UnableToRollbackStageException = _UnableToRollbackStageException;
|
|
1128
1171
|
var SourceRevisionType = {
|
|
1129
1172
|
COMMIT_ID: "COMMIT_ID",
|
|
1130
1173
|
IMAGE_DIGEST: "IMAGE_DIGEST",
|
|
1131
1174
|
S3_OBJECT_KEY: "S3_OBJECT_KEY",
|
|
1132
1175
|
S3_OBJECT_VERSION_ID: "S3_OBJECT_VERSION_ID"
|
|
1133
1176
|
};
|
|
1134
|
-
var
|
|
1177
|
+
var DuplicatedStopRequestException = class _DuplicatedStopRequestException extends CodePipelineServiceException {
|
|
1178
|
+
static {
|
|
1179
|
+
__name(this, "DuplicatedStopRequestException");
|
|
1180
|
+
}
|
|
1181
|
+
name = "DuplicatedStopRequestException";
|
|
1182
|
+
$fault = "client";
|
|
1135
1183
|
/**
|
|
1136
1184
|
* @internal
|
|
1137
1185
|
*/
|
|
@@ -1141,14 +1189,15 @@ var _DuplicatedStopRequestException = class _DuplicatedStopRequestException exte
|
|
|
1141
1189
|
$fault: "client",
|
|
1142
1190
|
...opts
|
|
1143
1191
|
});
|
|
1144
|
-
this.name = "DuplicatedStopRequestException";
|
|
1145
|
-
this.$fault = "client";
|
|
1146
1192
|
Object.setPrototypeOf(this, _DuplicatedStopRequestException.prototype);
|
|
1147
1193
|
}
|
|
1148
1194
|
};
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1195
|
+
var PipelineExecutionNotStoppableException = class _PipelineExecutionNotStoppableException extends CodePipelineServiceException {
|
|
1196
|
+
static {
|
|
1197
|
+
__name(this, "PipelineExecutionNotStoppableException");
|
|
1198
|
+
}
|
|
1199
|
+
name = "PipelineExecutionNotStoppableException";
|
|
1200
|
+
$fault = "client";
|
|
1152
1201
|
/**
|
|
1153
1202
|
* @internal
|
|
1154
1203
|
*/
|
|
@@ -1158,14 +1207,15 @@ var _PipelineExecutionNotStoppableException = class _PipelineExecutionNotStoppab
|
|
|
1158
1207
|
$fault: "client",
|
|
1159
1208
|
...opts
|
|
1160
1209
|
});
|
|
1161
|
-
this.name = "PipelineExecutionNotStoppableException";
|
|
1162
|
-
this.$fault = "client";
|
|
1163
1210
|
Object.setPrototypeOf(this, _PipelineExecutionNotStoppableException.prototype);
|
|
1164
1211
|
}
|
|
1165
1212
|
};
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1213
|
+
var RequestFailedException = class _RequestFailedException extends CodePipelineServiceException {
|
|
1214
|
+
static {
|
|
1215
|
+
__name(this, "RequestFailedException");
|
|
1216
|
+
}
|
|
1217
|
+
name = "RequestFailedException";
|
|
1218
|
+
$fault = "client";
|
|
1169
1219
|
/**
|
|
1170
1220
|
* @internal
|
|
1171
1221
|
*/
|
|
@@ -1175,13 +1225,9 @@ var _RequestFailedException = class _RequestFailedException extends CodePipeline
|
|
|
1175
1225
|
$fault: "client",
|
|
1176
1226
|
...opts
|
|
1177
1227
|
});
|
|
1178
|
-
this.name = "RequestFailedException";
|
|
1179
|
-
this.$fault = "client";
|
|
1180
1228
|
Object.setPrototypeOf(this, _RequestFailedException.prototype);
|
|
1181
1229
|
}
|
|
1182
1230
|
};
|
|
1183
|
-
__name(_RequestFailedException, "RequestFailedException");
|
|
1184
|
-
var RequestFailedException = _RequestFailedException;
|
|
1185
1231
|
var AWSSessionCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1186
1232
|
...obj,
|
|
1187
1233
|
...obj.accessKeyId && { accessKeyId: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2930,603 +2976,646 @@ function sharedHeaders(operation) {
|
|
|
2930
2976
|
__name(sharedHeaders, "sharedHeaders");
|
|
2931
2977
|
|
|
2932
2978
|
// src/commands/AcknowledgeJobCommand.ts
|
|
2933
|
-
var
|
|
2979
|
+
var AcknowledgeJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2934
2980
|
return [
|
|
2935
2981
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2936
2982
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2937
2983
|
];
|
|
2938
2984
|
}).s("CodePipeline_20150709", "AcknowledgeJob", {}).n("CodePipelineClient", "AcknowledgeJobCommand").f(void 0, void 0).ser(se_AcknowledgeJobCommand).de(de_AcknowledgeJobCommand).build() {
|
|
2985
|
+
static {
|
|
2986
|
+
__name(this, "AcknowledgeJobCommand");
|
|
2987
|
+
}
|
|
2939
2988
|
};
|
|
2940
|
-
__name(_AcknowledgeJobCommand, "AcknowledgeJobCommand");
|
|
2941
|
-
var AcknowledgeJobCommand = _AcknowledgeJobCommand;
|
|
2942
2989
|
|
|
2943
2990
|
// src/commands/AcknowledgeThirdPartyJobCommand.ts
|
|
2944
2991
|
|
|
2945
2992
|
|
|
2946
2993
|
|
|
2947
|
-
var
|
|
2994
|
+
var AcknowledgeThirdPartyJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2948
2995
|
return [
|
|
2949
2996
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2950
2997
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2951
2998
|
];
|
|
2952
2999
|
}).s("CodePipeline_20150709", "AcknowledgeThirdPartyJob", {}).n("CodePipelineClient", "AcknowledgeThirdPartyJobCommand").f(void 0, void 0).ser(se_AcknowledgeThirdPartyJobCommand).de(de_AcknowledgeThirdPartyJobCommand).build() {
|
|
3000
|
+
static {
|
|
3001
|
+
__name(this, "AcknowledgeThirdPartyJobCommand");
|
|
3002
|
+
}
|
|
2953
3003
|
};
|
|
2954
|
-
__name(_AcknowledgeThirdPartyJobCommand, "AcknowledgeThirdPartyJobCommand");
|
|
2955
|
-
var AcknowledgeThirdPartyJobCommand = _AcknowledgeThirdPartyJobCommand;
|
|
2956
3004
|
|
|
2957
3005
|
// src/commands/CreateCustomActionTypeCommand.ts
|
|
2958
3006
|
|
|
2959
3007
|
|
|
2960
3008
|
|
|
2961
|
-
var
|
|
3009
|
+
var CreateCustomActionTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2962
3010
|
return [
|
|
2963
3011
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2964
3012
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2965
3013
|
];
|
|
2966
3014
|
}).s("CodePipeline_20150709", "CreateCustomActionType", {}).n("CodePipelineClient", "CreateCustomActionTypeCommand").f(void 0, void 0).ser(se_CreateCustomActionTypeCommand).de(de_CreateCustomActionTypeCommand).build() {
|
|
3015
|
+
static {
|
|
3016
|
+
__name(this, "CreateCustomActionTypeCommand");
|
|
3017
|
+
}
|
|
2967
3018
|
};
|
|
2968
|
-
__name(_CreateCustomActionTypeCommand, "CreateCustomActionTypeCommand");
|
|
2969
|
-
var CreateCustomActionTypeCommand = _CreateCustomActionTypeCommand;
|
|
2970
3019
|
|
|
2971
3020
|
// src/commands/CreatePipelineCommand.ts
|
|
2972
3021
|
|
|
2973
3022
|
|
|
2974
3023
|
|
|
2975
|
-
var
|
|
3024
|
+
var CreatePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2976
3025
|
return [
|
|
2977
3026
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2978
3027
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2979
3028
|
];
|
|
2980
3029
|
}).s("CodePipeline_20150709", "CreatePipeline", {}).n("CodePipelineClient", "CreatePipelineCommand").f(void 0, void 0).ser(se_CreatePipelineCommand).de(de_CreatePipelineCommand).build() {
|
|
3030
|
+
static {
|
|
3031
|
+
__name(this, "CreatePipelineCommand");
|
|
3032
|
+
}
|
|
2981
3033
|
};
|
|
2982
|
-
__name(_CreatePipelineCommand, "CreatePipelineCommand");
|
|
2983
|
-
var CreatePipelineCommand = _CreatePipelineCommand;
|
|
2984
3034
|
|
|
2985
3035
|
// src/commands/DeleteCustomActionTypeCommand.ts
|
|
2986
3036
|
|
|
2987
3037
|
|
|
2988
3038
|
|
|
2989
|
-
var
|
|
3039
|
+
var DeleteCustomActionTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2990
3040
|
return [
|
|
2991
3041
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2992
3042
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2993
3043
|
];
|
|
2994
3044
|
}).s("CodePipeline_20150709", "DeleteCustomActionType", {}).n("CodePipelineClient", "DeleteCustomActionTypeCommand").f(void 0, void 0).ser(se_DeleteCustomActionTypeCommand).de(de_DeleteCustomActionTypeCommand).build() {
|
|
3045
|
+
static {
|
|
3046
|
+
__name(this, "DeleteCustomActionTypeCommand");
|
|
3047
|
+
}
|
|
2995
3048
|
};
|
|
2996
|
-
__name(_DeleteCustomActionTypeCommand, "DeleteCustomActionTypeCommand");
|
|
2997
|
-
var DeleteCustomActionTypeCommand = _DeleteCustomActionTypeCommand;
|
|
2998
3049
|
|
|
2999
3050
|
// src/commands/DeletePipelineCommand.ts
|
|
3000
3051
|
|
|
3001
3052
|
|
|
3002
3053
|
|
|
3003
|
-
var
|
|
3054
|
+
var DeletePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3004
3055
|
return [
|
|
3005
3056
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3006
3057
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3007
3058
|
];
|
|
3008
3059
|
}).s("CodePipeline_20150709", "DeletePipeline", {}).n("CodePipelineClient", "DeletePipelineCommand").f(void 0, void 0).ser(se_DeletePipelineCommand).de(de_DeletePipelineCommand).build() {
|
|
3060
|
+
static {
|
|
3061
|
+
__name(this, "DeletePipelineCommand");
|
|
3062
|
+
}
|
|
3009
3063
|
};
|
|
3010
|
-
__name(_DeletePipelineCommand, "DeletePipelineCommand");
|
|
3011
|
-
var DeletePipelineCommand = _DeletePipelineCommand;
|
|
3012
3064
|
|
|
3013
3065
|
// src/commands/DeleteWebhookCommand.ts
|
|
3014
3066
|
|
|
3015
3067
|
|
|
3016
3068
|
|
|
3017
|
-
var
|
|
3069
|
+
var DeleteWebhookCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3018
3070
|
return [
|
|
3019
3071
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3020
3072
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3021
3073
|
];
|
|
3022
3074
|
}).s("CodePipeline_20150709", "DeleteWebhook", {}).n("CodePipelineClient", "DeleteWebhookCommand").f(void 0, void 0).ser(se_DeleteWebhookCommand).de(de_DeleteWebhookCommand).build() {
|
|
3075
|
+
static {
|
|
3076
|
+
__name(this, "DeleteWebhookCommand");
|
|
3077
|
+
}
|
|
3023
3078
|
};
|
|
3024
|
-
__name(_DeleteWebhookCommand, "DeleteWebhookCommand");
|
|
3025
|
-
var DeleteWebhookCommand = _DeleteWebhookCommand;
|
|
3026
3079
|
|
|
3027
3080
|
// src/commands/DeregisterWebhookWithThirdPartyCommand.ts
|
|
3028
3081
|
|
|
3029
3082
|
|
|
3030
3083
|
|
|
3031
|
-
var
|
|
3084
|
+
var DeregisterWebhookWithThirdPartyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3032
3085
|
return [
|
|
3033
3086
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3034
3087
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3035
3088
|
];
|
|
3036
3089
|
}).s("CodePipeline_20150709", "DeregisterWebhookWithThirdParty", {}).n("CodePipelineClient", "DeregisterWebhookWithThirdPartyCommand").f(void 0, void 0).ser(se_DeregisterWebhookWithThirdPartyCommand).de(de_DeregisterWebhookWithThirdPartyCommand).build() {
|
|
3090
|
+
static {
|
|
3091
|
+
__name(this, "DeregisterWebhookWithThirdPartyCommand");
|
|
3092
|
+
}
|
|
3037
3093
|
};
|
|
3038
|
-
__name(_DeregisterWebhookWithThirdPartyCommand, "DeregisterWebhookWithThirdPartyCommand");
|
|
3039
|
-
var DeregisterWebhookWithThirdPartyCommand = _DeregisterWebhookWithThirdPartyCommand;
|
|
3040
3094
|
|
|
3041
3095
|
// src/commands/DisableStageTransitionCommand.ts
|
|
3042
3096
|
|
|
3043
3097
|
|
|
3044
3098
|
|
|
3045
|
-
var
|
|
3099
|
+
var DisableStageTransitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3046
3100
|
return [
|
|
3047
3101
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3048
3102
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3049
3103
|
];
|
|
3050
3104
|
}).s("CodePipeline_20150709", "DisableStageTransition", {}).n("CodePipelineClient", "DisableStageTransitionCommand").f(void 0, void 0).ser(se_DisableStageTransitionCommand).de(de_DisableStageTransitionCommand).build() {
|
|
3105
|
+
static {
|
|
3106
|
+
__name(this, "DisableStageTransitionCommand");
|
|
3107
|
+
}
|
|
3051
3108
|
};
|
|
3052
|
-
__name(_DisableStageTransitionCommand, "DisableStageTransitionCommand");
|
|
3053
|
-
var DisableStageTransitionCommand = _DisableStageTransitionCommand;
|
|
3054
3109
|
|
|
3055
3110
|
// src/commands/EnableStageTransitionCommand.ts
|
|
3056
3111
|
|
|
3057
3112
|
|
|
3058
3113
|
|
|
3059
|
-
var
|
|
3114
|
+
var EnableStageTransitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3060
3115
|
return [
|
|
3061
3116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3062
3117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3063
3118
|
];
|
|
3064
3119
|
}).s("CodePipeline_20150709", "EnableStageTransition", {}).n("CodePipelineClient", "EnableStageTransitionCommand").f(void 0, void 0).ser(se_EnableStageTransitionCommand).de(de_EnableStageTransitionCommand).build() {
|
|
3120
|
+
static {
|
|
3121
|
+
__name(this, "EnableStageTransitionCommand");
|
|
3122
|
+
}
|
|
3065
3123
|
};
|
|
3066
|
-
__name(_EnableStageTransitionCommand, "EnableStageTransitionCommand");
|
|
3067
|
-
var EnableStageTransitionCommand = _EnableStageTransitionCommand;
|
|
3068
3124
|
|
|
3069
3125
|
// src/commands/GetActionTypeCommand.ts
|
|
3070
3126
|
|
|
3071
3127
|
|
|
3072
3128
|
|
|
3073
|
-
var
|
|
3129
|
+
var GetActionTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3074
3130
|
return [
|
|
3075
3131
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3076
3132
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3077
3133
|
];
|
|
3078
3134
|
}).s("CodePipeline_20150709", "GetActionType", {}).n("CodePipelineClient", "GetActionTypeCommand").f(void 0, void 0).ser(se_GetActionTypeCommand).de(de_GetActionTypeCommand).build() {
|
|
3135
|
+
static {
|
|
3136
|
+
__name(this, "GetActionTypeCommand");
|
|
3137
|
+
}
|
|
3079
3138
|
};
|
|
3080
|
-
__name(_GetActionTypeCommand, "GetActionTypeCommand");
|
|
3081
|
-
var GetActionTypeCommand = _GetActionTypeCommand;
|
|
3082
3139
|
|
|
3083
3140
|
// src/commands/GetJobDetailsCommand.ts
|
|
3084
3141
|
|
|
3085
3142
|
|
|
3086
3143
|
|
|
3087
|
-
var
|
|
3144
|
+
var GetJobDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3088
3145
|
return [
|
|
3089
3146
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3090
3147
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3091
3148
|
];
|
|
3092
3149
|
}).s("CodePipeline_20150709", "GetJobDetails", {}).n("CodePipelineClient", "GetJobDetailsCommand").f(void 0, GetJobDetailsOutputFilterSensitiveLog).ser(se_GetJobDetailsCommand).de(de_GetJobDetailsCommand).build() {
|
|
3150
|
+
static {
|
|
3151
|
+
__name(this, "GetJobDetailsCommand");
|
|
3152
|
+
}
|
|
3093
3153
|
};
|
|
3094
|
-
__name(_GetJobDetailsCommand, "GetJobDetailsCommand");
|
|
3095
|
-
var GetJobDetailsCommand = _GetJobDetailsCommand;
|
|
3096
3154
|
|
|
3097
3155
|
// src/commands/GetPipelineCommand.ts
|
|
3098
3156
|
|
|
3099
3157
|
|
|
3100
3158
|
|
|
3101
|
-
var
|
|
3159
|
+
var GetPipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3102
3160
|
return [
|
|
3103
3161
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3104
3162
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3105
3163
|
];
|
|
3106
3164
|
}).s("CodePipeline_20150709", "GetPipeline", {}).n("CodePipelineClient", "GetPipelineCommand").f(void 0, void 0).ser(se_GetPipelineCommand).de(de_GetPipelineCommand).build() {
|
|
3165
|
+
static {
|
|
3166
|
+
__name(this, "GetPipelineCommand");
|
|
3167
|
+
}
|
|
3107
3168
|
};
|
|
3108
|
-
__name(_GetPipelineCommand, "GetPipelineCommand");
|
|
3109
|
-
var GetPipelineCommand = _GetPipelineCommand;
|
|
3110
3169
|
|
|
3111
3170
|
// src/commands/GetPipelineExecutionCommand.ts
|
|
3112
3171
|
|
|
3113
3172
|
|
|
3114
3173
|
|
|
3115
|
-
var
|
|
3174
|
+
var GetPipelineExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3116
3175
|
return [
|
|
3117
3176
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3118
3177
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3119
3178
|
];
|
|
3120
3179
|
}).s("CodePipeline_20150709", "GetPipelineExecution", {}).n("CodePipelineClient", "GetPipelineExecutionCommand").f(void 0, void 0).ser(se_GetPipelineExecutionCommand).de(de_GetPipelineExecutionCommand).build() {
|
|
3180
|
+
static {
|
|
3181
|
+
__name(this, "GetPipelineExecutionCommand");
|
|
3182
|
+
}
|
|
3121
3183
|
};
|
|
3122
|
-
__name(_GetPipelineExecutionCommand, "GetPipelineExecutionCommand");
|
|
3123
|
-
var GetPipelineExecutionCommand = _GetPipelineExecutionCommand;
|
|
3124
3184
|
|
|
3125
3185
|
// src/commands/GetPipelineStateCommand.ts
|
|
3126
3186
|
|
|
3127
3187
|
|
|
3128
3188
|
|
|
3129
|
-
var
|
|
3189
|
+
var GetPipelineStateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3130
3190
|
return [
|
|
3131
3191
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3132
3192
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3133
3193
|
];
|
|
3134
3194
|
}).s("CodePipeline_20150709", "GetPipelineState", {}).n("CodePipelineClient", "GetPipelineStateCommand").f(void 0, void 0).ser(se_GetPipelineStateCommand).de(de_GetPipelineStateCommand).build() {
|
|
3195
|
+
static {
|
|
3196
|
+
__name(this, "GetPipelineStateCommand");
|
|
3197
|
+
}
|
|
3135
3198
|
};
|
|
3136
|
-
__name(_GetPipelineStateCommand, "GetPipelineStateCommand");
|
|
3137
|
-
var GetPipelineStateCommand = _GetPipelineStateCommand;
|
|
3138
3199
|
|
|
3139
3200
|
// src/commands/GetThirdPartyJobDetailsCommand.ts
|
|
3140
3201
|
|
|
3141
3202
|
|
|
3142
3203
|
|
|
3143
|
-
var
|
|
3204
|
+
var GetThirdPartyJobDetailsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3144
3205
|
return [
|
|
3145
3206
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3146
3207
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3147
3208
|
];
|
|
3148
3209
|
}).s("CodePipeline_20150709", "GetThirdPartyJobDetails", {}).n("CodePipelineClient", "GetThirdPartyJobDetailsCommand").f(void 0, GetThirdPartyJobDetailsOutputFilterSensitiveLog).ser(se_GetThirdPartyJobDetailsCommand).de(de_GetThirdPartyJobDetailsCommand).build() {
|
|
3210
|
+
static {
|
|
3211
|
+
__name(this, "GetThirdPartyJobDetailsCommand");
|
|
3212
|
+
}
|
|
3149
3213
|
};
|
|
3150
|
-
__name(_GetThirdPartyJobDetailsCommand, "GetThirdPartyJobDetailsCommand");
|
|
3151
|
-
var GetThirdPartyJobDetailsCommand = _GetThirdPartyJobDetailsCommand;
|
|
3152
3214
|
|
|
3153
3215
|
// src/commands/ListActionExecutionsCommand.ts
|
|
3154
3216
|
|
|
3155
3217
|
|
|
3156
3218
|
|
|
3157
|
-
var
|
|
3219
|
+
var ListActionExecutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3158
3220
|
return [
|
|
3159
3221
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3160
3222
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3161
3223
|
];
|
|
3162
3224
|
}).s("CodePipeline_20150709", "ListActionExecutions", {}).n("CodePipelineClient", "ListActionExecutionsCommand").f(void 0, void 0).ser(se_ListActionExecutionsCommand).de(de_ListActionExecutionsCommand).build() {
|
|
3225
|
+
static {
|
|
3226
|
+
__name(this, "ListActionExecutionsCommand");
|
|
3227
|
+
}
|
|
3163
3228
|
};
|
|
3164
|
-
__name(_ListActionExecutionsCommand, "ListActionExecutionsCommand");
|
|
3165
|
-
var ListActionExecutionsCommand = _ListActionExecutionsCommand;
|
|
3166
3229
|
|
|
3167
3230
|
// src/commands/ListActionTypesCommand.ts
|
|
3168
3231
|
|
|
3169
3232
|
|
|
3170
3233
|
|
|
3171
|
-
var
|
|
3234
|
+
var ListActionTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3172
3235
|
return [
|
|
3173
3236
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3174
3237
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3175
3238
|
];
|
|
3176
3239
|
}).s("CodePipeline_20150709", "ListActionTypes", {}).n("CodePipelineClient", "ListActionTypesCommand").f(void 0, void 0).ser(se_ListActionTypesCommand).de(de_ListActionTypesCommand).build() {
|
|
3240
|
+
static {
|
|
3241
|
+
__name(this, "ListActionTypesCommand");
|
|
3242
|
+
}
|
|
3177
3243
|
};
|
|
3178
|
-
__name(_ListActionTypesCommand, "ListActionTypesCommand");
|
|
3179
|
-
var ListActionTypesCommand = _ListActionTypesCommand;
|
|
3180
3244
|
|
|
3181
3245
|
// src/commands/ListPipelineExecutionsCommand.ts
|
|
3182
3246
|
|
|
3183
3247
|
|
|
3184
3248
|
|
|
3185
|
-
var
|
|
3249
|
+
var ListPipelineExecutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3186
3250
|
return [
|
|
3187
3251
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3188
3252
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3189
3253
|
];
|
|
3190
3254
|
}).s("CodePipeline_20150709", "ListPipelineExecutions", {}).n("CodePipelineClient", "ListPipelineExecutionsCommand").f(void 0, void 0).ser(se_ListPipelineExecutionsCommand).de(de_ListPipelineExecutionsCommand).build() {
|
|
3255
|
+
static {
|
|
3256
|
+
__name(this, "ListPipelineExecutionsCommand");
|
|
3257
|
+
}
|
|
3191
3258
|
};
|
|
3192
|
-
__name(_ListPipelineExecutionsCommand, "ListPipelineExecutionsCommand");
|
|
3193
|
-
var ListPipelineExecutionsCommand = _ListPipelineExecutionsCommand;
|
|
3194
3259
|
|
|
3195
3260
|
// src/commands/ListPipelinesCommand.ts
|
|
3196
3261
|
|
|
3197
3262
|
|
|
3198
3263
|
|
|
3199
|
-
var
|
|
3264
|
+
var ListPipelinesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3200
3265
|
return [
|
|
3201
3266
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3202
3267
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3203
3268
|
];
|
|
3204
3269
|
}).s("CodePipeline_20150709", "ListPipelines", {}).n("CodePipelineClient", "ListPipelinesCommand").f(void 0, void 0).ser(se_ListPipelinesCommand).de(de_ListPipelinesCommand).build() {
|
|
3270
|
+
static {
|
|
3271
|
+
__name(this, "ListPipelinesCommand");
|
|
3272
|
+
}
|
|
3205
3273
|
};
|
|
3206
|
-
__name(_ListPipelinesCommand, "ListPipelinesCommand");
|
|
3207
|
-
var ListPipelinesCommand = _ListPipelinesCommand;
|
|
3208
3274
|
|
|
3209
3275
|
// src/commands/ListRuleExecutionsCommand.ts
|
|
3210
3276
|
|
|
3211
3277
|
|
|
3212
3278
|
|
|
3213
|
-
var
|
|
3279
|
+
var ListRuleExecutionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3214
3280
|
return [
|
|
3215
3281
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3216
3282
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3217
3283
|
];
|
|
3218
3284
|
}).s("CodePipeline_20150709", "ListRuleExecutions", {}).n("CodePipelineClient", "ListRuleExecutionsCommand").f(void 0, void 0).ser(se_ListRuleExecutionsCommand).de(de_ListRuleExecutionsCommand).build() {
|
|
3285
|
+
static {
|
|
3286
|
+
__name(this, "ListRuleExecutionsCommand");
|
|
3287
|
+
}
|
|
3219
3288
|
};
|
|
3220
|
-
__name(_ListRuleExecutionsCommand, "ListRuleExecutionsCommand");
|
|
3221
|
-
var ListRuleExecutionsCommand = _ListRuleExecutionsCommand;
|
|
3222
3289
|
|
|
3223
3290
|
// src/commands/ListRuleTypesCommand.ts
|
|
3224
3291
|
|
|
3225
3292
|
|
|
3226
3293
|
|
|
3227
|
-
var
|
|
3294
|
+
var ListRuleTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3228
3295
|
return [
|
|
3229
3296
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3230
3297
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3231
3298
|
];
|
|
3232
3299
|
}).s("CodePipeline_20150709", "ListRuleTypes", {}).n("CodePipelineClient", "ListRuleTypesCommand").f(void 0, void 0).ser(se_ListRuleTypesCommand).de(de_ListRuleTypesCommand).build() {
|
|
3300
|
+
static {
|
|
3301
|
+
__name(this, "ListRuleTypesCommand");
|
|
3302
|
+
}
|
|
3233
3303
|
};
|
|
3234
|
-
__name(_ListRuleTypesCommand, "ListRuleTypesCommand");
|
|
3235
|
-
var ListRuleTypesCommand = _ListRuleTypesCommand;
|
|
3236
3304
|
|
|
3237
3305
|
// src/commands/ListTagsForResourceCommand.ts
|
|
3238
3306
|
|
|
3239
3307
|
|
|
3240
3308
|
|
|
3241
|
-
var
|
|
3309
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3242
3310
|
return [
|
|
3243
3311
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3244
3312
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3245
3313
|
];
|
|
3246
3314
|
}).s("CodePipeline_20150709", "ListTagsForResource", {}).n("CodePipelineClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3315
|
+
static {
|
|
3316
|
+
__name(this, "ListTagsForResourceCommand");
|
|
3317
|
+
}
|
|
3247
3318
|
};
|
|
3248
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3249
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3250
3319
|
|
|
3251
3320
|
// src/commands/ListWebhooksCommand.ts
|
|
3252
3321
|
|
|
3253
3322
|
|
|
3254
3323
|
|
|
3255
|
-
var
|
|
3324
|
+
var ListWebhooksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3256
3325
|
return [
|
|
3257
3326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3258
3327
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3259
3328
|
];
|
|
3260
3329
|
}).s("CodePipeline_20150709", "ListWebhooks", {}).n("CodePipelineClient", "ListWebhooksCommand").f(void 0, void 0).ser(se_ListWebhooksCommand).de(de_ListWebhooksCommand).build() {
|
|
3330
|
+
static {
|
|
3331
|
+
__name(this, "ListWebhooksCommand");
|
|
3332
|
+
}
|
|
3261
3333
|
};
|
|
3262
|
-
__name(_ListWebhooksCommand, "ListWebhooksCommand");
|
|
3263
|
-
var ListWebhooksCommand = _ListWebhooksCommand;
|
|
3264
3334
|
|
|
3265
3335
|
// src/commands/OverrideStageConditionCommand.ts
|
|
3266
3336
|
|
|
3267
3337
|
|
|
3268
3338
|
|
|
3269
|
-
var
|
|
3339
|
+
var OverrideStageConditionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3270
3340
|
return [
|
|
3271
3341
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3272
3342
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3273
3343
|
];
|
|
3274
3344
|
}).s("CodePipeline_20150709", "OverrideStageCondition", {}).n("CodePipelineClient", "OverrideStageConditionCommand").f(void 0, void 0).ser(se_OverrideStageConditionCommand).de(de_OverrideStageConditionCommand).build() {
|
|
3345
|
+
static {
|
|
3346
|
+
__name(this, "OverrideStageConditionCommand");
|
|
3347
|
+
}
|
|
3275
3348
|
};
|
|
3276
|
-
__name(_OverrideStageConditionCommand, "OverrideStageConditionCommand");
|
|
3277
|
-
var OverrideStageConditionCommand = _OverrideStageConditionCommand;
|
|
3278
3349
|
|
|
3279
3350
|
// src/commands/PollForJobsCommand.ts
|
|
3280
3351
|
|
|
3281
3352
|
|
|
3282
3353
|
|
|
3283
|
-
var
|
|
3354
|
+
var PollForJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3284
3355
|
return [
|
|
3285
3356
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3286
3357
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3287
3358
|
];
|
|
3288
3359
|
}).s("CodePipeline_20150709", "PollForJobs", {}).n("CodePipelineClient", "PollForJobsCommand").f(void 0, PollForJobsOutputFilterSensitiveLog).ser(se_PollForJobsCommand).de(de_PollForJobsCommand).build() {
|
|
3360
|
+
static {
|
|
3361
|
+
__name(this, "PollForJobsCommand");
|
|
3362
|
+
}
|
|
3289
3363
|
};
|
|
3290
|
-
__name(_PollForJobsCommand, "PollForJobsCommand");
|
|
3291
|
-
var PollForJobsCommand = _PollForJobsCommand;
|
|
3292
3364
|
|
|
3293
3365
|
// src/commands/PollForThirdPartyJobsCommand.ts
|
|
3294
3366
|
|
|
3295
3367
|
|
|
3296
3368
|
|
|
3297
|
-
var
|
|
3369
|
+
var PollForThirdPartyJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3298
3370
|
return [
|
|
3299
3371
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3300
3372
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3301
3373
|
];
|
|
3302
3374
|
}).s("CodePipeline_20150709", "PollForThirdPartyJobs", {}).n("CodePipelineClient", "PollForThirdPartyJobsCommand").f(void 0, void 0).ser(se_PollForThirdPartyJobsCommand).de(de_PollForThirdPartyJobsCommand).build() {
|
|
3375
|
+
static {
|
|
3376
|
+
__name(this, "PollForThirdPartyJobsCommand");
|
|
3377
|
+
}
|
|
3303
3378
|
};
|
|
3304
|
-
__name(_PollForThirdPartyJobsCommand, "PollForThirdPartyJobsCommand");
|
|
3305
|
-
var PollForThirdPartyJobsCommand = _PollForThirdPartyJobsCommand;
|
|
3306
3379
|
|
|
3307
3380
|
// src/commands/PutActionRevisionCommand.ts
|
|
3308
3381
|
|
|
3309
3382
|
|
|
3310
3383
|
|
|
3311
|
-
var
|
|
3384
|
+
var PutActionRevisionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3312
3385
|
return [
|
|
3313
3386
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3314
3387
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3315
3388
|
];
|
|
3316
3389
|
}).s("CodePipeline_20150709", "PutActionRevision", {}).n("CodePipelineClient", "PutActionRevisionCommand").f(void 0, void 0).ser(se_PutActionRevisionCommand).de(de_PutActionRevisionCommand).build() {
|
|
3390
|
+
static {
|
|
3391
|
+
__name(this, "PutActionRevisionCommand");
|
|
3392
|
+
}
|
|
3317
3393
|
};
|
|
3318
|
-
__name(_PutActionRevisionCommand, "PutActionRevisionCommand");
|
|
3319
|
-
var PutActionRevisionCommand = _PutActionRevisionCommand;
|
|
3320
3394
|
|
|
3321
3395
|
// src/commands/PutApprovalResultCommand.ts
|
|
3322
3396
|
|
|
3323
3397
|
|
|
3324
3398
|
|
|
3325
|
-
var
|
|
3399
|
+
var PutApprovalResultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3326
3400
|
return [
|
|
3327
3401
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3328
3402
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3329
3403
|
];
|
|
3330
3404
|
}).s("CodePipeline_20150709", "PutApprovalResult", {}).n("CodePipelineClient", "PutApprovalResultCommand").f(void 0, void 0).ser(se_PutApprovalResultCommand).de(de_PutApprovalResultCommand).build() {
|
|
3405
|
+
static {
|
|
3406
|
+
__name(this, "PutApprovalResultCommand");
|
|
3407
|
+
}
|
|
3331
3408
|
};
|
|
3332
|
-
__name(_PutApprovalResultCommand, "PutApprovalResultCommand");
|
|
3333
|
-
var PutApprovalResultCommand = _PutApprovalResultCommand;
|
|
3334
3409
|
|
|
3335
3410
|
// src/commands/PutJobFailureResultCommand.ts
|
|
3336
3411
|
|
|
3337
3412
|
|
|
3338
3413
|
|
|
3339
|
-
var
|
|
3414
|
+
var PutJobFailureResultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3340
3415
|
return [
|
|
3341
3416
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3342
3417
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3343
3418
|
];
|
|
3344
3419
|
}).s("CodePipeline_20150709", "PutJobFailureResult", {}).n("CodePipelineClient", "PutJobFailureResultCommand").f(void 0, void 0).ser(se_PutJobFailureResultCommand).de(de_PutJobFailureResultCommand).build() {
|
|
3420
|
+
static {
|
|
3421
|
+
__name(this, "PutJobFailureResultCommand");
|
|
3422
|
+
}
|
|
3345
3423
|
};
|
|
3346
|
-
__name(_PutJobFailureResultCommand, "PutJobFailureResultCommand");
|
|
3347
|
-
var PutJobFailureResultCommand = _PutJobFailureResultCommand;
|
|
3348
3424
|
|
|
3349
3425
|
// src/commands/PutJobSuccessResultCommand.ts
|
|
3350
3426
|
|
|
3351
3427
|
|
|
3352
3428
|
|
|
3353
|
-
var
|
|
3429
|
+
var PutJobSuccessResultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3354
3430
|
return [
|
|
3355
3431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3356
3432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3357
3433
|
];
|
|
3358
3434
|
}).s("CodePipeline_20150709", "PutJobSuccessResult", {}).n("CodePipelineClient", "PutJobSuccessResultCommand").f(void 0, void 0).ser(se_PutJobSuccessResultCommand).de(de_PutJobSuccessResultCommand).build() {
|
|
3435
|
+
static {
|
|
3436
|
+
__name(this, "PutJobSuccessResultCommand");
|
|
3437
|
+
}
|
|
3359
3438
|
};
|
|
3360
|
-
__name(_PutJobSuccessResultCommand, "PutJobSuccessResultCommand");
|
|
3361
|
-
var PutJobSuccessResultCommand = _PutJobSuccessResultCommand;
|
|
3362
3439
|
|
|
3363
3440
|
// src/commands/PutThirdPartyJobFailureResultCommand.ts
|
|
3364
3441
|
|
|
3365
3442
|
|
|
3366
3443
|
|
|
3367
|
-
var
|
|
3444
|
+
var PutThirdPartyJobFailureResultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3368
3445
|
return [
|
|
3369
3446
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3370
3447
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3371
3448
|
];
|
|
3372
3449
|
}).s("CodePipeline_20150709", "PutThirdPartyJobFailureResult", {}).n("CodePipelineClient", "PutThirdPartyJobFailureResultCommand").f(void 0, void 0).ser(se_PutThirdPartyJobFailureResultCommand).de(de_PutThirdPartyJobFailureResultCommand).build() {
|
|
3450
|
+
static {
|
|
3451
|
+
__name(this, "PutThirdPartyJobFailureResultCommand");
|
|
3452
|
+
}
|
|
3373
3453
|
};
|
|
3374
|
-
__name(_PutThirdPartyJobFailureResultCommand, "PutThirdPartyJobFailureResultCommand");
|
|
3375
|
-
var PutThirdPartyJobFailureResultCommand = _PutThirdPartyJobFailureResultCommand;
|
|
3376
3454
|
|
|
3377
3455
|
// src/commands/PutThirdPartyJobSuccessResultCommand.ts
|
|
3378
3456
|
|
|
3379
3457
|
|
|
3380
3458
|
|
|
3381
|
-
var
|
|
3459
|
+
var PutThirdPartyJobSuccessResultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3382
3460
|
return [
|
|
3383
3461
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3384
3462
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3385
3463
|
];
|
|
3386
3464
|
}).s("CodePipeline_20150709", "PutThirdPartyJobSuccessResult", {}).n("CodePipelineClient", "PutThirdPartyJobSuccessResultCommand").f(void 0, void 0).ser(se_PutThirdPartyJobSuccessResultCommand).de(de_PutThirdPartyJobSuccessResultCommand).build() {
|
|
3465
|
+
static {
|
|
3466
|
+
__name(this, "PutThirdPartyJobSuccessResultCommand");
|
|
3467
|
+
}
|
|
3387
3468
|
};
|
|
3388
|
-
__name(_PutThirdPartyJobSuccessResultCommand, "PutThirdPartyJobSuccessResultCommand");
|
|
3389
|
-
var PutThirdPartyJobSuccessResultCommand = _PutThirdPartyJobSuccessResultCommand;
|
|
3390
3469
|
|
|
3391
3470
|
// src/commands/PutWebhookCommand.ts
|
|
3392
3471
|
|
|
3393
3472
|
|
|
3394
3473
|
|
|
3395
|
-
var
|
|
3474
|
+
var PutWebhookCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3396
3475
|
return [
|
|
3397
3476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3398
3477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3399
3478
|
];
|
|
3400
3479
|
}).s("CodePipeline_20150709", "PutWebhook", {}).n("CodePipelineClient", "PutWebhookCommand").f(void 0, void 0).ser(se_PutWebhookCommand).de(de_PutWebhookCommand).build() {
|
|
3480
|
+
static {
|
|
3481
|
+
__name(this, "PutWebhookCommand");
|
|
3482
|
+
}
|
|
3401
3483
|
};
|
|
3402
|
-
__name(_PutWebhookCommand, "PutWebhookCommand");
|
|
3403
|
-
var PutWebhookCommand = _PutWebhookCommand;
|
|
3404
3484
|
|
|
3405
3485
|
// src/commands/RegisterWebhookWithThirdPartyCommand.ts
|
|
3406
3486
|
|
|
3407
3487
|
|
|
3408
3488
|
|
|
3409
|
-
var
|
|
3489
|
+
var RegisterWebhookWithThirdPartyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3410
3490
|
return [
|
|
3411
3491
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3412
3492
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3413
3493
|
];
|
|
3414
3494
|
}).s("CodePipeline_20150709", "RegisterWebhookWithThirdParty", {}).n("CodePipelineClient", "RegisterWebhookWithThirdPartyCommand").f(void 0, void 0).ser(se_RegisterWebhookWithThirdPartyCommand).de(de_RegisterWebhookWithThirdPartyCommand).build() {
|
|
3495
|
+
static {
|
|
3496
|
+
__name(this, "RegisterWebhookWithThirdPartyCommand");
|
|
3497
|
+
}
|
|
3415
3498
|
};
|
|
3416
|
-
__name(_RegisterWebhookWithThirdPartyCommand, "RegisterWebhookWithThirdPartyCommand");
|
|
3417
|
-
var RegisterWebhookWithThirdPartyCommand = _RegisterWebhookWithThirdPartyCommand;
|
|
3418
3499
|
|
|
3419
3500
|
// src/commands/RetryStageExecutionCommand.ts
|
|
3420
3501
|
|
|
3421
3502
|
|
|
3422
3503
|
|
|
3423
|
-
var
|
|
3504
|
+
var RetryStageExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3424
3505
|
return [
|
|
3425
3506
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3426
3507
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3427
3508
|
];
|
|
3428
3509
|
}).s("CodePipeline_20150709", "RetryStageExecution", {}).n("CodePipelineClient", "RetryStageExecutionCommand").f(void 0, void 0).ser(se_RetryStageExecutionCommand).de(de_RetryStageExecutionCommand).build() {
|
|
3510
|
+
static {
|
|
3511
|
+
__name(this, "RetryStageExecutionCommand");
|
|
3512
|
+
}
|
|
3429
3513
|
};
|
|
3430
|
-
__name(_RetryStageExecutionCommand, "RetryStageExecutionCommand");
|
|
3431
|
-
var RetryStageExecutionCommand = _RetryStageExecutionCommand;
|
|
3432
3514
|
|
|
3433
3515
|
// src/commands/RollbackStageCommand.ts
|
|
3434
3516
|
|
|
3435
3517
|
|
|
3436
3518
|
|
|
3437
|
-
var
|
|
3519
|
+
var RollbackStageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3438
3520
|
return [
|
|
3439
3521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3440
3522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3441
3523
|
];
|
|
3442
3524
|
}).s("CodePipeline_20150709", "RollbackStage", {}).n("CodePipelineClient", "RollbackStageCommand").f(void 0, void 0).ser(se_RollbackStageCommand).de(de_RollbackStageCommand).build() {
|
|
3525
|
+
static {
|
|
3526
|
+
__name(this, "RollbackStageCommand");
|
|
3527
|
+
}
|
|
3443
3528
|
};
|
|
3444
|
-
__name(_RollbackStageCommand, "RollbackStageCommand");
|
|
3445
|
-
var RollbackStageCommand = _RollbackStageCommand;
|
|
3446
3529
|
|
|
3447
3530
|
// src/commands/StartPipelineExecutionCommand.ts
|
|
3448
3531
|
|
|
3449
3532
|
|
|
3450
3533
|
|
|
3451
|
-
var
|
|
3534
|
+
var StartPipelineExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3452
3535
|
return [
|
|
3453
3536
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3454
3537
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3455
3538
|
];
|
|
3456
3539
|
}).s("CodePipeline_20150709", "StartPipelineExecution", {}).n("CodePipelineClient", "StartPipelineExecutionCommand").f(void 0, void 0).ser(se_StartPipelineExecutionCommand).de(de_StartPipelineExecutionCommand).build() {
|
|
3540
|
+
static {
|
|
3541
|
+
__name(this, "StartPipelineExecutionCommand");
|
|
3542
|
+
}
|
|
3457
3543
|
};
|
|
3458
|
-
__name(_StartPipelineExecutionCommand, "StartPipelineExecutionCommand");
|
|
3459
|
-
var StartPipelineExecutionCommand = _StartPipelineExecutionCommand;
|
|
3460
3544
|
|
|
3461
3545
|
// src/commands/StopPipelineExecutionCommand.ts
|
|
3462
3546
|
|
|
3463
3547
|
|
|
3464
3548
|
|
|
3465
|
-
var
|
|
3549
|
+
var StopPipelineExecutionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3466
3550
|
return [
|
|
3467
3551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3468
3552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3469
3553
|
];
|
|
3470
3554
|
}).s("CodePipeline_20150709", "StopPipelineExecution", {}).n("CodePipelineClient", "StopPipelineExecutionCommand").f(void 0, void 0).ser(se_StopPipelineExecutionCommand).de(de_StopPipelineExecutionCommand).build() {
|
|
3555
|
+
static {
|
|
3556
|
+
__name(this, "StopPipelineExecutionCommand");
|
|
3557
|
+
}
|
|
3471
3558
|
};
|
|
3472
|
-
__name(_StopPipelineExecutionCommand, "StopPipelineExecutionCommand");
|
|
3473
|
-
var StopPipelineExecutionCommand = _StopPipelineExecutionCommand;
|
|
3474
3559
|
|
|
3475
3560
|
// src/commands/TagResourceCommand.ts
|
|
3476
3561
|
|
|
3477
3562
|
|
|
3478
3563
|
|
|
3479
|
-
var
|
|
3564
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3480
3565
|
return [
|
|
3481
3566
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3482
3567
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3483
3568
|
];
|
|
3484
3569
|
}).s("CodePipeline_20150709", "TagResource", {}).n("CodePipelineClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3570
|
+
static {
|
|
3571
|
+
__name(this, "TagResourceCommand");
|
|
3572
|
+
}
|
|
3485
3573
|
};
|
|
3486
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3487
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
3488
3574
|
|
|
3489
3575
|
// src/commands/UntagResourceCommand.ts
|
|
3490
3576
|
|
|
3491
3577
|
|
|
3492
3578
|
|
|
3493
|
-
var
|
|
3579
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3494
3580
|
return [
|
|
3495
3581
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3496
3582
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3497
3583
|
];
|
|
3498
3584
|
}).s("CodePipeline_20150709", "UntagResource", {}).n("CodePipelineClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3585
|
+
static {
|
|
3586
|
+
__name(this, "UntagResourceCommand");
|
|
3587
|
+
}
|
|
3499
3588
|
};
|
|
3500
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3501
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
3502
3589
|
|
|
3503
3590
|
// src/commands/UpdateActionTypeCommand.ts
|
|
3504
3591
|
|
|
3505
3592
|
|
|
3506
3593
|
|
|
3507
|
-
var
|
|
3594
|
+
var UpdateActionTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3508
3595
|
return [
|
|
3509
3596
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3510
3597
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3511
3598
|
];
|
|
3512
3599
|
}).s("CodePipeline_20150709", "UpdateActionType", {}).n("CodePipelineClient", "UpdateActionTypeCommand").f(void 0, void 0).ser(se_UpdateActionTypeCommand).de(de_UpdateActionTypeCommand).build() {
|
|
3600
|
+
static {
|
|
3601
|
+
__name(this, "UpdateActionTypeCommand");
|
|
3602
|
+
}
|
|
3513
3603
|
};
|
|
3514
|
-
__name(_UpdateActionTypeCommand, "UpdateActionTypeCommand");
|
|
3515
|
-
var UpdateActionTypeCommand = _UpdateActionTypeCommand;
|
|
3516
3604
|
|
|
3517
3605
|
// src/commands/UpdatePipelineCommand.ts
|
|
3518
3606
|
|
|
3519
3607
|
|
|
3520
3608
|
|
|
3521
|
-
var
|
|
3609
|
+
var UpdatePipelineCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3522
3610
|
return [
|
|
3523
3611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3524
3612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3525
3613
|
];
|
|
3526
3614
|
}).s("CodePipeline_20150709", "UpdatePipeline", {}).n("CodePipelineClient", "UpdatePipelineCommand").f(void 0, void 0).ser(se_UpdatePipelineCommand).de(de_UpdatePipelineCommand).build() {
|
|
3615
|
+
static {
|
|
3616
|
+
__name(this, "UpdatePipelineCommand");
|
|
3617
|
+
}
|
|
3527
3618
|
};
|
|
3528
|
-
__name(_UpdatePipelineCommand, "UpdatePipelineCommand");
|
|
3529
|
-
var UpdatePipelineCommand = _UpdatePipelineCommand;
|
|
3530
3619
|
|
|
3531
3620
|
// src/CodePipeline.ts
|
|
3532
3621
|
var commands = {
|
|
@@ -3574,10 +3663,11 @@ var commands = {
|
|
|
3574
3663
|
UpdateActionTypeCommand,
|
|
3575
3664
|
UpdatePipelineCommand
|
|
3576
3665
|
};
|
|
3577
|
-
var
|
|
3666
|
+
var CodePipeline = class extends CodePipelineClient {
|
|
3667
|
+
static {
|
|
3668
|
+
__name(this, "CodePipeline");
|
|
3669
|
+
}
|
|
3578
3670
|
};
|
|
3579
|
-
__name(_CodePipeline, "CodePipeline");
|
|
3580
|
-
var CodePipeline = _CodePipeline;
|
|
3581
3671
|
(0, import_smithy_client.createAggregatedClient)(commands, CodePipeline);
|
|
3582
3672
|
|
|
3583
3673
|
// src/pagination/ListActionExecutionsPaginator.ts
|