@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
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { UpdateActionTypeInput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -46,12 +50,12 @@ export interface UpdateActionTypeCommandOutput extends __MetadataBearer {
46
50
  * ],
47
51
  * },
48
52
  * },
49
- * type: "STRING_VALUE", // required
53
+ * type: "JobWorker" || "Lambda", // required
50
54
  * policyStatementsTemplate: "STRING_VALUE",
51
55
  * jobTimeout: Number("int"),
52
56
  * },
53
57
  * id: { // ActionTypeIdentifier
54
- * category: "STRING_VALUE", // required
58
+ * category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
55
59
  * owner: "STRING_VALUE", // required
56
60
  * provider: "STRING_VALUE", // required
57
61
  * version: "STRING_VALUE", // required
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
5
5
  import { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -34,20 +38,20 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __Met
34
38
  * name: "STRING_VALUE", // required
35
39
  * roleArn: "STRING_VALUE", // required
36
40
  * artifactStore: { // ArtifactStore
37
- * type: "STRING_VALUE", // required
41
+ * type: "S3", // required
38
42
  * location: "STRING_VALUE", // required
39
43
  * encryptionKey: { // EncryptionKey
40
44
  * id: "STRING_VALUE", // required
41
- * type: "STRING_VALUE", // required
45
+ * type: "KMS", // required
42
46
  * },
43
47
  * },
44
48
  * artifactStores: { // ArtifactStoreMap
45
49
  * "<keys>": {
46
- * type: "STRING_VALUE", // required
50
+ * type: "S3", // required
47
51
  * location: "STRING_VALUE", // required
48
52
  * encryptionKey: {
49
53
  * id: "STRING_VALUE", // required
50
- * type: "STRING_VALUE", // required
54
+ * type: "KMS", // required
51
55
  * },
52
56
  * },
53
57
  * },
@@ -57,15 +61,15 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __Met
57
61
  * blockers: [ // StageBlockerDeclarationList
58
62
  * { // BlockerDeclaration
59
63
  * name: "STRING_VALUE", // required
60
- * type: "STRING_VALUE", // required
64
+ * type: "Schedule", // required
61
65
  * },
62
66
  * ],
63
67
  * actions: [ // StageActionDeclarationList // required
64
68
  * { // ActionDeclaration
65
69
  * name: "STRING_VALUE", // required
66
70
  * actionTypeId: { // ActionTypeId
67
- * category: "STRING_VALUE", // required
68
- * owner: "STRING_VALUE", // required
71
+ * category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
72
+ * owner: "AWS" || "ThirdParty" || "Custom", // required
69
73
  * provider: "STRING_VALUE", // required
70
74
  * version: "STRING_VALUE", // required
71
75
  * },
@@ -100,20 +104,20 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __Met
100
104
  * // name: "STRING_VALUE", // required
101
105
  * // roleArn: "STRING_VALUE", // required
102
106
  * // artifactStore: { // ArtifactStore
103
- * // type: "STRING_VALUE", // required
107
+ * // type: "S3", // required
104
108
  * // location: "STRING_VALUE", // required
105
109
  * // encryptionKey: { // EncryptionKey
106
110
  * // id: "STRING_VALUE", // required
107
- * // type: "STRING_VALUE", // required
111
+ * // type: "KMS", // required
108
112
  * // },
109
113
  * // },
110
114
  * // artifactStores: { // ArtifactStoreMap
111
115
  * // "<keys>": {
112
- * // type: "STRING_VALUE", // required
116
+ * // type: "S3", // required
113
117
  * // location: "STRING_VALUE", // required
114
118
  * // encryptionKey: {
115
119
  * // id: "STRING_VALUE", // required
116
- * // type: "STRING_VALUE", // required
120
+ * // type: "KMS", // required
117
121
  * // },
118
122
  * // },
119
123
  * // },
@@ -123,15 +127,15 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __Met
123
127
  * // blockers: [ // StageBlockerDeclarationList
124
128
  * // { // BlockerDeclaration
125
129
  * // name: "STRING_VALUE", // required
126
- * // type: "STRING_VALUE", // required
130
+ * // type: "Schedule", // required
127
131
  * // },
128
132
  * // ],
129
133
  * // actions: [ // StageActionDeclarationList // required
130
134
  * // { // ActionDeclaration
131
135
  * // name: "STRING_VALUE", // required
132
136
  * // actionTypeId: { // ActionTypeId
133
- * // category: "STRING_VALUE", // required
134
- * // owner: "STRING_VALUE", // required
137
+ * // category: "Source" || "Build" || "Deploy" || "Test" || "Invoke" || "Approval", // required
138
+ * // owner: "AWS" || "ThirdParty" || "Custom", // required
135
139
  * // provider: "STRING_VALUE", // required
136
140
  * // version: "STRING_VALUE", // required
137
141
  * // },
@@ -181,8 +185,8 @@ export interface UpdatePipelineCommandOutput extends UpdatePipelineOutput, __Met
181
185
  * <p>The structure was specified in an invalid format.</p>
182
186
  *
183
187
  * @throws {@link LimitExceededException} (client fault)
184
- * <p>The number of pipelines associated with the AWS account has exceeded the limit
185
- * allowed for the account.</p>
188
+ * <p>The number of pipelines associated with the Amazon Web Services account has exceeded
189
+ * the limit allowed for the account.</p>
186
190
  *
187
191
  * @throws {@link ValidationException} (client fault)
188
192
  * <p>The validation was specified in an invalid format.</p>
@@ -1,6 +1,204 @@
1
- export * from "./CodePipeline";
1
+ /**
2
+ * <fullname>CodePipeline</fullname>
3
+ * <p>
4
+ * <b>Overview</b>
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>
12
+ * <i>Pipelines</i> are models of automated release processes. Each pipeline
13
+ * is uniquely named, and consists of stages, actions, and transitions. </p>
14
+ * <p>You can work with pipelines by calling:</p>
15
+ * <ul>
16
+ * <li>
17
+ * <p>
18
+ * <a>CreatePipeline</a>, which creates a uniquely named
19
+ * pipeline.</p>
20
+ * </li>
21
+ * <li>
22
+ * <p>
23
+ * <a>DeletePipeline</a>, which deletes the specified
24
+ * pipeline.</p>
25
+ * </li>
26
+ * <li>
27
+ * <p>
28
+ * <a>GetPipeline</a>, which returns information about the pipeline
29
+ * structure and pipeline metadata, including the pipeline Amazon Resource Name
30
+ * (ARN).</p>
31
+ * </li>
32
+ * <li>
33
+ * <p>
34
+ * <a>GetPipelineExecution</a>, which returns information about a
35
+ * specific execution of a pipeline.</p>
36
+ * </li>
37
+ * <li>
38
+ * <p>
39
+ * <a>GetPipelineState</a>, which returns information about the current
40
+ * state of the stages and actions of a pipeline.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>
44
+ * <a>ListActionExecutions</a>, which returns action-level details
45
+ * for past executions. The details include full stage and action-level details,
46
+ * including individual action duration, status, any errors that occurred during
47
+ * the execution, and input and output artifact location details.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>
51
+ * <a>ListPipelines</a>, which gets a summary of all of the pipelines
52
+ * associated with your account.</p>
53
+ * </li>
54
+ * <li>
55
+ * <p>
56
+ * <a>ListPipelineExecutions</a>, which gets a summary of the most
57
+ * recent executions for a pipeline.</p>
58
+ * </li>
59
+ * <li>
60
+ * <p>
61
+ * <a>StartPipelineExecution</a>, which runs the most recent revision of
62
+ * an artifact through the pipeline.</p>
63
+ * </li>
64
+ * <li>
65
+ * <p>
66
+ * <a>StopPipelineExecution</a>, which stops the specified pipeline
67
+ * execution from continuing through the pipeline.</p>
68
+ * </li>
69
+ * <li>
70
+ * <p>
71
+ * <a>UpdatePipeline</a>, which updates a pipeline with edits or changes
72
+ * to the structure of the pipeline.</p>
73
+ * </li>
74
+ * </ul>
75
+ * <p>Pipelines include <i>stages</i>. Each stage contains one or more
76
+ * actions that must complete before the next stage begins. A stage results in success or
77
+ * failure. If a stage fails, the pipeline stops at that stage and remains stopped until
78
+ * either a new version of an artifact appears in the source location, or a user takes
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
80
+ * status of stages in the pipeline, or <a>GetPipeline</a>, which returns the
81
+ * entire structure of the pipeline, including the stages of that pipeline. For more
82
+ * information about the structure of stages and actions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html">CodePipeline
83
+ * Pipeline Structure Reference</a>.</p>
84
+ * <p>Pipeline stages include <i>actions</i> that are categorized into
85
+ * categories such as source or build actions performed in a stage of a pipeline. For
86
+ * example, you can use a source action to import artifacts into a pipeline from a source
87
+ * such as Amazon S3. Like stages, you do not work with actions directly in most cases, but
88
+ * you do define and interact with actions when working with pipeline operations such as
89
+ * <a>CreatePipeline</a> and <a>GetPipelineState</a>. Valid
90
+ * action categories are:</p>
91
+ * <ul>
92
+ * <li>
93
+ * <p>Source</p>
94
+ * </li>
95
+ * <li>
96
+ * <p>Build</p>
97
+ * </li>
98
+ * <li>
99
+ * <p>Test</p>
100
+ * </li>
101
+ * <li>
102
+ * <p>Deploy</p>
103
+ * </li>
104
+ * <li>
105
+ * <p>Approval</p>
106
+ * </li>
107
+ * <li>
108
+ * <p>Invoke</p>
109
+ * </li>
110
+ * </ul>
111
+ * <p>Pipelines also include <i>transitions</i>, which allow the transition
112
+ * of artifacts from one stage to the next in a pipeline after the actions in one stage
113
+ * complete.</p>
114
+ * <p>You can work with transitions by calling:</p>
115
+ * <ul>
116
+ * <li>
117
+ * <p>
118
+ * <a>DisableStageTransition</a>, which prevents artifacts from
119
+ * transitioning to the next stage in a pipeline.</p>
120
+ * </li>
121
+ * <li>
122
+ * <p>
123
+ * <a>EnableStageTransition</a>, which enables transition of artifacts
124
+ * between stages in a pipeline. </p>
125
+ * </li>
126
+ * </ul>
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
133
+ * items:</p>
134
+ * <p>
135
+ * <b>Jobs</b>, which are instances of an action. For
136
+ * example, a job for a source action might import a revision of an artifact from a source. </p>
137
+ * <p>You can work with jobs by calling:</p>
138
+ * <ul>
139
+ * <li>
140
+ * <p>
141
+ * <a>AcknowledgeJob</a>, which confirms whether a job worker has
142
+ * received the specified job.</p>
143
+ * </li>
144
+ * <li>
145
+ * <p>
146
+ * <a>GetJobDetails</a>, which returns the details of a job.</p>
147
+ * </li>
148
+ * <li>
149
+ * <p>
150
+ * <a>PollForJobs</a>, which determines whether there are any jobs to
151
+ * act on.</p>
152
+ * </li>
153
+ * <li>
154
+ * <p>
155
+ * <a>PutJobFailureResult</a>, which provides details of a job failure.
156
+ * </p>
157
+ * </li>
158
+ * <li>
159
+ * <p>
160
+ * <a>PutJobSuccessResult</a>, which provides details of a job
161
+ * success.</p>
162
+ * </li>
163
+ * </ul>
164
+ * <p>
165
+ * <b>Third party jobs</b>, which are instances of an action
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>
170
+ * <li>
171
+ * <p>
172
+ * <a>AcknowledgeThirdPartyJob</a>, which confirms whether a job worker
173
+ * has received the specified job.</p>
174
+ * </li>
175
+ * <li>
176
+ * <p>
177
+ * <a>GetThirdPartyJobDetails</a>, which requests the details of a job
178
+ * for a partner action.</p>
179
+ * </li>
180
+ * <li>
181
+ * <p>
182
+ * <a>PollForThirdPartyJobs</a>, which determines whether there are any
183
+ * jobs to act on. </p>
184
+ * </li>
185
+ * <li>
186
+ * <p>
187
+ * <a>PutThirdPartyJobFailureResult</a>, which provides details of a job
188
+ * failure.</p>
189
+ * </li>
190
+ * <li>
191
+ * <p>
192
+ * <a>PutThirdPartyJobSuccessResult</a>, which provides details of a job
193
+ * success.</p>
194
+ * </li>
195
+ * </ul>
196
+ *
197
+ * @packageDocumentation
198
+ */
2
199
  export * from "./CodePipelineClient";
200
+ export * from "./CodePipeline";
3
201
  export * from "./commands";
4
- export * from "./models";
5
202
  export * from "./pagination";
203
+ export * from "./models";
6
204
  export { CodePipelineServiceException } from "./models/CodePipelineServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *