@aws-sdk/client-codepipeline 3.775.0 → 3.782.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-types/commands/AcknowledgeJobCommand.d.ts +1 -0
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +1 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
- package/dist-types/commands/DeletePipelineCommand.d.ts +1 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -0
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +1 -0
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +1 -0
- package/dist-types/commands/GetActionTypeCommand.d.ts +1 -0
- package/dist-types/commands/GetJobDetailsCommand.d.ts +1 -0
- package/dist-types/commands/GetPipelineCommand.d.ts +1 -0
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/GetPipelineStateCommand.d.ts +1 -0
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListActionTypesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -0
- package/dist-types/commands/ListRuleExecutionsCommand.d.ts +1 -0
- package/dist-types/commands/ListRuleTypesCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +1 -0
- package/dist-types/commands/OverrideStageConditionCommand.d.ts +1 -0
- package/dist-types/commands/PollForJobsCommand.d.ts +1 -0
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
- package/dist-types/commands/PutActionRevisionCommand.d.ts +1 -0
- package/dist-types/commands/PutApprovalResultCommand.d.ts +1 -0
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +1 -0
- package/dist-types/commands/PutJobSuccessResultCommand.d.ts +1 -0
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
- package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
- package/dist-types/commands/PutWebhookCommand.d.ts +1 -0
- package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +1 -0
- package/dist-types/commands/RollbackStageCommand.d.ts +1 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +1 -0
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -65,6 +65,7 @@ declare const AcknowledgeJobCommand_base: {
|
|
|
65
65
|
* @throws {@link CodePipelineServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class AcknowledgeJobCommand extends AcknowledgeJobCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const AcknowledgeThirdPartyJobCommand_base: {
|
|
|
69
69
|
* @throws {@link CodePipelineServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class AcknowledgeThirdPartyJobCommand extends AcknowledgeThirdPartyJobCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const CreateCustomActionTypeCommand_base: {
|
|
|
142
142
|
* @throws {@link CodePipelineServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class CreateCustomActionTypeCommand extends CreateCustomActionTypeCommand_base {
|
|
@@ -593,6 +593,7 @@ declare const CreatePipelineCommand_base: {
|
|
|
593
593
|
* @throws {@link CodePipelineServiceException}
|
|
594
594
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
595
595
|
*
|
|
596
|
+
*
|
|
596
597
|
* @public
|
|
597
598
|
*/
|
|
598
599
|
export declare class CreatePipelineCommand extends CreatePipelineCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteCustomActionTypeCommand_base: {
|
|
|
68
68
|
* @throws {@link CodePipelineServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteCustomActionTypeCommand extends DeleteCustomActionTypeCommand_base {
|
|
@@ -58,6 +58,7 @@ declare const DeletePipelineCommand_base: {
|
|
|
58
58
|
* @throws {@link CodePipelineServiceException}
|
|
59
59
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
60
60
|
*
|
|
61
|
+
*
|
|
61
62
|
* @public
|
|
62
63
|
*/
|
|
63
64
|
export declare class DeletePipelineCommand extends DeletePipelineCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeleteWebhookCommand_base: {
|
|
|
61
61
|
* @throws {@link CodePipelineServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeleteWebhookCommand extends DeleteWebhookCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const DeregisterWebhookWithThirdPartyCommand_base: {
|
|
|
61
61
|
* @throws {@link CodePipelineServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class DeregisterWebhookWithThirdPartyCommand extends DeregisterWebhookWithThirdPartyCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const DisableStageTransitionCommand_base: {
|
|
|
65
65
|
* @throws {@link CodePipelineServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisableStageTransitionCommand extends DisableStageTransitionCommand_base {
|
|
@@ -63,6 +63,7 @@ declare const EnableStageTransitionCommand_base: {
|
|
|
63
63
|
* @throws {@link CodePipelineServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
65
65
|
*
|
|
66
|
+
*
|
|
66
67
|
* @public
|
|
67
68
|
*/
|
|
68
69
|
export declare class EnableStageTransitionCommand extends EnableStageTransitionCommand_base {
|
|
@@ -120,6 +120,7 @@ declare const GetActionTypeCommand_base: {
|
|
|
120
120
|
* @throws {@link CodePipelineServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
122
122
|
*
|
|
123
|
+
*
|
|
123
124
|
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class GetActionTypeCommand extends GetActionTypeCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const GetJobDetailsCommand_base: {
|
|
|
130
130
|
* @throws {@link CodePipelineServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class GetJobDetailsCommand extends GetJobDetailsCommand_base {
|
|
@@ -318,6 +318,7 @@ declare const GetPipelineCommand_base: {
|
|
|
318
318
|
* @throws {@link CodePipelineServiceException}
|
|
319
319
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
320
320
|
*
|
|
321
|
+
*
|
|
321
322
|
* @public
|
|
322
323
|
*/
|
|
323
324
|
export declare class GetPipelineCommand extends GetPipelineCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const GetPipelineExecutionCommand_base: {
|
|
|
98
98
|
* @throws {@link CodePipelineServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class GetPipelineExecutionCommand extends GetPipelineExecutionCommand_base {
|
|
@@ -253,6 +253,7 @@ declare const GetPipelineStateCommand_base: {
|
|
|
253
253
|
* @throws {@link CodePipelineServiceException}
|
|
254
254
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
255
255
|
*
|
|
256
|
+
*
|
|
256
257
|
* @public
|
|
257
258
|
*/
|
|
258
259
|
export declare class GetPipelineStateCommand extends GetPipelineStateCommand_base {
|
|
@@ -138,6 +138,7 @@ declare const GetThirdPartyJobDetailsCommand_base: {
|
|
|
138
138
|
* @throws {@link CodePipelineServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
140
140
|
*
|
|
141
|
+
*
|
|
141
142
|
* @public
|
|
142
143
|
*/
|
|
143
144
|
export declare class GetThirdPartyJobDetailsCommand extends GetThirdPartyJobDetailsCommand_base {
|
|
@@ -140,6 +140,7 @@ declare const ListActionExecutionsCommand_base: {
|
|
|
140
140
|
* @throws {@link CodePipelineServiceException}
|
|
141
141
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
142
142
|
*
|
|
143
|
+
*
|
|
143
144
|
* @public
|
|
144
145
|
*/
|
|
145
146
|
export declare class ListActionExecutionsCommand extends ListActionExecutionsCommand_base {
|
|
@@ -99,6 +99,7 @@ declare const ListActionTypesCommand_base: {
|
|
|
99
99
|
* @throws {@link CodePipelineServiceException}
|
|
100
100
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
101
101
|
*
|
|
102
|
+
*
|
|
102
103
|
* @public
|
|
103
104
|
*/
|
|
104
105
|
export declare class ListActionTypesCommand extends ListActionTypesCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const ListPipelineExecutionsCommand_base: {
|
|
|
105
105
|
* @throws {@link CodePipelineServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class ListPipelineExecutionsCommand extends ListPipelineExecutionsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListPipelinesCommand_base: {
|
|
|
72
72
|
* @throws {@link CodePipelineServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListPipelinesCommand extends ListPipelinesCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const ListRuleExecutionsCommand_base: {
|
|
|
127
127
|
* @throws {@link CodePipelineServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class ListRuleExecutionsCommand extends ListRuleExecutionsCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const ListRuleTypesCommand_base: {
|
|
|
93
93
|
* @throws {@link CodePipelineServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class ListRuleTypesCommand extends ListRuleTypesCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
76
76
|
* @throws {@link CodePipelineServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const ListWebhooksCommand_base: {
|
|
|
98
98
|
* @throws {@link CodePipelineServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class ListWebhooksCommand extends ListWebhooksCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const OverrideStageConditionCommand_base: {
|
|
|
80
80
|
* @throws {@link CodePipelineServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class OverrideStageConditionCommand extends OverrideStageConditionCommand_base {
|
|
@@ -145,6 +145,7 @@ declare const PollForJobsCommand_base: {
|
|
|
145
145
|
* @throws {@link CodePipelineServiceException}
|
|
146
146
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
147
147
|
*
|
|
148
|
+
*
|
|
148
149
|
* @public
|
|
149
150
|
*/
|
|
150
151
|
export declare class PollForJobsCommand extends PollForJobsCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const PollForThirdPartyJobsCommand_base: {
|
|
|
77
77
|
* @throws {@link CodePipelineServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class PollForThirdPartyJobsCommand extends PollForThirdPartyJobsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const PutActionRevisionCommand_base: {
|
|
|
78
78
|
* @throws {@link CodePipelineServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class PutActionRevisionCommand extends PutActionRevisionCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const PutApprovalResultCommand_base: {
|
|
|
80
80
|
* @throws {@link CodePipelineServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PutApprovalResultCommand extends PutApprovalResultCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const PutJobFailureResultCommand_base: {
|
|
|
67
67
|
* @throws {@link CodePipelineServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class PutJobFailureResultCommand extends PutJobFailureResultCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const PutJobSuccessResultCommand_base: {
|
|
|
80
80
|
* @throws {@link CodePipelineServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class PutJobSuccessResultCommand extends PutJobSuccessResultCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const PutThirdPartyJobFailureResultCommand_base: {
|
|
|
71
71
|
* @throws {@link CodePipelineServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class PutThirdPartyJobFailureResultCommand extends PutThirdPartyJobFailureResultCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const PutThirdPartyJobSuccessResultCommand_base: {
|
|
|
78
78
|
* @throws {@link CodePipelineServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class PutThirdPartyJobSuccessResultCommand extends PutThirdPartyJobSuccessResultCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const PutWebhookCommand_base: {
|
|
|
147
147
|
* @throws {@link CodePipelineServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class PutWebhookCommand extends PutWebhookCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const RegisterWebhookWithThirdPartyCommand_base: {
|
|
|
60
60
|
* @throws {@link CodePipelineServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class RegisterWebhookWithThirdPartyCommand extends RegisterWebhookWithThirdPartyCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const RetryStageExecutionCommand_base: {
|
|
|
90
90
|
* @throws {@link CodePipelineServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class RetryStageExecutionCommand extends RetryStageExecutionCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const RollbackStageCommand_base: {
|
|
|
82
82
|
* @throws {@link CodePipelineServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class RollbackStageCommand extends RollbackStageCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const StartPipelineExecutionCommand_base: {
|
|
|
82
82
|
* @throws {@link CodePipelineServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class StartPipelineExecutionCommand extends StartPipelineExecutionCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const StopPipelineExecutionCommand_base: {
|
|
|
83
83
|
* @throws {@link CodePipelineServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class StopPipelineExecutionCommand extends StopPipelineExecutionCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const TagResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link CodePipelineServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link CodePipelineServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const UpdateActionTypeCommand_base: {
|
|
|
119
119
|
* @throws {@link CodePipelineServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class UpdateActionTypeCommand extends UpdateActionTypeCommand_base {
|
|
@@ -566,6 +566,7 @@ declare const UpdatePipelineCommand_base: {
|
|
|
566
566
|
* @throws {@link CodePipelineServiceException}
|
|
567
567
|
* <p>Base exception class for all service exceptions from CodePipeline service.</p>
|
|
568
568
|
*
|
|
569
|
+
*
|
|
569
570
|
* @public
|
|
570
571
|
*/
|
|
571
572
|
export declare class UpdatePipelineCommand extends UpdatePipelineCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codepipeline",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codepipeline Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codepipeline",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|