@aws-sdk/client-codepipeline 3.337.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.
Files changed (177) hide show
  1. package/README.md +12 -13
  2. package/dist-cjs/CodePipelineClient.js +2 -1
  3. package/dist-cjs/commands/AcknowledgeJobCommand.js +2 -1
  4. package/dist-cjs/commands/AcknowledgeThirdPartyJobCommand.js +2 -1
  5. package/dist-cjs/commands/CreateCustomActionTypeCommand.js +2 -1
  6. package/dist-cjs/commands/CreatePipelineCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +2 -1
  8. package/dist-cjs/commands/DeletePipelineCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteWebhookCommand.js +2 -1
  10. package/dist-cjs/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -1
  11. package/dist-cjs/commands/DisableStageTransitionCommand.js +2 -1
  12. package/dist-cjs/commands/EnableStageTransitionCommand.js +2 -1
  13. package/dist-cjs/commands/GetActionTypeCommand.js +2 -1
  14. package/dist-cjs/commands/GetJobDetailsCommand.js +2 -1
  15. package/dist-cjs/commands/GetPipelineCommand.js +2 -1
  16. package/dist-cjs/commands/GetPipelineExecutionCommand.js +2 -1
  17. package/dist-cjs/commands/GetPipelineStateCommand.js +2 -1
  18. package/dist-cjs/commands/GetThirdPartyJobDetailsCommand.js +2 -1
  19. package/dist-cjs/commands/ListActionExecutionsCommand.js +2 -1
  20. package/dist-cjs/commands/ListActionTypesCommand.js +2 -1
  21. package/dist-cjs/commands/ListPipelineExecutionsCommand.js +2 -1
  22. package/dist-cjs/commands/ListPipelinesCommand.js +2 -1
  23. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  24. package/dist-cjs/commands/ListWebhooksCommand.js +2 -1
  25. package/dist-cjs/commands/PollForJobsCommand.js +2 -1
  26. package/dist-cjs/commands/PollForThirdPartyJobsCommand.js +2 -1
  27. package/dist-cjs/commands/PutActionRevisionCommand.js +2 -1
  28. package/dist-cjs/commands/PutApprovalResultCommand.js +2 -1
  29. package/dist-cjs/commands/PutJobFailureResultCommand.js +2 -1
  30. package/dist-cjs/commands/PutJobSuccessResultCommand.js +2 -1
  31. package/dist-cjs/commands/PutThirdPartyJobFailureResultCommand.js +2 -1
  32. package/dist-cjs/commands/PutThirdPartyJobSuccessResultCommand.js +2 -1
  33. package/dist-cjs/commands/PutWebhookCommand.js +2 -1
  34. package/dist-cjs/commands/RegisterWebhookWithThirdPartyCommand.js +2 -1
  35. package/dist-cjs/commands/RetryStageExecutionCommand.js +2 -1
  36. package/dist-cjs/commands/StartPipelineExecutionCommand.js +2 -1
  37. package/dist-cjs/commands/StopPipelineExecutionCommand.js +2 -1
  38. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  39. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  40. package/dist-cjs/commands/UpdateActionTypeCommand.js +2 -1
  41. package/dist-cjs/commands/UpdatePipelineCommand.js +2 -1
  42. package/dist-cjs/endpoint/ruleset.js +3 -3
  43. package/dist-cjs/index.js +2 -2
  44. package/dist-cjs/models/CodePipelineServiceException.js +2 -1
  45. package/dist-cjs/protocols/Aws_json1_1.js +1 -0
  46. package/dist-es/CodePipelineClient.js +1 -0
  47. package/dist-es/commands/AcknowledgeJobCommand.js +1 -0
  48. package/dist-es/commands/AcknowledgeThirdPartyJobCommand.js +1 -0
  49. package/dist-es/commands/CreateCustomActionTypeCommand.js +1 -0
  50. package/dist-es/commands/CreatePipelineCommand.js +1 -0
  51. package/dist-es/commands/DeleteCustomActionTypeCommand.js +1 -0
  52. package/dist-es/commands/DeletePipelineCommand.js +1 -0
  53. package/dist-es/commands/DeleteWebhookCommand.js +1 -0
  54. package/dist-es/commands/DeregisterWebhookWithThirdPartyCommand.js +1 -0
  55. package/dist-es/commands/DisableStageTransitionCommand.js +1 -0
  56. package/dist-es/commands/EnableStageTransitionCommand.js +1 -0
  57. package/dist-es/commands/GetActionTypeCommand.js +1 -0
  58. package/dist-es/commands/GetJobDetailsCommand.js +1 -0
  59. package/dist-es/commands/GetPipelineCommand.js +1 -0
  60. package/dist-es/commands/GetPipelineExecutionCommand.js +1 -0
  61. package/dist-es/commands/GetPipelineStateCommand.js +1 -0
  62. package/dist-es/commands/GetThirdPartyJobDetailsCommand.js +1 -0
  63. package/dist-es/commands/ListActionExecutionsCommand.js +1 -0
  64. package/dist-es/commands/ListActionTypesCommand.js +1 -0
  65. package/dist-es/commands/ListPipelineExecutionsCommand.js +1 -0
  66. package/dist-es/commands/ListPipelinesCommand.js +1 -0
  67. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  68. package/dist-es/commands/ListWebhooksCommand.js +1 -0
  69. package/dist-es/commands/PollForJobsCommand.js +1 -0
  70. package/dist-es/commands/PollForThirdPartyJobsCommand.js +1 -0
  71. package/dist-es/commands/PutActionRevisionCommand.js +1 -0
  72. package/dist-es/commands/PutApprovalResultCommand.js +1 -0
  73. package/dist-es/commands/PutJobFailureResultCommand.js +1 -0
  74. package/dist-es/commands/PutJobSuccessResultCommand.js +1 -0
  75. package/dist-es/commands/PutThirdPartyJobFailureResultCommand.js +1 -0
  76. package/dist-es/commands/PutThirdPartyJobSuccessResultCommand.js +1 -0
  77. package/dist-es/commands/PutWebhookCommand.js +1 -0
  78. package/dist-es/commands/RegisterWebhookWithThirdPartyCommand.js +1 -0
  79. package/dist-es/commands/RetryStageExecutionCommand.js +1 -0
  80. package/dist-es/commands/StartPipelineExecutionCommand.js +1 -0
  81. package/dist-es/commands/StopPipelineExecutionCommand.js +1 -0
  82. package/dist-es/commands/TagResourceCommand.js +1 -0
  83. package/dist-es/commands/UntagResourceCommand.js +1 -0
  84. package/dist-es/commands/UpdateActionTypeCommand.js +1 -0
  85. package/dist-es/commands/UpdatePipelineCommand.js +1 -0
  86. package/dist-es/endpoint/ruleset.js +3 -3
  87. package/dist-es/index.js +2 -2
  88. package/dist-es/models/CodePipelineServiceException.js +1 -0
  89. package/dist-es/protocols/Aws_json1_1.js +1 -0
  90. package/dist-types/CodePipeline.d.ts +83 -84
  91. package/dist-types/CodePipelineClient.d.ts +86 -87
  92. package/dist-types/commands/AcknowledgeJobCommand.d.ts +5 -1
  93. package/dist-types/commands/AcknowledgeThirdPartyJobCommand.d.ts +5 -1
  94. package/dist-types/commands/CreateCustomActionTypeCommand.d.ts +12 -8
  95. package/dist-types/commands/CreatePipelineCommand.d.ts +22 -18
  96. package/dist-types/commands/DeleteCustomActionTypeCommand.d.ts +7 -3
  97. package/dist-types/commands/DeletePipelineCommand.d.ts +4 -0
  98. package/dist-types/commands/DeleteWebhookCommand.d.ts +5 -2
  99. package/dist-types/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +7 -3
  100. package/dist-types/commands/DisableStageTransitionCommand.d.ts +5 -1
  101. package/dist-types/commands/EnableStageTransitionCommand.d.ts +5 -1
  102. package/dist-types/commands/GetActionTypeCommand.d.ts +7 -3
  103. package/dist-types/commands/GetJobDetailsCommand.d.ts +15 -11
  104. package/dist-types/commands/GetPipelineCommand.d.ts +12 -7
  105. package/dist-types/commands/GetPipelineExecutionCommand.d.ts +5 -1
  106. package/dist-types/commands/GetPipelineStateCommand.d.ts +9 -5
  107. package/dist-types/commands/GetThirdPartyJobDetailsCommand.d.ts +15 -11
  108. package/dist-types/commands/ListActionExecutionsCommand.d.ts +7 -3
  109. package/dist-types/commands/ListActionTypesCommand.d.ts +9 -5
  110. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +6 -2
  111. package/dist-types/commands/ListPipelinesCommand.d.ts +4 -0
  112. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  113. package/dist-types/commands/ListWebhooksCommand.d.ts +8 -4
  114. package/dist-types/commands/PollForJobsCommand.d.ts +20 -16
  115. package/dist-types/commands/PollForThirdPartyJobsCommand.d.ts +11 -7
  116. package/dist-types/commands/PutActionRevisionCommand.d.ts +6 -1
  117. package/dist-types/commands/PutApprovalResultCommand.d.ts +6 -2
  118. package/dist-types/commands/PutJobFailureResultCommand.d.ts +5 -1
  119. package/dist-types/commands/PutJobSuccessResultCommand.d.ts +4 -0
  120. package/dist-types/commands/PutThirdPartyJobFailureResultCommand.d.ts +5 -1
  121. package/dist-types/commands/PutThirdPartyJobSuccessResultCommand.d.ts +4 -0
  122. package/dist-types/commands/PutWebhookCommand.d.ts +16 -11
  123. package/dist-types/commands/RegisterWebhookWithThirdPartyCommand.d.ts +4 -0
  124. package/dist-types/commands/RetryStageExecutionCommand.d.ts +8 -3
  125. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +4 -0
  126. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +4 -0
  127. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  128. package/dist-types/commands/UntagResourceCommand.d.ts +5 -1
  129. package/dist-types/commands/UpdateActionTypeCommand.d.ts +6 -2
  130. package/dist-types/commands/UpdatePipelineCommand.d.ts +20 -16
  131. package/dist-types/index.d.ts +200 -2
  132. package/dist-types/models/CodePipelineServiceException.d.ts +1 -0
  133. package/dist-types/models/models_0.d.ts +195 -178
  134. package/dist-types/ts3.4/CodePipelineClient.d.ts +3 -3
  135. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/ListActionExecutionsCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +1 -0
  160. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +1 -0
  161. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +1 -0
  162. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +1 -0
  163. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +1 -0
  164. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +1 -0
  165. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +1 -0
  166. package/dist-types/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +1 -0
  167. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +1 -0
  168. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -0
  169. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +1 -0
  170. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  171. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  172. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +1 -0
  173. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -0
  174. package/dist-types/ts3.4/index.d.ts +2 -2
  175. package/dist-types/ts3.4/models/CodePipelineServiceException.d.ts +1 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/package.json +28 -28
@@ -11,8 +11,8 @@ export interface AcknowledgeJobInput {
11
11
  */
12
12
  jobId: string | undefined;
13
13
  /**
14
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
15
- * is being worked on by only one job worker. Get this number from the response of the
14
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
15
+ * job is being worked on by only one job worker. Get this number from the response of the
16
16
  * <a>PollForJobs</a> request that returned this job.</p>
17
17
  */
18
18
  nonce: string | undefined;
@@ -90,8 +90,9 @@ export interface AcknowledgeThirdPartyJobInput {
90
90
  */
91
91
  jobId: string | undefined;
92
92
  /**
93
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
94
- * is being worked on by only one job worker. Get this number from the response to a <a>GetThirdPartyJobDetails</a> request.</p>
93
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
94
+ * job is being worked on by only one job worker. Get this number from the response to a
95
+ * <a>GetThirdPartyJobDetails</a> request.</p>
95
96
  */
96
97
  nonce: string | undefined;
97
98
  /**
@@ -182,7 +183,7 @@ export interface ActionConfigurationProperty {
182
183
  * <p>Whether the configuration property is secret. Secrets are hidden from all calls
183
184
  * except for <code>GetJobDetails</code>, <code>GetThirdPartyJobDetails</code>,
184
185
  * <code>PollForJobs</code>, and <code>PollForThirdPartyJobs</code>.</p>
185
- * <p>When updating a pipeline, passing * * * * * without changing any other values of
186
+ * <p>When updating a pipeline, passing * * * * * without changing any other values of
186
187
  * the action preserves the previous value of the secret.</p>
187
188
  */
188
189
  secret: boolean | undefined;
@@ -190,7 +191,7 @@ export interface ActionConfigurationProperty {
190
191
  * <p>Indicates that the property is used with <code>PollForJobs</code>. When creating a
191
192
  * custom action, an action can have up to one queryable property. If it has one, that
192
193
  * property must be both required and not secret.</p>
193
- * <p>If you create a pipeline with a custom action type, and that custom action contains
194
+ * <p>If you create a pipeline with a custom action type, and that custom action contains
194
195
  * a queryable property, the value for that configuration property is subject to other
195
196
  * restrictions. The value must be less than or equal to twenty (20) characters. The value
196
197
  * can contain only alphanumeric characters, underscores, and hyphens.</p>
@@ -243,24 +244,24 @@ export interface ActionTypeId {
243
244
  * <p>A category defines what kind of action can be taken in the stage, and constrains
244
245
  * the provider type for the action. Valid categories are limited to one of the following
245
246
  * values. </p>
246
- * <ul>
247
+ * <ul>
247
248
  * <li>
248
- * <p>Source</p>
249
+ * <p>Source</p>
249
250
  * </li>
250
251
  * <li>
251
- * <p>Build</p>
252
+ * <p>Build</p>
252
253
  * </li>
253
254
  * <li>
254
- * <p>Test</p>
255
+ * <p>Test</p>
255
256
  * </li>
256
257
  * <li>
257
- * <p>Deploy</p>
258
+ * <p>Deploy</p>
258
259
  * </li>
259
260
  * <li>
260
- * <p>Invoke</p>
261
+ * <p>Invoke</p>
261
262
  * </li>
262
263
  * <li>
263
- * <p>Approval</p>
264
+ * <p>Approval</p>
264
265
  * </li>
265
266
  * </ul>
266
267
  */
@@ -275,8 +276,8 @@ export interface ActionTypeId {
275
276
  /**
276
277
  * <p>The provider of the service being called by the action. Valid providers are
277
278
  * determined by the action category. For example, an action in the Deploy category type
278
- * might have a provider of AWS CodeDeploy, which would be specified as CodeDeploy. For
279
- * more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers">Valid Action Types and Providers in CodePipeline</a>.</p>
279
+ * might have a provider of CodeDeploy, which would be specified as
280
+ * <code>CodeDeploy</code>. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#actions-valid-providers">Valid Action Types and Providers in CodePipeline</a>.</p>
280
281
  */
281
282
  provider: string | undefined;
282
283
  /**
@@ -292,7 +293,11 @@ export interface ActionTypeId {
292
293
  export interface InputArtifact {
293
294
  /**
294
295
  * <p>The name of the artifact to be worked on (for example, "My App").</p>
295
- * <p>The input artifact of an action must exactly match the output artifact declared in
296
+ * <p>Artifacts are the files that are worked on by actions in the pipeline. See the
297
+ * action configuration for each action for details about artifact parameters. For example,
298
+ * the S3 source action input artifact is a file name (or file path), and the files are
299
+ * generally provided as a ZIP file. Example artifact name: SampleApp_Windows.zip</p>
300
+ * <p>The input artifact of an action must exactly match the output artifact declared in
296
301
  * a preceding action, but the input artifact does not have to be the next action in strict
297
302
  * sequence from the action that provided the output artifact. Actions in parallel can
298
303
  * declare different output artifacts, which are in turn consumed by different following
@@ -307,12 +312,12 @@ export interface InputArtifact {
307
312
  export interface OutputArtifact {
308
313
  /**
309
314
  * <p>The name of the output of an artifact, such as "My App".</p>
310
- * <p>The input artifact of an action must exactly match the output artifact declared in
315
+ * <p>The input artifact of an action must exactly match the output artifact declared in
311
316
  * a preceding action, but the input artifact does not have to be the next action in strict
312
317
  * sequence from the action that provided the output artifact. Actions in parallel can
313
318
  * declare different output artifacts, which are in turn consumed by different following
314
319
  * actions.</p>
315
- * <p>Output artifact names must be unique within a pipeline.</p>
320
+ * <p>Output artifact names must be unique within a pipeline.</p>
316
321
  */
317
322
  name: string | undefined;
318
323
  }
@@ -336,18 +341,17 @@ export interface ActionDeclaration {
336
341
  /**
337
342
  * <p>The action's configuration. These are key-value pairs that specify input values for
338
343
  * an action. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Action Structure Requirements in CodePipeline</a>. For the list of
339
- * configuration properties for the AWS CloudFormation action type in CodePipeline, see
340
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html">Configuration Properties Reference</a> in the <i>AWS CloudFormation User
341
- * Guide</i>. For template snippets with examples, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html">Using Parameter Override Functions with CodePipeline Pipelines</a> in the
342
- * <i>AWS CloudFormation User Guide</i>.</p>
343
- * <p>The values can be represented in either JSON or YAML format. For example, the JSON
344
+ * configuration properties for the CloudFormation action type in CodePipeline, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html">Configuration Properties Reference</a> in the <i>CloudFormation
345
+ * User Guide</i>. For template snippets with examples, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html">Using Parameter Override Functions with CodePipeline Pipelines</a> in the
346
+ * <i>CloudFormation User Guide</i>.</p>
347
+ * <p>The values can be represented in either JSON or YAML format. For example, the JSON
344
348
  * configuration item format is as follows: </p>
345
- * <p>
349
+ * <p>
346
350
  * <i>JSON:</i>
347
351
  * </p>
348
- * <p>
352
+ * <p>
349
353
  * <code>"Configuration" : \{ Key : Value \},</code>
350
- * </p>
354
+ * </p>
351
355
  */
352
356
  configuration?: Record<string, string>;
353
357
  /**
@@ -366,7 +370,7 @@ export interface ActionDeclaration {
366
370
  */
367
371
  roleArn?: string;
368
372
  /**
369
- * <p>The action declaration's AWS Region, such as us-east-1.</p>
373
+ * <p>The action declaration's Amazon Web Services Region, such as us-east-1.</p>
370
374
  */
371
375
  region?: string;
372
376
  /**
@@ -377,7 +381,7 @@ export interface ActionDeclaration {
377
381
  }
378
382
  /**
379
383
  * @public
380
- * <p>Represents information about an error in AWS CodePipeline.</p>
384
+ * <p>Represents information about an error in CodePipeline.</p>
381
385
  */
382
386
  export interface ErrorDetails {
383
387
  /**
@@ -411,10 +415,10 @@ export interface ActionExecution {
411
415
  /**
412
416
  * <p>ID of the workflow action execution in the current stage. Use the <a>GetPipelineState</a> action to retrieve the current action execution details
413
417
  * of the current stage.</p>
414
- * <note>
418
+ * <note>
415
419
  * <p>For older executions, this field might be empty. The action execution ID is
416
420
  * available for executions run on or after March 2020.</p>
417
- * </note>
421
+ * </note>
418
422
  */
419
423
  actionExecutionId?: string;
420
424
  /**
@@ -446,8 +450,8 @@ export interface ActionExecution {
446
450
  */
447
451
  externalExecutionId?: string;
448
452
  /**
449
- * <p>The URL of a resource external to AWS that is used when running the action (for
450
- * example, an external repository URL).</p>
453
+ * <p>The URL of a resource external to Amazon Web Services that is used when running the
454
+ * action (for example, an external repository URL).</p>
451
455
  */
452
456
  externalExecutionUrl?: string;
453
457
  /**
@@ -455,7 +459,7 @@ export interface ActionExecution {
455
459
  */
456
460
  percentComplete?: number;
457
461
  /**
458
- * <p>The details of an error returned by a URL external to AWS.</p>
462
+ * <p>The details of an error returned by a URL external to Amazon Web Services.</p>
459
463
  */
460
464
  errorDetails?: ErrorDetails;
461
465
  }
@@ -511,7 +515,7 @@ export interface ActionExecutionInput {
511
515
  */
512
516
  roleArn?: string;
513
517
  /**
514
- * <p>The AWS Region for the action, such as us-east-1.</p>
518
+ * <p>The Amazon Web Services Region for the action, such as us-east-1.</p>
515
519
  */
516
520
  region?: string;
517
521
  /**
@@ -711,21 +715,21 @@ export interface ActionTypeSettings {
711
715
  */
712
716
  thirdPartyConfigurationUrl?: string;
713
717
  /**
714
- * <p>The URL returned to the AWS CodePipeline console that provides a deep link to the
715
- * resources of the external system, such as the configuration page for an AWS CodeDeploy
718
+ * <p>The URL returned to the CodePipeline console that provides a deep link to the
719
+ * resources of the external system, such as the configuration page for a CodeDeploy
716
720
  * deployment group. This link is provided as part of the action display in the
717
721
  * pipeline.</p>
718
722
  */
719
723
  entityUrlTemplate?: string;
720
724
  /**
721
- * <p>The URL returned to the AWS CodePipeline console that contains a link to the
722
- * top-level landing page for the external system, such as the console page for AWS
723
- * CodeDeploy. This link is shown on the pipeline view page in the AWS CodePipeline console
724
- * and provides a link to the execution entity of the external action.</p>
725
+ * <p>The URL returned to the CodePipeline console that contains a link to the
726
+ * top-level landing page for the external system, such as the console page for CodeDeploy.
727
+ * This link is shown on the pipeline view page in the CodePipeline console and
728
+ * provides a link to the execution entity of the external action.</p>
725
729
  */
726
730
  executionUrlTemplate?: string;
727
731
  /**
728
- * <p>The URL returned to the AWS CodePipeline console that contains a link to the page
732
+ * <p>The URL returned to the CodePipeline console that contains a link to the page
729
733
  * where customers can update or change the configuration of the external action.</p>
730
734
  */
731
735
  revisionUrlTemplate?: string;
@@ -850,14 +854,14 @@ export interface ActionTypeExecutor {
850
854
  */
851
855
  type: ExecutorType | string | undefined;
852
856
  /**
853
- * <p>The policy statement that specifies the permissions in the CodePipeline customer’s
857
+ * <p>The policy statement that specifies the permissions in the CodePipeline customer
854
858
  * account that are needed to successfully run an action.</p>
855
- * <p>To grant permission to another account, specify the account ID as the Principal, a
859
+ * <p>To grant permission to another account, specify the account ID as the Principal, a
856
860
  * domain-style identifier defined by the service, for example
857
861
  * <code>codepipeline.amazonaws.com</code>.</p>
858
- * <note>
862
+ * <note>
859
863
  * <p>The size of the passed JSON policy document cannot exceed 2048 characters.</p>
860
- * </note>
864
+ * </note>
861
865
  */
862
866
  policyStatementsTemplate?: string;
863
867
  /**
@@ -873,34 +877,34 @@ export interface ActionTypeExecutor {
873
877
  export interface ActionTypeIdentifier {
874
878
  /**
875
879
  * <p>Defines what kind of action can be taken in the stage, one of the following:</p>
876
- * <ul>
880
+ * <ul>
877
881
  * <li>
878
- * <p>
882
+ * <p>
879
883
  * <code>Source</code>
880
884
  * </p>
881
885
  * </li>
882
886
  * <li>
883
- * <p>
887
+ * <p>
884
888
  * <code>Build</code>
885
889
  * </p>
886
890
  * </li>
887
891
  * <li>
888
- * <p>
892
+ * <p>
889
893
  * <code>Test</code>
890
894
  * </p>
891
895
  * </li>
892
896
  * <li>
893
- * <p>
897
+ * <p>
894
898
  * <code>Deploy</code>
895
899
  * </p>
896
900
  * </li>
897
901
  * <li>
898
- * <p>
902
+ * <p>
899
903
  * <code>Approval</code>
900
904
  * </p>
901
905
  * </li>
902
906
  * <li>
903
- * <p>
907
+ * <p>
904
908
  * <code>Invoke</code>
905
909
  * </p>
906
910
  * </li>
@@ -928,7 +932,7 @@ export interface ActionTypeIdentifier {
928
932
  */
929
933
  export interface ActionTypePermissions {
930
934
  /**
931
- * <p>A list of AWS account IDs with access to use the action type in their
935
+ * <p>A list of Amazon Web Services account IDs with access to use the action type in their
932
936
  * pipelines.</p>
933
937
  */
934
938
  allowedAccounts: string[] | undefined;
@@ -976,8 +980,8 @@ export interface ActionTypeProperty {
976
980
  */
977
981
  export interface ActionTypeUrls {
978
982
  /**
979
- * <p>The URL returned to the CodePipeline console that contains a link to the page where
980
- * customers can configure the external action.</p>
983
+ * <p>The URL returned to the CodePipeline console that contains a link to the page
984
+ * where customers can configure the external action.</p>
981
985
  */
982
986
  configurationUrl?: string;
983
987
  /**
@@ -988,13 +992,12 @@ export interface ActionTypeUrls {
988
992
  entityUrlTemplate?: string;
989
993
  /**
990
994
  * <p>The link to an execution page for the action type in progress. For example, for a
991
- * CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline
992
- * console, and it links to a CodeDeploy status page.</p>
995
+ * CodeDeploy action, this link is shown on the pipeline view page in the CodePipeline console, and it links to a CodeDeploy status page.</p>
993
996
  */
994
997
  executionUrlTemplate?: string;
995
998
  /**
996
- * <p>The URL returned to the CodePipeline console that contains a link to the page where
997
- * customers can update or change the configuration of the external action.</p>
999
+ * <p>The URL returned to the CodePipeline console that contains a link to the page
1000
+ * where customers can update or change the configuration of the external action.</p>
998
1001
  */
999
1002
  revisionUrlTemplate?: string;
1000
1003
  }
@@ -1135,8 +1138,10 @@ export interface ArtifactLocation {
1135
1138
  }
1136
1139
  /**
1137
1140
  * @public
1138
- * <p>Represents information about an artifact that is worked on by actions in the
1139
- * pipeline.</p>
1141
+ * <p>Artifacts are the files that are worked on by actions in the pipeline. See the
1142
+ * action configuration for each action for details about artifact parameters. For example,
1143
+ * the S3 source action artifact is a file name (or file path), and the files are generally
1144
+ * provided as a ZIP file. Example artifact name: SampleApp_Windows.zip</p>
1140
1145
  */
1141
1146
  export interface Artifact {
1142
1147
  /**
@@ -1174,7 +1179,7 @@ export interface ArtifactRevision {
1174
1179
  revisionChangeIdentifier?: string;
1175
1180
  /**
1176
1181
  * <p>Summary information about the most recent revision of the artifact. For GitHub and
1177
- * AWS CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
1182
+ * CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
1178
1183
  * user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
1179
1184
  * specified in the object metadata.</p>
1180
1185
  */
@@ -1185,7 +1190,7 @@ export interface ArtifactRevision {
1185
1190
  */
1186
1191
  created?: Date;
1187
1192
  /**
1188
- * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or AWS
1193
+ * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
1189
1194
  * CodeCommit repositories, the commit ID is linked to a commit details page.</p>
1190
1195
  */
1191
1196
  revisionUrl?: string;
@@ -1204,22 +1209,25 @@ export type EncryptionKeyType = (typeof EncryptionKeyType)[keyof typeof Encrypti
1204
1209
  /**
1205
1210
  * @public
1206
1211
  * <p>Represents information about the key used to encrypt data in the artifact store,
1207
- * such as an AWS Key Management Service (AWS KMS) key.</p>
1212
+ * such as an Amazon Web Services Key Management Service (Key Management Service)
1213
+ * key.</p>
1208
1214
  */
1209
1215
  export interface EncryptionKey {
1210
1216
  /**
1211
- * <p>The ID used to identify the key. For an AWS KMS key, you can use the key ID, the
1212
- * key ARN, or the alias ARN.</p>
1213
- * <note>
1214
- * <p>Aliases are recognized only in the account that created the customer master key
1215
- * (CMK). For cross-account actions, you can only use the key ID or key ARN to identify
1216
- * the key.</p>
1217
- * </note>
1217
+ * <p>The ID used to identify the key. For an Amazon Web Services KMS key, you can use the
1218
+ * key ID, the key ARN, or the alias ARN.</p>
1219
+ * <note>
1220
+ * <p>Aliases are recognized only in the account that created the KMS
1221
+ * key. For cross-account actions, you can only use the key ID or key ARN to identify
1222
+ * the key. Cross-account actions involve using the role from the other account
1223
+ * (AccountB), so specifying the key ID will use the key from the other account
1224
+ * (AccountB).</p>
1225
+ * </note>
1218
1226
  */
1219
1227
  id: string | undefined;
1220
1228
  /**
1221
- * <p>The type of encryption key, such as an AWS Key Management Service (AWS KMS) key.
1222
- * When creating or updating a pipeline, the value must be set to 'KMS'.</p>
1229
+ * <p>The type of encryption key, such as an Amazon Web Services KMS key. When creating or
1230
+ * updating a pipeline, the value must be set to 'KMS'.</p>
1223
1231
  */
1224
1232
  type: EncryptionKeyType | string | undefined;
1225
1233
  }
@@ -1237,12 +1245,12 @@ export type ArtifactStoreType = (typeof ArtifactStoreType)[keyof typeof Artifact
1237
1245
  /**
1238
1246
  * @public
1239
1247
  * <p>The S3 bucket where artifacts for the pipeline are stored.</p>
1240
- * <note>
1248
+ * <note>
1241
1249
  * <p>You must include either <code>artifactStore</code> or
1242
1250
  * <code>artifactStores</code> in your pipeline, but you cannot use both. If you
1243
1251
  * create a cross-region action in your pipeline, you must use
1244
1252
  * <code>artifactStores</code>.</p>
1245
- * </note>
1253
+ * </note>
1246
1254
  */
1247
1255
  export interface ArtifactStore {
1248
1256
  /**
@@ -1253,23 +1261,23 @@ export interface ArtifactStore {
1253
1261
  * <p>The S3 bucket used for storing the artifacts for a pipeline. You can specify the
1254
1262
  * name of an S3 bucket but not a folder in the bucket. A folder to contain the pipeline
1255
1263
  * artifacts is created for you based on the name of the pipeline. You can use any S3
1256
- * bucket in the same AWS Region as the pipeline to store your pipeline
1264
+ * bucket in the same Amazon Web Services Region as the pipeline to store your pipeline
1257
1265
  * artifacts.</p>
1258
1266
  */
1259
1267
  location: string | undefined;
1260
1268
  /**
1261
- * <p>The encryption key used to encrypt the data in the artifact store, such as an AWS
1262
- * Key Management Service (AWS KMS) key. If this is undefined, the default key for Amazon
1263
- * S3 is used.</p>
1269
+ * <p>The encryption key used to encrypt the data in the artifact store, such as an
1270
+ * Amazon Web Services Key Management Service key. If this is undefined, the default key
1271
+ * for Amazon S3 is used.</p>
1264
1272
  */
1265
1273
  encryptionKey?: EncryptionKey;
1266
1274
  }
1267
1275
  /**
1268
1276
  * @public
1269
- * <p>Represents an AWS session credentials object. These credentials are temporary
1270
- * credentials that are issued by AWS Secure Token Service (STS). They can be used to
1271
- * access input and output artifacts in the S3 bucket used to store artifact for the
1272
- * pipeline in AWS CodePipeline.</p>
1277
+ * <p>Represents an Amazon Web Services session credentials object. These credentials are
1278
+ * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
1279
+ * They can be used to access input and output artifacts in the S3 bucket used to store
1280
+ * artifact for the pipeline in CodePipeline.</p>
1273
1281
  */
1274
1282
  export interface AWSSessionCredentials {
1275
1283
  /**
@@ -1347,7 +1355,7 @@ export interface CreateCustomActionTypeInput {
1347
1355
  */
1348
1356
  category: ActionCategory | string | undefined;
1349
1357
  /**
1350
- * <p>The provider of the service used in the custom action, such as AWS
1358
+ * <p>The provider of the service used in the custom action, such as
1351
1359
  * CodeDeploy.</p>
1352
1360
  */
1353
1361
  provider: string | undefined;
@@ -1361,13 +1369,13 @@ export interface CreateCustomActionTypeInput {
1361
1369
  settings?: ActionTypeSettings;
1362
1370
  /**
1363
1371
  * <p>The configuration properties for the custom action.</p>
1364
- * <note>
1372
+ * <note>
1365
1373
  * <p>You can refer to a name in the configuration properties of the custom action
1366
1374
  * within the URL templates by following the format of \{Config:name\}, as long as the
1367
1375
  * configuration property is both required and not secret. For more information, see
1368
1376
  * <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/how-to-create-custom-action.html">Create a
1369
1377
  * Custom Action for a Pipeline</a>.</p>
1370
- * </note>
1378
+ * </note>
1371
1379
  */
1372
1380
  configurationProperties?: ActionConfigurationProperty[];
1373
1381
  /**
@@ -1411,8 +1419,8 @@ export declare class InvalidTagsException extends __BaseException {
1411
1419
  }
1412
1420
  /**
1413
1421
  * @public
1414
- * <p>The number of pipelines associated with the AWS account has exceeded the limit
1415
- * allowed for the account.</p>
1422
+ * <p>The number of pipelines associated with the Amazon Web Services account has exceeded
1423
+ * the limit allowed for the account.</p>
1416
1424
  */
1417
1425
  export declare class LimitExceededException extends __BaseException {
1418
1426
  readonly name: "LimitExceededException";
@@ -1463,7 +1471,7 @@ export interface PipelineDeclaration {
1463
1471
  */
1464
1472
  name: string | undefined;
1465
1473
  /**
1466
- * <p>The Amazon Resource Name (ARN) for AWS CodePipeline to use to either perform
1474
+ * <p>The Amazon Resource Name (ARN) for CodePipeline to use to either perform
1467
1475
  * actions with no <code>actionRoleArn</code>, or to use to assume roles for actions with
1468
1476
  * an <code>actionRoleArn</code>.</p>
1469
1477
  */
@@ -1471,24 +1479,23 @@ export interface PipelineDeclaration {
1471
1479
  /**
1472
1480
  * <p>Represents information about the S3 bucket where artifacts are stored for the
1473
1481
  * pipeline.</p>
1474
- * <note>
1482
+ * <note>
1475
1483
  * <p>You must include either <code>artifactStore</code> or
1476
1484
  * <code>artifactStores</code> in your pipeline, but you cannot use both. If you
1477
1485
  * create a cross-region action in your pipeline, you must use
1478
1486
  * <code>artifactStores</code>.</p>
1479
- * </note>
1487
+ * </note>
1480
1488
  */
1481
1489
  artifactStore?: ArtifactStore;
1482
1490
  /**
1483
- * <p>A mapping of <code>artifactStore</code> objects and their corresponding AWS
1484
- * Regions. There must be an artifact store for the pipeline Region and for each
1485
- * cross-region action in the pipeline.</p>
1486
- * <note>
1491
+ * <p>A mapping of <code>artifactStore</code> objects and their corresponding Amazon Web Services Regions. There must be an artifact store for the pipeline Region and for
1492
+ * each cross-region action in the pipeline.</p>
1493
+ * <note>
1487
1494
  * <p>You must include either <code>artifactStore</code> or
1488
1495
  * <code>artifactStores</code> in your pipeline, but you cannot use both. If you
1489
1496
  * create a cross-region action in your pipeline, you must use
1490
1497
  * <code>artifactStores</code>.</p>
1491
- * </note>
1498
+ * </note>
1492
1499
  */
1493
1500
  artifactStores?: Record<string, ArtifactStore>;
1494
1501
  /**
@@ -1603,7 +1610,7 @@ export interface DeleteCustomActionTypeInput {
1603
1610
  */
1604
1611
  category: ActionCategory | string | undefined;
1605
1612
  /**
1606
- * <p>The provider of the service used in the custom action, such as AWS
1613
+ * <p>The provider of the service used in the custom action, such as
1607
1614
  * CodeDeploy.</p>
1608
1615
  */
1609
1616
  provider: string | undefined;
@@ -1757,34 +1764,34 @@ export interface GetActionTypeInput {
1757
1764
  /**
1758
1765
  * <p>Defines what kind of action can be taken in the stage. The following are the valid
1759
1766
  * values:</p>
1760
- * <ul>
1767
+ * <ul>
1761
1768
  * <li>
1762
- * <p>
1769
+ * <p>
1763
1770
  * <code>Source</code>
1764
1771
  * </p>
1765
1772
  * </li>
1766
1773
  * <li>
1767
- * <p>
1774
+ * <p>
1768
1775
  * <code>Build</code>
1769
1776
  * </p>
1770
1777
  * </li>
1771
1778
  * <li>
1772
- * <p>
1779
+ * <p>
1773
1780
  * <code>Test</code>
1774
1781
  * </p>
1775
1782
  * </li>
1776
1783
  * <li>
1777
- * <p>
1784
+ * <p>
1778
1785
  * <code>Deploy</code>
1779
1786
  * </p>
1780
1787
  * </li>
1781
1788
  * <li>
1782
- * <p>
1789
+ * <p>
1783
1790
  * <code>Approval</code>
1784
1791
  * </p>
1785
1792
  * </li>
1786
1793
  * <li>
1787
- * <p>
1794
+ * <p>
1788
1795
  * <code>Invoke</code>
1789
1796
  * </p>
1790
1797
  * </li>
@@ -1839,12 +1846,12 @@ export interface StageContext {
1839
1846
  /**
1840
1847
  * @public
1841
1848
  * <p>Represents information about a pipeline to a job worker.</p>
1842
- * <note>
1849
+ * <note>
1843
1850
  * <p>PipelineContext contains <code>pipelineArn</code> and
1844
1851
  * <code>pipelineExecutionId</code> for custom action jobs. The
1845
1852
  * <code>pipelineArn</code> and <code>pipelineExecutionId</code> fields are not
1846
1853
  * populated for ThirdParty action jobs.</p>
1847
- * </note>
1854
+ * </note>
1848
1855
  */
1849
1856
  export interface PipelineContext {
1850
1857
  /**
@@ -1885,10 +1892,10 @@ export interface JobData {
1885
1892
  actionConfiguration?: ActionConfiguration;
1886
1893
  /**
1887
1894
  * <p>Represents information about a pipeline to a job worker.</p>
1888
- * <note>
1895
+ * <note>
1889
1896
  * <p>Includes <code>pipelineArn</code> and <code>pipelineExecutionId</code> for
1890
1897
  * custom jobs.</p>
1891
- * </note>
1898
+ * </note>
1892
1899
  */
1893
1900
  pipelineContext?: PipelineContext;
1894
1901
  /**
@@ -1900,20 +1907,20 @@ export interface JobData {
1900
1907
  */
1901
1908
  outputArtifacts?: Artifact[];
1902
1909
  /**
1903
- * <p>Represents an AWS session credentials object. These credentials are temporary
1904
- * credentials that are issued by AWS Secure Token Service (STS). They can be used to
1905
- * access input and output artifacts in the S3 bucket used to store artifacts for the
1906
- * pipeline in AWS CodePipeline.</p>
1910
+ * <p>Represents an Amazon Web Services session credentials object. These credentials are
1911
+ * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
1912
+ * They can be used to access input and output artifacts in the S3 bucket used to store
1913
+ * artifacts for the pipeline in CodePipeline.</p>
1907
1914
  */
1908
1915
  artifactCredentials?: AWSSessionCredentials;
1909
1916
  /**
1910
- * <p>A system-generated token, such as a AWS CodeDeploy deployment ID, required by a job
1911
- * to continue the job asynchronously.</p>
1917
+ * <p>A system-generated token, such as a deployment ID, required by a job to continue
1918
+ * the job asynchronously.</p>
1912
1919
  */
1913
1920
  continuationToken?: string;
1914
1921
  /**
1915
1922
  * <p>Represents information about the key used to encrypt data in the artifact store,
1916
- * such as an AWS Key Management Service (AWS KMS) key. </p>
1923
+ * such as an KMS key. </p>
1917
1924
  */
1918
1925
  encryptionKey?: EncryptionKey;
1919
1926
  }
@@ -1932,7 +1939,7 @@ export interface JobDetails {
1932
1939
  */
1933
1940
  data?: JobData;
1934
1941
  /**
1935
- * <p>The AWS account ID associated with the job.</p>
1942
+ * <p>The Amazon Web Services account ID associated with the job.</p>
1936
1943
  */
1937
1944
  accountId?: string;
1938
1945
  }
@@ -1943,10 +1950,10 @@ export interface JobDetails {
1943
1950
  export interface GetJobDetailsOutput {
1944
1951
  /**
1945
1952
  * <p>The details of the job.</p>
1946
- * <note>
1953
+ * <note>
1947
1954
  * <p>If AWSSessionCredentials is used, a long-running job can call
1948
1955
  * <code>GetJobDetails</code> again to obtain new credentials.</p>
1949
- * </note>
1956
+ * </note>
1950
1957
  */
1951
1958
  jobDetails?: JobDetails;
1952
1959
  }
@@ -1957,7 +1964,7 @@ export interface GetJobDetailsOutput {
1957
1964
  export interface GetPipelineInput {
1958
1965
  /**
1959
1966
  * <p>The name of the pipeline for which you want to get information. Pipeline names must
1960
- * be unique under an AWS user account.</p>
1967
+ * be unique in an Amazon Web Services account.</p>
1961
1968
  */
1962
1969
  name: string | undefined;
1963
1970
  /**
@@ -1983,6 +1990,16 @@ export interface PipelineMetadata {
1983
1990
  * <p>The date and time the pipeline was last updated, in timestamp format.</p>
1984
1991
  */
1985
1992
  updated?: Date;
1993
+ /**
1994
+ * <p>The date and time that polling for source changes (periodic checks) was stopped for
1995
+ * the pipeline, in timestamp format. You can migrate (update) a polling pipeline to use
1996
+ * event-based change detection. For example, for a pipeline with a CodeCommit
1997
+ * source, we recommend you migrate (update) your pipeline to use CloudWatch Events. To
1998
+ * learn more, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/update-change-detection.html">Migrate polling
1999
+ * pipelines to use event-based change detection</a> in the CodePipeline
2000
+ * User Guide.</p>
2001
+ */
2002
+ pollingDisabledAt?: Date;
1986
2003
  }
1987
2004
  /**
1988
2005
  * @public
@@ -2064,33 +2081,33 @@ export interface PipelineExecution {
2064
2081
  pipelineExecutionId?: string;
2065
2082
  /**
2066
2083
  * <p>The status of the pipeline execution.</p>
2067
- * <ul>
2084
+ * <ul>
2068
2085
  * <li>
2069
- * <p>Cancelled: The pipeline’s definition was updated before the pipeline
2086
+ * <p>Cancelled: The pipeline’s definition was updated before the pipeline
2070
2087
  * execution could be completed.</p>
2071
2088
  * </li>
2072
2089
  * <li>
2073
- * <p>InProgress: The pipeline execution is currently running.</p>
2090
+ * <p>InProgress: The pipeline execution is currently running.</p>
2074
2091
  * </li>
2075
2092
  * <li>
2076
- * <p>Stopped: The pipeline execution was manually stopped. For more information,
2093
+ * <p>Stopped: The pipeline execution was manually stopped. For more information,
2077
2094
  * see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
2078
2095
  * </li>
2079
2096
  * <li>
2080
- * <p>Stopping: The pipeline execution received a request to be manually stopped.
2097
+ * <p>Stopping: The pipeline execution received a request to be manually stopped.
2081
2098
  * Depending on the selected stop mode, the execution is either completing or
2082
2099
  * abandoning in-progress actions. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
2083
2100
  * </li>
2084
2101
  * <li>
2085
- * <p>Succeeded: The pipeline execution was completed successfully. </p>
2102
+ * <p>Succeeded: The pipeline execution was completed successfully. </p>
2086
2103
  * </li>
2087
2104
  * <li>
2088
- * <p>Superseded: While this pipeline execution was waiting for the next stage to
2105
+ * <p>Superseded: While this pipeline execution was waiting for the next stage to
2089
2106
  * be completed, a newer pipeline execution advanced and continued through the
2090
2107
  * pipeline instead. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded">Superseded Executions</a>.</p>
2091
2108
  * </li>
2092
2109
  * <li>
2093
- * <p>Failed: The pipeline execution was not completed successfully.</p>
2110
+ * <p>Failed: The pipeline execution was not completed successfully.</p>
2094
2111
  * </li>
2095
2112
  * </ul>
2096
2113
  */
@@ -2166,10 +2183,10 @@ export interface StageExecution {
2166
2183
  /**
2167
2184
  * <p>The status of the stage, or for a completed stage, the last status of the
2168
2185
  * stage.</p>
2169
- * <note>
2186
+ * <note>
2170
2187
  * <p>A status of cancelled means that the pipeline’s definition was updated before the
2171
2188
  * stage execution could be completed.</p>
2172
- * </note>
2189
+ * </note>
2173
2190
  */
2174
2191
  status: StageExecutionStatus | string | undefined;
2175
2192
  }
@@ -2236,10 +2253,10 @@ export interface GetPipelineStateOutput {
2236
2253
  pipelineName?: string;
2237
2254
  /**
2238
2255
  * <p>The version number of the pipeline.</p>
2239
- * <note>
2256
+ * <note>
2240
2257
  * <p>A newly created pipeline is always assigned a version number of
2241
2258
  * <code>1</code>.</p>
2242
- * </note>
2259
+ * </note>
2243
2260
  */
2244
2261
  pipelineVersion?: number;
2245
2262
  /**
@@ -2286,10 +2303,10 @@ export interface ThirdPartyJobData {
2286
2303
  actionConfiguration?: ActionConfiguration;
2287
2304
  /**
2288
2305
  * <p>Represents information about a pipeline to a job worker.</p>
2289
- * <note>
2306
+ * <note>
2290
2307
  * <p>Does not include <code>pipelineArn</code> and <code>pipelineExecutionId</code>
2291
2308
  * for ThirdParty jobs.</p>
2292
- * </note>
2309
+ * </note>
2293
2310
  */
2294
2311
  pipelineContext?: PipelineContext;
2295
2312
  /**
@@ -2306,21 +2323,21 @@ export interface ThirdPartyJobData {
2306
2323
  */
2307
2324
  outputArtifacts?: Artifact[];
2308
2325
  /**
2309
- * <p>Represents an AWS session credentials object. These credentials are temporary
2310
- * credentials that are issued by AWS Secure Token Service (STS). They can be used to
2311
- * access input and output artifacts in the S3 bucket used to store artifact for the
2312
- * pipeline in AWS CodePipeline. </p>
2326
+ * <p>Represents an Amazon Web Services session credentials object. These credentials are
2327
+ * temporary credentials that are issued by Amazon Web Services Secure Token Service (STS).
2328
+ * They can be used to access input and output artifacts in the S3 bucket used to store
2329
+ * artifact for the pipeline in CodePipeline. </p>
2313
2330
  */
2314
2331
  artifactCredentials?: AWSSessionCredentials;
2315
2332
  /**
2316
- * <p>A system-generated token, such as a AWS CodeDeploy deployment ID, that a job
2317
- * requires to continue the job asynchronously.</p>
2333
+ * <p>A system-generated token, such as a CodeDeploy deployment ID, that a job requires
2334
+ * to continue the job asynchronously.</p>
2318
2335
  */
2319
2336
  continuationToken?: string;
2320
2337
  /**
2321
2338
  * <p>The encryption key used to encrypt and decrypt data in the artifact store for the
2322
- * pipeline, such as an AWS Key Management Service (AWS KMS) key. This is optional and
2323
- * might not be present.</p>
2339
+ * pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS)
2340
+ * key. This is optional and might not be present.</p>
2324
2341
  */
2325
2342
  encryptionKey?: EncryptionKey;
2326
2343
  }
@@ -2331,7 +2348,7 @@ export interface ThirdPartyJobData {
2331
2348
  */
2332
2349
  export interface ThirdPartyJobDetails {
2333
2350
  /**
2334
- * <p>The identifier used to identify the job details in AWS CodePipeline.</p>
2351
+ * <p>The identifier used to identify the job details in CodePipeline.</p>
2335
2352
  */
2336
2353
  id?: string;
2337
2354
  /**
@@ -2339,8 +2356,8 @@ export interface ThirdPartyJobDetails {
2339
2356
  */
2340
2357
  data?: ThirdPartyJobData;
2341
2358
  /**
2342
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
2343
- * is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>
2359
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
2360
+ * job is being worked on by only one job worker. Use this number in an <a>AcknowledgeThirdPartyJob</a> request.</p>
2344
2361
  */
2345
2362
  nonce?: string;
2346
2363
  }
@@ -2397,10 +2414,10 @@ export interface ListActionExecutionsInput {
2397
2414
  * results, make another call with the returned nextToken value. Action execution history
2398
2415
  * is retained for up to 12 months, based on action execution start times. Default value is
2399
2416
  * 100. </p>
2400
- * <note>
2417
+ * <note>
2401
2418
  * <p>Detailed execution history is available for executions run on or after February
2402
2419
  * 21, 2019.</p>
2403
- * </note>
2420
+ * </note>
2404
2421
  */
2405
2422
  maxResults?: number;
2406
2423
  /**
@@ -2501,13 +2518,13 @@ export interface SourceRevision {
2501
2518
  revisionId?: string;
2502
2519
  /**
2503
2520
  * <p>Summary information about the most recent revision of the artifact. For GitHub and
2504
- * AWS CodeCommit repositories, the commit message. For Amazon S3 buckets or actions, the
2505
- * user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
2521
+ * CodeCommit repositories, the commit message. For Amazon S3 buckets or actions,
2522
+ * the user-provided content of a <code>codepipeline-artifact-revision-summary</code> key
2506
2523
  * specified in the object metadata.</p>
2507
2524
  */
2508
2525
  revisionSummary?: string;
2509
2526
  /**
2510
- * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or AWS
2527
+ * <p>The commit ID for the artifact revision. For artifacts stored in GitHub or
2511
2528
  * CodeCommit repositories, the commit ID is linked to a commit details page.</p>
2512
2529
  */
2513
2530
  revisionUrl?: string;
@@ -2566,29 +2583,29 @@ export interface PipelineExecutionSummary {
2566
2583
  pipelineExecutionId?: string;
2567
2584
  /**
2568
2585
  * <p>The status of the pipeline execution.</p>
2569
- * <ul>
2586
+ * <ul>
2570
2587
  * <li>
2571
- * <p>InProgress: The pipeline execution is currently running.</p>
2588
+ * <p>InProgress: The pipeline execution is currently running.</p>
2572
2589
  * </li>
2573
2590
  * <li>
2574
- * <p>Stopped: The pipeline execution was manually stopped. For more information,
2591
+ * <p>Stopped: The pipeline execution was manually stopped. For more information,
2575
2592
  * see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
2576
2593
  * </li>
2577
2594
  * <li>
2578
- * <p>Stopping: The pipeline execution received a request to be manually stopped.
2595
+ * <p>Stopping: The pipeline execution received a request to be manually stopped.
2579
2596
  * Depending on the selected stop mode, the execution is either completing or
2580
2597
  * abandoning in-progress actions. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-executions-stopped">Stopped Executions</a>.</p>
2581
2598
  * </li>
2582
2599
  * <li>
2583
- * <p>Succeeded: The pipeline execution was completed successfully. </p>
2600
+ * <p>Succeeded: The pipeline execution was completed successfully. </p>
2584
2601
  * </li>
2585
2602
  * <li>
2586
- * <p>Superseded: While this pipeline execution was waiting for the next stage to
2603
+ * <p>Superseded: While this pipeline execution was waiting for the next stage to
2587
2604
  * be completed, a newer pipeline execution advanced and continued through the
2588
2605
  * pipeline instead. For more information, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/concepts.html#concepts-superseded">Superseded Executions</a>.</p>
2589
2606
  * </li>
2590
2607
  * <li>
2591
- * <p>Failed: The pipeline execution was not completed successfully.</p>
2608
+ * <p>Failed: The pipeline execution was not completed successfully.</p>
2592
2609
  * </li>
2593
2610
  * </ul>
2594
2611
  */
@@ -2813,8 +2830,8 @@ export interface WebhookFilterRule {
2813
2830
  * Properties from the target action configuration can be included as placeholders in this
2814
2831
  * value by surrounding the action configuration key with curly brackets. For example, if
2815
2832
  * the value supplied here is "refs/heads/\{Branch\}" and the target action has an action
2816
- * configuration property called "Branch" with a value of "master", the
2817
- * <code>MatchEquals</code> value is evaluated as "refs/heads/master". For a list of
2833
+ * configuration property called "Branch" with a value of "main", the
2834
+ * <code>MatchEquals</code> value is evaluated as "refs/heads/main". For a list of
2818
2835
  * action configuration properties for built-in action types, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements">Pipeline Structure Reference Action Requirements</a>.</p>
2819
2836
  */
2820
2837
  matchEquals?: string;
@@ -2845,19 +2862,19 @@ export interface WebhookDefinition {
2845
2862
  filters: WebhookFilterRule[] | undefined;
2846
2863
  /**
2847
2864
  * <p>Supported options are GITHUB_HMAC, IP, and UNAUTHENTICATED.</p>
2848
- * <ul>
2865
+ * <ul>
2849
2866
  * <li>
2850
- * <p>For information about the authentication scheme implemented by GITHUB_HMAC,
2867
+ * <p>For information about the authentication scheme implemented by GITHUB_HMAC,
2851
2868
  * see <a href="https://developer.github.com/webhooks/securing/">Securing your
2852
2869
  * webhooks</a> on the GitHub Developer website.</p>
2853
2870
  * </li>
2854
2871
  * <li>
2855
- * <p> IP rejects webhooks trigger requests unless they originate from an IP
2872
+ * <p> IP rejects webhooks trigger requests unless they originate from an IP
2856
2873
  * address in the IP range whitelisted in the authentication
2857
2874
  * configuration.</p>
2858
2875
  * </li>
2859
2876
  * <li>
2860
- * <p> UNAUTHENTICATED accepts all webhook trigger requests regardless of
2877
+ * <p> UNAUTHENTICATED accepts all webhook trigger requests regardless of
2861
2878
  * origin.</p>
2862
2879
  * </li>
2863
2880
  * </ul>
@@ -2884,9 +2901,9 @@ export interface ListWebhookItem {
2884
2901
  */
2885
2902
  definition: WebhookDefinition | undefined;
2886
2903
  /**
2887
- * <p>A unique URL generated by CodePipeline. When a POST request is made to this URL,
2888
- * the defined pipeline is started as long as the body of the post request satisfies the
2889
- * defined authentication and filtering conditions. Deleting and re-creating a webhook
2904
+ * <p>A unique URL generated by CodePipeline. When a POST request is made to this
2905
+ * URL, the defined pipeline is started as long as the body of the post request satisfies
2906
+ * the defined authentication and filtering conditions. Deleting and re-creating a webhook
2890
2907
  * makes the old URL invalid and generates a new one.</p>
2891
2908
  */
2892
2909
  url: string | undefined;
@@ -2963,12 +2980,12 @@ export interface Job {
2963
2980
  */
2964
2981
  data?: JobData;
2965
2982
  /**
2966
- * <p>A system-generated random number that AWS CodePipeline uses to ensure that the job
2967
- * is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>
2983
+ * <p>A system-generated random number that CodePipeline uses to ensure that the
2984
+ * job is being worked on by only one job worker. Use this number in an <a>AcknowledgeJob</a> request.</p>
2968
2985
  */
2969
2986
  nonce?: string;
2970
2987
  /**
2971
- * <p>The ID of the AWS account to use when performing the job.</p>
2988
+ * <p>The ID of the Amazon Web Services account to use when performing the job.</p>
2972
2989
  */
2973
2990
  accountId?: string;
2974
2991
  }
@@ -2998,8 +3015,7 @@ export interface PollForThirdPartyJobsInput {
2998
3015
  }
2999
3016
  /**
3000
3017
  * @public
3001
- * <p>A response to a <code>PollForThirdPartyJobs</code> request returned by AWS
3002
- * CodePipeline when there is a job to be worked on by a partner action.</p>
3018
+ * <p>A response to a <code>PollForThirdPartyJobs</code> request returned by CodePipeline when there is a job to be worked on by a partner action.</p>
3003
3019
  */
3004
3020
  export interface ThirdPartyJob {
3005
3021
  /**
@@ -3009,7 +3025,7 @@ export interface ThirdPartyJob {
3009
3025
  */
3010
3026
  clientId?: string;
3011
3027
  /**
3012
- * <p>The identifier used to identify the job in AWS CodePipeline.</p>
3028
+ * <p>The identifier used to identify the job in CodePipeline.</p>
3013
3029
  */
3014
3030
  jobId?: string;
3015
3031
  }
@@ -3219,7 +3235,7 @@ export interface ExecutionDetails {
3219
3235
  summary?: string;
3220
3236
  /**
3221
3237
  * <p>The system-generated unique ID of this action used to identify this job worker in
3222
- * any external systems, such as AWS CodeDeploy.</p>
3238
+ * any external systems, such as CodeDeploy.</p>
3223
3239
  */
3224
3240
  externalExecutionId?: string;
3225
3241
  /**
@@ -3244,7 +3260,7 @@ export interface PutJobSuccessResultInput {
3244
3260
  */
3245
3261
  currentRevision?: CurrentRevision;
3246
3262
  /**
3247
- * <p>A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a
3263
+ * <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
3248
3264
  * successful job provides to identify a custom action in progress. Future jobs use this
3249
3265
  * token to identify the running instance of the action. It can be reused to return more
3250
3266
  * information about the progress of the custom action. When the action is complete, no
@@ -3305,7 +3321,7 @@ export interface PutThirdPartyJobSuccessResultInput {
3305
3321
  */
3306
3322
  currentRevision?: CurrentRevision;
3307
3323
  /**
3308
- * <p>A token generated by a job worker, such as an AWS CodeDeploy deployment ID, that a
3324
+ * <p>A token generated by a job worker, such as a CodeDeploy deployment ID, that a
3309
3325
  * successful job provides to identify a partner action in progress. Future jobs use this
3310
3326
  * token to identify the running instance of the action. It can be reused to return more
3311
3327
  * information about the progress of the partner action. When the action is complete, no
@@ -3398,8 +3414,9 @@ export declare class ConflictException extends __BaseException {
3398
3414
  }
3399
3415
  /**
3400
3416
  * @public
3401
- * <p>The stage has failed in a later run of the pipeline and the pipelineExecutionId
3402
- * associated with the request is out of date.</p>
3417
+ * <p>The stage has failed in a later run of the pipeline and the
3418
+ * <code>pipelineExecutionId</code> associated with the request is out of
3419
+ * date.</p>
3403
3420
  */
3404
3421
  export declare class NotLatestPipelineExecutionException extends __BaseException {
3405
3422
  readonly name: "NotLatestPipelineExecutionException";
@@ -3540,9 +3557,9 @@ export interface StopPipelineExecutionInput {
3540
3557
  /**
3541
3558
  * <p>Use this option to stop the pipeline execution by abandoning, rather than finishing,
3542
3559
  * in-progress actions.</p>
3543
- * <note>
3560
+ * <note>
3544
3561
  * <p>This option can lead to failed or out-of-sequence tasks.</p>
3545
- * </note>
3562
+ * </note>
3546
3563
  */
3547
3564
  abandon?: boolean;
3548
3565
  /**