@aws-sdk/client-codepipeline 3.590.0 → 3.593.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 (88) hide show
  1. package/dist-cjs/index.js +1 -40
  2. package/dist-es/models/models_0.js +1 -0
  3. package/dist-types/commands/AcknowledgeJobCommand.d.ts +2 -1
  4. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +2 -1
  6. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
  8. package/dist-types/commands/DeletePipelineCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteWebhookCommand.d.ts +2 -1
  10. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
  11. package/dist-types/commands/DisableStageTransitionCommand.d.ts +2 -1
  12. package/dist-types/commands/EnableStageTransitionCommand.d.ts +2 -1
  13. package/dist-types/commands/GetActionTypeCommand.d.ts +2 -1
  14. package/dist-types/commands/GetJobDetailsCommand.d.ts +2 -1
  15. package/dist-types/commands/GetPipelineCommand.d.ts +2 -1
  16. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +2 -1
  17. package/dist-types/commands/GetPipelineStateCommand.d.ts +2 -1
  18. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListActionExecutionsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListActionTypesCommand.d.ts +2 -1
  21. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +7 -1
  22. package/dist-types/commands/ListPipelinesCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/ListWebhooksCommand.d.ts +2 -1
  25. package/dist-types/commands/PollForJobsCommand.d.ts +2 -1
  26. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
  27. package/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
  28. package/dist-types/commands/PutApprovalResultCommand.d.ts +2 -1
  29. package/dist-types/commands/PutJobFailureResultCommand.d.ts +2 -1
  30. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +2 -1
  31. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
  32. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
  33. package/dist-types/commands/PutWebhookCommand.d.ts +2 -1
  34. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
  35. package/dist-types/commands/RetryStageExecutionCommand.d.ts +2 -1
  36. package/dist-types/commands/RollbackStageCommand.d.ts +4 -2
  37. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +3 -2
  38. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -1
  39. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  40. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -1
  42. package/dist-types/commands/UpdatePipelineCommand.d.ts +2 -1
  43. package/dist-types/index.d.ts +2 -2
  44. package/dist-types/models/CodePipelineServiceException.d.ts +2 -1
  45. package/dist-types/models/models_0.d.ts +21 -12
  46. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/RollbackStageCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +2 -1
  87. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  88. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -298,7 +298,6 @@ var CodePipelineClient = _CodePipelineClient;
298
298
 
299
299
  var import_middleware_serde = require("@smithy/middleware-serde");
300
300
 
301
- var import_types = require("@smithy/types");
302
301
 
303
302
  // src/protocols/Aws_json1_1.ts
304
303
  var import_core2 = require("@aws-sdk/core");
@@ -1067,6 +1066,7 @@ var ConcurrentPipelineExecutionsLimitExceededException = _ConcurrentPipelineExec
1067
1066
  var SourceRevisionType = {
1068
1067
  COMMIT_ID: "COMMIT_ID",
1069
1068
  IMAGE_DIGEST: "IMAGE_DIGEST",
1069
+ S3_OBJECT_KEY: "S3_OBJECT_KEY",
1070
1070
  S3_OBJECT_VERSION_ID: "S3_OBJECT_VERSION_ID"
1071
1071
  };
1072
1072
  var _DuplicatedStopRequestException = class _DuplicatedStopRequestException extends CodePipelineServiceException {
@@ -2704,7 +2704,6 @@ var AcknowledgeJobCommand = _AcknowledgeJobCommand;
2704
2704
 
2705
2705
 
2706
2706
 
2707
-
2708
2707
  var _AcknowledgeThirdPartyJobCommand = class _AcknowledgeThirdPartyJobCommand extends import_smithy_client.Command.classBuilder().ep({
2709
2708
  ...commonParams
2710
2709
  }).m(function(Command, cs, config, o) {
@@ -2721,7 +2720,6 @@ var AcknowledgeThirdPartyJobCommand = _AcknowledgeThirdPartyJobCommand;
2721
2720
 
2722
2721
 
2723
2722
 
2724
-
2725
2723
  var _CreateCustomActionTypeCommand = class _CreateCustomActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2726
2724
  ...commonParams
2727
2725
  }).m(function(Command, cs, config, o) {
@@ -2738,7 +2736,6 @@ var CreateCustomActionTypeCommand = _CreateCustomActionTypeCommand;
2738
2736
 
2739
2737
 
2740
2738
 
2741
-
2742
2739
  var _CreatePipelineCommand = class _CreatePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
2743
2740
  ...commonParams
2744
2741
  }).m(function(Command, cs, config, o) {
@@ -2755,7 +2752,6 @@ var CreatePipelineCommand = _CreatePipelineCommand;
2755
2752
 
2756
2753
 
2757
2754
 
2758
-
2759
2755
  var _DeleteCustomActionTypeCommand = class _DeleteCustomActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2760
2756
  ...commonParams
2761
2757
  }).m(function(Command, cs, config, o) {
@@ -2772,7 +2768,6 @@ var DeleteCustomActionTypeCommand = _DeleteCustomActionTypeCommand;
2772
2768
 
2773
2769
 
2774
2770
 
2775
-
2776
2771
  var _DeletePipelineCommand = class _DeletePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
2777
2772
  ...commonParams
2778
2773
  }).m(function(Command, cs, config, o) {
@@ -2789,7 +2784,6 @@ var DeletePipelineCommand = _DeletePipelineCommand;
2789
2784
 
2790
2785
 
2791
2786
 
2792
-
2793
2787
  var _DeleteWebhookCommand = class _DeleteWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
2794
2788
  ...commonParams
2795
2789
  }).m(function(Command, cs, config, o) {
@@ -2806,7 +2800,6 @@ var DeleteWebhookCommand = _DeleteWebhookCommand;
2806
2800
 
2807
2801
 
2808
2802
 
2809
-
2810
2803
  var _DeregisterWebhookWithThirdPartyCommand = class _DeregisterWebhookWithThirdPartyCommand extends import_smithy_client.Command.classBuilder().ep({
2811
2804
  ...commonParams
2812
2805
  }).m(function(Command, cs, config, o) {
@@ -2823,7 +2816,6 @@ var DeregisterWebhookWithThirdPartyCommand = _DeregisterWebhookWithThirdPartyCom
2823
2816
 
2824
2817
 
2825
2818
 
2826
-
2827
2819
  var _DisableStageTransitionCommand = class _DisableStageTransitionCommand extends import_smithy_client.Command.classBuilder().ep({
2828
2820
  ...commonParams
2829
2821
  }).m(function(Command, cs, config, o) {
@@ -2840,7 +2832,6 @@ var DisableStageTransitionCommand = _DisableStageTransitionCommand;
2840
2832
 
2841
2833
 
2842
2834
 
2843
-
2844
2835
  var _EnableStageTransitionCommand = class _EnableStageTransitionCommand extends import_smithy_client.Command.classBuilder().ep({
2845
2836
  ...commonParams
2846
2837
  }).m(function(Command, cs, config, o) {
@@ -2857,7 +2848,6 @@ var EnableStageTransitionCommand = _EnableStageTransitionCommand;
2857
2848
 
2858
2849
 
2859
2850
 
2860
-
2861
2851
  var _GetActionTypeCommand = class _GetActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
2862
2852
  ...commonParams
2863
2853
  }).m(function(Command, cs, config, o) {
@@ -2874,7 +2864,6 @@ var GetActionTypeCommand = _GetActionTypeCommand;
2874
2864
 
2875
2865
 
2876
2866
 
2877
-
2878
2867
  var _GetJobDetailsCommand = class _GetJobDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
2879
2868
  ...commonParams
2880
2869
  }).m(function(Command, cs, config, o) {
@@ -2891,7 +2880,6 @@ var GetJobDetailsCommand = _GetJobDetailsCommand;
2891
2880
 
2892
2881
 
2893
2882
 
2894
-
2895
2883
  var _GetPipelineCommand = class _GetPipelineCommand extends import_smithy_client.Command.classBuilder().ep({
2896
2884
  ...commonParams
2897
2885
  }).m(function(Command, cs, config, o) {
@@ -2908,7 +2896,6 @@ var GetPipelineCommand = _GetPipelineCommand;
2908
2896
 
2909
2897
 
2910
2898
 
2911
-
2912
2899
  var _GetPipelineExecutionCommand = class _GetPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
2913
2900
  ...commonParams
2914
2901
  }).m(function(Command, cs, config, o) {
@@ -2925,7 +2912,6 @@ var GetPipelineExecutionCommand = _GetPipelineExecutionCommand;
2925
2912
 
2926
2913
 
2927
2914
 
2928
-
2929
2915
  var _GetPipelineStateCommand = class _GetPipelineStateCommand extends import_smithy_client.Command.classBuilder().ep({
2930
2916
  ...commonParams
2931
2917
  }).m(function(Command, cs, config, o) {
@@ -2942,7 +2928,6 @@ var GetPipelineStateCommand = _GetPipelineStateCommand;
2942
2928
 
2943
2929
 
2944
2930
 
2945
-
2946
2931
  var _GetThirdPartyJobDetailsCommand = class _GetThirdPartyJobDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
2947
2932
  ...commonParams
2948
2933
  }).m(function(Command, cs, config, o) {
@@ -2959,7 +2944,6 @@ var GetThirdPartyJobDetailsCommand = _GetThirdPartyJobDetailsCommand;
2959
2944
 
2960
2945
 
2961
2946
 
2962
-
2963
2947
  var _ListActionExecutionsCommand = class _ListActionExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
2964
2948
  ...commonParams
2965
2949
  }).m(function(Command, cs, config, o) {
@@ -2976,7 +2960,6 @@ var ListActionExecutionsCommand = _ListActionExecutionsCommand;
2976
2960
 
2977
2961
 
2978
2962
 
2979
-
2980
2963
  var _ListActionTypesCommand = class _ListActionTypesCommand extends import_smithy_client.Command.classBuilder().ep({
2981
2964
  ...commonParams
2982
2965
  }).m(function(Command, cs, config, o) {
@@ -2993,7 +2976,6 @@ var ListActionTypesCommand = _ListActionTypesCommand;
2993
2976
 
2994
2977
 
2995
2978
 
2996
-
2997
2979
  var _ListPipelineExecutionsCommand = class _ListPipelineExecutionsCommand extends import_smithy_client.Command.classBuilder().ep({
2998
2980
  ...commonParams
2999
2981
  }).m(function(Command, cs, config, o) {
@@ -3010,7 +2992,6 @@ var ListPipelineExecutionsCommand = _ListPipelineExecutionsCommand;
3010
2992
 
3011
2993
 
3012
2994
 
3013
-
3014
2995
  var _ListPipelinesCommand = class _ListPipelinesCommand extends import_smithy_client.Command.classBuilder().ep({
3015
2996
  ...commonParams
3016
2997
  }).m(function(Command, cs, config, o) {
@@ -3027,7 +3008,6 @@ var ListPipelinesCommand = _ListPipelinesCommand;
3027
3008
 
3028
3009
 
3029
3010
 
3030
-
3031
3011
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3032
3012
  ...commonParams
3033
3013
  }).m(function(Command, cs, config, o) {
@@ -3044,7 +3024,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3044
3024
 
3045
3025
 
3046
3026
 
3047
-
3048
3027
  var _ListWebhooksCommand = class _ListWebhooksCommand extends import_smithy_client.Command.classBuilder().ep({
3049
3028
  ...commonParams
3050
3029
  }).m(function(Command, cs, config, o) {
@@ -3061,7 +3040,6 @@ var ListWebhooksCommand = _ListWebhooksCommand;
3061
3040
 
3062
3041
 
3063
3042
 
3064
-
3065
3043
  var _PollForJobsCommand = class _PollForJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3066
3044
  ...commonParams
3067
3045
  }).m(function(Command, cs, config, o) {
@@ -3078,7 +3056,6 @@ var PollForJobsCommand = _PollForJobsCommand;
3078
3056
 
3079
3057
 
3080
3058
 
3081
-
3082
3059
  var _PollForThirdPartyJobsCommand = class _PollForThirdPartyJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3083
3060
  ...commonParams
3084
3061
  }).m(function(Command, cs, config, o) {
@@ -3095,7 +3072,6 @@ var PollForThirdPartyJobsCommand = _PollForThirdPartyJobsCommand;
3095
3072
 
3096
3073
 
3097
3074
 
3098
-
3099
3075
  var _PutActionRevisionCommand = class _PutActionRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
3100
3076
  ...commonParams
3101
3077
  }).m(function(Command, cs, config, o) {
@@ -3112,7 +3088,6 @@ var PutActionRevisionCommand = _PutActionRevisionCommand;
3112
3088
 
3113
3089
 
3114
3090
 
3115
-
3116
3091
  var _PutApprovalResultCommand = class _PutApprovalResultCommand extends import_smithy_client.Command.classBuilder().ep({
3117
3092
  ...commonParams
3118
3093
  }).m(function(Command, cs, config, o) {
@@ -3129,7 +3104,6 @@ var PutApprovalResultCommand = _PutApprovalResultCommand;
3129
3104
 
3130
3105
 
3131
3106
 
3132
-
3133
3107
  var _PutJobFailureResultCommand = class _PutJobFailureResultCommand extends import_smithy_client.Command.classBuilder().ep({
3134
3108
  ...commonParams
3135
3109
  }).m(function(Command, cs, config, o) {
@@ -3146,7 +3120,6 @@ var PutJobFailureResultCommand = _PutJobFailureResultCommand;
3146
3120
 
3147
3121
 
3148
3122
 
3149
-
3150
3123
  var _PutJobSuccessResultCommand = class _PutJobSuccessResultCommand extends import_smithy_client.Command.classBuilder().ep({
3151
3124
  ...commonParams
3152
3125
  }).m(function(Command, cs, config, o) {
@@ -3163,7 +3136,6 @@ var PutJobSuccessResultCommand = _PutJobSuccessResultCommand;
3163
3136
 
3164
3137
 
3165
3138
 
3166
-
3167
3139
  var _PutThirdPartyJobFailureResultCommand = class _PutThirdPartyJobFailureResultCommand extends import_smithy_client.Command.classBuilder().ep({
3168
3140
  ...commonParams
3169
3141
  }).m(function(Command, cs, config, o) {
@@ -3180,7 +3152,6 @@ var PutThirdPartyJobFailureResultCommand = _PutThirdPartyJobFailureResultCommand
3180
3152
 
3181
3153
 
3182
3154
 
3183
-
3184
3155
  var _PutThirdPartyJobSuccessResultCommand = class _PutThirdPartyJobSuccessResultCommand extends import_smithy_client.Command.classBuilder().ep({
3185
3156
  ...commonParams
3186
3157
  }).m(function(Command, cs, config, o) {
@@ -3197,7 +3168,6 @@ var PutThirdPartyJobSuccessResultCommand = _PutThirdPartyJobSuccessResultCommand
3197
3168
 
3198
3169
 
3199
3170
 
3200
-
3201
3171
  var _PutWebhookCommand = class _PutWebhookCommand extends import_smithy_client.Command.classBuilder().ep({
3202
3172
  ...commonParams
3203
3173
  }).m(function(Command, cs, config, o) {
@@ -3214,7 +3184,6 @@ var PutWebhookCommand = _PutWebhookCommand;
3214
3184
 
3215
3185
 
3216
3186
 
3217
-
3218
3187
  var _RegisterWebhookWithThirdPartyCommand = class _RegisterWebhookWithThirdPartyCommand extends import_smithy_client.Command.classBuilder().ep({
3219
3188
  ...commonParams
3220
3189
  }).m(function(Command, cs, config, o) {
@@ -3231,7 +3200,6 @@ var RegisterWebhookWithThirdPartyCommand = _RegisterWebhookWithThirdPartyCommand
3231
3200
 
3232
3201
 
3233
3202
 
3234
-
3235
3203
  var _RetryStageExecutionCommand = class _RetryStageExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3236
3204
  ...commonParams
3237
3205
  }).m(function(Command, cs, config, o) {
@@ -3248,7 +3216,6 @@ var RetryStageExecutionCommand = _RetryStageExecutionCommand;
3248
3216
 
3249
3217
 
3250
3218
 
3251
-
3252
3219
  var _RollbackStageCommand = class _RollbackStageCommand extends import_smithy_client.Command.classBuilder().ep({
3253
3220
  ...commonParams
3254
3221
  }).m(function(Command, cs, config, o) {
@@ -3265,7 +3232,6 @@ var RollbackStageCommand = _RollbackStageCommand;
3265
3232
 
3266
3233
 
3267
3234
 
3268
-
3269
3235
  var _StartPipelineExecutionCommand = class _StartPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3270
3236
  ...commonParams
3271
3237
  }).m(function(Command, cs, config, o) {
@@ -3282,7 +3248,6 @@ var StartPipelineExecutionCommand = _StartPipelineExecutionCommand;
3282
3248
 
3283
3249
 
3284
3250
 
3285
-
3286
3251
  var _StopPipelineExecutionCommand = class _StopPipelineExecutionCommand extends import_smithy_client.Command.classBuilder().ep({
3287
3252
  ...commonParams
3288
3253
  }).m(function(Command, cs, config, o) {
@@ -3299,7 +3264,6 @@ var StopPipelineExecutionCommand = _StopPipelineExecutionCommand;
3299
3264
 
3300
3265
 
3301
3266
 
3302
-
3303
3267
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3304
3268
  ...commonParams
3305
3269
  }).m(function(Command, cs, config, o) {
@@ -3316,7 +3280,6 @@ var TagResourceCommand = _TagResourceCommand;
3316
3280
 
3317
3281
 
3318
3282
 
3319
-
3320
3283
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3321
3284
  ...commonParams
3322
3285
  }).m(function(Command, cs, config, o) {
@@ -3333,7 +3296,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3333
3296
 
3334
3297
 
3335
3298
 
3336
-
3337
3299
  var _UpdateActionTypeCommand = class _UpdateActionTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3338
3300
  ...commonParams
3339
3301
  }).m(function(Command, cs, config, o) {
@@ -3350,7 +3312,6 @@ var UpdateActionTypeCommand = _UpdateActionTypeCommand;
3350
3312
 
3351
3313
 
3352
3314
 
3353
-
3354
3315
  var _UpdatePipelineCommand = class _UpdatePipelineCommand extends import_smithy_client.Command.classBuilder().ep({
3355
3316
  ...commonParams
3356
3317
  }).m(function(Command, cs, config, o) {
@@ -565,6 +565,7 @@ export class ConcurrentPipelineExecutionsLimitExceededException extends __BaseEx
565
565
  export const SourceRevisionType = {
566
566
  COMMIT_ID: "COMMIT_ID",
567
567
  IMAGE_DIGEST: "IMAGE_DIGEST",
568
+ S3_OBJECT_KEY: "S3_OBJECT_KEY",
568
569
  S3_OBJECT_VERSION_ID: "S3_OBJECT_VERSION_ID",
569
570
  };
570
571
  export class DuplicatedStopRequestException extends __BaseException {
@@ -5,7 +5,8 @@ import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteCustomActionTypeInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeletePipelineInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeregisterWebhookWithThirdPartyInput, DeregisterWebhookWithThirdPartyOu
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DisableStageTransitionInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { EnableStageTransitionInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetJobDetailsInput, GetJobDetailsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetPipelineInput, GetPipelineOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetThirdPartyJobDetailsInput, GetThirdPartyJobDetailsOutput } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -27,6 +28,11 @@ declare const ListPipelineExecutionsCommand_base: {
27
28
  };
28
29
  /**
29
30
  * <p>Gets a summary of the most recent executions for a pipeline.</p>
31
+ * <note>
32
+ * <p>When applying the filter for pipeline executions that have succeeded in the stage,
33
+ * the operation returns all executions in the current pipeline version beginning on
34
+ * February 1, 2024.</p>
35
+ * </note>
30
36
  * @example
31
37
  * Use a bare-bones client and the command you need to make an API call.
32
38
  * ```javascript
@@ -5,7 +5,8 @@ import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutActionRevisionInput, PutActionRevisionOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutApprovalResultInput, PutApprovalResultOutput } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutJobFailureResultInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutJobSuccessResultInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutThirdPartyJobFailureResultInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutThirdPartyJobSuccessResultInput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *