@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,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1ListPipelineExecutionsCommand, serializeAws_json1_1ListPipelineExecutionsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListPipelineExecutionsCommand, serializeAws_json1_1ListPipelineExecutionsCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListPipelineExecutionsCommand = (function (_super) {
7
7
  __extends(ListPipelineExecutionsCommand, _super);
8
8
  function ListPipelineExecutionsCommand(input) {
@@ -37,4 +37,3 @@ var ListPipelineExecutionsCommand = (function (_super) {
37
37
  return ListPipelineExecutionsCommand;
38
38
  }($Command));
39
39
  export { ListPipelineExecutionsCommand };
40
- //# sourceMappingURL=ListPipelineExecutionsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1ListPipelinesCommand, serializeAws_json1_1ListPipelinesCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListPipelinesCommand, serializeAws_json1_1ListPipelinesCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListPipelinesCommand = (function (_super) {
7
7
  __extends(ListPipelinesCommand, _super);
8
8
  function ListPipelinesCommand(input) {
@@ -37,4 +37,3 @@ var ListPipelinesCommand = (function (_super) {
37
37
  return ListPipelinesCommand;
38
38
  }($Command));
39
39
  export { ListPipelinesCommand };
40
- //# sourceMappingURL=ListPipelinesCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListTagsForResourceCommand = (function (_super) {
7
7
  __extends(ListTagsForResourceCommand, _super);
8
8
  function ListTagsForResourceCommand(input) {
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
37
37
  return ListTagsForResourceCommand;
38
38
  }($Command));
39
39
  export { ListTagsForResourceCommand };
40
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1ListWebhooksCommand, serializeAws_json1_1ListWebhooksCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1ListWebhooksCommand, serializeAws_json1_1ListWebhooksCommand, } from "../protocols/Aws_json1_1";
6
6
  var ListWebhooksCommand = (function (_super) {
7
7
  __extends(ListWebhooksCommand, _super);
8
8
  function ListWebhooksCommand(input) {
@@ -37,4 +37,3 @@ var ListWebhooksCommand = (function (_super) {
37
37
  return ListWebhooksCommand;
38
38
  }($Command));
39
39
  export { ListWebhooksCommand };
40
- //# sourceMappingURL=ListWebhooksCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1PollForJobsCommand, serializeAws_json1_1PollForJobsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PollForJobsInput, PollForJobsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PollForJobsCommand, serializeAws_json1_1PollForJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var PollForJobsCommand = (function (_super) {
7
7
  __extends(PollForJobsCommand, _super);
8
8
  function PollForJobsCommand(input) {
@@ -37,4 +37,3 @@ var PollForJobsCommand = (function (_super) {
37
37
  return PollForJobsCommand;
38
38
  }($Command));
39
39
  export { PollForJobsCommand };
40
- //# sourceMappingURL=PollForJobsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1PollForThirdPartyJobsCommand, serializeAws_json1_1PollForThirdPartyJobsCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PollForThirdPartyJobsCommand, serializeAws_json1_1PollForThirdPartyJobsCommand, } from "../protocols/Aws_json1_1";
6
6
  var PollForThirdPartyJobsCommand = (function (_super) {
7
7
  __extends(PollForThirdPartyJobsCommand, _super);
8
8
  function PollForThirdPartyJobsCommand(input) {
@@ -37,4 +37,3 @@ var PollForThirdPartyJobsCommand = (function (_super) {
37
37
  return PollForThirdPartyJobsCommand;
38
38
  }($Command));
39
39
  export { PollForThirdPartyJobsCommand };
40
- //# sourceMappingURL=PollForThirdPartyJobsCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1PutActionRevisionCommand, serializeAws_json1_1PutActionRevisionCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutActionRevisionCommand, serializeAws_json1_1PutActionRevisionCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutActionRevisionCommand = (function (_super) {
7
7
  __extends(PutActionRevisionCommand, _super);
8
8
  function PutActionRevisionCommand(input) {
@@ -37,4 +37,3 @@ var PutActionRevisionCommand = (function (_super) {
37
37
  return PutActionRevisionCommand;
38
38
  }($Command));
39
39
  export { PutActionRevisionCommand };
40
- //# sourceMappingURL=PutActionRevisionCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1PutApprovalResultCommand, serializeAws_json1_1PutApprovalResultCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutApprovalResultCommand, serializeAws_json1_1PutApprovalResultCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutApprovalResultCommand = (function (_super) {
7
7
  __extends(PutApprovalResultCommand, _super);
8
8
  function PutApprovalResultCommand(input) {
@@ -37,4 +37,3 @@ var PutApprovalResultCommand = (function (_super) {
37
37
  return PutApprovalResultCommand;
38
38
  }($Command));
39
39
  export { PutApprovalResultCommand };
40
- //# sourceMappingURL=PutApprovalResultCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PutJobFailureResultInput } from "../models/models_0";
3
- import { deserializeAws_json1_1PutJobFailureResultCommand, serializeAws_json1_1PutJobFailureResultCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutJobFailureResultInput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutJobFailureResultCommand, serializeAws_json1_1PutJobFailureResultCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutJobFailureResultCommand = (function (_super) {
7
7
  __extends(PutJobFailureResultCommand, _super);
8
8
  function PutJobFailureResultCommand(input) {
@@ -37,4 +37,3 @@ var PutJobFailureResultCommand = (function (_super) {
37
37
  return PutJobFailureResultCommand;
38
38
  }($Command));
39
39
  export { PutJobFailureResultCommand };
40
- //# sourceMappingURL=PutJobFailureResultCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PutJobSuccessResultInput } from "../models/models_0";
3
- import { deserializeAws_json1_1PutJobSuccessResultCommand, serializeAws_json1_1PutJobSuccessResultCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutJobSuccessResultInput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutJobSuccessResultCommand, serializeAws_json1_1PutJobSuccessResultCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutJobSuccessResultCommand = (function (_super) {
7
7
  __extends(PutJobSuccessResultCommand, _super);
8
8
  function PutJobSuccessResultCommand(input) {
@@ -37,4 +37,3 @@ var PutJobSuccessResultCommand = (function (_super) {
37
37
  return PutJobSuccessResultCommand;
38
38
  }($Command));
39
39
  export { PutJobSuccessResultCommand };
40
- //# sourceMappingURL=PutJobSuccessResultCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PutThirdPartyJobFailureResultInput } from "../models/models_0";
3
- import { deserializeAws_json1_1PutThirdPartyJobFailureResultCommand, serializeAws_json1_1PutThirdPartyJobFailureResultCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutThirdPartyJobFailureResultInput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutThirdPartyJobFailureResultCommand, serializeAws_json1_1PutThirdPartyJobFailureResultCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutThirdPartyJobFailureResultCommand = (function (_super) {
7
7
  __extends(PutThirdPartyJobFailureResultCommand, _super);
8
8
  function PutThirdPartyJobFailureResultCommand(input) {
@@ -37,4 +37,3 @@ var PutThirdPartyJobFailureResultCommand = (function (_super) {
37
37
  return PutThirdPartyJobFailureResultCommand;
38
38
  }($Command));
39
39
  export { PutThirdPartyJobFailureResultCommand };
40
- //# sourceMappingURL=PutThirdPartyJobFailureResultCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PutThirdPartyJobSuccessResultInput } from "../models/models_0";
3
- import { deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand, serializeAws_json1_1PutThirdPartyJobSuccessResultCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutThirdPartyJobSuccessResultInput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutThirdPartyJobSuccessResultCommand, serializeAws_json1_1PutThirdPartyJobSuccessResultCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutThirdPartyJobSuccessResultCommand = (function (_super) {
7
7
  __extends(PutThirdPartyJobSuccessResultCommand, _super);
8
8
  function PutThirdPartyJobSuccessResultCommand(input) {
@@ -37,4 +37,3 @@ var PutThirdPartyJobSuccessResultCommand = (function (_super) {
37
37
  return PutThirdPartyJobSuccessResultCommand;
38
38
  }($Command));
39
39
  export { PutThirdPartyJobSuccessResultCommand };
40
- //# sourceMappingURL=PutThirdPartyJobSuccessResultCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { PutWebhookInput, PutWebhookOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1PutWebhookCommand, serializeAws_json1_1PutWebhookCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { PutWebhookInput, PutWebhookOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1PutWebhookCommand, serializeAws_json1_1PutWebhookCommand, } from "../protocols/Aws_json1_1";
6
6
  var PutWebhookCommand = (function (_super) {
7
7
  __extends(PutWebhookCommand, _super);
8
8
  function PutWebhookCommand(input) {
@@ -37,4 +37,3 @@ var PutWebhookCommand = (function (_super) {
37
37
  return PutWebhookCommand;
38
38
  }($Command));
39
39
  export { PutWebhookCommand };
40
- //# sourceMappingURL=PutWebhookCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand, serializeAws_json1_1RegisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { RegisterWebhookWithThirdPartyInput, RegisterWebhookWithThirdPartyOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1RegisterWebhookWithThirdPartyCommand, serializeAws_json1_1RegisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1";
6
6
  var RegisterWebhookWithThirdPartyCommand = (function (_super) {
7
7
  __extends(RegisterWebhookWithThirdPartyCommand, _super);
8
8
  function RegisterWebhookWithThirdPartyCommand(input) {
@@ -37,4 +37,3 @@ var RegisterWebhookWithThirdPartyCommand = (function (_super) {
37
37
  return RegisterWebhookWithThirdPartyCommand;
38
38
  }($Command));
39
39
  export { RegisterWebhookWithThirdPartyCommand };
40
- //# sourceMappingURL=RegisterWebhookWithThirdPartyCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1RetryStageExecutionCommand, serializeAws_json1_1RetryStageExecutionCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1RetryStageExecutionCommand, serializeAws_json1_1RetryStageExecutionCommand, } from "../protocols/Aws_json1_1";
6
6
  var RetryStageExecutionCommand = (function (_super) {
7
7
  __extends(RetryStageExecutionCommand, _super);
8
8
  function RetryStageExecutionCommand(input) {
@@ -37,4 +37,3 @@ var RetryStageExecutionCommand = (function (_super) {
37
37
  return RetryStageExecutionCommand;
38
38
  }($Command));
39
39
  export { RetryStageExecutionCommand };
40
- //# sourceMappingURL=RetryStageExecutionCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1StartPipelineExecutionCommand, serializeAws_json1_1StartPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1StartPipelineExecutionCommand, serializeAws_json1_1StartPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
6
6
  var StartPipelineExecutionCommand = (function (_super) {
7
7
  __extends(StartPipelineExecutionCommand, _super);
8
8
  function StartPipelineExecutionCommand(input) {
@@ -37,4 +37,3 @@ var StartPipelineExecutionCommand = (function (_super) {
37
37
  return StartPipelineExecutionCommand;
38
38
  }($Command));
39
39
  export { StartPipelineExecutionCommand };
40
- //# sourceMappingURL=StartPipelineExecutionCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1StopPipelineExecutionCommand, serializeAws_json1_1StopPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1StopPipelineExecutionCommand, serializeAws_json1_1StopPipelineExecutionCommand, } from "../protocols/Aws_json1_1";
6
6
  var StopPipelineExecutionCommand = (function (_super) {
7
7
  __extends(StopPipelineExecutionCommand, _super);
8
8
  function StopPipelineExecutionCommand(input) {
@@ -37,4 +37,3 @@ var StopPipelineExecutionCommand = (function (_super) {
37
37
  return StopPipelineExecutionCommand;
38
38
  }($Command));
39
39
  export { StopPipelineExecutionCommand };
40
- //# sourceMappingURL=StopPipelineExecutionCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var TagResourceCommand = (function (_super) {
7
7
  __extends(TagResourceCommand, _super);
8
8
  function TagResourceCommand(input) {
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
37
37
  return TagResourceCommand;
38
38
  }($Command));
39
39
  export { TagResourceCommand };
40
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
6
6
  var UntagResourceCommand = (function (_super) {
7
7
  __extends(UntagResourceCommand, _super);
8
8
  function UntagResourceCommand(input) {
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
37
37
  return UntagResourceCommand;
38
38
  }($Command));
39
39
  export { UntagResourceCommand };
40
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateActionTypeInput } from "../models/models_0";
3
- import { deserializeAws_json1_1UpdateActionTypeCommand, serializeAws_json1_1UpdateActionTypeCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdateActionTypeInput } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdateActionTypeCommand, serializeAws_json1_1UpdateActionTypeCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateActionTypeCommand = (function (_super) {
7
7
  __extends(UpdateActionTypeCommand, _super);
8
8
  function UpdateActionTypeCommand(input) {
@@ -37,4 +37,3 @@ var UpdateActionTypeCommand = (function (_super) {
37
37
  return UpdateActionTypeCommand;
38
38
  }($Command));
39
39
  export { UpdateActionTypeCommand };
40
- //# sourceMappingURL=UpdateActionTypeCommand.js.map
@@ -1,8 +1,8 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0";
3
- import { deserializeAws_json1_1UpdatePipelineCommand, serializeAws_json1_1UpdatePipelineCommand, } from "../protocols/Aws_json1_1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
+ import { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0";
5
+ import { deserializeAws_json1_1UpdatePipelineCommand, serializeAws_json1_1UpdatePipelineCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdatePipelineCommand = (function (_super) {
7
7
  __extends(UpdatePipelineCommand, _super);
8
8
  function UpdatePipelineCommand(input) {
@@ -37,4 +37,3 @@ var UpdatePipelineCommand = (function (_super) {
37
37
  return UpdatePipelineCommand;
38
38
  }($Command));
39
39
  export { UpdatePipelineCommand };
40
- //# sourceMappingURL=UpdatePipelineCommand.js.map
@@ -63,7 +63,7 @@ var partitionHash = {
63
63
  hostname: "codepipeline.{region}.amazonaws.com.cn",
64
64
  },
65
65
  "aws-iso": {
66
- regions: ["us-iso-east-1"],
66
+ regions: ["us-iso-east-1", "us-iso-west-1"],
67
67
  hostname: "codepipeline.{region}.c2s.ic.gov",
68
68
  },
69
69
  "aws-iso-b": {
@@ -80,4 +80,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
80
80
  return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "codepipeline", regionHash: regionHash, partitionHash: partitionHash }))];
81
81
  });
82
82
  }); };
83
- //# sourceMappingURL=endpoints.js.map
File without changes
@@ -808,4 +808,3 @@ export var UpdatePipelineOutput;
808
808
  (function (UpdatePipelineOutput) {
809
809
  UpdatePipelineOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
810
810
  })(UpdatePipelineOutput || (UpdatePipelineOutput = {}));
811
- //# sourceMappingURL=models_0.js.map
@@ -0,0 +1 @@
1
+ export {};
@@ -72,4 +72,3 @@ export function paginateListActionExecutions(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListActionExecutionsPaginator.js.map
@@ -71,4 +71,3 @@ export function paginateListActionTypes(config, input) {
71
71
  });
72
72
  });
73
73
  }
74
- //# sourceMappingURL=ListActionTypesPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListPipelineExecutions(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListPipelineExecutionsPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListPipelines(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListPipelinesPaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListTagsForResource(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListTagsForResourcePaginator.js.map
@@ -72,4 +72,3 @@ export function paginateListWebhooks(config, input) {
72
72
  });
73
73
  });
74
74
  }
75
- //# sourceMappingURL=ListWebhooksPaginator.js.map
@@ -5696,4 +5696,3 @@ var loadRestJsonErrorCode = function (output, data) {
5696
5696
  }
5697
5697
  return "";
5698
5698
  };
5699
- //# sourceMappingURL=Aws_json1_1.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { Sha256 } from "@aws-crypto/sha256-browser";
4
4
  import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
5
5
  import { invalidProvider } from "@aws-sdk/invalid-dependency";
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
14
14
  var clientSharedValues = getSharedRuntimeConfig(config);
15
15
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
16
16
  };
17
- //# sourceMappingURL=runtimeConfig.browser.js.map
@@ -1,5 +1,5 @@
1
1
  import { __assign } from "tslib";
2
- import packageInfo from "./package.json";
2
+ import packageInfo from "../package.json";
3
3
  import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
4
4
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
5
5
  import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
19
19
  var clientSharedValues = getSharedRuntimeConfig(config);
20
20
  return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
21
21
  };
22
- //# sourceMappingURL=runtimeConfig.js.map
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
6
6
  var browserDefaults = getBrowserRuntimeConfig(config);
7
7
  return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
8
8
  };
9
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,5 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
2
+ import { defaultRegionInfoProvider } from "./endpoints";
3
3
  export var getRuntimeConfig = function (config) {
4
4
  var _a, _b, _c, _d, _e;
5
5
  return ({
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
11
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
12
12
  });
13
13
  };
14
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,3 +1,4 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
2
  import { CodePipelineClient } from "./CodePipelineClient";
2
3
  import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
3
4
  import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
@@ -38,7 +39,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
38
39
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
39
40
  import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
40
41
  import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
41
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
42
42
  /**
43
43
  * <fullname>AWS CodePipeline</fullname>
44
44
  * <p>
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { AcknowledgeJobCommandInput, AcknowledgeJobCommandOutput } from "./commands/AcknowledgeJobCommand";
2
10
  import { AcknowledgeThirdPartyJobCommandInput, AcknowledgeThirdPartyJobCommandOutput } from "./commands/AcknowledgeThirdPartyJobCommand";
3
11
  import { CreateCustomActionTypeCommandInput, CreateCustomActionTypeCommandOutput } from "./commands/CreateCustomActionTypeCommand";
@@ -37,14 +45,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
37
45
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
46
  import { UpdateActionTypeCommandInput, UpdateActionTypeCommandOutput } from "./commands/UpdateActionTypeCommand";
39
47
  import { UpdatePipelineCommandInput, UpdatePipelineCommandOutput } from "./commands/UpdatePipelineCommand";
40
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
41
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
42
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
43
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
44
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
45
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
46
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
47
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
48
48
  export declare type ServiceInputTypes = AcknowledgeJobCommandInput | AcknowledgeThirdPartyJobCommandInput | CreateCustomActionTypeCommandInput | CreatePipelineCommandInput | DeleteCustomActionTypeCommandInput | DeletePipelineCommandInput | DeleteWebhookCommandInput | DeregisterWebhookWithThirdPartyCommandInput | DisableStageTransitionCommandInput | EnableStageTransitionCommandInput | GetActionTypeCommandInput | GetJobDetailsCommandInput | GetPipelineCommandInput | GetPipelineExecutionCommandInput | GetPipelineStateCommandInput | GetThirdPartyJobDetailsCommandInput | ListActionExecutionsCommandInput | ListActionTypesCommandInput | ListPipelineExecutionsCommandInput | ListPipelinesCommandInput | ListTagsForResourceCommandInput | ListWebhooksCommandInput | PollForJobsCommandInput | PollForThirdPartyJobsCommandInput | PutActionRevisionCommandInput | PutApprovalResultCommandInput | PutJobFailureResultCommandInput | PutJobSuccessResultCommandInput | PutThirdPartyJobFailureResultCommandInput | PutThirdPartyJobSuccessResultCommandInput | PutWebhookCommandInput | RegisterWebhookWithThirdPartyCommandInput | RetryStageExecutionCommandInput | StartPipelineExecutionCommandInput | StopPipelineExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateActionTypeCommandInput | UpdatePipelineCommandInput;
49
49
  export declare type ServiceOutputTypes = AcknowledgeJobCommandOutput | AcknowledgeThirdPartyJobCommandOutput | CreateCustomActionTypeCommandOutput | CreatePipelineCommandOutput | DeleteCustomActionTypeCommandOutput | DeletePipelineCommandOutput | DeleteWebhookCommandOutput | DeregisterWebhookWithThirdPartyCommandOutput | DisableStageTransitionCommandOutput | EnableStageTransitionCommandOutput | GetActionTypeCommandOutput | GetJobDetailsCommandOutput | GetPipelineCommandOutput | GetPipelineExecutionCommandOutput | GetPipelineStateCommandOutput | GetThirdPartyJobDetailsCommandOutput | ListActionExecutionsCommandOutput | ListActionTypesCommandOutput | ListPipelineExecutionsCommandOutput | ListPipelinesCommandOutput | ListTagsForResourceCommandOutput | ListWebhooksCommandOutput | PollForJobsCommandOutput | PollForThirdPartyJobsCommandOutput | PutActionRevisionCommandOutput | PutApprovalResultCommandOutput | PutJobFailureResultCommandOutput | PutJobSuccessResultCommandOutput | PutThirdPartyJobFailureResultCommandOutput | PutThirdPartyJobSuccessResultCommandOutput | PutWebhookCommandOutput | RegisterWebhookWithThirdPartyCommandOutput | RetryStageExecutionCommandOutput | StartPipelineExecutionCommandOutput | StopPipelineExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateActionTypeCommandOutput | UpdatePipelineCommandOutput;
50
50
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
2
4
  import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AcknowledgeJobCommandInput extends AcknowledgeJobInput {
6
6
  }
7
7
  export interface AcknowledgeJobCommandOutput extends AcknowledgeJobOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
2
4
  import { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface AcknowledgeThirdPartyJobCommandInput extends AcknowledgeThirdPartyJobInput {
6
6
  }
7
7
  export interface AcknowledgeThirdPartyJobCommandOutput extends AcknowledgeThirdPartyJobOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
2
4
  import { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateCustomActionTypeCommandInput extends CreateCustomActionTypeInput {
6
6
  }
7
7
  export interface CreateCustomActionTypeCommandOutput extends CreateCustomActionTypeOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
2
4
  import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreatePipelineCommandInput extends CreatePipelineInput {
6
6
  }
7
7
  export interface CreatePipelineCommandOutput extends CreatePipelineOutput, __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
2
4
  import { DeleteCustomActionTypeInput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteCustomActionTypeCommandInput extends DeleteCustomActionTypeInput {
6
6
  }
7
7
  export interface DeleteCustomActionTypeCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
2
4
  import { DeletePipelineInput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeletePipelineCommandInput extends DeletePipelineInput {
6
6
  }
7
7
  export interface DeletePipelineCommandOutput extends __MetadataBearer {
@@ -1,7 +1,7 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodePipelineClient";
2
4
  import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteWebhookCommandInput extends DeleteWebhookInput {
6
6
  }
7
7
  export interface DeleteWebhookCommandOutput extends DeleteWebhookOutput, __MetadataBearer {