@aws-sdk/client-codepipeline 3.338.0 → 3.340.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/README.md +12 -13
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/protocols/Aws_json1_1.js +1 -0
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/protocols/Aws_json1_1.js +1 -0
- package/dist-types/CodePipeline.d.ts +83 -84
- package/dist-types/CodePipelineClient.d.ts +83 -84
- package/dist-types/commands/AcknowledgeJobCommand.d.ts +1 -1
- package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +8 -8
- package/dist-types/commands/CreatePipelineCommand.d.ts +18 -18
- package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteWebhookCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +3 -3
- package/dist-types/commands/DisableStageTransitionCommand.d.ts +1 -1
- package/dist-types/commands/EnableStageTransitionCommand.d.ts +1 -1
- package/dist-types/commands/GetActionTypeCommand.d.ts +3 -3
- package/dist-types/commands/GetJobDetailsCommand.d.ts +11 -11
- package/dist-types/commands/GetPipelineCommand.d.ts +8 -7
- package/dist-types/commands/GetPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/GetPipelineStateCommand.d.ts +5 -5
- package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +11 -11
- package/dist-types/commands/ListActionExecutionsCommand.d.ts +3 -3
- package/dist-types/commands/ListActionTypesCommand.d.ts +5 -5
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +2 -2
- package/dist-types/commands/ListWebhooksCommand.d.ts +4 -4
- package/dist-types/commands/PollForJobsCommand.d.ts +16 -16
- package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +7 -7
- package/dist-types/commands/PutActionRevisionCommand.d.ts +2 -1
- package/dist-types/commands/PutApprovalResultCommand.d.ts +2 -2
- package/dist-types/commands/PutJobFailureResultCommand.d.ts +1 -1
- package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -1
- package/dist-types/commands/PutWebhookCommand.d.ts +12 -11
- package/dist-types/commands/RetryStageExecutionCommand.d.ts +4 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateActionTypeCommand.d.ts +2 -2
- package/dist-types/commands/UpdatePipelineCommand.d.ts +16 -16
- package/dist-types/index.d.ts +83 -84
- package/dist-types/models/models_0.d.ts +195 -178
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-types/index.d.ts
CHANGED
|
@@ -1,196 +1,195 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <fullname>
|
|
3
|
-
*
|
|
2
|
+
* <fullname>CodePipeline</fullname>
|
|
3
|
+
* <p>
|
|
4
4
|
* <b>Overview</b>
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* actions and data types for
|
|
8
|
-
* only be configured through the API. For more information, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html">
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* <p>
|
|
5
|
+
* </p>
|
|
6
|
+
* <p>This is the CodePipeline API Reference. This guide provides descriptions
|
|
7
|
+
* of the actions and data types for CodePipeline. Some functionality for your
|
|
8
|
+
* pipeline can only be configured through the API. For more information, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html">CodePipeline User Guide</a>.</p>
|
|
9
|
+
* <p>You can use the CodePipeline API to work with pipelines, stages, actions,
|
|
10
|
+
* and transitions.</p>
|
|
11
|
+
* <p>
|
|
13
12
|
* <i>Pipelines</i> are models of automated release processes. Each pipeline
|
|
14
13
|
* is uniquely named, and consists of stages, actions, and transitions. </p>
|
|
15
|
-
*
|
|
16
|
-
*
|
|
14
|
+
* <p>You can work with pipelines by calling:</p>
|
|
15
|
+
* <ul>
|
|
17
16
|
* <li>
|
|
18
|
-
*
|
|
19
|
-
*
|
|
17
|
+
* <p>
|
|
18
|
+
* <a>CreatePipeline</a>, which creates a uniquely named
|
|
20
19
|
* pipeline.</p>
|
|
21
20
|
* </li>
|
|
22
21
|
* <li>
|
|
23
|
-
*
|
|
24
|
-
*
|
|
22
|
+
* <p>
|
|
23
|
+
* <a>DeletePipeline</a>, which deletes the specified
|
|
25
24
|
* pipeline.</p>
|
|
26
25
|
* </li>
|
|
27
26
|
* <li>
|
|
28
|
-
*
|
|
29
|
-
*
|
|
27
|
+
* <p>
|
|
28
|
+
* <a>GetPipeline</a>, which returns information about the pipeline
|
|
30
29
|
* structure and pipeline metadata, including the pipeline Amazon Resource Name
|
|
31
30
|
* (ARN).</p>
|
|
32
31
|
* </li>
|
|
33
32
|
* <li>
|
|
34
|
-
*
|
|
35
|
-
*
|
|
33
|
+
* <p>
|
|
34
|
+
* <a>GetPipelineExecution</a>, which returns information about a
|
|
36
35
|
* specific execution of a pipeline.</p>
|
|
37
36
|
* </li>
|
|
38
37
|
* <li>
|
|
39
|
-
*
|
|
40
|
-
*
|
|
38
|
+
* <p>
|
|
39
|
+
* <a>GetPipelineState</a>, which returns information about the current
|
|
41
40
|
* state of the stages and actions of a pipeline.</p>
|
|
42
41
|
* </li>
|
|
43
42
|
* <li>
|
|
44
|
-
*
|
|
43
|
+
* <p>
|
|
45
44
|
* <a>ListActionExecutions</a>, which returns action-level details
|
|
46
45
|
* for past executions. The details include full stage and action-level details,
|
|
47
46
|
* including individual action duration, status, any errors that occurred during
|
|
48
47
|
* the execution, and input and output artifact location details.</p>
|
|
49
48
|
* </li>
|
|
50
49
|
* <li>
|
|
51
|
-
*
|
|
52
|
-
*
|
|
50
|
+
* <p>
|
|
51
|
+
* <a>ListPipelines</a>, which gets a summary of all of the pipelines
|
|
53
52
|
* associated with your account.</p>
|
|
54
53
|
* </li>
|
|
55
54
|
* <li>
|
|
56
|
-
*
|
|
57
|
-
*
|
|
55
|
+
* <p>
|
|
56
|
+
* <a>ListPipelineExecutions</a>, which gets a summary of the most
|
|
58
57
|
* recent executions for a pipeline.</p>
|
|
59
58
|
* </li>
|
|
60
59
|
* <li>
|
|
61
|
-
*
|
|
62
|
-
*
|
|
60
|
+
* <p>
|
|
61
|
+
* <a>StartPipelineExecution</a>, which runs the most recent revision of
|
|
63
62
|
* an artifact through the pipeline.</p>
|
|
64
63
|
* </li>
|
|
65
64
|
* <li>
|
|
66
|
-
*
|
|
67
|
-
*
|
|
65
|
+
* <p>
|
|
66
|
+
* <a>StopPipelineExecution</a>, which stops the specified pipeline
|
|
68
67
|
* execution from continuing through the pipeline.</p>
|
|
69
68
|
* </li>
|
|
70
69
|
* <li>
|
|
71
|
-
*
|
|
72
|
-
*
|
|
70
|
+
* <p>
|
|
71
|
+
* <a>UpdatePipeline</a>, which updates a pipeline with edits or changes
|
|
73
72
|
* to the structure of the pipeline.</p>
|
|
74
73
|
* </li>
|
|
75
74
|
* </ul>
|
|
76
|
-
*
|
|
75
|
+
* <p>Pipelines include <i>stages</i>. Each stage contains one or more
|
|
77
76
|
* actions that must complete before the next stage begins. A stage results in success or
|
|
78
77
|
* failure. If a stage fails, the pipeline stops at that stage and remains stopped until
|
|
79
78
|
* either a new version of an artifact appears in the source location, or a user takes
|
|
80
79
|
* action to rerun the most recent artifact through the pipeline. You can call <a>GetPipelineState</a>, which displays the status of a pipeline, including the
|
|
81
80
|
* status of stages in the pipeline, or <a>GetPipeline</a>, which returns the
|
|
82
81
|
* entire structure of the pipeline, including the stages of that pipeline. For more
|
|
83
|
-
* information about the structure of stages and actions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html">
|
|
82
|
+
* information about the structure of stages and actions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html">CodePipeline
|
|
84
83
|
* Pipeline Structure Reference</a>.</p>
|
|
85
|
-
*
|
|
84
|
+
* <p>Pipeline stages include <i>actions</i> that are categorized into
|
|
86
85
|
* categories such as source or build actions performed in a stage of a pipeline. For
|
|
87
86
|
* example, you can use a source action to import artifacts into a pipeline from a source
|
|
88
87
|
* such as Amazon S3. Like stages, you do not work with actions directly in most cases, but
|
|
89
88
|
* you do define and interact with actions when working with pipeline operations such as
|
|
90
89
|
* <a>CreatePipeline</a> and <a>GetPipelineState</a>. Valid
|
|
91
90
|
* action categories are:</p>
|
|
92
|
-
*
|
|
91
|
+
* <ul>
|
|
93
92
|
* <li>
|
|
94
|
-
*
|
|
93
|
+
* <p>Source</p>
|
|
95
94
|
* </li>
|
|
96
95
|
* <li>
|
|
97
|
-
*
|
|
96
|
+
* <p>Build</p>
|
|
98
97
|
* </li>
|
|
99
98
|
* <li>
|
|
100
|
-
*
|
|
99
|
+
* <p>Test</p>
|
|
101
100
|
* </li>
|
|
102
101
|
* <li>
|
|
103
|
-
*
|
|
102
|
+
* <p>Deploy</p>
|
|
104
103
|
* </li>
|
|
105
104
|
* <li>
|
|
106
|
-
*
|
|
105
|
+
* <p>Approval</p>
|
|
107
106
|
* </li>
|
|
108
107
|
* <li>
|
|
109
|
-
*
|
|
108
|
+
* <p>Invoke</p>
|
|
110
109
|
* </li>
|
|
111
110
|
* </ul>
|
|
112
|
-
*
|
|
111
|
+
* <p>Pipelines also include <i>transitions</i>, which allow the transition
|
|
113
112
|
* of artifacts from one stage to the next in a pipeline after the actions in one stage
|
|
114
113
|
* complete.</p>
|
|
115
|
-
*
|
|
116
|
-
*
|
|
114
|
+
* <p>You can work with transitions by calling:</p>
|
|
115
|
+
* <ul>
|
|
117
116
|
* <li>
|
|
118
|
-
*
|
|
119
|
-
*
|
|
117
|
+
* <p>
|
|
118
|
+
* <a>DisableStageTransition</a>, which prevents artifacts from
|
|
120
119
|
* transitioning to the next stage in a pipeline.</p>
|
|
121
120
|
* </li>
|
|
122
121
|
* <li>
|
|
123
|
-
*
|
|
124
|
-
*
|
|
122
|
+
* <p>
|
|
123
|
+
* <a>EnableStageTransition</a>, which enables transition of artifacts
|
|
125
124
|
* between stages in a pipeline. </p>
|
|
126
125
|
* </li>
|
|
127
126
|
* </ul>
|
|
128
|
-
*
|
|
129
|
-
* <b>Using the API to integrate with
|
|
130
|
-
*
|
|
131
|
-
*
|
|
132
|
-
* with
|
|
133
|
-
* integrate with
|
|
127
|
+
* <p>
|
|
128
|
+
* <b>Using the API to integrate with CodePipeline</b>
|
|
129
|
+
* </p>
|
|
130
|
+
* <p>For third-party integrators or developers who want to create their own integrations
|
|
131
|
+
* with CodePipeline, the expected sequence varies from the standard API user. To
|
|
132
|
+
* integrate with CodePipeline, developers need to work with the following
|
|
134
133
|
* items:</p>
|
|
135
|
-
*
|
|
134
|
+
* <p>
|
|
136
135
|
* <b>Jobs</b>, which are instances of an action. For
|
|
137
136
|
* example, a job for a source action might import a revision of an artifact from a source. </p>
|
|
138
|
-
*
|
|
139
|
-
*
|
|
137
|
+
* <p>You can work with jobs by calling:</p>
|
|
138
|
+
* <ul>
|
|
140
139
|
* <li>
|
|
141
|
-
*
|
|
142
|
-
*
|
|
140
|
+
* <p>
|
|
141
|
+
* <a>AcknowledgeJob</a>, which confirms whether a job worker has
|
|
143
142
|
* received the specified job.</p>
|
|
144
143
|
* </li>
|
|
145
144
|
* <li>
|
|
146
|
-
*
|
|
147
|
-
*
|
|
145
|
+
* <p>
|
|
146
|
+
* <a>GetJobDetails</a>, which returns the details of a job.</p>
|
|
148
147
|
* </li>
|
|
149
148
|
* <li>
|
|
150
|
-
*
|
|
151
|
-
*
|
|
149
|
+
* <p>
|
|
150
|
+
* <a>PollForJobs</a>, which determines whether there are any jobs to
|
|
152
151
|
* act on.</p>
|
|
153
152
|
* </li>
|
|
154
153
|
* <li>
|
|
155
|
-
*
|
|
156
|
-
*
|
|
154
|
+
* <p>
|
|
155
|
+
* <a>PutJobFailureResult</a>, which provides details of a job failure.
|
|
157
156
|
* </p>
|
|
158
157
|
* </li>
|
|
159
158
|
* <li>
|
|
160
|
-
*
|
|
161
|
-
*
|
|
159
|
+
* <p>
|
|
160
|
+
* <a>PutJobSuccessResult</a>, which provides details of a job
|
|
162
161
|
* success.</p>
|
|
163
162
|
* </li>
|
|
164
163
|
* </ul>
|
|
165
|
-
*
|
|
164
|
+
* <p>
|
|
166
165
|
* <b>Third party jobs</b>, which are instances of an action
|
|
167
|
-
* created by a partner action and integrated into
|
|
168
|
-
* created by members of the
|
|
169
|
-
*
|
|
170
|
-
*
|
|
166
|
+
* created by a partner action and integrated into CodePipeline. Partner actions are
|
|
167
|
+
* created by members of the Amazon Web Services Partner Network.</p>
|
|
168
|
+
* <p>You can work with third party jobs by calling:</p>
|
|
169
|
+
* <ul>
|
|
171
170
|
* <li>
|
|
172
|
-
*
|
|
173
|
-
*
|
|
171
|
+
* <p>
|
|
172
|
+
* <a>AcknowledgeThirdPartyJob</a>, which confirms whether a job worker
|
|
174
173
|
* has received the specified job.</p>
|
|
175
174
|
* </li>
|
|
176
175
|
* <li>
|
|
177
|
-
*
|
|
178
|
-
*
|
|
176
|
+
* <p>
|
|
177
|
+
* <a>GetThirdPartyJobDetails</a>, which requests the details of a job
|
|
179
178
|
* for a partner action.</p>
|
|
180
179
|
* </li>
|
|
181
180
|
* <li>
|
|
182
|
-
*
|
|
183
|
-
*
|
|
181
|
+
* <p>
|
|
182
|
+
* <a>PollForThirdPartyJobs</a>, which determines whether there are any
|
|
184
183
|
* jobs to act on. </p>
|
|
185
184
|
* </li>
|
|
186
185
|
* <li>
|
|
187
|
-
*
|
|
188
|
-
*
|
|
186
|
+
* <p>
|
|
187
|
+
* <a>PutThirdPartyJobFailureResult</a>, which provides details of a job
|
|
189
188
|
* failure.</p>
|
|
190
189
|
* </li>
|
|
191
190
|
* <li>
|
|
192
|
-
*
|
|
193
|
-
*
|
|
191
|
+
* <p>
|
|
192
|
+
* <a>PutThirdPartyJobSuccessResult</a>, which provides details of a job
|
|
194
193
|
* success.</p>
|
|
195
194
|
* </li>
|
|
196
195
|
* </ul>
|