@aws-sdk/client-codepipeline 3.34.0 → 3.37.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 (449) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/CodePipeline.js +0 -198
  3. package/dist-cjs/CodePipelineClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AcknowledgeJobCommand.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/AcknowledgeThirdPartyJobCommand.js +2 -28
  6. package/{dist/cjs → dist-cjs}/commands/CreateCustomActionTypeCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/CreatePipelineCommand.js +2 -33
  8. package/dist-cjs/commands/DeleteCustomActionTypeCommand.js +36 -0
  9. package/{dist/cjs → dist-cjs}/commands/DeletePipelineCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DeleteWebhookCommand.js +2 -31
  11. package/{dist/cjs → dist-cjs}/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -29
  12. package/{dist/cjs → dist-cjs}/commands/DisableStageTransitionCommand.js +2 -28
  13. package/{dist/cjs → dist-cjs}/commands/EnableStageTransitionCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/GetActionTypeCommand.js +2 -29
  15. package/{dist/cjs → dist-cjs}/commands/GetJobDetailsCommand.js +2 -33
  16. package/{dist/cjs → dist-cjs}/commands/GetPipelineCommand.js +2 -29
  17. package/{dist/cjs → dist-cjs}/commands/GetPipelineExecutionCommand.js +2 -29
  18. package/{dist/cjs → dist-cjs}/commands/GetPipelineStateCommand.js +2 -33
  19. package/{dist/cjs → dist-cjs}/commands/GetThirdPartyJobDetailsCommand.js +2 -34
  20. package/{dist/cjs → dist-cjs}/commands/ListActionExecutionsCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/ListActionTypesCommand.js +2 -28
  22. package/{dist/cjs → dist-cjs}/commands/ListPipelineExecutionsCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/ListPipelinesCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
  25. package/{dist/cjs → dist-cjs}/commands/ListWebhooksCommand.js +2 -29
  26. package/dist-cjs/commands/PollForJobsCommand.js +36 -0
  27. package/{dist/cjs → dist-cjs}/commands/PollForThirdPartyJobsCommand.js +2 -33
  28. package/{dist/cjs → dist-cjs}/commands/PutActionRevisionCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/PutApprovalResultCommand.js +2 -28
  30. package/{dist/cjs → dist-cjs}/commands/PutJobFailureResultCommand.js +2 -28
  31. package/{dist/cjs → dist-cjs}/commands/PutJobSuccessResultCommand.js +2 -28
  32. package/{dist/cjs → dist-cjs}/commands/PutThirdPartyJobFailureResultCommand.js +2 -28
  33. package/{dist/cjs → dist-cjs}/commands/PutThirdPartyJobSuccessResultCommand.js +2 -28
  34. package/dist-cjs/commands/PutWebhookCommand.js +36 -0
  35. package/{dist/cjs → dist-cjs}/commands/RegisterWebhookWithThirdPartyCommand.js +2 -28
  36. package/{dist/cjs → dist-cjs}/commands/RetryStageExecutionCommand.js +2 -30
  37. package/{dist/cjs → dist-cjs}/commands/StartPipelineExecutionCommand.js +2 -28
  38. package/{dist/cjs → dist-cjs}/commands/StopPipelineExecutionCommand.js +2 -32
  39. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
  40. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/commands/UpdateActionTypeCommand.js +2 -30
  42. package/{dist/cjs → dist-cjs}/commands/UpdatePipelineCommand.js +2 -30
  43. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  44. package/{dist/cjs → dist-cjs}/index.js +0 -1
  45. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  46. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -520
  47. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  48. package/{dist/cjs → dist-cjs}/pagination/ListActionExecutionsPaginator.js +0 -11
  49. package/{dist/cjs → dist-cjs}/pagination/ListActionTypesPaginator.js +0 -11
  50. package/{dist/cjs → dist-cjs}/pagination/ListPipelineExecutionsPaginator.js +0 -11
  51. package/{dist/cjs → dist-cjs}/pagination/ListPipelinesPaginator.js +0 -11
  52. package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +0 -11
  53. package/{dist/cjs → dist-cjs}/pagination/ListWebhooksPaginator.js +0 -11
  54. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  55. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  56. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  57. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  58. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  59. package/{dist/es → dist-es}/CodePipeline.js +0 -1
  60. package/{dist/es → dist-es}/CodePipelineClient.js +1 -2
  61. package/{dist/es → dist-es}/commands/AcknowledgeJobCommand.js +2 -3
  62. package/{dist/es → dist-es}/commands/AcknowledgeThirdPartyJobCommand.js +2 -3
  63. package/{dist/es → dist-es}/commands/CreateCustomActionTypeCommand.js +2 -3
  64. package/{dist/es → dist-es}/commands/CreatePipelineCommand.js +2 -3
  65. package/{dist/es → dist-es}/commands/DeleteCustomActionTypeCommand.js +2 -3
  66. package/{dist/es → dist-es}/commands/DeletePipelineCommand.js +2 -3
  67. package/{dist/es → dist-es}/commands/DeleteWebhookCommand.js +2 -3
  68. package/{dist/es → dist-es}/commands/DeregisterWebhookWithThirdPartyCommand.js +2 -3
  69. package/{dist/es → dist-es}/commands/DisableStageTransitionCommand.js +2 -3
  70. package/{dist/es → dist-es}/commands/EnableStageTransitionCommand.js +2 -3
  71. package/{dist/es → dist-es}/commands/GetActionTypeCommand.js +2 -3
  72. package/{dist/es → dist-es}/commands/GetJobDetailsCommand.js +2 -3
  73. package/{dist/es → dist-es}/commands/GetPipelineCommand.js +2 -3
  74. package/{dist/es → dist-es}/commands/GetPipelineExecutionCommand.js +2 -3
  75. package/{dist/es → dist-es}/commands/GetPipelineStateCommand.js +2 -3
  76. package/{dist/es → dist-es}/commands/GetThirdPartyJobDetailsCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/ListActionExecutionsCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/ListActionTypesCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/ListPipelineExecutionsCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/ListPipelinesCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/ListWebhooksCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/PollForJobsCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/PollForThirdPartyJobsCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/PutActionRevisionCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/PutApprovalResultCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/PutJobFailureResultCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/PutJobSuccessResultCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/PutThirdPartyJobFailureResultCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/PutThirdPartyJobSuccessResultCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/PutWebhookCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/RegisterWebhookWithThirdPartyCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/RetryStageExecutionCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/StartPipelineExecutionCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/StopPipelineExecutionCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/UpdateActionTypeCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/UpdatePipelineCommand.js +2 -3
  100. package/{dist/es → dist-es}/endpoints.js +1 -2
  101. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  102. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  103. package/{dist/es → dist-es}/models/models_0.js +0 -1
  104. package/dist-es/pagination/Interfaces.js +1 -0
  105. package/{dist/es → dist-es}/pagination/ListActionExecutionsPaginator.js +0 -1
  106. package/{dist/es → dist-es}/pagination/ListActionTypesPaginator.js +0 -1
  107. package/{dist/es → dist-es}/pagination/ListPipelineExecutionsPaginator.js +0 -1
  108. package/{dist/es → dist-es}/pagination/ListPipelinesPaginator.js +0 -1
  109. package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +0 -1
  110. package/{dist/es → dist-es}/pagination/ListWebhooksPaginator.js +0 -1
  111. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
  112. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  113. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  114. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  115. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  116. package/{dist/types → dist-types}/CodePipeline.d.ts +1 -1
  117. package/{dist/types → dist-types}/CodePipelineClient.d.ts +8 -8
  118. package/{dist/types → dist-types}/commands/AcknowledgeJobCommand.d.ts +2 -2
  119. package/{dist/types → dist-types}/commands/AcknowledgeThirdPartyJobCommand.d.ts +2 -2
  120. package/{dist/types → dist-types}/commands/CreateCustomActionTypeCommand.d.ts +2 -2
  121. package/{dist/types → dist-types}/commands/CreatePipelineCommand.d.ts +2 -2
  122. package/{dist/types → dist-types}/commands/DeleteCustomActionTypeCommand.d.ts +2 -2
  123. package/{dist/types → dist-types}/commands/DeletePipelineCommand.d.ts +2 -2
  124. package/{dist/types → dist-types}/commands/DeleteWebhookCommand.d.ts +2 -2
  125. package/{dist/types → dist-types}/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +2 -2
  126. package/{dist/types → dist-types}/commands/DisableStageTransitionCommand.d.ts +2 -2
  127. package/{dist/types → dist-types}/commands/EnableStageTransitionCommand.d.ts +2 -2
  128. package/{dist/types → dist-types}/commands/GetActionTypeCommand.d.ts +2 -2
  129. package/{dist/types → dist-types}/commands/GetJobDetailsCommand.d.ts +2 -2
  130. package/{dist/types → dist-types}/commands/GetPipelineCommand.d.ts +2 -2
  131. package/{dist/types → dist-types}/commands/GetPipelineExecutionCommand.d.ts +2 -2
  132. package/{dist/types → dist-types}/commands/GetPipelineStateCommand.d.ts +2 -2
  133. package/{dist/types → dist-types}/commands/GetThirdPartyJobDetailsCommand.d.ts +2 -2
  134. package/{dist/types → dist-types}/commands/ListActionExecutionsCommand.d.ts +2 -2
  135. package/{dist/types → dist-types}/commands/ListActionTypesCommand.d.ts +2 -2
  136. package/{dist/types → dist-types}/commands/ListPipelineExecutionsCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/ListPipelinesCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/ListWebhooksCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/PollForJobsCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/PollForThirdPartyJobsCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/PutActionRevisionCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/PutApprovalResultCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/PutJobFailureResultCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/PutJobSuccessResultCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/PutThirdPartyJobFailureResultCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/PutThirdPartyJobSuccessResultCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/PutWebhookCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/RegisterWebhookWithThirdPartyCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/RetryStageExecutionCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/StartPipelineExecutionCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/StopPipelineExecutionCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/UpdateActionTypeCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/UpdatePipelineCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  158. package/{index.ts → dist-types/index.d.ts} +0 -0
  159. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  160. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  161. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  162. package/{dist/types → dist-types}/pagination/ListActionExecutionsPaginator.d.ts +1 -1
  163. package/{dist/types → dist-types}/pagination/ListActionTypesPaginator.d.ts +1 -1
  164. package/{dist/types → dist-types}/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  165. package/{dist/types → dist-types}/pagination/ListPipelinesPaginator.d.ts +1 -1
  166. package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  167. package/{dist/types → dist-types}/pagination/ListWebhooksPaginator.d.ts +1 -1
  168. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
  169. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  170. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  171. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  172. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  173. package/{dist/types → dist-types}/ts3.4/CodePipeline.d.ts +41 -411
  174. package/dist-types/ts3.4/CodePipelineClient.d.ts +106 -0
  175. package/dist-types/ts3.4/commands/AcknowledgeJobCommand.d.ts +17 -0
  176. package/{dist/types → dist-types}/ts3.4/commands/AcknowledgeThirdPartyJobCommand.d.ts +4 -23
  177. package/dist-types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +17 -0
  178. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +17 -0
  179. package/dist-types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +17 -0
  180. package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +17 -0
  181. package/dist-types/ts3.4/commands/DeleteWebhookCommand.d.ts +17 -0
  182. package/dist-types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +17 -0
  183. package/dist-types/ts3.4/commands/DisableStageTransitionCommand.d.ts +17 -0
  184. package/dist-types/ts3.4/commands/EnableStageTransitionCommand.d.ts +17 -0
  185. package/dist-types/ts3.4/commands/GetActionTypeCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/GetJobDetailsCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/GetPipelineCommand.d.ts +17 -0
  188. package/dist-types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +17 -0
  189. package/dist-types/ts3.4/commands/GetPipelineStateCommand.d.ts +17 -0
  190. package/dist-types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +17 -0
  191. package/{dist/types → dist-types}/ts3.4/commands/ListActionExecutionsCommand.d.ts +4 -22
  192. package/dist-types/ts3.4/commands/ListActionTypesCommand.d.ts +17 -0
  193. package/{dist/types → dist-types}/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +4 -22
  194. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +17 -0
  195. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  196. package/dist-types/ts3.4/commands/ListWebhooksCommand.d.ts +17 -0
  197. package/dist-types/ts3.4/commands/PollForJobsCommand.d.ts +17 -0
  198. package/dist-types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +17 -0
  199. package/dist-types/ts3.4/commands/PutActionRevisionCommand.d.ts +17 -0
  200. package/dist-types/ts3.4/commands/PutApprovalResultCommand.d.ts +17 -0
  201. package/dist-types/ts3.4/commands/PutJobFailureResultCommand.d.ts +17 -0
  202. package/dist-types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +17 -0
  203. package/dist-types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +17 -0
  204. package/dist-types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +17 -0
  205. package/dist-types/ts3.4/commands/PutWebhookCommand.d.ts +17 -0
  206. package/{dist/types → dist-types}/ts3.4/commands/RegisterWebhookWithThirdPartyCommand.d.ts +4 -23
  207. package/dist-types/ts3.4/commands/RetryStageExecutionCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +17 -0
  210. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  211. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  212. package/dist-types/ts3.4/commands/UpdateActionTypeCommand.d.ts +17 -0
  213. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +17 -0
  214. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  215. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  216. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  217. package/dist-types/ts3.4/models/models_0.d.ts +2230 -0
  218. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  219. package/{dist/types → dist-types}/ts3.4/pagination/ListActionExecutionsPaginator.d.ts +1 -1
  220. package/{dist/types → dist-types}/ts3.4/pagination/ListActionTypesPaginator.d.ts +1 -1
  221. package/{dist/types → dist-types}/ts3.4/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  222. package/{dist/types → dist-types}/ts3.4/pagination/ListPipelinesPaginator.d.ts +1 -1
  223. package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
  224. package/{dist/types → dist-types}/ts3.4/pagination/ListWebhooksPaginator.d.ts +1 -1
  225. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
  226. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  227. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  228. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  229. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  230. package/package.json +45 -42
  231. package/CodePipeline.ts +0 -1697
  232. package/CodePipelineClient.ts +0 -606
  233. package/commands/AcknowledgeJobCommand.ts +0 -95
  234. package/commands/AcknowledgeThirdPartyJobCommand.ts +0 -95
  235. package/commands/CreateCustomActionTypeCommand.ts +0 -95
  236. package/commands/CreatePipelineCommand.ts +0 -100
  237. package/commands/DeleteCustomActionTypeCommand.ts +0 -102
  238. package/commands/DeletePipelineCommand.ts +0 -94
  239. package/commands/DeleteWebhookCommand.ts +0 -98
  240. package/commands/DeregisterWebhookWithThirdPartyCommand.ts +0 -104
  241. package/commands/DisableStageTransitionCommand.ts +0 -95
  242. package/commands/EnableStageTransitionCommand.ts +0 -94
  243. package/commands/GetActionTypeCommand.ts +0 -96
  244. package/commands/GetJobDetailsCommand.ts +0 -100
  245. package/commands/GetPipelineCommand.ts +0 -96
  246. package/commands/GetPipelineExecutionCommand.ts +0 -96
  247. package/commands/GetPipelineStateCommand.ts +0 -100
  248. package/commands/GetThirdPartyJobDetailsCommand.ts +0 -101
  249. package/commands/ListActionExecutionsCommand.ts +0 -94
  250. package/commands/ListActionTypesCommand.ts +0 -95
  251. package/commands/ListPipelineExecutionsCommand.ts +0 -94
  252. package/commands/ListPipelinesCommand.ts +0 -94
  253. package/commands/ListTagsForResourceCommand.ts +0 -95
  254. package/commands/ListWebhooksCommand.ts +0 -96
  255. package/commands/PollForJobsCommand.ts +0 -103
  256. package/commands/PollForThirdPartyJobsCommand.ts +0 -100
  257. package/commands/PutActionRevisionCommand.ts +0 -94
  258. package/commands/PutApprovalResultCommand.ts +0 -95
  259. package/commands/PutJobFailureResultCommand.ts +0 -95
  260. package/commands/PutJobSuccessResultCommand.ts +0 -95
  261. package/commands/PutThirdPartyJobFailureResultCommand.ts +0 -98
  262. package/commands/PutThirdPartyJobSuccessResultCommand.ts +0 -98
  263. package/commands/PutWebhookCommand.ts +0 -100
  264. package/commands/RegisterWebhookWithThirdPartyCommand.ts +0 -100
  265. package/commands/RetryStageExecutionCommand.ts +0 -97
  266. package/commands/StartPipelineExecutionCommand.ts +0 -95
  267. package/commands/StopPipelineExecutionCommand.ts +0 -99
  268. package/commands/TagResourceCommand.ts +0 -95
  269. package/commands/UntagResourceCommand.ts +0 -94
  270. package/commands/UpdateActionTypeCommand.ts +0 -97
  271. package/commands/UpdatePipelineCommand.ts +0 -97
  272. package/dist/cjs/CodePipeline.js.map +0 -1
  273. package/dist/cjs/CodePipelineClient.js +0 -238
  274. package/dist/cjs/CodePipelineClient.js.map +0 -1
  275. package/dist/cjs/commands/AcknowledgeJobCommand.js.map +0 -1
  276. package/dist/cjs/commands/AcknowledgeThirdPartyJobCommand.js.map +0 -1
  277. package/dist/cjs/commands/CreateCustomActionTypeCommand.js.map +0 -1
  278. package/dist/cjs/commands/CreatePipelineCommand.js.map +0 -1
  279. package/dist/cjs/commands/DeleteCustomActionTypeCommand.js +0 -69
  280. package/dist/cjs/commands/DeleteCustomActionTypeCommand.js.map +0 -1
  281. package/dist/cjs/commands/DeletePipelineCommand.js.map +0 -1
  282. package/dist/cjs/commands/DeleteWebhookCommand.js.map +0 -1
  283. package/dist/cjs/commands/DeregisterWebhookWithThirdPartyCommand.js.map +0 -1
  284. package/dist/cjs/commands/DisableStageTransitionCommand.js.map +0 -1
  285. package/dist/cjs/commands/EnableStageTransitionCommand.js.map +0 -1
  286. package/dist/cjs/commands/GetActionTypeCommand.js.map +0 -1
  287. package/dist/cjs/commands/GetJobDetailsCommand.js.map +0 -1
  288. package/dist/cjs/commands/GetPipelineCommand.js.map +0 -1
  289. package/dist/cjs/commands/GetPipelineExecutionCommand.js.map +0 -1
  290. package/dist/cjs/commands/GetPipelineStateCommand.js.map +0 -1
  291. package/dist/cjs/commands/GetThirdPartyJobDetailsCommand.js.map +0 -1
  292. package/dist/cjs/commands/ListActionExecutionsCommand.js.map +0 -1
  293. package/dist/cjs/commands/ListActionTypesCommand.js.map +0 -1
  294. package/dist/cjs/commands/ListPipelineExecutionsCommand.js.map +0 -1
  295. package/dist/cjs/commands/ListPipelinesCommand.js.map +0 -1
  296. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  297. package/dist/cjs/commands/ListWebhooksCommand.js.map +0 -1
  298. package/dist/cjs/commands/PollForJobsCommand.js +0 -70
  299. package/dist/cjs/commands/PollForJobsCommand.js.map +0 -1
  300. package/dist/cjs/commands/PollForThirdPartyJobsCommand.js.map +0 -1
  301. package/dist/cjs/commands/PutActionRevisionCommand.js.map +0 -1
  302. package/dist/cjs/commands/PutApprovalResultCommand.js.map +0 -1
  303. package/dist/cjs/commands/PutJobFailureResultCommand.js.map +0 -1
  304. package/dist/cjs/commands/PutJobSuccessResultCommand.js.map +0 -1
  305. package/dist/cjs/commands/PutThirdPartyJobFailureResultCommand.js.map +0 -1
  306. package/dist/cjs/commands/PutThirdPartyJobSuccessResultCommand.js.map +0 -1
  307. package/dist/cjs/commands/PutWebhookCommand.js +0 -67
  308. package/dist/cjs/commands/PutWebhookCommand.js.map +0 -1
  309. package/dist/cjs/commands/RegisterWebhookWithThirdPartyCommand.js.map +0 -1
  310. package/dist/cjs/commands/RetryStageExecutionCommand.js.map +0 -1
  311. package/dist/cjs/commands/StartPipelineExecutionCommand.js.map +0 -1
  312. package/dist/cjs/commands/StopPipelineExecutionCommand.js.map +0 -1
  313. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  314. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  315. package/dist/cjs/commands/UpdateActionTypeCommand.js.map +0 -1
  316. package/dist/cjs/commands/UpdatePipelineCommand.js.map +0 -1
  317. package/dist/cjs/endpoints.js.map +0 -1
  318. package/dist/cjs/index.js.map +0 -1
  319. package/dist/cjs/models/index.js.map +0 -1
  320. package/dist/cjs/models/models_0.js.map +0 -1
  321. package/dist/cjs/package.json +0 -93
  322. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  323. package/dist/cjs/pagination/ListActionExecutionsPaginator.js.map +0 -1
  324. package/dist/cjs/pagination/ListActionTypesPaginator.js.map +0 -1
  325. package/dist/cjs/pagination/ListPipelineExecutionsPaginator.js.map +0 -1
  326. package/dist/cjs/pagination/ListPipelinesPaginator.js.map +0 -1
  327. package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
  328. package/dist/cjs/pagination/ListWebhooksPaginator.js.map +0 -1
  329. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  330. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  331. package/dist/cjs/runtimeConfig.js.map +0 -1
  332. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  333. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  334. package/dist/es/CodePipeline.js.map +0 -1
  335. package/dist/es/CodePipelineClient.js.map +0 -1
  336. package/dist/es/commands/AcknowledgeJobCommand.js.map +0 -1
  337. package/dist/es/commands/AcknowledgeThirdPartyJobCommand.js.map +0 -1
  338. package/dist/es/commands/CreateCustomActionTypeCommand.js.map +0 -1
  339. package/dist/es/commands/CreatePipelineCommand.js.map +0 -1
  340. package/dist/es/commands/DeleteCustomActionTypeCommand.js.map +0 -1
  341. package/dist/es/commands/DeletePipelineCommand.js.map +0 -1
  342. package/dist/es/commands/DeleteWebhookCommand.js.map +0 -1
  343. package/dist/es/commands/DeregisterWebhookWithThirdPartyCommand.js.map +0 -1
  344. package/dist/es/commands/DisableStageTransitionCommand.js.map +0 -1
  345. package/dist/es/commands/EnableStageTransitionCommand.js.map +0 -1
  346. package/dist/es/commands/GetActionTypeCommand.js.map +0 -1
  347. package/dist/es/commands/GetJobDetailsCommand.js.map +0 -1
  348. package/dist/es/commands/GetPipelineCommand.js.map +0 -1
  349. package/dist/es/commands/GetPipelineExecutionCommand.js.map +0 -1
  350. package/dist/es/commands/GetPipelineStateCommand.js.map +0 -1
  351. package/dist/es/commands/GetThirdPartyJobDetailsCommand.js.map +0 -1
  352. package/dist/es/commands/ListActionExecutionsCommand.js.map +0 -1
  353. package/dist/es/commands/ListActionTypesCommand.js.map +0 -1
  354. package/dist/es/commands/ListPipelineExecutionsCommand.js.map +0 -1
  355. package/dist/es/commands/ListPipelinesCommand.js.map +0 -1
  356. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  357. package/dist/es/commands/ListWebhooksCommand.js.map +0 -1
  358. package/dist/es/commands/PollForJobsCommand.js.map +0 -1
  359. package/dist/es/commands/PollForThirdPartyJobsCommand.js.map +0 -1
  360. package/dist/es/commands/PutActionRevisionCommand.js.map +0 -1
  361. package/dist/es/commands/PutApprovalResultCommand.js.map +0 -1
  362. package/dist/es/commands/PutJobFailureResultCommand.js.map +0 -1
  363. package/dist/es/commands/PutJobSuccessResultCommand.js.map +0 -1
  364. package/dist/es/commands/PutThirdPartyJobFailureResultCommand.js.map +0 -1
  365. package/dist/es/commands/PutThirdPartyJobSuccessResultCommand.js.map +0 -1
  366. package/dist/es/commands/PutWebhookCommand.js.map +0 -1
  367. package/dist/es/commands/RegisterWebhookWithThirdPartyCommand.js.map +0 -1
  368. package/dist/es/commands/RetryStageExecutionCommand.js.map +0 -1
  369. package/dist/es/commands/StartPipelineExecutionCommand.js.map +0 -1
  370. package/dist/es/commands/StopPipelineExecutionCommand.js.map +0 -1
  371. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  372. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  373. package/dist/es/commands/UpdateActionTypeCommand.js.map +0 -1
  374. package/dist/es/commands/UpdatePipelineCommand.js.map +0 -1
  375. package/dist/es/endpoints.js.map +0 -1
  376. package/dist/es/index.js +0 -50
  377. package/dist/es/index.js.map +0 -1
  378. package/dist/es/models/index.js +0 -2
  379. package/dist/es/models/index.js.map +0 -1
  380. package/dist/es/models/models_0.js.map +0 -1
  381. package/dist/es/package.json +0 -93
  382. package/dist/es/pagination/Interfaces.js +0 -2
  383. package/dist/es/pagination/Interfaces.js.map +0 -1
  384. package/dist/es/pagination/ListActionExecutionsPaginator.js.map +0 -1
  385. package/dist/es/pagination/ListActionTypesPaginator.js.map +0 -1
  386. package/dist/es/pagination/ListPipelineExecutionsPaginator.js.map +0 -1
  387. package/dist/es/pagination/ListPipelinesPaginator.js.map +0 -1
  388. package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
  389. package/dist/es/pagination/ListWebhooksPaginator.js.map +0 -1
  390. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  391. package/dist/es/runtimeConfig.browser.js.map +0 -1
  392. package/dist/es/runtimeConfig.js.map +0 -1
  393. package/dist/es/runtimeConfig.native.js.map +0 -1
  394. package/dist/es/runtimeConfig.shared.js.map +0 -1
  395. package/dist/types/ts3.4/CodePipelineClient.d.ts +0 -365
  396. package/dist/types/ts3.4/commands/AcknowledgeJobCommand.d.ts +0 -36
  397. package/dist/types/ts3.4/commands/CreateCustomActionTypeCommand.d.ts +0 -36
  398. package/dist/types/ts3.4/commands/CreatePipelineCommand.d.ts +0 -41
  399. package/dist/types/ts3.4/commands/DeleteCustomActionTypeCommand.d.ts +0 -43
  400. package/dist/types/ts3.4/commands/DeletePipelineCommand.d.ts +0 -35
  401. package/dist/types/ts3.4/commands/DeleteWebhookCommand.d.ts +0 -39
  402. package/dist/types/ts3.4/commands/DeregisterWebhookWithThirdPartyCommand.d.ts +0 -37
  403. package/dist/types/ts3.4/commands/DisableStageTransitionCommand.d.ts +0 -36
  404. package/dist/types/ts3.4/commands/EnableStageTransitionCommand.d.ts +0 -35
  405. package/dist/types/ts3.4/commands/GetActionTypeCommand.d.ts +0 -37
  406. package/dist/types/ts3.4/commands/GetJobDetailsCommand.d.ts +0 -41
  407. package/dist/types/ts3.4/commands/GetPipelineCommand.d.ts +0 -37
  408. package/dist/types/ts3.4/commands/GetPipelineExecutionCommand.d.ts +0 -37
  409. package/dist/types/ts3.4/commands/GetPipelineStateCommand.d.ts +0 -41
  410. package/dist/types/ts3.4/commands/GetThirdPartyJobDetailsCommand.d.ts +0 -42
  411. package/dist/types/ts3.4/commands/ListActionTypesCommand.d.ts +0 -36
  412. package/dist/types/ts3.4/commands/ListPipelinesCommand.d.ts +0 -35
  413. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  414. package/dist/types/ts3.4/commands/ListWebhooksCommand.d.ts +0 -37
  415. package/dist/types/ts3.4/commands/PollForJobsCommand.d.ts +0 -44
  416. package/dist/types/ts3.4/commands/PollForThirdPartyJobsCommand.d.ts +0 -41
  417. package/dist/types/ts3.4/commands/PutActionRevisionCommand.d.ts +0 -35
  418. package/dist/types/ts3.4/commands/PutApprovalResultCommand.d.ts +0 -36
  419. package/dist/types/ts3.4/commands/PutJobFailureResultCommand.d.ts +0 -36
  420. package/dist/types/ts3.4/commands/PutJobSuccessResultCommand.d.ts +0 -36
  421. package/dist/types/ts3.4/commands/PutThirdPartyJobFailureResultCommand.d.ts +0 -36
  422. package/dist/types/ts3.4/commands/PutThirdPartyJobSuccessResultCommand.d.ts +0 -36
  423. package/dist/types/ts3.4/commands/PutWebhookCommand.d.ts +0 -41
  424. package/dist/types/ts3.4/commands/RetryStageExecutionCommand.d.ts +0 -38
  425. package/dist/types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +0 -36
  426. package/dist/types/ts3.4/commands/StopPipelineExecutionCommand.d.ts +0 -40
  427. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  428. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  429. package/dist/types/ts3.4/commands/UpdateActionTypeCommand.d.ts +0 -38
  430. package/dist/types/ts3.4/commands/UpdatePipelineCommand.d.ts +0 -38
  431. package/dist/types/ts3.4/models/models_0.d.ts +0 -4297
  432. package/endpoints.ts +0 -87
  433. package/jest.config.js +0 -4
  434. package/models/models_0.ts +0 -5263
  435. package/pagination/Interfaces.ts +0 -7
  436. package/pagination/ListActionExecutionsPaginator.ts +0 -58
  437. package/pagination/ListActionTypesPaginator.ts +0 -57
  438. package/pagination/ListPipelineExecutionsPaginator.ts +0 -58
  439. package/pagination/ListPipelinesPaginator.ts +0 -58
  440. package/pagination/ListTagsForResourcePaginator.ts +0 -58
  441. package/pagination/ListWebhooksPaginator.ts +0 -58
  442. package/protocols/Aws_json1_1.ts +0 -7092
  443. package/runtimeConfig.browser.ts +0 -40
  444. package/runtimeConfig.native.ts +0 -16
  445. package/runtimeConfig.shared.ts +0 -16
  446. package/runtimeConfig.ts +0 -45
  447. package/tsconfig.es.json +0 -10
  448. package/tsconfig.json +0 -31
  449. package/tsconfig.types.json +0 -8
@@ -1,606 +0,0 @@
1
- import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
2
- import {
3
- AcknowledgeThirdPartyJobCommandInput,
4
- AcknowledgeThirdPartyJobCommandOutput,
5
- } from "./commands/AcknowledgeThirdPartyJobCommand";
6
- import {
7
- CreateCustomActionTypeCommandInput,
8
- CreateCustomActionTypeCommandOutput,
9
- } from "./commands/CreateCustomActionTypeCommand";
10
- import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "./commands/CreatePipelineCommand";
11
- import {
12
- DeleteCustomActionTypeCommandInput,
13
- DeleteCustomActionTypeCommandOutput,
14
- } from "./commands/DeleteCustomActionTypeCommand";
15
- import { DeletePipelineCommandInput, DeletePipelineCommandOutput } from "./commands/DeletePipelineCommand";
16
- import { DeleteWebhookCommandInput, DeleteWebhookCommandOutput } from "./commands/DeleteWebhookCommand";
17
- import {
18
- DeregisterWebhookWithThirdPartyCommandInput,
19
- DeregisterWebhookWithThirdPartyCommandOutput,
20
- } from "./commands/DeregisterWebhookWithThirdPartyCommand";
21
- import {
22
- DisableStageTransitionCommandInput,
23
- DisableStageTransitionCommandOutput,
24
- } from "./commands/DisableStageTransitionCommand";
25
- import {
26
- EnableStageTransitionCommandInput,
27
- EnableStageTransitionCommandOutput,
28
- } from "./commands/EnableStageTransitionCommand";
29
- import { GetActionTypeCommandInput, GetActionTypeCommandOutput } from "./commands/GetActionTypeCommand";
30
- import { GetJobDetailsCommandInput, GetJobDetailsCommandOutput } from "./commands/GetJobDetailsCommand";
31
- import { GetPipelineCommandInput, GetPipelineCommandOutput } from "./commands/GetPipelineCommand";
32
- import {
33
- GetPipelineExecutionCommandInput,
34
- GetPipelineExecutionCommandOutput,
35
- } from "./commands/GetPipelineExecutionCommand";
36
- import { GetPipelineStateCommandInput, GetPipelineStateCommandOutput } from "./commands/GetPipelineStateCommand";
37
- import {
38
- GetThirdPartyJobDetailsCommandInput,
39
- GetThirdPartyJobDetailsCommandOutput,
40
- } from "./commands/GetThirdPartyJobDetailsCommand";
41
- import {
42
- ListActionExecutionsCommandInput,
43
- ListActionExecutionsCommandOutput,
44
- } from "./commands/ListActionExecutionsCommand";
45
- import { ListActionTypesCommandInput, ListActionTypesCommandOutput } from "./commands/ListActionTypesCommand";
46
- import {
47
- ListPipelineExecutionsCommandInput,
48
- ListPipelineExecutionsCommandOutput,
49
- } from "./commands/ListPipelineExecutionsCommand";
50
- import { ListPipelinesCommandInput, ListPipelinesCommandOutput } from "./commands/ListPipelinesCommand";
51
- import {
52
- ListTagsForResourceCommandInput,
53
- ListTagsForResourceCommandOutput,
54
- } from "./commands/ListTagsForResourceCommand";
55
- import { ListWebhooksCommandInput, ListWebhooksCommandOutput } from "./commands/ListWebhooksCommand";
56
- import { PollForJobsCommandInput, PollForJobsCommandOutput } from "./commands/PollForJobsCommand";
57
- import {
58
- PollForThirdPartyJobsCommandInput,
59
- PollForThirdPartyJobsCommandOutput,
60
- } from "./commands/PollForThirdPartyJobsCommand";
61
- import { PutActionRevisionCommandInput, PutActionRevisionCommandOutput } from "./commands/PutActionRevisionCommand";
62
- import { PutApprovalResultCommandInput, PutApprovalResultCommandOutput } from "./commands/PutApprovalResultCommand";
63
- import {
64
- PutJobFailureResultCommandInput,
65
- PutJobFailureResultCommandOutput,
66
- } from "./commands/PutJobFailureResultCommand";
67
- import {
68
- PutJobSuccessResultCommandInput,
69
- PutJobSuccessResultCommandOutput,
70
- } from "./commands/PutJobSuccessResultCommand";
71
- import {
72
- PutThirdPartyJobFailureResultCommandInput,
73
- PutThirdPartyJobFailureResultCommandOutput,
74
- } from "./commands/PutThirdPartyJobFailureResultCommand";
75
- import {
76
- PutThirdPartyJobSuccessResultCommandInput,
77
- PutThirdPartyJobSuccessResultCommandOutput,
78
- } from "./commands/PutThirdPartyJobSuccessResultCommand";
79
- import { PutWebhookCommandInput, PutWebhookCommandOutput } from "./commands/PutWebhookCommand";
80
- import {
81
- RegisterWebhookWithThirdPartyCommandInput,
82
- RegisterWebhookWithThirdPartyCommandOutput,
83
- } from "./commands/RegisterWebhookWithThirdPartyCommand";
84
- import {
85
- RetryStageExecutionCommandInput,
86
- RetryStageExecutionCommandOutput,
87
- } from "./commands/RetryStageExecutionCommand";
88
- import {
89
- StartPipelineExecutionCommandInput,
90
- StartPipelineExecutionCommandOutput,
91
- } from "./commands/StartPipelineExecutionCommand";
92
- import {
93
- StopPipelineExecutionCommandInput,
94
- StopPipelineExecutionCommandOutput,
95
- } from "./commands/StopPipelineExecutionCommand";
96
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
97
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
98
- import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
99
- import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
100
- import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
101
- import {
102
- EndpointsInputConfig,
103
- EndpointsResolvedConfig,
104
- RegionInputConfig,
105
- RegionResolvedConfig,
106
- resolveEndpointsConfig,
107
- resolveRegionConfig,
108
- } from "@aws-sdk/config-resolver";
109
- import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
110
- import {
111
- HostHeaderInputConfig,
112
- HostHeaderResolvedConfig,
113
- getHostHeaderPlugin,
114
- resolveHostHeaderConfig,
115
- } from "@aws-sdk/middleware-host-header";
116
- import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
117
- import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
118
- import {
119
- AwsAuthInputConfig,
120
- AwsAuthResolvedConfig,
121
- getAwsAuthPlugin,
122
- resolveAwsAuthConfig,
123
- } from "@aws-sdk/middleware-signing";
124
- import {
125
- UserAgentInputConfig,
126
- UserAgentResolvedConfig,
127
- getUserAgentPlugin,
128
- resolveUserAgentConfig,
129
- } from "@aws-sdk/middleware-user-agent";
130
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
131
- import {
132
- Client as __Client,
133
- SmithyConfiguration as __SmithyConfiguration,
134
- SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
135
- } from "@aws-sdk/smithy-client";
136
- import {
137
- Provider,
138
- RegionInfoProvider,
139
- Credentials as __Credentials,
140
- Decoder as __Decoder,
141
- Encoder as __Encoder,
142
- Hash as __Hash,
143
- HashConstructor as __HashConstructor,
144
- HttpHandlerOptions as __HttpHandlerOptions,
145
- Logger as __Logger,
146
- Provider as __Provider,
147
- StreamCollector as __StreamCollector,
148
- UrlParser as __UrlParser,
149
- UserAgent as __UserAgent,
150
- } from "@aws-sdk/types";
151
-
152
- export type ServiceInputTypes =
153
- | AcknowledgeJobCommandInput
154
- | AcknowledgeThirdPartyJobCommandInput
155
- | CreateCustomActionTypeCommandInput
156
- | CreatePipelineCommandInput
157
- | DeleteCustomActionTypeCommandInput
158
- | DeletePipelineCommandInput
159
- | DeleteWebhookCommandInput
160
- | DeregisterWebhookWithThirdPartyCommandInput
161
- | DisableStageTransitionCommandInput
162
- | EnableStageTransitionCommandInput
163
- | GetActionTypeCommandInput
164
- | GetJobDetailsCommandInput
165
- | GetPipelineCommandInput
166
- | GetPipelineExecutionCommandInput
167
- | GetPipelineStateCommandInput
168
- | GetThirdPartyJobDetailsCommandInput
169
- | ListActionExecutionsCommandInput
170
- | ListActionTypesCommandInput
171
- | ListPipelineExecutionsCommandInput
172
- | ListPipelinesCommandInput
173
- | ListTagsForResourceCommandInput
174
- | ListWebhooksCommandInput
175
- | PollForJobsCommandInput
176
- | PollForThirdPartyJobsCommandInput
177
- | PutActionRevisionCommandInput
178
- | PutApprovalResultCommandInput
179
- | PutJobFailureResultCommandInput
180
- | PutJobSuccessResultCommandInput
181
- | PutThirdPartyJobFailureResultCommandInput
182
- | PutThirdPartyJobSuccessResultCommandInput
183
- | PutWebhookCommandInput
184
- | RegisterWebhookWithThirdPartyCommandInput
185
- | RetryStageExecutionCommandInput
186
- | StartPipelineExecutionCommandInput
187
- | StopPipelineExecutionCommandInput
188
- | TagResourceCommandInput
189
- | UntagResourceCommandInput
190
- | UpdateActionTypeCommandInput
191
- | UpdatePipelineCommandInput;
192
-
193
- export type ServiceOutputTypes =
194
- | AcknowledgeJobCommandOutput
195
- | AcknowledgeThirdPartyJobCommandOutput
196
- | CreateCustomActionTypeCommandOutput
197
- | CreatePipelineCommandOutput
198
- | DeleteCustomActionTypeCommandOutput
199
- | DeletePipelineCommandOutput
200
- | DeleteWebhookCommandOutput
201
- | DeregisterWebhookWithThirdPartyCommandOutput
202
- | DisableStageTransitionCommandOutput
203
- | EnableStageTransitionCommandOutput
204
- | GetActionTypeCommandOutput
205
- | GetJobDetailsCommandOutput
206
- | GetPipelineCommandOutput
207
- | GetPipelineExecutionCommandOutput
208
- | GetPipelineStateCommandOutput
209
- | GetThirdPartyJobDetailsCommandOutput
210
- | ListActionExecutionsCommandOutput
211
- | ListActionTypesCommandOutput
212
- | ListPipelineExecutionsCommandOutput
213
- | ListPipelinesCommandOutput
214
- | ListTagsForResourceCommandOutput
215
- | ListWebhooksCommandOutput
216
- | PollForJobsCommandOutput
217
- | PollForThirdPartyJobsCommandOutput
218
- | PutActionRevisionCommandOutput
219
- | PutApprovalResultCommandOutput
220
- | PutJobFailureResultCommandOutput
221
- | PutJobSuccessResultCommandOutput
222
- | PutThirdPartyJobFailureResultCommandOutput
223
- | PutThirdPartyJobSuccessResultCommandOutput
224
- | PutWebhookCommandOutput
225
- | RegisterWebhookWithThirdPartyCommandOutput
226
- | RetryStageExecutionCommandOutput
227
- | StartPipelineExecutionCommandOutput
228
- | StopPipelineExecutionCommandOutput
229
- | TagResourceCommandOutput
230
- | UntagResourceCommandOutput
231
- | UpdateActionTypeCommandOutput
232
- | UpdatePipelineCommandOutput;
233
-
234
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
235
- /**
236
- * The HTTP handler to use. Fetch in browser and Https in Nodejs.
237
- */
238
- requestHandler?: __HttpHandler;
239
-
240
- /**
241
- * A constructor for a class implementing the {@link __Hash} interface
242
- * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
243
- * @internal
244
- */
245
- sha256?: __HashConstructor;
246
-
247
- /**
248
- * The function that will be used to convert strings into HTTP endpoints.
249
- * @internal
250
- */
251
- urlParser?: __UrlParser;
252
-
253
- /**
254
- * A function that can calculate the length of a request body.
255
- * @internal
256
- */
257
- bodyLengthChecker?: (body: any) => number | undefined;
258
-
259
- /**
260
- * A function that converts a stream into an array of bytes.
261
- * @internal
262
- */
263
- streamCollector?: __StreamCollector;
264
-
265
- /**
266
- * The function that will be used to convert a base64-encoded string to a byte array.
267
- * @internal
268
- */
269
- base64Decoder?: __Decoder;
270
-
271
- /**
272
- * The function that will be used to convert binary data to a base64-encoded string.
273
- * @internal
274
- */
275
- base64Encoder?: __Encoder;
276
-
277
- /**
278
- * The function that will be used to convert a UTF8-encoded string to a byte array.
279
- * @internal
280
- */
281
- utf8Decoder?: __Decoder;
282
-
283
- /**
284
- * The function that will be used to convert binary data to a UTF-8 encoded string.
285
- * @internal
286
- */
287
- utf8Encoder?: __Encoder;
288
-
289
- /**
290
- * The runtime environment.
291
- * @internal
292
- */
293
- runtime?: string;
294
-
295
- /**
296
- * Disable dyanamically changing the endpoint of the client based on the hostPrefix
297
- * trait of an operation.
298
- */
299
- disableHostPrefix?: boolean;
300
-
301
- /**
302
- * Value for how many times a request will be made at most in case of retry.
303
- */
304
- maxAttempts?: number | __Provider<number>;
305
-
306
- /**
307
- * Specifies which retry algorithm to use.
308
- */
309
- retryMode?: string | __Provider<string>;
310
-
311
- /**
312
- * Optional logger for logging debug/info/warn/error.
313
- */
314
- logger?: __Logger;
315
-
316
- /**
317
- * Unique service identifier.
318
- * @internal
319
- */
320
- serviceId?: string;
321
-
322
- /**
323
- * The AWS region to which this client will send requests
324
- */
325
- region?: string | __Provider<string>;
326
-
327
- /**
328
- * Default credentials provider; Not available in browser runtime.
329
- * @internal
330
- */
331
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
332
-
333
- /**
334
- * Fetch related hostname, signing name or signing region with given region.
335
- * @internal
336
- */
337
- regionInfoProvider?: RegionInfoProvider;
338
-
339
- /**
340
- * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
341
- * @internal
342
- */
343
- defaultUserAgentProvider?: Provider<__UserAgent>;
344
- }
345
-
346
- type CodePipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
347
- ClientDefaults &
348
- RegionInputConfig &
349
- EndpointsInputConfig &
350
- RetryInputConfig &
351
- HostHeaderInputConfig &
352
- AwsAuthInputConfig &
353
- UserAgentInputConfig;
354
- /**
355
- * The configuration interface of CodePipelineClient class constructor that set the region, credentials and other options.
356
- */
357
- export interface CodePipelineClientConfig extends CodePipelineClientConfigType {}
358
-
359
- type CodePipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
360
- Required<ClientDefaults> &
361
- RegionResolvedConfig &
362
- EndpointsResolvedConfig &
363
- RetryResolvedConfig &
364
- HostHeaderResolvedConfig &
365
- AwsAuthResolvedConfig &
366
- UserAgentResolvedConfig;
367
- /**
368
- * The resolved configuration interface of CodePipelineClient class. This is resolved and normalized from the {@link CodePipelineClientConfig | constructor configuration interface}.
369
- */
370
- export interface CodePipelineClientResolvedConfig extends CodePipelineClientResolvedConfigType {}
371
-
372
- /**
373
- * <fullname>AWS CodePipeline</fullname>
374
- * <p>
375
- * <b>Overview</b>
376
- * </p>
377
- * <p>This is the AWS CodePipeline API Reference. This guide provides descriptions of the
378
- * actions and data types for AWS CodePipeline. Some functionality for your pipeline can
379
- * only be configured through the API. For more information, see the <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/welcome.html">AWS
380
- * CodePipeline User Guide</a>.</p>
381
- * <p>You can use the AWS CodePipeline API to work with pipelines, stages, actions, and
382
- * transitions.</p>
383
- * <p>
384
- * <i>Pipelines</i> are models of automated release processes. Each pipeline
385
- * is uniquely named, and consists of stages, actions, and transitions. </p>
386
- * <p>You can work with pipelines by calling:</p>
387
- * <ul>
388
- * <li>
389
- * <p>
390
- * <a>CreatePipeline</a>, which creates a uniquely named
391
- * pipeline.</p>
392
- * </li>
393
- * <li>
394
- * <p>
395
- * <a>DeletePipeline</a>, which deletes the specified
396
- * pipeline.</p>
397
- * </li>
398
- * <li>
399
- * <p>
400
- * <a>GetPipeline</a>, which returns information about the pipeline
401
- * structure and pipeline metadata, including the pipeline Amazon Resource Name
402
- * (ARN).</p>
403
- * </li>
404
- * <li>
405
- * <p>
406
- * <a>GetPipelineExecution</a>, which returns information about a
407
- * specific execution of a pipeline.</p>
408
- * </li>
409
- * <li>
410
- * <p>
411
- * <a>GetPipelineState</a>, which returns information about the current
412
- * state of the stages and actions of a pipeline.</p>
413
- * </li>
414
- * <li>
415
- * <p>
416
- * <a>ListActionExecutions</a>, which returns action-level details
417
- * for past executions. The details include full stage and action-level details,
418
- * including individual action duration, status, any errors that occurred during
419
- * the execution, and input and output artifact location details.</p>
420
- * </li>
421
- * <li>
422
- * <p>
423
- * <a>ListPipelines</a>, which gets a summary of all of the pipelines
424
- * associated with your account.</p>
425
- * </li>
426
- * <li>
427
- * <p>
428
- * <a>ListPipelineExecutions</a>, which gets a summary of the most
429
- * recent executions for a pipeline.</p>
430
- * </li>
431
- * <li>
432
- * <p>
433
- * <a>StartPipelineExecution</a>, which runs the most recent revision of
434
- * an artifact through the pipeline.</p>
435
- * </li>
436
- * <li>
437
- * <p>
438
- * <a>StopPipelineExecution</a>, which stops the specified pipeline
439
- * execution from continuing through the pipeline.</p>
440
- * </li>
441
- * <li>
442
- * <p>
443
- * <a>UpdatePipeline</a>, which updates a pipeline with edits or changes
444
- * to the structure of the pipeline.</p>
445
- * </li>
446
- * </ul>
447
- * <p>Pipelines include <i>stages</i>. Each stage contains one or more
448
- * actions that must complete before the next stage begins. A stage results in success or
449
- * failure. If a stage fails, the pipeline stops at that stage and remains stopped until
450
- * either a new version of an artifact appears in the source location, or a user takes
451
- * 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
452
- * status of stages in the pipeline, or <a>GetPipeline</a>, which returns the
453
- * entire structure of the pipeline, including the stages of that pipeline. For more
454
- * information about the structure of stages and actions, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-structure.html">AWS CodePipeline
455
- * Pipeline Structure Reference</a>.</p>
456
- * <p>Pipeline stages include <i>actions</i> that are categorized into
457
- * categories such as source or build actions performed in a stage of a pipeline. For
458
- * example, you can use a source action to import artifacts into a pipeline from a source
459
- * such as Amazon S3. Like stages, you do not work with actions directly in most cases, but
460
- * you do define and interact with actions when working with pipeline operations such as
461
- * <a>CreatePipeline</a> and <a>GetPipelineState</a>. Valid
462
- * action categories are:</p>
463
- * <ul>
464
- * <li>
465
- * <p>Source</p>
466
- * </li>
467
- * <li>
468
- * <p>Build</p>
469
- * </li>
470
- * <li>
471
- * <p>Test</p>
472
- * </li>
473
- * <li>
474
- * <p>Deploy</p>
475
- * </li>
476
- * <li>
477
- * <p>Approval</p>
478
- * </li>
479
- * <li>
480
- * <p>Invoke</p>
481
- * </li>
482
- * </ul>
483
- * <p>Pipelines also include <i>transitions</i>, which allow the transition
484
- * of artifacts from one stage to the next in a pipeline after the actions in one stage
485
- * complete.</p>
486
- * <p>You can work with transitions by calling:</p>
487
- * <ul>
488
- * <li>
489
- * <p>
490
- * <a>DisableStageTransition</a>, which prevents artifacts from
491
- * transitioning to the next stage in a pipeline.</p>
492
- * </li>
493
- * <li>
494
- * <p>
495
- * <a>EnableStageTransition</a>, which enables transition of artifacts
496
- * between stages in a pipeline. </p>
497
- * </li>
498
- * </ul>
499
- * <p>
500
- * <b>Using the API to integrate with AWS CodePipeline</b>
501
- * </p>
502
- * <p>For third-party integrators or developers who want to create their own integrations
503
- * with AWS CodePipeline, the expected sequence varies from the standard API user. To
504
- * integrate with AWS CodePipeline, developers need to work with the following
505
- * items:</p>
506
- * <p>
507
- * <b>Jobs</b>, which are instances of an action. For
508
- * example, a job for a source action might import a revision of an artifact from a source. </p>
509
- * <p>You can work with jobs by calling:</p>
510
- * <ul>
511
- * <li>
512
- * <p>
513
- * <a>AcknowledgeJob</a>, which confirms whether a job worker has
514
- * received the specified job.</p>
515
- * </li>
516
- * <li>
517
- * <p>
518
- * <a>GetJobDetails</a>, which returns the details of a job.</p>
519
- * </li>
520
- * <li>
521
- * <p>
522
- * <a>PollForJobs</a>, which determines whether there are any jobs to
523
- * act on.</p>
524
- * </li>
525
- * <li>
526
- * <p>
527
- * <a>PutJobFailureResult</a>, which provides details of a job failure.
528
- * </p>
529
- * </li>
530
- * <li>
531
- * <p>
532
- * <a>PutJobSuccessResult</a>, which provides details of a job
533
- * success.</p>
534
- * </li>
535
- * </ul>
536
- * <p>
537
- * <b>Third party jobs</b>, which are instances of an action
538
- * created by a partner action and integrated into AWS CodePipeline. Partner actions are
539
- * created by members of the AWS Partner Network.</p>
540
- * <p>You can work with third party jobs by calling:</p>
541
- * <ul>
542
- * <li>
543
- * <p>
544
- * <a>AcknowledgeThirdPartyJob</a>, which confirms whether a job worker
545
- * has received the specified job.</p>
546
- * </li>
547
- * <li>
548
- * <p>
549
- * <a>GetThirdPartyJobDetails</a>, which requests the details of a job
550
- * for a partner action.</p>
551
- * </li>
552
- * <li>
553
- * <p>
554
- * <a>PollForThirdPartyJobs</a>, which determines whether there are any
555
- * jobs to act on. </p>
556
- * </li>
557
- * <li>
558
- * <p>
559
- * <a>PutThirdPartyJobFailureResult</a>, which provides details of a job
560
- * failure.</p>
561
- * </li>
562
- * <li>
563
- * <p>
564
- * <a>PutThirdPartyJobSuccessResult</a>, which provides details of a job
565
- * success.</p>
566
- * </li>
567
- * </ul>
568
- */
569
- export class CodePipelineClient extends __Client<
570
- __HttpHandlerOptions,
571
- ServiceInputTypes,
572
- ServiceOutputTypes,
573
- CodePipelineClientResolvedConfig
574
- > {
575
- /**
576
- * The resolved configuration of CodePipelineClient class. This is resolved and normalized from the {@link CodePipelineClientConfig | constructor configuration interface}.
577
- */
578
- readonly config: CodePipelineClientResolvedConfig;
579
-
580
- constructor(configuration: CodePipelineClientConfig) {
581
- let _config_0 = __getRuntimeConfig(configuration);
582
- let _config_1 = resolveRegionConfig(_config_0);
583
- let _config_2 = resolveEndpointsConfig(_config_1);
584
- let _config_3 = resolveRetryConfig(_config_2);
585
- let _config_4 = resolveHostHeaderConfig(_config_3);
586
- let _config_5 = resolveAwsAuthConfig(_config_4);
587
- let _config_6 = resolveUserAgentConfig(_config_5);
588
- super(_config_6);
589
- this.config = _config_6;
590
- this.middlewareStack.use(getRetryPlugin(this.config));
591
- this.middlewareStack.use(getContentLengthPlugin(this.config));
592
- this.middlewareStack.use(getHostHeaderPlugin(this.config));
593
- this.middlewareStack.use(getLoggerPlugin(this.config));
594
- this.middlewareStack.use(getAwsAuthPlugin(this.config));
595
- this.middlewareStack.use(getUserAgentPlugin(this.config));
596
- }
597
-
598
- /**
599
- * Destroy underlying resources, like sockets. It's usually not necessary to do this.
600
- * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
601
- * Otherwise, sockets might stay open for quite a long time before the server terminates them.
602
- */
603
- destroy(): void {
604
- super.destroy();
605
- }
606
- }