@aws-sdk/client-codepipeline 3.297.0 → 3.298.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -3
  2. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -3
  3. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -3
  4. package/dist-cjs/commands/CreatePipelineCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +2 -3
  6. package/dist-cjs/commands/DeletePipelineCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -3
  8. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -3
  9. package/dist-cjs/commands/DisableStageTransitionCommand.js +2 -3
  10. package/dist-cjs/commands/EnableStageTransitionCommand.js +2 -3
  11. package/dist-cjs/commands/GetActionTypeCommand.js +2 -3
  12. package/dist-cjs/commands/GetJobDetailsCommand.js +1 -1
  13. package/dist-cjs/commands/GetPipelineCommand.js +2 -3
  14. package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -3
  15. package/dist-cjs/commands/GetPipelineStateCommand.js +2 -3
  16. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +1 -1
  17. package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -3
  18. package/dist-cjs/commands/ListActionTypesCommand.js +2 -3
  19. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -3
  20. package/dist-cjs/commands/ListPipelinesCommand.js +2 -3
  21. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  22. package/dist-cjs/commands/ListWebhooksCommand.js +2 -3
  23. package/dist-cjs/commands/PollForJobsCommand.js +1 -1
  24. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -3
  25. package/dist-cjs/commands/PutActionRevisionCommand.js +2 -3
  26. package/dist-cjs/commands/PutApprovalResultCommand.js +2 -3
  27. package/dist-cjs/commands/PutJobFailureResultCommand.js +2 -3
  28. package/dist-cjs/commands/PutJobSuccessResultCommand.js +2 -3
  29. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +2 -3
  30. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +2 -3
  31. package/dist-cjs/commands/PutWebhookCommand.js +2 -3
  32. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -3
  33. package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -3
  34. package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -3
  35. package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -3
  36. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  37. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  38. package/dist-cjs/commands/UpdateActionTypeCommand.js +2 -3
  39. package/dist-cjs/commands/UpdatePipelineCommand.js +2 -3
  40. package/dist-cjs/models/models_0.js +1 -515
  41. package/dist-es/commands/AcknowledgeJobCommand.js +2 -3
  42. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +2 -3
  43. package/dist-es/commands/CreateCustomActionTypeCommand.js +2 -3
  44. package/dist-es/commands/CreatePipelineCommand.js +2 -3
  45. package/dist-es/commands/DeleteCustomActionTypeCommand.js +2 -3
  46. package/dist-es/commands/DeletePipelineCommand.js +2 -3
  47. package/dist-es/commands/DeleteWebhookCommand.js +2 -3
  48. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -3
  49. package/dist-es/commands/DisableStageTransitionCommand.js +2 -3
  50. package/dist-es/commands/EnableStageTransitionCommand.js +2 -3
  51. package/dist-es/commands/GetActionTypeCommand.js +2 -3
  52. package/dist-es/commands/GetJobDetailsCommand.js +2 -2
  53. package/dist-es/commands/GetPipelineCommand.js +2 -3
  54. package/dist-es/commands/GetPipelineExecutionCommand.js +2 -3
  55. package/dist-es/commands/GetPipelineStateCommand.js +2 -3
  56. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +2 -2
  57. package/dist-es/commands/ListActionExecutionsCommand.js +2 -3
  58. package/dist-es/commands/ListActionTypesCommand.js +2 -3
  59. package/dist-es/commands/ListPipelineExecutionsCommand.js +2 -3
  60. package/dist-es/commands/ListPipelinesCommand.js +2 -3
  61. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  62. package/dist-es/commands/ListWebhooksCommand.js +2 -3
  63. package/dist-es/commands/PollForJobsCommand.js +2 -2
  64. package/dist-es/commands/PollForThirdPartyJobsCommand.js +2 -3
  65. package/dist-es/commands/PutActionRevisionCommand.js +2 -3
  66. package/dist-es/commands/PutApprovalResultCommand.js +2 -3
  67. package/dist-es/commands/PutJobFailureResultCommand.js +2 -3
  68. package/dist-es/commands/PutJobSuccessResultCommand.js +2 -3
  69. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +2 -3
  70. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +2 -3
  71. package/dist-es/commands/PutWebhookCommand.js +2 -3
  72. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +2 -3
  73. package/dist-es/commands/RetryStageExecutionCommand.js +2 -3
  74. package/dist-es/commands/StartPipelineExecutionCommand.js +2 -3
  75. package/dist-es/commands/StopPipelineExecutionCommand.js +2 -3
  76. package/dist-es/commands/TagResourceCommand.js +2 -3
  77. package/dist-es/commands/UntagResourceCommand.js +2 -3
  78. package/dist-es/commands/UpdateActionTypeCommand.js +2 -3
  79. package/dist-es/commands/UpdatePipelineCommand.js +2 -3
  80. package/dist-es/models/models_0.js +0 -384
  81. package/dist-types/models/models_0.d.ts +0 -512
  82. package/dist-types/ts3.4/models/models_0.d.ts +0 -366
  83. package/package.json +4 -3
@@ -3546,262 +3546,10 @@ export interface UpdatePipelineOutput {
3546
3546
  */
3547
3547
  pipeline?: PipelineDeclaration;
3548
3548
  }
3549
- /**
3550
- * @internal
3551
- */
3552
- export declare const AcknowledgeJobInputFilterSensitiveLog: (obj: AcknowledgeJobInput) => any;
3553
- /**
3554
- * @internal
3555
- */
3556
- export declare const AcknowledgeJobOutputFilterSensitiveLog: (obj: AcknowledgeJobOutput) => any;
3557
- /**
3558
- * @internal
3559
- */
3560
- export declare const AcknowledgeThirdPartyJobInputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobInput) => any;
3561
- /**
3562
- * @internal
3563
- */
3564
- export declare const AcknowledgeThirdPartyJobOutputFilterSensitiveLog: (obj: AcknowledgeThirdPartyJobOutput) => any;
3565
- /**
3566
- * @internal
3567
- */
3568
- export declare const ActionConfigurationFilterSensitiveLog: (obj: ActionConfiguration) => any;
3569
- /**
3570
- * @internal
3571
- */
3572
- export declare const ActionConfigurationPropertyFilterSensitiveLog: (obj: ActionConfigurationProperty) => any;
3573
- /**
3574
- * @internal
3575
- */
3576
- export declare const ActionContextFilterSensitiveLog: (obj: ActionContext) => any;
3577
- /**
3578
- * @internal
3579
- */
3580
- export declare const ActionTypeIdFilterSensitiveLog: (obj: ActionTypeId) => any;
3581
- /**
3582
- * @internal
3583
- */
3584
- export declare const InputArtifactFilterSensitiveLog: (obj: InputArtifact) => any;
3585
- /**
3586
- * @internal
3587
- */
3588
- export declare const OutputArtifactFilterSensitiveLog: (obj: OutputArtifact) => any;
3589
- /**
3590
- * @internal
3591
- */
3592
- export declare const ActionDeclarationFilterSensitiveLog: (obj: ActionDeclaration) => any;
3593
- /**
3594
- * @internal
3595
- */
3596
- export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
3597
- /**
3598
- * @internal
3599
- */
3600
- export declare const ActionExecutionFilterSensitiveLog: (obj: ActionExecution) => any;
3601
- /**
3602
- * @internal
3603
- */
3604
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
3605
- /**
3606
- * @internal
3607
- */
3608
- export declare const ArtifactDetailFilterSensitiveLog: (obj: ArtifactDetail) => any;
3609
- /**
3610
- * @internal
3611
- */
3612
- export declare const ActionExecutionInputFilterSensitiveLog: (obj: ActionExecutionInput) => any;
3613
- /**
3614
- * @internal
3615
- */
3616
- export declare const ActionExecutionResultFilterSensitiveLog: (obj: ActionExecutionResult) => any;
3617
- /**
3618
- * @internal
3619
- */
3620
- export declare const ActionExecutionOutputFilterSensitiveLog: (obj: ActionExecutionOutput) => any;
3621
- /**
3622
- * @internal
3623
- */
3624
- export declare const ActionExecutionDetailFilterSensitiveLog: (obj: ActionExecutionDetail) => any;
3625
- /**
3626
- * @internal
3627
- */
3628
- export declare const ActionExecutionFilterFilterSensitiveLog: (obj: ActionExecutionFilter) => any;
3629
- /**
3630
- * @internal
3631
- */
3632
- export declare const ActionRevisionFilterSensitiveLog: (obj: ActionRevision) => any;
3633
- /**
3634
- * @internal
3635
- */
3636
- export declare const ActionStateFilterSensitiveLog: (obj: ActionState) => any;
3637
- /**
3638
- * @internal
3639
- */
3640
- export declare const ArtifactDetailsFilterSensitiveLog: (obj: ArtifactDetails) => any;
3641
- /**
3642
- * @internal
3643
- */
3644
- export declare const ActionTypeSettingsFilterSensitiveLog: (obj: ActionTypeSettings) => any;
3645
- /**
3646
- * @internal
3647
- */
3648
- export declare const ActionTypeFilterSensitiveLog: (obj: ActionType) => any;
3649
- /**
3650
- * @internal
3651
- */
3652
- export declare const ActionTypeArtifactDetailsFilterSensitiveLog: (obj: ActionTypeArtifactDetails) => any;
3653
- /**
3654
- * @internal
3655
- */
3656
- export declare const JobWorkerExecutorConfigurationFilterSensitiveLog: (obj: JobWorkerExecutorConfiguration) => any;
3657
- /**
3658
- * @internal
3659
- */
3660
- export declare const LambdaExecutorConfigurationFilterSensitiveLog: (obj: LambdaExecutorConfiguration) => any;
3661
- /**
3662
- * @internal
3663
- */
3664
- export declare const ExecutorConfigurationFilterSensitiveLog: (obj: ExecutorConfiguration) => any;
3665
- /**
3666
- * @internal
3667
- */
3668
- export declare const ActionTypeExecutorFilterSensitiveLog: (obj: ActionTypeExecutor) => any;
3669
- /**
3670
- * @internal
3671
- */
3672
- export declare const ActionTypeIdentifierFilterSensitiveLog: (obj: ActionTypeIdentifier) => any;
3673
- /**
3674
- * @internal
3675
- */
3676
- export declare const ActionTypePermissionsFilterSensitiveLog: (obj: ActionTypePermissions) => any;
3677
- /**
3678
- * @internal
3679
- */
3680
- export declare const ActionTypePropertyFilterSensitiveLog: (obj: ActionTypeProperty) => any;
3681
- /**
3682
- * @internal
3683
- */
3684
- export declare const ActionTypeUrlsFilterSensitiveLog: (obj: ActionTypeUrls) => any;
3685
- /**
3686
- * @internal
3687
- */
3688
- export declare const ActionTypeDeclarationFilterSensitiveLog: (obj: ActionTypeDeclaration) => any;
3689
- /**
3690
- * @internal
3691
- */
3692
- export declare const ApprovalResultFilterSensitiveLog: (obj: ApprovalResult) => any;
3693
- /**
3694
- * @internal
3695
- */
3696
- export declare const S3ArtifactLocationFilterSensitiveLog: (obj: S3ArtifactLocation) => any;
3697
- /**
3698
- * @internal
3699
- */
3700
- export declare const ArtifactLocationFilterSensitiveLog: (obj: ArtifactLocation) => any;
3701
- /**
3702
- * @internal
3703
- */
3704
- export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
3705
- /**
3706
- * @internal
3707
- */
3708
- export declare const ArtifactRevisionFilterSensitiveLog: (obj: ArtifactRevision) => any;
3709
- /**
3710
- * @internal
3711
- */
3712
- export declare const EncryptionKeyFilterSensitiveLog: (obj: EncryptionKey) => any;
3713
- /**
3714
- * @internal
3715
- */
3716
- export declare const ArtifactStoreFilterSensitiveLog: (obj: ArtifactStore) => any;
3717
3549
  /**
3718
3550
  * @internal
3719
3551
  */
3720
3552
  export declare const AWSSessionCredentialsFilterSensitiveLog: (obj: AWSSessionCredentials) => any;
3721
- /**
3722
- * @internal
3723
- */
3724
- export declare const BlockerDeclarationFilterSensitiveLog: (obj: BlockerDeclaration) => any;
3725
- /**
3726
- * @internal
3727
- */
3728
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
3729
- /**
3730
- * @internal
3731
- */
3732
- export declare const CreateCustomActionTypeInputFilterSensitiveLog: (obj: CreateCustomActionTypeInput) => any;
3733
- /**
3734
- * @internal
3735
- */
3736
- export declare const CreateCustomActionTypeOutputFilterSensitiveLog: (obj: CreateCustomActionTypeOutput) => any;
3737
- /**
3738
- * @internal
3739
- */
3740
- export declare const StageDeclarationFilterSensitiveLog: (obj: StageDeclaration) => any;
3741
- /**
3742
- * @internal
3743
- */
3744
- export declare const PipelineDeclarationFilterSensitiveLog: (obj: PipelineDeclaration) => any;
3745
- /**
3746
- * @internal
3747
- */
3748
- export declare const CreatePipelineInputFilterSensitiveLog: (obj: CreatePipelineInput) => any;
3749
- /**
3750
- * @internal
3751
- */
3752
- export declare const CreatePipelineOutputFilterSensitiveLog: (obj: CreatePipelineOutput) => any;
3753
- /**
3754
- * @internal
3755
- */
3756
- export declare const DeleteCustomActionTypeInputFilterSensitiveLog: (obj: DeleteCustomActionTypeInput) => any;
3757
- /**
3758
- * @internal
3759
- */
3760
- export declare const DeletePipelineInputFilterSensitiveLog: (obj: DeletePipelineInput) => any;
3761
- /**
3762
- * @internal
3763
- */
3764
- export declare const DeleteWebhookInputFilterSensitiveLog: (obj: DeleteWebhookInput) => any;
3765
- /**
3766
- * @internal
3767
- */
3768
- export declare const DeleteWebhookOutputFilterSensitiveLog: (obj: DeleteWebhookOutput) => any;
3769
- /**
3770
- * @internal
3771
- */
3772
- export declare const DeregisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyInput) => any;
3773
- /**
3774
- * @internal
3775
- */
3776
- export declare const DeregisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: DeregisterWebhookWithThirdPartyOutput) => any;
3777
- /**
3778
- * @internal
3779
- */
3780
- export declare const DisableStageTransitionInputFilterSensitiveLog: (obj: DisableStageTransitionInput) => any;
3781
- /**
3782
- * @internal
3783
- */
3784
- export declare const EnableStageTransitionInputFilterSensitiveLog: (obj: EnableStageTransitionInput) => any;
3785
- /**
3786
- * @internal
3787
- */
3788
- export declare const GetActionTypeInputFilterSensitiveLog: (obj: GetActionTypeInput) => any;
3789
- /**
3790
- * @internal
3791
- */
3792
- export declare const GetActionTypeOutputFilterSensitiveLog: (obj: GetActionTypeOutput) => any;
3793
- /**
3794
- * @internal
3795
- */
3796
- export declare const GetJobDetailsInputFilterSensitiveLog: (obj: GetJobDetailsInput) => any;
3797
- /**
3798
- * @internal
3799
- */
3800
- export declare const StageContextFilterSensitiveLog: (obj: StageContext) => any;
3801
- /**
3802
- * @internal
3803
- */
3804
- export declare const PipelineContextFilterSensitiveLog: (obj: PipelineContext) => any;
3805
3553
  /**
3806
3554
  * @internal
3807
3555
  */
@@ -3814,54 +3562,6 @@ export declare const JobDetailsFilterSensitiveLog: (obj: JobDetails) => any;
3814
3562
  * @internal
3815
3563
  */
3816
3564
  export declare const GetJobDetailsOutputFilterSensitiveLog: (obj: GetJobDetailsOutput) => any;
3817
- /**
3818
- * @internal
3819
- */
3820
- export declare const GetPipelineInputFilterSensitiveLog: (obj: GetPipelineInput) => any;
3821
- /**
3822
- * @internal
3823
- */
3824
- export declare const PipelineMetadataFilterSensitiveLog: (obj: PipelineMetadata) => any;
3825
- /**
3826
- * @internal
3827
- */
3828
- export declare const GetPipelineOutputFilterSensitiveLog: (obj: GetPipelineOutput) => any;
3829
- /**
3830
- * @internal
3831
- */
3832
- export declare const GetPipelineExecutionInputFilterSensitiveLog: (obj: GetPipelineExecutionInput) => any;
3833
- /**
3834
- * @internal
3835
- */
3836
- export declare const PipelineExecutionFilterSensitiveLog: (obj: PipelineExecution) => any;
3837
- /**
3838
- * @internal
3839
- */
3840
- export declare const GetPipelineExecutionOutputFilterSensitiveLog: (obj: GetPipelineExecutionOutput) => any;
3841
- /**
3842
- * @internal
3843
- */
3844
- export declare const GetPipelineStateInputFilterSensitiveLog: (obj: GetPipelineStateInput) => any;
3845
- /**
3846
- * @internal
3847
- */
3848
- export declare const StageExecutionFilterSensitiveLog: (obj: StageExecution) => any;
3849
- /**
3850
- * @internal
3851
- */
3852
- export declare const TransitionStateFilterSensitiveLog: (obj: TransitionState) => any;
3853
- /**
3854
- * @internal
3855
- */
3856
- export declare const StageStateFilterSensitiveLog: (obj: StageState) => any;
3857
- /**
3858
- * @internal
3859
- */
3860
- export declare const GetPipelineStateOutputFilterSensitiveLog: (obj: GetPipelineStateOutput) => any;
3861
- /**
3862
- * @internal
3863
- */
3864
- export declare const GetThirdPartyJobDetailsInputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsInput) => any;
3865
3565
  /**
3866
3566
  * @internal
3867
3567
  */
@@ -3874,94 +3574,6 @@ export declare const ThirdPartyJobDetailsFilterSensitiveLog: (obj: ThirdPartyJob
3874
3574
  * @internal
3875
3575
  */
3876
3576
  export declare const GetThirdPartyJobDetailsOutputFilterSensitiveLog: (obj: GetThirdPartyJobDetailsOutput) => any;
3877
- /**
3878
- * @internal
3879
- */
3880
- export declare const ListActionExecutionsInputFilterSensitiveLog: (obj: ListActionExecutionsInput) => any;
3881
- /**
3882
- * @internal
3883
- */
3884
- export declare const ListActionExecutionsOutputFilterSensitiveLog: (obj: ListActionExecutionsOutput) => any;
3885
- /**
3886
- * @internal
3887
- */
3888
- export declare const ListActionTypesInputFilterSensitiveLog: (obj: ListActionTypesInput) => any;
3889
- /**
3890
- * @internal
3891
- */
3892
- export declare const ListActionTypesOutputFilterSensitiveLog: (obj: ListActionTypesOutput) => any;
3893
- /**
3894
- * @internal
3895
- */
3896
- export declare const ListPipelineExecutionsInputFilterSensitiveLog: (obj: ListPipelineExecutionsInput) => any;
3897
- /**
3898
- * @internal
3899
- */
3900
- export declare const SourceRevisionFilterSensitiveLog: (obj: SourceRevision) => any;
3901
- /**
3902
- * @internal
3903
- */
3904
- export declare const StopExecutionTriggerFilterSensitiveLog: (obj: StopExecutionTrigger) => any;
3905
- /**
3906
- * @internal
3907
- */
3908
- export declare const ExecutionTriggerFilterSensitiveLog: (obj: ExecutionTrigger) => any;
3909
- /**
3910
- * @internal
3911
- */
3912
- export declare const PipelineExecutionSummaryFilterSensitiveLog: (obj: PipelineExecutionSummary) => any;
3913
- /**
3914
- * @internal
3915
- */
3916
- export declare const ListPipelineExecutionsOutputFilterSensitiveLog: (obj: ListPipelineExecutionsOutput) => any;
3917
- /**
3918
- * @internal
3919
- */
3920
- export declare const ListPipelinesInputFilterSensitiveLog: (obj: ListPipelinesInput) => any;
3921
- /**
3922
- * @internal
3923
- */
3924
- export declare const PipelineSummaryFilterSensitiveLog: (obj: PipelineSummary) => any;
3925
- /**
3926
- * @internal
3927
- */
3928
- export declare const ListPipelinesOutputFilterSensitiveLog: (obj: ListPipelinesOutput) => any;
3929
- /**
3930
- * @internal
3931
- */
3932
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
3933
- /**
3934
- * @internal
3935
- */
3936
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
3937
- /**
3938
- * @internal
3939
- */
3940
- export declare const ListWebhooksInputFilterSensitiveLog: (obj: ListWebhooksInput) => any;
3941
- /**
3942
- * @internal
3943
- */
3944
- export declare const WebhookAuthConfigurationFilterSensitiveLog: (obj: WebhookAuthConfiguration) => any;
3945
- /**
3946
- * @internal
3947
- */
3948
- export declare const WebhookFilterRuleFilterSensitiveLog: (obj: WebhookFilterRule) => any;
3949
- /**
3950
- * @internal
3951
- */
3952
- export declare const WebhookDefinitionFilterSensitiveLog: (obj: WebhookDefinition) => any;
3953
- /**
3954
- * @internal
3955
- */
3956
- export declare const ListWebhookItemFilterSensitiveLog: (obj: ListWebhookItem) => any;
3957
- /**
3958
- * @internal
3959
- */
3960
- export declare const ListWebhooksOutputFilterSensitiveLog: (obj: ListWebhooksOutput) => any;
3961
- /**
3962
- * @internal
3963
- */
3964
- export declare const PollForJobsInputFilterSensitiveLog: (obj: PollForJobsInput) => any;
3965
3577
  /**
3966
3578
  * @internal
3967
3579
  */
@@ -3970,127 +3582,3 @@ export declare const JobFilterSensitiveLog: (obj: Job) => any;
3970
3582
  * @internal
3971
3583
  */
3972
3584
  export declare const PollForJobsOutputFilterSensitiveLog: (obj: PollForJobsOutput) => any;
3973
- /**
3974
- * @internal
3975
- */
3976
- export declare const PollForThirdPartyJobsInputFilterSensitiveLog: (obj: PollForThirdPartyJobsInput) => any;
3977
- /**
3978
- * @internal
3979
- */
3980
- export declare const ThirdPartyJobFilterSensitiveLog: (obj: ThirdPartyJob) => any;
3981
- /**
3982
- * @internal
3983
- */
3984
- export declare const PollForThirdPartyJobsOutputFilterSensitiveLog: (obj: PollForThirdPartyJobsOutput) => any;
3985
- /**
3986
- * @internal
3987
- */
3988
- export declare const PutActionRevisionInputFilterSensitiveLog: (obj: PutActionRevisionInput) => any;
3989
- /**
3990
- * @internal
3991
- */
3992
- export declare const PutActionRevisionOutputFilterSensitiveLog: (obj: PutActionRevisionOutput) => any;
3993
- /**
3994
- * @internal
3995
- */
3996
- export declare const PutApprovalResultInputFilterSensitiveLog: (obj: PutApprovalResultInput) => any;
3997
- /**
3998
- * @internal
3999
- */
4000
- export declare const PutApprovalResultOutputFilterSensitiveLog: (obj: PutApprovalResultOutput) => any;
4001
- /**
4002
- * @internal
4003
- */
4004
- export declare const FailureDetailsFilterSensitiveLog: (obj: FailureDetails) => any;
4005
- /**
4006
- * @internal
4007
- */
4008
- export declare const PutJobFailureResultInputFilterSensitiveLog: (obj: PutJobFailureResultInput) => any;
4009
- /**
4010
- * @internal
4011
- */
4012
- export declare const CurrentRevisionFilterSensitiveLog: (obj: CurrentRevision) => any;
4013
- /**
4014
- * @internal
4015
- */
4016
- export declare const ExecutionDetailsFilterSensitiveLog: (obj: ExecutionDetails) => any;
4017
- /**
4018
- * @internal
4019
- */
4020
- export declare const PutJobSuccessResultInputFilterSensitiveLog: (obj: PutJobSuccessResultInput) => any;
4021
- /**
4022
- * @internal
4023
- */
4024
- export declare const PutThirdPartyJobFailureResultInputFilterSensitiveLog: (obj: PutThirdPartyJobFailureResultInput) => any;
4025
- /**
4026
- * @internal
4027
- */
4028
- export declare const PutThirdPartyJobSuccessResultInputFilterSensitiveLog: (obj: PutThirdPartyJobSuccessResultInput) => any;
4029
- /**
4030
- * @internal
4031
- */
4032
- export declare const PutWebhookInputFilterSensitiveLog: (obj: PutWebhookInput) => any;
4033
- /**
4034
- * @internal
4035
- */
4036
- export declare const PutWebhookOutputFilterSensitiveLog: (obj: PutWebhookOutput) => any;
4037
- /**
4038
- * @internal
4039
- */
4040
- export declare const RegisterWebhookWithThirdPartyInputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyInput) => any;
4041
- /**
4042
- * @internal
4043
- */
4044
- export declare const RegisterWebhookWithThirdPartyOutputFilterSensitiveLog: (obj: RegisterWebhookWithThirdPartyOutput) => any;
4045
- /**
4046
- * @internal
4047
- */
4048
- export declare const RetryStageExecutionInputFilterSensitiveLog: (obj: RetryStageExecutionInput) => any;
4049
- /**
4050
- * @internal
4051
- */
4052
- export declare const RetryStageExecutionOutputFilterSensitiveLog: (obj: RetryStageExecutionOutput) => any;
4053
- /**
4054
- * @internal
4055
- */
4056
- export declare const StartPipelineExecutionInputFilterSensitiveLog: (obj: StartPipelineExecutionInput) => any;
4057
- /**
4058
- * @internal
4059
- */
4060
- export declare const StartPipelineExecutionOutputFilterSensitiveLog: (obj: StartPipelineExecutionOutput) => any;
4061
- /**
4062
- * @internal
4063
- */
4064
- export declare const StopPipelineExecutionInputFilterSensitiveLog: (obj: StopPipelineExecutionInput) => any;
4065
- /**
4066
- * @internal
4067
- */
4068
- export declare const StopPipelineExecutionOutputFilterSensitiveLog: (obj: StopPipelineExecutionOutput) => any;
4069
- /**
4070
- * @internal
4071
- */
4072
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
4073
- /**
4074
- * @internal
4075
- */
4076
- export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
4077
- /**
4078
- * @internal
4079
- */
4080
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
4081
- /**
4082
- * @internal
4083
- */
4084
- export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
4085
- /**
4086
- * @internal
4087
- */
4088
- export declare const UpdateActionTypeInputFilterSensitiveLog: (obj: UpdateActionTypeInput) => any;
4089
- /**
4090
- * @internal
4091
- */
4092
- export declare const UpdatePipelineInputFilterSensitiveLog: (obj: UpdatePipelineInput) => any;
4093
- /**
4094
- * @internal
4095
- */
4096
- export declare const UpdatePipelineOutputFilterSensitiveLog: (obj: UpdatePipelineOutput) => any;